@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:#f4f5f7;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{min-height:100svh}*,:before,:after{box-sizing:border-box;margin:0;padding:0}.layout{color:#26374a;background:#f8f9fa;flex-direction:column;min-height:100svh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.site-header{z-index:100;background:#fff;border-bottom:4px solid #c00;position:relative;box-shadow:0 4px 12px #00000008}.header-inner{justify-content:center;align-items:center;max-width:1200px;margin:0 auto;padding:20px 40px;display:flex}@media (width<=768px){.header-inner{padding:16px 20px}}.site-logo{object-fit:contain;width:auto;height:9rem}.hero-banner{text-align:center;background:#26374a;padding:80px 40px 90px;position:relative;overflow:hidden}@media (width<=768px){.hero-banner{padding:60px 24px 64px}}.hero-banner:after{content:"";pointer-events:none;background:linear-gradient(135deg,#cc000014 0%,#0000 70%);width:60%;height:200%;position:absolute;top:-50%;right:-10%;transform:rotate(15deg)}.hero-inner{z-index:1;max-width:900px;margin:0 auto;position:relative}.hero-title{color:#fff;letter-spacing:-1.5px;margin-bottom:24px;font-size:48px;font-weight:800;line-height:1.1}@media (width<=768px){.hero-title{letter-spacing:-.8px;font-size:32px}}.hero-sub{color:#ffffffe6;max-width:720px;margin:0 auto;font-size:19px;line-height:1.75}@media (width<=768px){.hero-sub{font-size:16px}}.progress-indicator{background:#f8f9fa;justify-content:center;padding:32px 40px 0;display:flex}@media (width<=768px){.progress-indicator{padding:24px 20px 0}}.indicator-inner{gap:16px;width:100%;max-width:800px;display:flex}@media (width<=480px){.indicator-inner{gap:8px}}.indicator-step{opacity:.35;flex-direction:column;flex:1;gap:12px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}@media (width<=768px){.indicator-step{gap:8px}}.indicator-step.active,.indicator-step.done{opacity:1}.step-point{background:#dfe3e8;border-radius:3px;width:100%;height:6px}@media (width<=768px){.step-point{height:4px}}.indicator-step.active .step-point{background:#c00}.indicator-step.done .step-point{background:#26374a}.step-label{text-transform:uppercase;color:#26374a;letter-spacing:.08em;white-space:pre-line;max-width:120px;font-size:11px;font-weight:800;line-height:1.35}@media (width<=768px){.step-label{letter-spacing:.04em;text-align:center;max-width:none;font-size:9px}}@media (width<=480px){.step-label{letter-spacing:.02em;font-size:7.5px;line-height:1.2}}.main-content{flex:1;justify-content:center;align-items:flex-start;padding:56px 40px 100px;display:flex}@media (width<=768px){.main-content{padding:32px 20px 64px}}.form-container{width:100%;max-width:840px}.form-section{background:#fff;border:1px solid #e1e4e8;border-radius:16px;margin-bottom:24px;overflow:hidden;box-shadow:0 10px 40px #26374a0f}@media (width<=768px){.form-section{border-radius:12px}}.section-header{background:#fafbfc;border-bottom:1px solid #e1e4e8;justify-content:space-between;align-items:center;gap:16px;padding:24px 40px;display:flex}@media (width<=768px){.section-header{flex-direction:row;align-items:center;padding:16px 24px}}.section-title-wrap{align-items:center;gap:14px;display:flex}.section-indicator{background:#c00;border-radius:3px;width:5px;height:28px}.section-title{color:#26374a;font-size:20px;font-weight:700}@media (width<=768px){.section-title{font-size:17px}}.verified-badge{color:#1a7f37;text-transform:uppercase;letter-spacing:.05em;background:#dafbe1;border-radius:20px;padding:5px 10px;font-size:11px;font-weight:700}.section-content{padding:40px}@media (width<=768px){.section-content{padding:24px}}.form-grid{grid-template-columns:1fr 1fr;gap:28px;display:grid}@media (width<=768px){.form-grid{grid-template-columns:1fr;gap:20px}}.form-group{flex-direction:column;gap:10px;display:flex;position:relative}.form-group.full-width{grid-column:1/-1}.field-label{color:#444d56;font-size:14px;font-weight:600}.field-input{color:#26374a;background:#fff;border:2px solid #e1e4e8;border-radius:10px;outline:none;padding:14px 18px;font-family:inherit;font-size:15px;transition:all .2s}.field-input:focus{border-color:#c00;box-shadow:0 0 0 4px #cc000014}.field-input::placeholder{color:#959da5}.custom-select-wrapper{cursor:pointer;position:relative}.custom-select-trigger{background:#fff;border:2px solid #e1e4e8;border-radius:10px;justify-content:space-between;align-items:center;padding:14px 18px;font-size:15px;transition:all .2s;display:flex}.custom-select-trigger .placeholder{color:#959da5}.custom-select-wrapper.is-open .custom-select-trigger{border-color:#c00;box-shadow:0 0 0 4px #cc000014}.select-arrow{width:18px;height:18px}.custom-select-options{z-index:200;background:#fff;border:1px solid #e1e4e8;border-radius:10px;max-height:240px;padding:8px;position:absolute;top:110%;left:0;right:0;overflow-y:auto;box-shadow:0 12px 32px #26374a1f}.custom-select-option{border-radius:6px;padding:10px 14px;font-size:14px;transition:background .15s}.custom-select-option:hover{background:#f6f8fa}.custom-select-option.is-selected{color:#c00;background:#cc00000d;font-weight:600}.otp-content{text-align:center;flex-direction:column;align-items:center;display:flex}.otp-desc{color:#586069;max-width:500px;margin-bottom:32px;font-size:15px}.otp-grid{justify-content:center;gap:12px;width:100%;margin-bottom:32px;display:flex}.otp-input{text-align:center;color:#26374a;background:#fafbfc;border:2px solid #e1e4e8;border-radius:10px;outline:none;width:56px;height:68px;font-size:28px;font-weight:800;transition:all .2s}@media (width<=480px){.otp-input{width:42px;height:56px;font-size:22px}}.otp-input:focus{background:#fff;border-color:#c00;box-shadow:0 0 0 4px #cc000014}.resend-text{color:#586069;margin-top:24px;font-size:14px}.text-btn{color:#c00;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-weight:700;text-decoration:underline}.text-btn:hover{color:#b30000}.action-bar-spread{justify-content:space-between;align-items:center;gap:16px;width:100%;margin-top:24px;display:flex}@media (width<=640px){.action-bar-spread{flex-direction:column-reverse}}.submit-btn{color:#fff;cursor:pointer;background:#c00;border:none;border-radius:10px;padding:14px 40px;font-size:15px;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #c003}@media (width<=640px){.submit-btn{width:100%}}.submit-btn:hover:not(:disabled){background:#b30000;transform:translateY(-1px);box-shadow:0 6px 16px #cc00004d}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.back-btn{color:#26374a;cursor:pointer;background:#fff;border:2px solid #e1e4e8;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}@media (width<=640px){.back-btn{width:100%}}.back-btn:hover{background:#fafbfc;border-color:#d0d7de}.back-icon{display:block;width:16px!important;height:16px!important}.selfie-camera-placeholder{flex-direction:column;align-items:center;gap:24px;display:flex}.camera-frame{background:#fafbfc;border:4px solid #c00;border-radius:140px/190px;justify-content:center;align-items:center;width:280px;height:380px;display:flex;position:relative;overflow:hidden}@media (width<=480px){.camera-frame{border-radius:120px/165px;width:240px;height:330px}}.camera-frame.idle{animation:2s cubic-bezier(.66,0,0,1) infinite oval-pulse;box-shadow:0 0 #c006}@keyframes oval-pulse{to{box-shadow:0 0 0 30px #c000}}.camera-frame.recording{border-color:#c00;box-shadow:0 0 30px #c003}.camera-frame.success{background:#f0fff4;border-color:#2da44e;box-shadow:0 0 30px #2da44e26}.video-feed{object-fit:cover;border-radius:inherit;width:100%;height:100%;transform:scaleX(-1)}.scanning-overlay{border-radius:inherit;pointer-events:none;background-color:#0000;background-image:linear-gradient(#cc00000d 50%,#0000 50%),linear-gradient(90deg,#cc00000d 50%,#0000 50%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:20px 20px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;overflow:hidden}.scanning-overlay:after{content:"";background:#c00;width:100%;height:4px;animation:2s ease-in-out infinite alternate scan-line;position:absolute;left:0;box-shadow:0 0 15px #c00c,0 0 30px #c006}@keyframes scan-line{0%{top:-10%}to{top:110%}}.pulse{background:#cc00001a;border-radius:50%;width:80px;height:80px;animation:1.5s infinite pulse-ani}@keyframes pulse-ani{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.4)}}.loader-inner{border:4px solid #e1e4e8;border-top-color:#c00;border-radius:50%;width:48px;height:48px;margin:0 auto 32px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.processing-status-block{background:#fafbfc;border:1px solid #e1e4e8;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:12px;max-width:100%;padding:14px 20px;display:flex}.status-spinner{border:2px solid #c003;border-top-color:#c00;border-radius:50%;flex-shrink:0;width:18px;height:18px;animation:.8s linear infinite spin}.processing-dynamic-text{color:#26374a;font-size:14px;font-weight:600;line-height:1.4;animation:1.5s ease-in-out infinite text-pulse}@keyframes text-pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.verified-state{flex-direction:column;align-items:center;gap:16px;padding:20px 0;display:flex}.success-circle{color:#1a7f37;background:#dafbe1;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.success-icon-sml{width:40px;height:40px}.alert-circle{color:#c00;background:#cc000014;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;animation:2s cubic-bezier(.66,0,0,1) infinite alert-pulse;display:flex}@keyframes alert-pulse{0%{box-shadow:0 0 #c006}70%{box-shadow:0 0 0 24px #c000}to{box-shadow:0 0 #c000}}.alert-icon-sml{width:40px;height:40px}.face-guide{justify-content:center;align-items:center;animation:3s ease-in-out infinite breathe;display:flex}@keyframes breathe{0%{opacity:.7;transform:scale(.95)}50%{opacity:1;transform:scale(1.02)}to{opacity:.7;transform:scale(.95)}}.toggle-group{background:#f6f8fa;border:1px solid #e1e4e8;border-radius:12px;margin-bottom:32px;padding:6px;display:flex}.toggle-btn{color:#586069;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:12px;font-size:14px;font-weight:700;transition:all .2s}.toggle-btn.active{color:#26374a;background:#fff;box-shadow:0 4px 10px #0000000d}.consents-list{background:#fafbfc;border:1px solid #e1e4e8;border-radius:12px;padding:24px}.consents-title{color:#26374a;margin-bottom:16px;font-size:16px;font-weight:700}.consent-item{cursor:pointer;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.consent-item:last-child{margin-bottom:0}.consent-item input{display:none}.custom-checkbox{background:#fff;border:2px solid #d0d7de;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .2s;display:flex}.consent-item input:checked+.custom-checkbox{background:#c00;border-color:#c00}.consent-item input:checked+.custom-checkbox:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;margin-top:-2px;transform:rotate(45deg)}.consent-item p{color:#444d56;margin-top:2px;font-size:14px;line-height:1.5}.field-hint{color:#586069;margin-top:8px;font-size:12px;display:block}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#26374a99;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-content{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:440px;padding:40px;box-shadow:0 20px 60px #00000026}.modal-title{color:#26374a;margin-bottom:12px;font-size:22px;font-weight:800}.modal-desc{color:#586069;font-size:15px;line-height:1.6}
