@charset "UTF-8";:root{--acr-red: #ea353b;--acr-red-hi: #f04a50;--acr-red-hover: #c42930;--acr-red-soft: #fdecec;--acr-gold: #fbc658;--acr-green: #b5d77c;--acr-orange: #ef8157;--acr-navy: #354364;--primary: var(--acr-red);--primary-hover: var(--acr-red-hover);--primary-soft: var(--acr-red-soft);--success: #2e7d32;--success-soft: #e9f5e8;--warning: #ef8157;--warning-soft: #fdf0e8;--danger: var(--acr-red);--bg: #f4f3fb;--surface: #ffffff;--surface-2: #f4f5f7;--text: #383838;--text-muted: #6b7280;--border: #e6e6ee;--camera: #0f172a;--shadow-sm: 0 1px 3px rgba(136, 152, 170, .14);--shadow: 0 14px 40px rgba(136, 152, 170, .2);--shadow-red: 0 12px 26px rgba(234, 53, 59, .3);--radius: 20px;--radius-md: 13px;--radius-sm: 10px;--radius-pill: 999px;--transition: .25s ease;--theme-transition: background-color .4s ease, border-color .4s ease, color .25s ease;--font: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}:root.dark{--acr-red-soft: #3a2527;--primary-soft: #3a2527;--success: #7bbf5f;--success-soft: #1f2e20;--warning: #ef8157;--warning-soft: #33291a;--bg: #161617;--surface: #242526;--surface-2: #323334;--text: #f4f4f4;--text-muted: #a8acb3;--border: #3a3b3c;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .5);--shadow: 0 16px 40px rgba(0, 0, 0, .55)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;line-height:1.5;transition:var(--theme-transition)}.bg-decor{position:fixed;inset:0;overflow:hidden;pointer-events:none;z-index:0}.bg-decor:before,.bg-decor:after{content:"";position:absolute;border-radius:50%;filter:blur(90px)}.bg-decor:before{width:340px;height:340px;background:rgba(234,53,59,.13);top:-90px;left:-110px}.bg-decor:after{width:300px;height:300px;background:rgba(53,67,100,.12);bottom:-80px;right:-100px}:root.dark .bg-decor:before{background:rgba(234,53,59,.16)}:root.dark .bg-decor:after{background:rgba(86,104,150,.16)}.app-header{position:sticky;top:0;z-index:50;height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);transition:var(--theme-transition)}.app-header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:linear-gradient(90deg,var(--acr-red),var(--acr-red-hi) 55%,var(--acr-gold))}.brand{display:inline-flex;align-items:center}.brand img{height:26px;display:block}.header-actions{display:flex;align-items:center;gap:10px}.theme-toggle{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--surface-2);color:var(--text);border:1px solid var(--border);cursor:pointer;transition:var(--transition)}.theme-toggle svg{width:18px;height:18px;transition:transform .4s ease}.theme-toggle:hover{background:var(--border)}.theme-toggle:hover svg{transform:rotate(18deg)}.theme-toggle:focus-visible{outline:3px solid var(--primary-soft);outline-offset:2px}.header-tag{display:inline-flex;align-items:center;gap:6px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-pill);padding:7px 13px;color:var(--text-muted);font-size:12px;font-weight:600}.header-tag svg{width:14px;height:14px;color:var(--success)}.shell{position:relative;z-index:1;min-height:calc(100% - 62px);display:flex;align-items:flex-start;justify-content:center;padding:30px 16px 48px}.card{position:relative;width:100%;max-width:460px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:32px 28px;box-shadow:var(--shadow);animation:cardIn .5s cubic-bezier(.22,1,.36,1) both;transition:var(--theme-transition)}.card.center{text-align:center}@keyframes cardIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.center{text-align:center}.hero{width:78px;height:78px;margin:2px auto 18px;border-radius:50%;background:var(--primary-soft);display:flex;align-items:center;justify-content:center;color:var(--primary);box-shadow:0 10px 24px #ea353b2e}.hero svg{width:38px;height:38px}h1{font-size:1.46rem;font-weight:700;letter-spacing:-.018em;line-height:1.22;margin-bottom:8px}.muted{color:var(--text-muted);font-size:.95rem;max-width:32ch;margin-inline:auto}.lead-spacer{margin-bottom:26px}.hint{color:var(--text-muted);font-size:.78rem;word-break:break-all}.error-text{color:var(--danger);background:var(--primary-soft);border-radius:var(--radius-sm);font-size:.88rem;padding:11px 14px;margin:14px 0;font-weight:500}.stepper{display:flex;list-style:none;margin:0 0 28px}.step-item{flex:1;position:relative;text-align:center;font-size:.7rem}.step-item:not(:first-child):before{content:"";position:absolute;top:13px;left:-50%;width:100%;height:2px;background:var(--border);z-index:0;transition:var(--transition)}.step-dot{position:relative;z-index:1;width:28px;height:28px;margin:0 auto 7px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.76rem;font-weight:600;background:var(--surface);border:2px solid var(--border);color:var(--text-muted);transition:var(--transition)}.step-dot svg{width:14px;height:14px}.step-label{color:var(--text-muted);font-weight:500;transition:var(--transition)}.step-item.active .step-dot{background:var(--primary);border-color:var(--primary);color:#fff}.step-item.active .step-dot:after{content:"";position:absolute;inset:-2px;border-radius:50%;background:var(--primary-soft);z-index:-1;animation:haloPulse 2s ease-in-out infinite}.step-item.active .step-label{color:var(--primary);font-weight:600}.step-item.done .step-dot{background:var(--primary);border-color:var(--primary);color:#fff}.step-item.done .step-label{color:var(--text)}.step-item.done:before{background:var(--primary)}@keyframes haloPulse{0%,to{transform:scale(1);opacity:.55}50%{transform:scale(1.45);opacity:.12}}.info-box{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:15px 16px;margin:20px 0;transition:var(--theme-transition)}.info-row{display:flex;justify-content:space-between;align-items:center;gap:14px;font-size:.9rem;padding:4px 0}.info-row span{color:var(--text-muted)}.info-row b{text-align:right;font-weight:600}.info-divider{height:1px;background:var(--border);margin:9px 0;opacity:.7}.info-label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:600;margin-bottom:8px}.field-chips{display:flex;flex-wrap:wrap;gap:7px}.chip{background:var(--primary-soft);color:var(--primary);font-size:.72rem;font-weight:600;padding:4px 11px;border-radius:var(--radius-pill);text-transform:capitalize}.consent{display:flex;gap:11px;align-items:flex-start;font-size:.82rem;color:var(--text-muted);margin:20px 0 22px;cursor:pointer;-webkit-user-select:none;user-select:none;line-height:1.55}.consent input{margin-top:1px;flex:0 0 auto;width:19px;height:19px;accent-color:var(--primary);cursor:pointer}.consent b{color:var(--primary);font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:var(--radius-md);padding:15px 20px;font-family:var(--font);font-size:.95rem;font-weight:600;cursor:pointer;transition:var(--transition)}.btn svg{width:18px;height:18px}.btn:disabled{opacity:.45;cursor:not-allowed}.btn:focus-visible{outline:3px solid var(--primary-soft);outline-offset:2px}.btn:active:not(:disabled){transform:scale(.98)}.btn-block{width:100%}.btn-primary{background:linear-gradient(135deg,var(--acr-red-hi),var(--acr-red) 55%,var(--acr-red-hover));color:#fff;box-shadow:var(--shadow-red)}.btn-primary:hover:not(:disabled){filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 16px 30px #ea353b5c}.btn-secondary{background:var(--surface-2);color:var(--text);border:1px solid var(--border);margin-top:14px}.btn-secondary:hover:not(:disabled){background:var(--border)}.trust{margin-top:22px;display:flex;align-items:center;justify-content:center;gap:7px;color:var(--text-muted);font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;opacity:.8}.trust svg{width:14px;height:14px}.tip{display:flex;gap:9px;align-items:flex-start;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:11px 13px;margin:16px 0 20px;font-size:.78rem;color:var(--text-muted)}.tip svg{width:16px;height:16px;flex:0 0 auto;margin-top:1px;color:var(--acr-gold)}.photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0 6px}.photo-slot{position:relative;aspect-ratio:3/2;border:2px dashed var(--border);border-radius:var(--radius-md);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center;font-size:.8rem;font-weight:500;color:var(--text-muted);cursor:pointer;overflow:hidden;background:var(--surface-2);transition:var(--transition)}.photo-slot:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.photo-slot.filled{border-style:solid;border-color:var(--primary);color:var(--primary)}.photo-slot img{width:100%;height:100%;object-fit:cover}.photo-slot .slot-icon{width:26px;height:26px}.photo-slot .slot-check{position:absolute;top:8px;right:8px;width:24px;height:24px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.liveness-frame-host{position:relative;height:520px;margin:18px 0 4px;border-radius:var(--radius-md);overflow:hidden;background:var(--camera);border:1px solid var(--border)}.liveness-frame-host iframe{position:relative;z-index:1;width:100%;height:100%;border:0}.liveness-frame-host .corner{position:absolute;z-index:2;width:30px;height:30px;border:3px solid rgba(255,255,255,.45);pointer-events:none}.liveness-frame-host .corner.tl{top:14px;left:14px;border-right:0;border-bottom:0;border-top-left-radius:10px}.liveness-frame-host .corner.tr{top:14px;right:14px;border-left:0;border-bottom:0;border-top-right-radius:10px}.liveness-frame-host .corner.bl{bottom:14px;left:14px;border-right:0;border-top:0;border-bottom-left-radius:10px}.liveness-frame-host .corner.br{bottom:14px;right:14px;border-left:0;border-top:0;border-bottom-right-radius:10px}.advice{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin:16px 0 4px}.advice-chip{display:inline-flex;align-items:center;gap:7px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-pill);padding:7px 14px;font-size:.76rem;font-weight:500;color:var(--text);transition:var(--theme-transition)}.advice-chip svg{width:15px;height:15px}.advice-chip.t-gold svg{color:var(--acr-gold)}.advice-chip.t-navy svg{color:var(--acr-navy)}.advice-chip.t-green svg{color:#6ea83a}.proc-stage{position:relative;height:168px;display:flex;align-items:center;justify-content:center;margin:8px 0 6px}.proc-ring{position:absolute;border-radius:50%;border:2px solid var(--primary);opacity:.12;animation:procPulse 2.4s ease-in-out infinite}.proc-ring.r1{width:128px;height:128px}.proc-ring.r2{width:168px;height:168px;opacity:.07;animation-delay:.6s}.proc-core{position:relative;width:92px;height:92px;border-radius:50%;background:var(--primary-soft);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-red);color:var(--primary)}.proc-core svg{width:44px;height:44px}@keyframes procPulse{0%,to{transform:scale(1);opacity:.12}50%{transform:scale(1.12);opacity:.04}}.substeps{max-width:290px;margin:22px auto 0;display:flex;flex-direction:column;gap:15px;text-align:left}.substep{display:flex;align-items:center;gap:13px}.substep.pending{opacity:.55}.substep-ic{flex:0 0 auto;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.substep-ic svg{width:17px;height:17px}.substep.done .substep-ic{background:var(--success-soft);color:var(--success)}.substep.pending .substep-ic{background:var(--surface-2);color:var(--text-muted)}.substep-txt{display:flex;flex-direction:column;line-height:1.3}.substep-title{font-size:.88rem;font-weight:600}.substep-sub{font-size:.72rem;color:var(--text-muted)}.substep.done .substep-sub{color:var(--success)}.substep.active .substep-title{color:var(--primary)}.spinner{width:32px;height:32px;border:3px solid var(--surface-2);border-top-color:var(--primary);border-radius:50%;animation:spin .85s linear infinite}.spinner.lg{width:46px;height:46px;border-width:4px;margin:10px auto 18px}@keyframes spin{to{transform:rotate(360deg)}}.badge{width:96px;height:96px;margin:6px auto 18px;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:badgeIn .55s cubic-bezier(.175,.885,.32,1.275) both}.badge-core{width:64px;height:64px;border-radius:50%;background:var(--surface);box-shadow:var(--shadow-sm);display:flex;align-items:center;justify-content:center}.badge-core svg{width:32px;height:32px}.badge-ok{background:var(--success-soft)}.badge-ok .badge-core{color:var(--success)}.badge-warn{background:var(--warning-soft)}.badge-warn .badge-core{color:var(--warning)}.badge-fail{background:var(--primary-soft)}.badge-fail .badge-core{color:var(--danger)}@keyframes badgeIn{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}:focus-visible{outline:3px solid var(--primary-soft);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}@media (max-width: 345px){.header-tag .ht-label{display:none}.header-tag{padding:8px}}@media (max-width: 380px){.card{padding:26px 18px}.step-label{font-size:.62rem}.liveness-frame-host{height:460px}}
