@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow-x:hidden}body{color:#1a1a1a;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;background:#f5f5f5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app{flex-direction:column;min-height:100dvh;display:flex}.splash{z-index:1000;opacity:0;background:#fff;flex-direction:column;justify-content:center;align-items:center;transition:opacity .35s;display:flex;position:fixed;inset:0}.splash.loading{opacity:1}.splash.exit{opacity:0}.splash-center{flex-direction:column;align-items:center;gap:28px;display:flex}.splash-logo{object-fit:contain;height:44px;animation:.5s cubic-bezier(.34,1.4,.64,1) .1s both logoIn}@keyframes logoIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.splash-bar-wrap{opacity:0;background:#e8eff7;border-radius:3px;width:160px;height:3px;transition:opacity .3s .2s;overflow:hidden}.splash-bar-wrap.show{opacity:1}.splash-bar{background:linear-gradient(90deg,#0065b3,#21a038);border-radius:3px;width:0%;height:100%;transition:width 1.5s cubic-bezier(.4,0,.2,1)}.splash-bar.fill{width:100%}.splash-footer{bottom:max(24px, env(safe-area-inset-bottom));color:#bbb;letter-spacing:.3px;font-size:12px;position:absolute}.chk-overlay{-webkit-backdrop-filter:blur(6px);z-index:500;background:#00000080;justify-content:center;align-items:center;padding:20px;animation:.3s chkFadeIn;display:flex;position:fixed;inset:0}.chk-overlay.exit{animation:.4s forwards chkFadeOut}@keyframes chkFadeIn{0%{opacity:0}to{opacity:1}}@keyframes chkFadeOut{0%{opacity:1}to{opacity:0}}.chk-modal{background:#fff;border-radius:16px;flex-direction:column;align-items:center;gap:18px;width:100%;max-width:340px;padding:28px 24px 24px;animation:.35s cubic-bezier(.34,1.2,.64,1) chkSlideUp;display:flex;box-shadow:0 20px 60px #0000002e}@keyframes chkSlideUp{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.chk-shield{background:#eef4fb;border:2px solid #c5d9ee;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:background .4s,border-color .4s;display:flex}.chk-shield.done{background:#f0fbf2;border-color:#a8e6b4}.chk-title{color:#1a1a1a;font-size:17px;font-weight:700}.chk-steps{flex-direction:column;gap:10px;width:100%;display:flex}.chk-step{opacity:.35;align-items:center;gap:10px;transition:opacity .3s;display:flex}.chk-step.active{opacity:1}.chk-step.passed{opacity:.7}.chk-step-icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.chk-dot-spin{border:2px solid #c5d9ee;border-top-color:#0065b3;border-radius:50%;width:12px;height:12px;animation:.7s linear infinite spin;display:block}.chk-dot-wait{background:#dde5ef;border-radius:50%;width:8px;height:8px;display:block}@keyframes spin{to{transform:rotate(360deg)}}.chk-step-text{color:#333;font-size:13px;line-height:1.4}.chk-bar-wrap{background:#eef4fb;border-radius:4px;width:100%;height:4px;overflow:hidden}.chk-bar{background:linear-gradient(90deg,#0065b3,#21a038);border-radius:4px;height:100%;transition:width .12s linear}.chk-percent{color:#888;font-size:12px;font-weight:500}.bio-page{width:100%;min-height:100dvh;padding:0 16px;padding-top:env(safe-area-inset-top);padding-bottom:max(24px, env(safe-area-inset-bottom));background:#f4f4f4;flex-direction:column;align-items:center;display:flex}.bio-header{flex-direction:column;align-items:center;width:100%;max-width:480px;padding:24px 0 0;display:flex}.bio-logo-img{object-fit:contain;height:32px}.bio-header-line{background:#e0e0e0;width:100%;height:1px;margin-top:18px}.bio-card{background:#fff;border-radius:8px;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:400px;margin-top:18px;padding:22px 20px 20px;display:flex;box-shadow:0 1px 6px #00000017}.bio-esia-label{color:#0065b3;border-bottom:1px solid #eef2f7;justify-content:center;align-items:center;gap:6px;width:100%;padding-bottom:16px;font-size:11.5px;font-weight:500;display:flex}.bio-icon-wrap{flex-shrink:0;justify-content:center;align-items:center;width:130px;height:130px;display:flex;position:relative}.bio-ring{opacity:0;border:1.5px solid #0065b3;border-radius:50%;transition:opacity .4s;position:absolute}.bio-ring-1{width:100%;height:100%}.bio-ring-2{border-color:#1a8fe3;width:76%;height:76%}.bio-ring-3{border-color:#21a038;width:54%;height:54%}.bio-ring.active{opacity:1;animation:2s ease-in-out infinite ringPulse}.bio-ring-2.active{animation-delay:.3s}.bio-ring-3.active{animation-delay:.6s}@keyframes ringPulse{0%,to{opacity:.25;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.bio-face-icon{z-index:2;background:#eef4fb;border:2px solid #c5d9ee;border-radius:50%;justify-content:center;align-items:center;width:78px;height:78px;display:flex;position:relative}.bio-scan-line{z-index:3;background:linear-gradient(90deg,#0000,#0065b3,#0000);border-radius:2px;width:76px;height:2px;animation:1.8s ease-in-out infinite scanMove;position:absolute;left:50%;transform:translate(-50%)}@keyframes scanMove{0%{opacity:0;top:18%}20%{opacity:1}80%{opacity:1}to{opacity:0;top:82%}}.bio-texts{text-align:center;width:100%}.bio-texts h1{color:#1a1a1a;margin-bottom:8px;font-size:19px;font-weight:700;line-height:1.3}.bio-texts p{color:#777;max-width:300px;margin:0 auto;font-size:13px;line-height:1.65}.bio-consent{background:#f7f9fc;border-left:3px solid #0065b3;border-radius:0 6px 6px 0;align-items:flex-start;gap:7px;width:100%;padding:9px 12px;display:flex}.bio-consent span{color:#777;font-size:11px;line-height:1.6}.bio-consent u{color:#0065b3;cursor:pointer;border-bottom:1px solid #c5d9ee;text-decoration:none}.bio-btn{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#0065b3;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;height:48px;font-family:inherit;font-size:15px;font-weight:600;transition:background .2s,transform .1s;display:flex}.bio-btn:hover:not(:disabled){background:#0055a0}.bio-btn:active:not(:disabled){transform:scale(.98)}.bio-btn:disabled{opacity:.82;cursor:default}.bio-btn--loading{background:#7a9fc4}.bio-btn--success{background:#21a038}.bio-security{color:#21a038;justify-content:center;align-items:center;gap:5px;font-size:11.5px;font-weight:500;display:flex}.bio-footer{color:#bbb;flex-wrap:wrap;justify-content:center;gap:6px;margin-top:18px;margin-bottom:6px;font-size:11px;display:flex}@media (width<=380px){.bio-card{gap:16px;padding:18px 14px 16px}.bio-icon-wrap{width:114px;height:114px}.bio-face-icon{width:68px;height:68px}.bio-texts h1{font-size:17px}}@media (height<=640px){.bio-header{padding-top:14px}.bio-card{gap:16px;margin-top:12px}.bio-icon-wrap{width:110px;height:110px}.bio-face-icon{width:66px;height:66px}}.suc-page{width:100%;min-height:100dvh;padding:0 16px;padding-top:env(safe-area-inset-top);padding-bottom:max(110px, calc(env(safe-area-inset-bottom) + 90px));background:#f4f4f4;flex-direction:column;align-items:center;animation:.4s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.suc-header{flex-direction:column;align-items:center;width:100%;max-width:480px;padding:28px 0 0;display:flex}.suc-logo-img{object-fit:contain;height:34px}.suc-header-line{background:#e0e0e0;width:100%;height:1px;margin-top:20px}.suc-card{opacity:0;background:#fff;border-radius:8px;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:420px;margin-top:20px;padding:22px 18px 20px;transition:opacity .45s,transform .45s;display:flex;transform:translateY(8px);box-shadow:0 1px 4px #00000014}.suc-card.visible{opacity:1;transform:translateY(0)}.suc-status-banner{background:#f0fbf2;border:1px solid #b2dfb8;border-radius:6px;align-items:center;gap:10px;width:100%;padding:11px 12px;display:flex}.suc-status-icon{background:#d3f5dc;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.suc-status-title{color:#1a7a2e;font-size:13px;font-weight:600}.suc-status-sub{color:#4caf64;margin-top:1px;font-size:11px}.suc-status-dot{background:#21a038;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-left:auto;animation:2s ease-in-out infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.suc-divider{background:#f0f0f0;width:100%;height:1px}.suc-code-section{flex-direction:column;align-items:center;gap:10px;width:100%;padding:4px 0;display:flex}.suc-code-label{color:#999;text-transform:uppercase;letter-spacing:.8px;font-size:11px;font-weight:600}.suc-code-cells{gap:6px;display:flex}.suc-cell{color:#1a1a1a;opacity:0;background:#fafbfc;border:1.5px solid #dde5ef;border-radius:6px;justify-content:center;align-items:center;width:42px;height:52px;font-size:24px;font-weight:700;transition:opacity .22s,transform .22s,border-color .4s,background .4s,color .4s;display:flex;transform:scale(.88)}.suc-cell.visible{opacity:1;transform:scale(1)}.suc-cell.green{color:#21a038;background:#f0fbf2;border-color:#21a038}.suc-code-status{color:#555;align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}.suc-dot-green{background:#21a038;border-radius:50%;flex-shrink:0;width:7px;height:7px}.suc-dot-typing{background:#0065b3;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:1s infinite blink}.suc-info-row{flex-wrap:wrap;justify-content:center;gap:18px;width:100%;display:flex}.suc-info-item{color:#888;align-items:center;gap:5px;font-size:12px;display:flex}.suc-actions{padding:12px 16px;padding-bottom:max(16px, env(safe-area-inset-bottom));opacity:0;background:linear-gradient(#0000,#f4f4f4 35%);justify-content:center;transition:opacity .4s,transform .4s;display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(10px)}.suc-actions.visible{opacity:1;transform:translateY(0)}.suc-hotline-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#0065b3;border:none;border-radius:6px;justify-content:space-between;align-items:center;width:100%;max-width:420px;height:56px;padding:0 16px;transition:background .2s,transform .1s;display:flex;box-shadow:0 3px 12px #0065b347}.suc-hotline-btn:hover{background:#0055a0}.suc-hotline-btn:active{transform:scale(.98)}.suc-hotline-btn-left{align-items:center;gap:12px;display:flex}.suc-hotline-btn-icon{background:#ffffff26;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.suc-hotline-btn-title{color:#fff;font-size:14px;font-weight:600}.suc-hotline-btn-sub{color:#ffffffb3;margin-top:1px;font-size:10.5px}.suc-overlay{-webkit-backdrop-filter:blur(4px);z-index:200;background:#0006;justify-content:center;align-items:flex-end;animation:.2s overlayIn;display:flex;position:fixed;inset:0}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.suc-modal{width:100%;max-width:480px;padding:8px 20px;padding-bottom:max(32px, env(safe-area-inset-bottom));background:#fff;border-radius:16px 16px 0 0;flex-direction:column;align-items:center;gap:14px;animation:.32s cubic-bezier(.16,1,.3,1) sheetUp;display:flex;position:relative;box-shadow:0 -4px 30px #0000001a}@keyframes sheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.suc-modal-handle{background:#e0e0e0;border-radius:4px;width:36px;height:4px;margin-bottom:2px}.suc-modal-close{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#f7f7f7;border:1px solid #e8e8e8;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:16px;right:16px}.suc-modal-head{align-items:center;gap:12px;width:100%;display:flex}.suc-modal-icon-wrap{background:#eef4fb;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.suc-modal-title{color:#1a1a1a;font-size:16px;font-weight:700}.suc-modal-subtitle{color:#888;margin-top:2px;font-size:11.5px}.suc-modal-desc{color:#777;width:100%;font-size:13px;line-height:1.5}.suc-modal-lines{flex-direction:column;gap:8px;width:100%;display:flex}.suc-line-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:none;border-radius:6px;align-items:center;gap:12px;width:100%;height:58px;padding:0 14px;transition:transform .1s,opacity .1s;display:flex}.suc-line-btn:active{opacity:.9;transform:scale(.98)}.suc-line-btn--blue{background:#0065b3;box-shadow:0 3px 12px #0065b338}.suc-line-btn--green{background:#21a038;box-shadow:0 3px 12px #21a03838}.suc-line-icon{background:#ffffff26;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.suc-line-info{text-align:left;flex:1}.suc-line-label{color:#ffffffb3;margin-bottom:2px;font-size:10.5px}.suc-line-num{color:#fff;font-size:17px;font-weight:700}.suc-modal-note{color:#aaa;font-size:11.5px}@media (width<=390px){.suc-card{gap:13px;padding:18px 14px 16px}.suc-cell{width:38px;height:48px;font-size:21px}.suc-code-cells{gap:5px}.suc-modal{padding:8px 14px;padding-bottom:max(24px, env(safe-area-inset-bottom))}}
