*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%}.step-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:16px;-webkit-overflow-scrolling:touch}.form-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 12px #00000014;display:flex;flex-direction:column}.form-icon{font-size:48px;text-align:center;margin-bottom:16px}.form-title{font-size:20px;font-weight:700;text-align:center;margin:0 0 8px;color:#131214}.form-description{font-size:14px;color:#555;text-align:center;margin:0 0 24px}.form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.form-label{font-size:14px;font-weight:600;color:#131214}.form-input{width:100%;padding:16px;font-size:18px;border:2px solid #e6e9eb;border-radius:12px;background:#fff;color:#131214;text-align:center;letter-spacing:4px;transition:border-color .2s ease;box-sizing:border-box}.form-input:focus{outline:none;border-color:#4a5568}.form-input::placeholder{color:#898d8f;letter-spacing:0}.input-hint{font-size:12px;color:#898d8f;text-align:center}.submit-btn{width:100%;padding:16px;font-size:16px;font-weight:700;color:#fff;background:#4a5568;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;margin-top:auto;-webkit-tap-highlight-color:transparent}.submit-btn:disabled{background:#e6e9eb;color:#898d8f;cursor:not-allowed}.submit-btn:not(:disabled):active{background:#2d3748;transform:scale(.98)}@media(max-width:380px){.form-input{font-size:16px;letter-spacing:2px;padding:14px}}.liveness-instructions,.liveness-tips{background:#e2e8f0;border-radius:12px;padding:16px;margin-bottom:16px}.liveness-instructions h3,.liveness-tips h3{font-size:14px;font-weight:700;color:#2d3748;margin:0 0 8px}.liveness-instructions ul,.liveness-tips ul{list-style:none;padding:0;margin:0}.liveness-instructions li,.liveness-tips li{font-size:13px;color:#555;padding:4px 0 4px 24px;position:relative}.liveness-instructions li:before,.liveness-tips li:before{content:"✓";position:absolute;left:0;color:#4a5568;font-weight:700}.liveness-tips{background:#fff3e0}.liveness-tips h3{color:#e65100}.liveness-tips li:before{content:"💡"}.sdk-error{background:#fff3f0;color:#db340b;padding:20px;text-align:center;border-radius:16px;margin-bottom:20px}.sdk-error p{margin:0 0 16px}.secondary-btn{width:100%;padding:14px;font-size:14px;font-weight:600;color:#555;background:#f4f6f7;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;margin-top:12px;-webkit-tap-highlight-color:transparent}.secondary-btn:active{background:#e6e9eb}.camera-container{text-align:center}.video-wrapper{position:relative;width:100%;max-width:320px;margin:0 auto 16px;border-radius:16px;overflow:hidden;background:#000}.camera-video{width:100%;height:auto;display:block;transform:scaleX(-1)}.face-guide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.face-oval{width:180px;height:240px;border:3px dashed rgba(255,255,255,.8);border-radius:50%;box-shadow:0 0 0 9999px #0006}.camera-instruction{font-size:14px;color:#555;margin:0 0 16px}.capture-btn{font-size:16px}.preview-container{text-align:center}.image-wrapper{width:100%;max-width:320px;margin:0 auto 16px;border-radius:16px;overflow:hidden;background:#f0f0f0}.preview-image{width:100%;height:auto;display:block}.preview-instruction{font-size:14px;color:#555;margin:0 0 16px}.button-group{display:flex;gap:12px}.button-group .secondary-btn{flex:1;margin-top:0}.button-group .submit-btn{flex:1}.back-btn{margin-top:20px}.camera-loading{text-align:center;padding:40px 20px}.camera-loading p{color:#555;margin-top:16px}.spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#4a5568;border-radius:50%;margin:0 auto;animation:spin 1s linear infinite}.verification-card{text-align:center;padding:48px 24px}.verification-spinner{width:64px;height:64px;border:5px solid #e6e9eb;border-top-color:#4a5568;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 24px}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:100;align-items:center;justify-content:center;padding:16px}.modal.active{display:flex}.modal-content{background:#fff;width:100%;max-width:400px;border-radius:24px;padding:32px 24px;animation:scaleIn .3s ease}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.success-content{text-align:center}.success-icon{width:80px;height:80px;background:#4a5568;color:#fff;font-size:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.success-title{font-size:22px;margin:0 0 16px;color:#131214}.success-details{text-align:left;margin-bottom:24px}.success-details p{color:#555;margin:0 0 8px;font-size:14px}.tier-benefits{background:#e2e8f0;border-radius:12px;padding:16px;margin-top:16px}.tier-benefits h4{font-size:14px;color:#2d3748;margin:0 0 8px}.tier-benefits ul{list-style:none;padding:0;margin:0}.tier-benefits li{font-size:13px;color:#555;padding:4px 0}.error-content{text-align:center}.error-icon{width:80px;height:80px;background:#db340b;color:#fff;font-size:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.error-title{font-size:22px;color:#db340b;margin:0 0 12px}.error-message{color:#555;margin:0 0 24px;font-size:14px}.upgrade-hint{margin-top:12px;font-size:13px;color:#4a5568;font-style:italic}.loading-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#fffffff2;z-index:200;align-items:center;justify-content:center;flex-direction:column;gap:16px}.loading-overlay.active{display:flex}.loading-spinner{width:48px;height:48px;border:4px solid #e6e9eb;border-top-color:#4a5568;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-size:16px;color:#555;margin:0}.header{background:linear-gradient(135deg,#4a5568,#2d3748);padding:24px 16px;color:#fff;flex-shrink:0}.header-content{max-width:480px;margin:0 auto}.header-title{font-size:24px;font-weight:700;margin:0 0 4px}.header-subtitle{font-size:14px;opacity:.9;margin:0}.progress-steps{display:flex;align-items:center;justify-content:center;padding:20px 16px;background:#fff;flex-shrink:0}.step{display:flex;flex-direction:column;align-items:center;gap:6px}.step-number{width:32px;height:32px;border-radius:50%;background:#e6e9eb;color:#898d8f;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;transition:all .3s ease}.step.active .step-number,.step.completed .step-number{background:#4a5568;color:#fff}.step-label{font-size:11px;color:#898d8f;font-weight:600}.step.active .step-label{color:#4a5568}.step-line{flex:1;height:2px;background:#e6e9eb;margin:0 8px 18px;max-width:60px}.step-line.completed{background:#4a5568}@media(max-width:380px){.progress-steps{padding:16px 12px}.step-number{width:28px;height:28px;font-size:12px}.step-label{font-size:10px}}*{box-sizing:border-box;margin:0;padding:0}:root{--primary: #4a5568;--primary-light: #e2e8f0;--primary-dark: #2d3748;--error: #db340b;--error-light: #fff3f0;--warning: #f59e0b;--warning-light: #fef3c7;--text-primary: #1a202c;--text-secondary: #4a5568;--text-muted: #a0aec0;--background: #f7fafc;--background-card: #edf2f7;--border: #e2e8f0;--white: #ffffff}html{height:100%;overflow:hidden;overscroll-behavior:none;-webkit-overflow-scrolling:auto}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--background);color:var(--text-primary);height:100%;height:100vh;height:100dvh;overflow:hidden;-webkit-font-smoothing:antialiased;position:fixed;inset:0;overscroll-behavior:none}#root{height:100%;max-width:none;margin:0;padding:0;text-align:left}.app-container{max-width:480px;margin:0 auto;height:100%;background-color:var(--white);display:flex;flex-direction:column;overflow:hidden}.main-content{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-y;overscroll-behavior:contain}.submit-btn{width:100%;padding:16px;font-size:16px;font-weight:700;color:var(--white);background:var(--primary);border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:manipulation}.submit-btn:disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed}.submit-btn:not(:disabled):active{background:var(--primary-dark);transform:scale(.98)}.secondary-btn{width:100%;padding:14px;font-size:14px;font-weight:600;color:var(--text-secondary);background:var(--background-card);border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;margin-top:12px;-webkit-tap-highlight-color:transparent}.secondary-btn:active{background:var(--border)}
