.elementor-961 .elementor-element.elementor-element-834440a{--display:flex;}.elementor-961 .elementor-element.elementor-element-9e50c87{--spacer-size:50px;}.elementor-961 .elementor-element.elementor-element-b6bc7d3{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0b42769 *//* BACKGROUND */
.grid-bg { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px); background-size: 50px 50px; z-index: -3; }
.ambient-glow { position: fixed; top: -10%; left: -10%; width: 120vw; height: 120vw; background: radial-gradient(circle at center, rgba(37, 99, 235, 0.15) 0%, rgba(139, 92, 246, 0.1) 30%, transparent 70%); filter: blur(120px); z-index: -2; animation: drift 25s ease-in-out infinite alternate; }

/* FORM & SCANNER */
.request-section { padding: 40px 0; font-family: 'Be Vietnam Pro', sans-serif; position: relative; z-index: 10; }
.request-container { max-width: 800px; margin: 0 auto; padding: 50px; background: rgba(10, 10, 18, 0.8) !important; backdrop-filter: blur(30px) !important; border: 1px solid rgba(255,255,255,0.08) !important; border-radius: 30px !important; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.glass-input { background: rgba(10, 10, 18, 0.6) !important; border: 1px solid rgba(255,255,255,0.08) !important; border-radius: 15px !important; padding: 15px 20px !important; color: #fff !important; width: 100%; margin-top: 5px; }
.btn-verify { width: 100%; padding: 18px; background: #2563eb; color: #fff; border-radius: 99px; font-weight: 800; cursor: pointer; border: none; margin-top: 20px; box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3); }

/* SCANNER OVERLAY */
.scanner-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(3, 4, 12, 0.95); backdrop-filter: blur(20px); display: flex; align-items: center; justify-content: center; z-index: 1000; transition: 0.5s; }
.scanner-overlay.hidden { opacity: 0; visibility: hidden; }
.scanner-box { width: 450px; padding: 40px; text-align: center; border: 1px solid rgba(255,255,255,0.1) !important; }
.scanner-logs { margin-top: 20px; text-align: left; background: rgba(0,0,0,0.3); padding: 15px; border-radius: 10px; height: 100px; overflow: hidden; font-family: monospace; font-size: 11px; color: #60a5fa; }

/* TRẠNG THÁI BIẾN ĐỔI MÀU */
.is-fake #scanner-main-box { border-color: var(--status-fake) !important; }
.is-fake #sim-gauge-fill { stroke: var(--status-fake) !important; }
.is-fake #sim-score-text, .is-fake #result-title { color: var(--status-fake) !important; }
.is-safe #scanner-main-box { border-color: var(--status-safe) !important; }
.is-safe #sim-gauge-fill { stroke: var(--status-safe) !important; }
.is-safe #sim-score-text, .is-safe #result-title { color: var(--status-safe) !important; }
.result-msg { margin-top: 20px; }
.result-msg.hidden { display: none; }
.btn-reset { background: #fff; color: #000; border: none; padding: 8px 20px; border-radius: 99px; cursor: pointer; margin-top: 15px; font-weight: 700; }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b6bc7d3 */.request-section { padding: 40px 0; font-family: 'Be Vietnam Pro', sans-serif; }

.request-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px;
}

.request-header { text-align: center; margin-bottom: 40px; }
.request-header h2 { font-size: 32px; font-weight: 900; margin-bottom: 10px; }
.request-header p { color: #94a3b8; font-size: 15px; }

.veri-form { display: flex; flex-direction: column; gap: 25px; }

.form-group { display: flex; flex-direction: column; gap: 10px; }
.form-group label { color: #fff; font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 8px; }

/* INPUT GLASS STYLE */
.glass-input {
    background: rgba(10, 10, 18, 0.6) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 15px !important;
    padding: 15px 20px !important;
    color: #fff !important;
    font-size: 15px;
    transition: 0.3s;
}
.glass-input:focus {
    border-color: #60a5fa !important;
    background: rgba(10, 10, 18, 0.8) !important;
    box-shadow: 0 0 15px rgba(96, 165, 250, 0.2);
}

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

/* UPLOAD ZONE */
.upload-area {
    border: 2px dashed rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    background: rgba(255,255,255,0.01);
}
.upload-area:hover {
    border-color: #60a5fa;
    background: rgba(96, 165, 250, 0.05);
}
.upload-area i { font-size: 40px; color: #60a5fa; margin-bottom: 15px; }
.upload-area p { font-weight: 700; margin-bottom: 5px; }
.upload-area span { color: #475569; font-size: 12px; }

/* BUTTON */
.btn-verify {
    width: 100%;
    padding: 18px;
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 99px;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.4s;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);
}
.btn-verify:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(37, 99, 235, 0.5);
    background: #3b82f6;
}

@media (max-width: 768px) { .form-grid { grid-template-columns: 1fr; } }

.scanner-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(3, 4, 12, 0.9);
    backdrop-filter: blur(15px);
    display: flex; align-items: center; justify-content: center;
    z-index: 1000; transition: 0.5s;
}
.scanner-overlay.hidden { opacity: 0; visibility: hidden; }

.scanner-box {
    width: 100%; max-width: 500px; padding: 40px; text-align: center;
    border: 1px solid rgba(96, 165, 250, 0.2) !important;
}

.scanner-header { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 30px; }

/* Log chạy chữ */
.scanner-logs {
    margin-top: 30px; text-align: left; background: rgba(0,0,0,0.3);
    padding: 15px; border-radius: 10px; height: 120px;
    overflow-y: hidden; font-family: 'Courier New', monospace;
    font-size: 12px; color: #60a5fa; line-height: 1.6;
}

/* Tận dụng Gauge của bạn */
#sim-gauge-fill { transition: stroke-dashoffset 2s ease-in-out; stroke: #60a5fa; }

/* GRID BACKGROUND GỐC */
.grid-bg { 
    position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; 
    background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), 
                      linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px); 
    background-size: 50px 50px; z-index: -3; 
}
.ambient-glow { 
    position: fixed; top: -10%; left: -10%; width: 120vw; height: 120vw; 
    background: radial-gradient(circle at center, rgba(37, 99, 235, 0.15) 0%, rgba(139, 92, 246, 0.1) 30%, transparent 70%); 
    filter: blur(120px); z-index: -2; animation: drift 25s ease-in-out infinite alternate; 
}

/* KẾT QUẢ HIỂN THỊ */
.result-msg { margin-top: 20px; animation: fadeInUp 0.5s forwards; }
.result-msg.hidden { display: none; }

#result-title { font-size: 20px; font-weight: 900; margin-bottom: 8px; text-transform: uppercase; }
#result-desc { color: #94a3b8; font-size: 13px; margin-bottom: 20px; line-height: 1.5; }

/* TRẠNG THÁI LỪA ĐẢO */
.is-fake #scanner-main-box { border-color: var(--status-fake) !important; box-shadow: 0 0 50px rgba(251, 113, 131, 0.2); }
.is-fake #sim-gauge-fill { stroke: var(--status-fake) !important; }
.is-fake #sim-score-text, .is-fake #result-title { color: var(--status-fake) !important; }
.is-fake #status-dot { background: var(--status-fake) !important; }

/* TRẠNG THÁI AN TOÀN */
.is-safe #scanner-main-box { border-color: var(--status-safe) !important; box-shadow: 0 0 50px rgba(96, 165, 250, 0.2); }
.is-safe #sim-gauge-fill { stroke: var(--status-safe) !important; }
.is-safe #sim-score-text, .is-safe #result-title { color: var(--status-safe) !important; }
.is-safe #status-dot { background: var(--status-safe) !important; }

.btn-reset { background: rgba(255,255,255,0.05); color: #fff; border: 1px solid rgba(255,255,255,0.1); padding: 8px 20px; border-radius: 99px; cursor: pointer; font-size: 12px; font-weight: 700; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }/* End custom CSS */