:root{--hxa-yellow:#FFDF67;--hxa-blue:#4CABF6;--hxa-blue-hover:#2B9CF0;--hxa-text:#24282B;--hxa-text-muted:#5B6168;--hxa-text-faint:#9B9C9E;--hxa-border:#E5E7EB;--hxa-card-border:rgba(60, 60, 60, 0.14);--hxa-card-shadow:0 6px 24px rgba(60, 60, 60, 0.08);--hxa-bg:#FFFFFF;--hxa-input-bg:#F6F7F9;--hxa-tag-blue-bg:#DDF0FF;--hxa-tag-blue-text:#4CABF6;--hxa-tag-yellow-bg:#FCEBAA;--hxa-tag-yellow-text:#B79213;--hxa-pct-bg:#E8F8EE;--hxa-pct-text:#1B7A3E;--hxa-icon-bg:#CEEAFF;--hxa-avatar-yellow:#FFD33C;--danger:#EF4444;--success:#10B981}*{box-sizing:border-box;margin:0;padding:0}:root{--app-zoom:1}html{zoom:var(--app-zoom,1)}body,html{min-height:var(--app-vh,100vh);font-family:'Lexend Deca',Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;background:var(--hxa-bg);color:var(--hxa-text);overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar,html::-webkit-scrollbar{width:0;height:0;display:none}.auth-wrapper{position:relative;min-height:var(--app-vh,100vh);width:100%;background:var(--hxa-bg);overflow-x:hidden}.hero-kicker{display:inline-flex;align-items:center;gap:6px;height:18px;font-family:'Lexend Deca',sans-serif;font-style:normal;font-weight:300;font-size:14px;line-height:18px;letter-spacing:.1em;color:#5b6168;text-transform:uppercase;white-space:nowrap;margin-bottom:2px}.hero-kicker .kicker-dot{width:4px;height:4px;background:var(--hxa-blue);border-radius:50%;flex-shrink:0}.hero-ctas{display:flex;gap:8px;margin-bottom:10px}.btn-cta-primary,.btn-cta-secondary{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;padding:0 24px;font-family:Inter,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:17px;letter-spacing:0;border-radius:15px;white-space:nowrap;cursor:pointer;transition:transform .12s ease,box-shadow .15s ease,background .15s ease}.btn-cta-primary{background:linear-gradient(0deg,#0b90f3,#0b90f3),linear-gradient(180deg,rgba(0,126,232,0) 8.33%,rgba(0,126,232,.7) 152.38%),rgba(255,255,255,.62);color:#fff;border:1px solid #8ac9ff;box-shadow:0 4px 10px -6px rgba(0,0,0,.1),inset 0 0 7.7px #fff,inset 0 0 6.2px #fff}.btn-cta-primary:hover{transform:translateY(-1px);box-shadow:0 8px 18px -8px rgba(0,90,180,.5),inset 0 0 7.7px #fff}.btn-cta-secondary{background:linear-gradient(179.25deg,rgba(0,126,232,0) 39.2%,rgba(0,126,232,.2) 151.07%),rgba(255,255,255,.7);color:#334155;border:1px solid #cbd5e1;box-shadow:inset 0 0 22.6px #fff}.btn-cta-secondary:hover{transform:translateY(-1px);border-color:#8ac9ff;color:#0f172a}.btn-cta-primary:active,.btn-cta-secondary:active{transform:none}.auth-footer{position:absolute;left:66px;bottom:22px;z-index:4;font-family:'Lexend Deca',sans-serif;font-style:normal;font-weight:300;font-size:10px;line-height:12px;letter-spacing:.1em;color:#9b9c9e}.auth-footer-sep{margin:0 8px;color:#c7cbd1}.auth-footer-link{font-size:12px;font-weight:400;color:#9b9c9e;text-decoration:none;transition:color .15s}.auth-footer-link:hover{color:#4cabf6;text-decoration:underline}.auth-legal-note{margin-top:10px;text-align:center;font-family:'Lexend Deca',sans-serif;font-weight:300;font-size:13px;line-height:18px;letter-spacing:.02em;color:#9b9c9e}.auth-legal-note a{color:#656d79;text-decoration:none;font-weight:500}.auth-legal-note a:hover{color:#4cabf6;text-decoration:underline}@media (max-width:700px){.hero-ctas{flex-wrap:wrap}.auth-footer{padding:0 22px 20px;text-align:center}}.auth-modal{display:none;position:fixed;inset:0;z-index:100;background:rgba(36,40,43,.5);align-items:center;justify-content:center;padding:20px}.auth-modal.show{display:flex;animation:fadeIn .2s ease}.auth-modal-card{background:#fff;border-radius:14px;width:100%;max-width:420px;padding:30px;position:relative;box-shadow:0 24px 60px rgba(0,0,0,.18);max-height:90vh;overflow-y:auto;font-family:'Lexend Deca',Inter,sans-serif}.auth-modal-header{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-bottom:20px}.auth-modal-close{position:static;flex-shrink:0;background:0 0;border:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--hxa-text-faint);cursor:pointer;border-radius:6px}.auth-modal-close:hover{background:#f3f3f3;color:var(--hxa-text)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.auth-tabs{display:flex;flex:1;min-width:0;gap:4px;background:#f3f4f6;border-radius:8px;padding:4px}.auth-tab{flex:1;background:0 0;border:0;padding:9px 14px;font-family:inherit;font-size:12px;font-weight:500;color:var(--hxa-text-faint);cursor:pointer;border-radius:6px;letter-spacing:.04em;transition:background .15s,color .15s}.auth-tab.active{background:#fff;color:var(--hxa-text);box-shadow:0 1px 3px rgba(0,0,0,.06)}.tab-indicator{display:none}.auth-panel{display:none}.auth-panel.active{display:block;animation:fadeIn .2s ease}.panel-header{margin-bottom:18px}.panel-header.centered{text-align:center}.panel-header h2{font-family:Poppins,sans-serif;font-size:20px;font-weight:600;color:var(--hxa-text);margin-bottom:4px;letter-spacing:-.01em}.panel-header p{font-size:12px;color:var(--hxa-text-faint);line-height:1.55}.panel-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;border-radius:50%;background:var(--hxa-icon-bg);color:var(--hxa-blue)}.panel-icon svg{width:18px;height:18px}.panel-icon.success{background:rgba(16,185,129,.12);color:var(--success)}.auth-form{display:flex;flex-direction:column;gap:12px}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:11px;font-weight:400;letter-spacing:.04em;color:var(--hxa-text);text-transform:uppercase}.input-wrapper{position:relative;display:flex;align-items:center;background:var(--hxa-input-bg);border:1px solid #e1e3e6;border-radius:6px}.input-wrapper:focus-within{border-color:var(--hxa-blue);box-shadow:0 0 0 3px rgba(91,177,245,.16)}.input-icon{width:14px;height:14px;margin-left:12px;color:var(--hxa-text-faint);flex-shrink:0}.form-input{flex:1;background:0 0;border:0;outline:0;padding:10px 12px;font-family:inherit;font-size:13px;color:var(--hxa-text);min-width:0}.form-input::placeholder{color:var(--hxa-text-faint)}.password-toggle{background:0 0;border:0;padding:0 12px;cursor:pointer;color:var(--hxa-text-faint);display:flex;align-items:center}.password-toggle svg{width:14px;height:14px}.hidden{display:none!important}.form-options{display:flex;align-items:center;justify-content:space-between;font-size:12px;margin-top:2px}.checkbox-wrapper{display:flex;align-items:center;gap:7px;cursor:pointer;color:var(--hxa-text-faint);user-select:none}.checkbox-wrapper input{display:none}.checkmark{width:14px;height:14px;border:1.5px solid #c7c9cc;border-radius:3px;display:inline-block;position:relative}.checkbox-wrapper input:checked+.checkmark{background:var(--hxa-blue);border-color:var(--hxa-blue)}.checkbox-wrapper input:checked+.checkmark::after{content:"";position:absolute;left:3px;top:0;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.forgot-link{color:var(--hxa-blue);text-decoration:none;font-weight:500}.forgot-link:hover{text-decoration:underline}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 18px;border:0;border-radius:6px;font-family:inherit;font-size:12px;font-weight:500;letter-spacing:.04em;cursor:pointer;transition:background .15s}.btn-primary{background:var(--hxa-blue);color:#fff}.btn-primary:hover{background:var(--hxa-blue-hover)}.btn-full{width:100%}.btn svg{width:14px;height:14px}.btn:disabled{opacity:.6;cursor:not-allowed}.social-login-buttons{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.btn-social{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 14px;background:#fff;color:var(--hxa-text);border:1px solid #d4d6d9;border-radius:6px;font-family:inherit;font-size:12px;font-weight:500;cursor:pointer}.btn-social:hover{background:#f9fafb;border-color:#b8bbbf}.auth-divider{display:flex;align-items:center;gap:10px;margin:12px 0;color:var(--hxa-text-faint);font-size:10px;text-transform:uppercase;letter-spacing:.1em}.auth-divider::after,.auth-divider::before{content:"";flex:1;height:1px;background:var(--hxa-border)}.otp-input-group{display:flex;gap:6px;justify-content:center;margin:6px 0 14px}.otp-input-single{width:38px;height:46px;text-align:center;font-size:17px;font-weight:600;color:var(--hxa-text);background:var(--hxa-input-bg);border:1px solid #e1e3e6;border-radius:6px;outline:0}.otp-input-single:focus{border-color:var(--hxa-blue);box-shadow:0 0 0 3px rgba(91,177,245,.18)}.auth-modal-card:has(.reg-v2.active){max-width:612px;height:690px;padding:0;border:1px solid #dee1e5;box-shadow:0 12px 40px rgba(0,0,0,.12);border-radius:14px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.auth-modal-card:has(.reg-v2.active)::-webkit-scrollbar{width:0;height:0;display:none}.auth-modal-card:has(.reg-v2.active) .auth-modal-header{display:none}.org-v2 .reg-form{gap:16px}.org-v2 .reg-heading{margin-bottom:12px}.org-v2 .reg-textarea{min-height:66px}.reg-v2{position:relative;padding:28px 86px 24px;font-family:'Lexend Deca',sans-serif}.reg-close{position:absolute;top:18px;right:18px;width:28px;height:28px;background:0 0;border:0;border-radius:6px;color:#24282b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.reg-close:hover{background:#f3f3f3}.reg-brand{text-align:center;margin-bottom:16px}.reg-brand-logo{font-family:Inter,sans-serif;font-weight:700;font-size:36px;line-height:44px;letter-spacing:.01em;color:#24282b}.reg-brand-logo span{color:#4cabf6;margin-left:10px}.reg-brand-tagline{font-family:'Lexend Deca',sans-serif;font-weight:300;font-size:12px;line-height:15px;letter-spacing:.1em;color:#24282b;margin-top:-4px}.reg-heading{font-family:Poppins,sans-serif;font-weight:500;font-size:24px;line-height:36px;color:#24282b;text-align:center;margin:0 0 18px}.reg-form{display:flex;flex-direction:column;gap:24px}.reg-input{width:100%;height:52px;box-sizing:border-box;padding:0 16px;background:#fff;border:1px solid #dee1e5;border-radius:8px;font-family:'Lexend Deca',sans-serif;font-weight:300;font-size:15px;line-height:16px;letter-spacing:.1em;color:#24282b;outline:0;transition:border-color .15s,box-shadow .15s}.reg-input::placeholder{color:#97a1af}.reg-input:focus{border-color:#4cabf6;box-shadow:0 0 0 3px rgba(76,171,246,.18)}.reg-continue{width:100%;height:52px;background:#4cabf6;border:0;border-radius:8px;font-family:'Lexend Deca',sans-serif;font-weight:500;font-size:15px;line-height:19px;letter-spacing:.1em;color:#f9f9ff;cursor:pointer;transition:background .15s,box-shadow .15s;margin-top:4px}.reg-continue:hover{background:#3fa1f2;box-shadow:0 4px 12px rgba(76,171,246,.28)}.reg-continue:disabled{opacity:.7;cursor:not-allowed}.reg-haveaccount{text-align:center;margin-top:12px;font-family:'Lexend Deca',sans-serif;font-weight:300;font-size:12px;line-height:21px;letter-spacing:.1em;color:#656d79}.reg-haveaccount a{font-weight:400;color:#635dff;text-decoration:none;margin-left:6px;letter-spacing:0}.reg-haveaccount a:hover{text-decoration:underline}.reg-divider{display:flex;align-items:center;gap:14px;margin:10px 0 12px;color:#656d79;font-family:'Lexend Deca',sans-serif;font-weight:400;font-size:12px;line-height:12px;text-transform:uppercase}.reg-divider::after,.reg-divider::before{content:"";flex:1;height:1px;background:#dee1e5}.reg-social{width:100%;height:52px;box-sizing:border-box;background:#fff;border:1px solid #dee1e5;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:13px;font-family:'Lexend Deca',sans-serif;font-weight:300;font-size:16px;line-height:20px;color:#3b4047;cursor:pointer;margin-bottom:10px;transition:background .15s,border-color .15s,box-shadow .15s}.reg-social:hover{background:#fafbfc;border-color:#c8cdd3}.reg-social-icon{flex-shrink:0}.login-subtitle{text-align:center;font-family:'Lexend Deca',sans-serif;font-weight:300;font-size:13px;line-height:15px;letter-spacing:.04em;color:#24282b;margin:-4px 0 14px}.login-form-v2{display:flex;flex-direction:column;gap:14px}.login-field{display:flex;flex-direction:column;gap:8px}.login-label{font-family:'Lexend Deca',sans-serif;font-weight:300;font-size:13px;line-height:15px;letter-spacing:1px;text-transform:uppercase;color:#24282b}.login-pw-wrap{position:relative;display:flex;align-items:center}.login-pw-wrap .reg-input{width:100%;padding-right:46px}.login-pw-toggle{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:0 0;border:0;padding:0;cursor:pointer;color:#97a1af;display:flex;align-items:center}.login-pw-toggle svg{width:16px;height:16px;display:block}.input-pw-toggle{flex-shrink:0;align-self:stretch;display:flex;align-items:center;background:0 0;border:0;padding:0 12px 0 4px;margin:0;cursor:pointer;color:#97a1af}.input-pw-toggle:hover{color:var(--hxa-blue)}.input-pw-toggle svg{width:16px;height:16px;display:block}.login-options{display:flex;align-items:center;justify-content:space-between;margin-top:-4px}.login-remember{display:flex;align-items:center;gap:8px;cursor:pointer;user-select:none;font-family:'Lexend Deca',sans-serif;font-weight:300;font-size:12px;letter-spacing:.06em;color:#97a1af}.login-remember input{display:none}.login-check{width:16px;height:16px;flex-shrink:0;border:.5px solid #dee1e5;border-radius:2px;display:inline-block;position:relative}.login-remember input:checked+.login-check{background:#4cabf6;border-color:#4cabf6}.login-remember input:checked+.login-check::after{content:"";position:absolute;left:5px;top:1px;width:4px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.login-forgot{font-family:'Lexend Deca',sans-serif;font-weight:400;font-size:12px;letter-spacing:.06em;color:#4cabf6;text-decoration:none}.login-forgot:hover{text-decoration:underline}.login-v2 .reg-continue{margin-top:6px}.login-v2 .auth-inline-msg{margin:0}.login-v2 .auth-legal-note{margin-top:8px}.login-v2 .reg-brand{margin-bottom:10px}.login-v2 .reg-heading{margin-bottom:8px}.login-v2 .reg-haveaccount{margin-top:8px}.login-v2 .reg-divider{margin:8px 0}.login-v2 .reg-social{margin-bottom:8px}.login-v2 .login-field{gap:6px}.auth-modal-card:has(.login-v2.active){width:612px;max-width:612px;height:690px}.reg-otherprovider{text-align:center;margin-top:6px;font-family:'Lexend Deca',sans-serif;font-weight:300;font-size:12px;line-height:14px;letter-spacing:.1em;color:#656d79}.reg-error{display:none;margin-top:-10px;font-family:'Lexend Deca',sans-serif;font-weight:500;font-size:12.5px;line-height:1.5;letter-spacing:-.005em;color:#c0362f}.reg-error.show{display:block}.reg-error.success{color:#1b7a3e}.reg-input.has-error{border-color:#e5484d}.reg-input.has-error:focus{box-shadow:0 0 0 3px rgba(229,72,77,.18)}.reg-multiselect{position:relative}.reg-select-trigger{display:flex;align-items:center;justify-content:space-between;text-align:left;gap:12px;cursor:pointer}.reg-select-label{color:#97a1af;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reg-select-label.has-value{color:#24282b}.reg-select-chevron{flex-shrink:0;width:20px;height:20px;transition:transform .15s}.reg-select-trigger[aria-expanded=true] .reg-select-chevron{transform:rotate(180deg)}.reg-cv-panel{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:30;display:flex;flex-direction:column;max-height:300px;border:1px solid #dee1e5;border-radius:8px;background:#fff;box-shadow:0 6px 20px rgba(0,0,0,.12);padding:14px 16px 16px}.reg-cv-panel[hidden]{display:none}.reg-cv-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;padding:0 2px;font-family:'Lexend Deca',sans-serif;font-weight:300;font-size:12px;letter-spacing:.06em;color:#97a1af}.reg-cv-count{font-weight:500;color:#4cabf6;letter-spacing:.06em}.reg-cv-count.at-limit{color:#e5484d}.reg-cv-searchwrap{position:relative;margin-bottom:14px}.reg-cv-search{box-sizing:border-box;width:100%;height:34px;padding:0 40px 0 14px;background:#fff;border:1px solid rgba(76,171,246,.6);border-radius:20px;font-family:'Lexend Deca',sans-serif;font-weight:300;font-size:12px;letter-spacing:.06em;color:#24282b;outline:0;transition:border-color .15s}.reg-cv-search::placeholder{color:#9b9c9e}.reg-cv-search:focus{border-color:#4cabf6}.reg-cv-searchbtn{position:absolute;top:50%;right:5px;transform:translateY(-50%);width:24px;height:24px;border-radius:50%;background:#ceeaff;display:flex;align-items:center;justify-content:center;pointer-events:none}.reg-cv-searchbtn svg{width:12px;height:12px}.reg-cv-list{display:grid;grid-template-columns:repeat(3,minmax(0,126px));justify-content:space-between;gap:12px 10px;align-content:start;flex:1 1 auto;min-height:0;max-height:156px;overflow-y:auto;padding:2px;scrollbar-width:none;-ms-overflow-style:none}.reg-cv-list::-webkit-scrollbar{width:0;height:0;display:none}.reg-lc-list{grid-template-columns:1fr;max-height:208px}.reg-lc-list .reg-cv-card{flex-direction:row;align-items:center;height:auto;min-height:44px;gap:10px;padding:9px 12px}.reg-lc-list .reg-cv-name{margin-top:0;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.3}.reg-cv-empty{grid-column:1/-1;padding:10px 8px;font-family:'Lexend Deca',sans-serif;font-size:12px;color:#9b9c9e}.reg-cv-card{position:relative;display:flex;flex-direction:column;min-width:0;height:66px;box-sizing:border-box;text-align:left;background:#fff;border:1px solid rgba(76,171,246,.35);border-radius:6px;cursor:pointer;padding:8px 10px;transition:border-color .12s,box-shadow .12s,background .12s}.reg-cv-card:hover{border-color:#4cabf6;background:#f7fbff}.reg-cv-card.selected{border-color:#4cabf6;background:#f4faff;box-shadow:0 0 0 1px #4cabf6 inset,1px 1px 6px rgba(76,171,246,.4)}.reg-cv-card.disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.reg-cv-name{margin-top:auto;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:'Lexend Deca',sans-serif;font-weight:400;font-size:11px;letter-spacing:.04em;color:#24282b}.reg-cv-card.reg-cv-create{border:1px dashed #b6defb;background:#f7fbff}.reg-cv-card.reg-cv-create:hover{border-color:#4cabf6;background:#f4faff}.reg-cv-card.reg-cv-create .reg-cv-name{color:#4cabf6}.reg-cv-row2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.reg-select-native-wrap{position:relative}.reg-select-native{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:38px;cursor:pointer}.reg-select-native-wrap .reg-select-chevron{position:absolute;top:50%;right:14px;width:18px;height:18px;transform:translateY(-50%);pointer-events:none}.reg-voice-wrap .reg-select-native{padding-right:70px}.reg-voice-wrap .reg-select-chevron{right:44px}.reg-voice-preview{position:absolute;top:50%;right:8px;transform:translateY(-50%);width:30px;height:30px;border:0;border-radius:6px;background:#eaf4fe;color:#4cabf6;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s}.reg-voice-preview:hover{background:#4cabf6;color:#fff}.reg-voice-preview.loading,.reg-voice-preview.playing{background:#4cabf6;color:#fff}.reg-voice-preview:disabled{opacity:.6;cursor:default}.reg-voice-spin{width:14px;height:14px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;display:block;animation:reg-voice-spin .6s linear infinite}@keyframes reg-voice-spin{to{transform:rotate(360deg)}}.reg-textarea{height:auto;min-height:84px;padding:14px 16px;line-height:20px;resize:vertical;font-weight:300}.reg-url-wrap{position:relative}.reg-url-input{padding-right:56px}.reg-url-gen{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:28px;height:28px;padding:0;border:0;border-radius:6px;background:rgba(76,171,246,.12);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.reg-url-gen:hover{background:rgba(76,171,246,.22)}.reg-url-gen:disabled{cursor:default;opacity:.75}.reg-url-gen-spin{display:none;animation:reg-url-spin .7s linear infinite}.reg-url-gen.is-loading .reg-url-gen-icon{display:none}.reg-url-gen.is-loading .reg-url-gen-spin{display:block}@keyframes reg-url-spin{to{transform:rotate(360deg)}}.reg-desc-reveal{overflow:hidden;max-height:0;opacity:0;transform:translateY(-6px);margin-top:-6px;margin-bottom:0;transition:max-height .4s cubic-bezier(.4, 0, .2, 1),opacity .28s ease,transform .4s cubic-bezier(.4, 0, .2, 1),margin .4s cubic-bezier(.4, 0, .2, 1)}.reg-desc-reveal.is-open{max-height:220px;opacity:1;transform:translateY(0);margin-top:0;margin-bottom:0}.reg-url-hint{margin-top:6px;font-family:'Lexend Deca',sans-serif;font-weight:300;font-size:12px;line-height:16px;letter-spacing:.02em;color:#656d79}.reg-url-hint.is-error{color:#e5484d}.reg-url-hint.is-ok{color:#1b7a3e}.reg-otp-sub{margin:-8px 0 20px;text-align:center;font-family:'Lexend Deca',sans-serif;font-weight:300;font-size:14px;line-height:18px;color:#656d79}.reg-upload{width:100%;height:52px;box-sizing:border-box;padding:0 16px;background:#fff;border:1px solid #dee1e5;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;transition:border-color .15s,box-shadow .15s}.reg-upload:hover{border-color:#c8cdd3}.reg-upload-text{flex:1;min-width:0;font-family:'Lexend Deca',sans-serif;font-weight:300;font-size:14px;line-height:20px;letter-spacing:.1em;color:#97a1af;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:1px 0}.reg-upload.has-file .reg-upload-text{letter-spacing:.02em}.reg-upload.has-file .reg-upload-text{color:#24282b}.reg-upload-icon{flex-shrink:0;width:28px;height:28px;border-radius:6px;background:rgba(76,171,246,.12);display:flex;align-items:center;justify-content:center}@media (max-width:640px){.reg-v2{padding:32px 24px 24px}}.back-btn{display:inline-flex;align-items:center;gap:6px;background:0 0;border:0;color:var(--hxa-text-faint);font-size:11px;cursor:pointer;margin-bottom:12px;padding:0}.back-btn:hover{color:var(--hxa-text)}.back-btn svg{width:14px;height:14px}.resend-section{text-align:center;margin-top:12px;font-size:11px;color:var(--hxa-text-faint)}.resend-section a{color:var(--hxa-blue);text-decoration:none;font-weight:500;margin-left:4px}a.resend-cooldown,a.resend-cooldown:hover{display:inline-flex;align-items:center;gap:6px;padding:4px 11px;margin-left:6px;border-radius:999px;background:rgba(76,171,246,.14);color:#2c6fb3!important;font-weight:600!important;font-size:12.5px;letter-spacing:.01em;font-variant-numeric:tabular-nums;text-decoration:none!important;cursor:default;opacity:1!important;vertical-align:middle}a.resend-cooldown::before{content:"";width:12px;height:12px;flex:0 0 auto;border-radius:50%;border:1.7px solid currentColor;border-top-color:transparent;animation:resend-spin .9s linear infinite}@keyframes resend-spin{to{transform:rotate(360deg)}}.alert{display:none;padding:11px 14px;border-radius:6px;font-size:12px;margin-bottom:16px}.alert.show{display:block}.alert-error,.alert.error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.alert-success,.alert.success{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.auth-inline-msg{display:none;margin:2px 0 4px;font-family:'Lexend Deca',Inter,sans-serif;font-weight:500;font-size:12.5px;line-height:1.5;letter-spacing:-.005em}.auth-inline-msg.show{display:block}.auth-inline-msg.error{color:#c0362f}.auth-inline-msg.success{color:#1b7a3e}.spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.ws-ready-overlay{position:fixed;inset:0;z-index:4000;display:flex;align-items:center;justify-content:flex-start;padding:24px 24px 24px 80px;background:linear-gradient(270deg,rgba(0,0,0,0) 50%,rgba(0,0,0,.38) 95%),url("/static/assets/login-hero.jpg");background-repeat:no-repeat;background-position:center right;background-size:cover;background-color:#1c2530;opacity:0;transition:opacity .25s ease;font-family:Inter,sans-serif}.ws-ready-overlay[hidden]{display:none}.ws-ready-overlay.show{opacity:1}.ws-ready-overlay,.ws-ready-overlay *{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif!important;font-feature-settings:'cv11','ss01';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ws-ready-card{box-sizing:border-box;width:684px;max-width:calc(100vw - 40px);max-height:calc(var(--app-vh,100vh) - 24px);overflow-y:auto;scrollbar-width:none;padding:36px 48px;display:flex;flex-direction:column;align-items:center;gap:30px;border-radius:16px;background:rgba(0,0,0,.08);box-shadow:inset 0 0 37.2px 2px rgba(255,255,255,.6);-webkit-backdrop-filter:blur(28px) saturate(125%);backdrop-filter:blur(28px) saturate(125%);color:#fff;transform:translateY(12px) scale(.98);transition:transform .3s cubic-bezier(.16, 1, .3, 1)}.ws-ready-card::-webkit-scrollbar{width:0;display:none}.ws-ready-overlay.show .ws-ready-card{transform:translateY(0) scale(1)}.ws-ready-brand{display:flex;align-items:center;justify-content:center;gap:11px}.ws-ready-brand .lp-brand-name{font-size:26px}.ws-ready-emblem{width:124px;height:124px;border-radius:62px;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#16a34a 0,#22c55e 100%);box-shadow:0 4px 12px -4px rgba(22,163,74,.1),0 12px 24px -8px rgba(22,163,74,.2);transform:scale(0)}.ws-ready-overlay.show .ws-ready-emblem{animation:wsEmblemPop .5s cubic-bezier(.16,1,.3,1) .1s forwards}.ws-ready-emblem-inner{width:98px;height:98px;border-radius:49px;background:#fff;box-shadow:0 6px 16px -6px rgba(0,0,0,.07);display:flex;align-items:center;justify-content:center}.ws-ready-tickicon{width:54px;height:54px;overflow:visible}.ws-ready-tickicon path{stroke-dasharray:60;stroke-dashoffset:60}.ws-ready-overlay.show .ws-ready-tickicon path{animation:wsTickDraw .5s ease-out .45s forwards}.ws-ready-text{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.ws-ready-title{margin:0;font-family:Inter,sans-serif;font-weight:600;font-size:42px;line-height:50px;color:#fafafa}.ws-ready-sub{margin:0;max-width:400px;font-family:Inter,sans-serif;font-weight:500;font-size:15px;line-height:24px;color:#e8eaed}.ws-ready-checks{display:flex;flex-direction:column;gap:12px;width:100%}.ws-ready-item{display:flex;align-items:center;gap:14px;padding:15px 18px;background:rgba(255,255,255,.08);border-radius:13px;font-family:Inter,sans-serif;font-weight:600;font-size:13px;line-height:22px;color:#fcfcfc}.ws-ready-dot{width:22px;height:22px;flex:none;display:inline-flex}.ws-ready-dot svg{width:22px;height:22px}.ws-ready-actions{display:flex;flex-direction:column;gap:12px;width:100%}.ws-ready-btn{width:100%;height:48px;border-radius:15px;border:1px solid #8ac9ff;background:linear-gradient(180deg,rgba(255,255,255,.18) 0,rgba(255,255,255,0) 55%),#0b90f3;box-shadow:0 4px 10px -6px rgba(0,0,0,.1),inset 0 0 7.7px #fff,inset 0 0 6.2px #fff;font-family:Inter,sans-serif;font-weight:600;font-size:15px;color:#fff;cursor:pointer;transition:filter .15s}.ws-ready-btn:hover{filter:brightness(1.05)}.ws-ready-btn2{width:100%;height:48px;border-radius:10px;border:1px solid #cbd5e1;background:linear-gradient(179deg,rgba(0,126,232,0) 39%,rgba(0,126,232,.2) 151%),rgba(255,255,255,.7);box-shadow:inset 0 0 22.6px #fff;font-family:Inter,sans-serif;font-weight:600;font-size:15px;color:#334155;cursor:pointer;transition:filter .15s}.ws-ready-btn2:hover{filter:brightness(.98)}@keyframes wsEmblemPop{0%{transform:scale(0)}70%{transform:scale(1.08)}100%{transform:scale(1)}}@keyframes wsTickDraw{to{stroke-dashoffset:0}}@media (max-width:1180px){.ws-ready-overlay{justify-content:center;padding:24px;background-image:linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.55)),url("/static/assets/login-hero.jpg");background-position:center}}@media (max-width:640px){.ws-ready-card{padding:24px 22px;gap:20px}.ws-ready-title{font-size:30px;line-height:38px}}@media (prefers-reduced-motion:reduce){.ws-ready-card,.ws-ready-overlay{transition:none}.ws-ready-emblem{transform:scale(1);animation:none}.ws-ready-tickicon path{stroke-dashoffset:0;animation:none}}.auth-modal-card{max-width:412px;padding:26px 30px 30px;border-radius:18px;box-shadow:0 30px 70px rgba(36,40,43,.22)}.auth-modal-header{margin-bottom:0;min-height:0}.auth-modal-close{position:absolute;top:14px;right:14px}.panel-header{margin-bottom:20px}.panel-header h2{font-size:23px;letter-spacing:-.02em;margin-bottom:5px}.panel-header p{font-size:13px;color:var(--hxa-text-muted)}.auth-form{gap:14px}.form-label{font-size:11px;font-weight:500;color:var(--hxa-text-muted);letter-spacing:.06em}.input-wrapper{background:var(--hxa-input-bg);border-color:#e3e6ea;border-radius:10px;transition:background .15s,border-color .15s,box-shadow .15s}.input-wrapper:focus-within{background:#fff}.input-icon{margin-left:14px}.form-input{padding:12px;font-size:13.5px}.form-options{margin-top:2px}.btn{border-radius:10px}.btn-full{padding:13px 18px;font-size:13.5px;letter-spacing:.02em;margin-top:4px}.hx-landing{position:relative;z-index:4;background:var(--hxa-bg)}.hx-section{position:relative;padding:60px 66px}.hx-section-tint{background:#fafbfc}.hx-section-blue{background:#f4faff}.hx-container{width:100%;max-width:none;margin:0}.hx-narrow{max-width:860px}.hx-section-head{text-align:left;max-width:760px;margin:0 0 44px}.hx-eyebrow{margin-bottom:14px}.hx-section-head .hx-eyebrow{justify-content:flex-start}.hx-h2{font-family:Poppins,sans-serif;font-weight:600;font-size:34px;line-height:1.18;letter-spacing:-.02em;color:#24282b;margin:0 0 16px}.hx-h2 em{font-family:Fraunces,Georgia,serif;font-style:italic;font-weight:300;letter-spacing:-.03em;color:#5b6168}.hx-lead{font-family:'Lexend Deca',sans-serif;font-weight:300;font-size:15.5px;line-height:1.72;letter-spacing:.01em;color:#5b6168;margin:0 0 16px;max-width:68ch}.hx-lead:last-child{margin-bottom:0}.hx-lead strong{font-weight:500;color:#24282b}.hx-section-head .hx-lead{max-width:640px;margin-left:0;margin-right:0}.hx-card-text,.hx-faq-a p,.hx-lead{text-align:justify;text-justify:inter-word}#how-it-works-steps .hx-container{margin-left:auto;margin-right:auto}#how-it-works-steps .hx-section-head{text-align:center;margin-left:auto;margin-right:auto}#how-it-works-steps .hx-section-head .hx-eyebrow{justify-content:center}#how-it-works-steps .hx-lead{text-align:center}#how-it-works-steps .hx-timeline{margin-left:auto;margin-right:auto}.hx-chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hx-chip{display:inline-flex;align-items:center;height:30px;padding:0 16px;background:#ddf0ff;color:#4cabf6;border-radius:8px;font-family:'Lexend Deca',sans-serif;font-weight:400;font-size:12px;letter-spacing:.06em}.hx-grid{display:grid;gap:20px}.hx-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.hx-card{background:linear-gradient(150deg,#fdfeff 0,#d8ebff 52%,#ffefbe 100%);border:1px solid var(--hxa-card-border);border-radius:14px;box-shadow:var(--hxa-card-shadow);padding:26px 24px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .2s ease}.hx-card:hover{transform:translateY(-4px);border-color:rgba(76,171,246,.5);box-shadow:0 12px 30px rgba(76,171,246,.14);background:linear-gradient(150deg,#fbfdff 0,#c6e1ff 46%,#ffe7a6 100%)}.hx-card-title{font-family:Poppins,sans-serif;font-weight:500;font-size:16px;line-height:1.35;color:#24282b;margin:0 0 8px}.hx-card-text{font-family:'Lexend Deca',sans-serif;font-weight:300;font-size:13.5px;line-height:1.62;letter-spacing:.01em;color:#5b6168;margin:0}.hx-icon{width:46px;height:46px;border-radius:12px;background:linear-gradient(145deg,#cde7ff 0,#a6d4ff 100%);color:var(--hxa-blue);display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px}.hx-icon svg{width:22px;height:22px}.hx-timeline{list-style:none;max-width:720px;margin:0;padding:0}.hx-step{position:relative;display:flex;gap:20px;padding-bottom:28px}.hx-step:last-child{padding-bottom:0}.hx-step::before{content:"";position:absolute;left:19px;top:42px;bottom:-2px;width:2px;background:#ddf0ff}.hx-step:last-child::before{display:none}.hx-step-node{position:relative;z-index:1;flex-shrink:0;width:40px;height:40px;border-radius:50%;background:var(--hxa-blue);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-weight:600;font-size:15px;box-shadow:0 4px 10px rgba(76,171,246,.28)}.hx-step-body{padding-top:7px}.hx-step-title{font-family:Poppins,sans-serif;font-weight:500;font-size:16px;line-height:1.3;color:#24282b;margin:0 0 5px}.hx-step-text{font-family:'Lexend Deca',sans-serif;font-weight:300;font-size:13.5px;line-height:1.6;letter-spacing:.01em;color:#5b6168;margin:0}.hx-step-text strong,.hx-step-title strong{font-weight:600;color:#24282b}.hx-gmail-grid{display:grid;grid-template-columns:1.05fr 0.95fr;gap:44px;align-items:start}.hx-gmail-intro .hx-h2{margin-bottom:18px}.hx-assure{list-style:none;margin:0;padding:26px 28px;background:#fff;border:1px solid var(--hxa-card-border);border-radius:14px;box-shadow:var(--hxa-card-shadow);display:flex;flex-direction:column;gap:15px}.hx-assure-item{display:flex;align-items:flex-start;gap:12px;font-family:'Lexend Deca',sans-serif;font-weight:300;font-size:14px;line-height:1.5;color:#24282b}.hx-assure-item strong{font-weight:500}.hx-tick{flex-shrink:0;width:22px;height:22px;margin-top:1px;border-radius:50%;background:var(--hxa-pct-bg);color:var(--hxa-pct-text);display:inline-flex;align-items:center;justify-content:center}.hx-tick svg{width:13px;height:13px}.hx-note{display:flex;align-items:flex-start;gap:12px;margin:28px 0 0;padding:18px 20px;background:#fff;border:1px solid rgba(76,171,246,.3);border-radius:12px;font-family:'Lexend Deca',sans-serif;font-weight:300;font-size:13.5px;line-height:1.62;color:#5b6168}.hx-note-icon{flex-shrink:0;width:26px;height:26px;color:var(--hxa-blue);display:inline-flex;align-items:center;justify-content:center}.hx-note-icon svg{width:20px;height:20px}.hx-note a{color:var(--hxa-blue);text-decoration:none;font-weight:500}.hx-note a:hover{text-decoration:underline}.hx-faq{display:flex;flex-direction:column;gap:12px}.hx-faq-item{background:#fff;border:1px solid var(--hxa-card-border);border-radius:12px;box-shadow:var(--hxa-card-shadow);overflow:hidden;transition:border-color .15s ease}.hx-faq-item[open]{border-color:rgba(76,171,246,.5)}.hx-faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;cursor:pointer;list-style:none;font-family:Poppins,sans-serif;font-weight:500;font-size:15px;line-height:1.4;color:#24282b}.hx-faq-q::-webkit-details-marker{display:none}.hx-faq-q:focus-visible{outline:2px solid var(--hxa-blue);outline-offset:-2px;border-radius:12px}.hx-faq-chevron{flex-shrink:0;width:22px;height:22px;color:var(--hxa-blue);display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}.hx-faq-chevron svg{width:20px;height:20px}.hx-faq-item[open] .hx-faq-chevron{transform:rotate(180deg)}.hx-faq-a{padding:0 22px 18px}.hx-faq-a p{margin:0;font-family:'Lexend Deca',sans-serif;font-weight:300;font-size:14px;line-height:1.68;letter-spacing:.01em;color:#5b6168}.hx-cta-section{padding-bottom:104px}.hx-cta{text-align:left;background:linear-gradient(135deg,#f7fbff 0,#fffdf3 100%);border:1px solid rgba(76,171,246,.18);border-radius:18px;box-shadow:var(--hxa-card-shadow);padding:48px 44px}.hx-cta .hx-h2{margin-bottom:14px}.hx-cta .hx-lead{max-width:620px}.hx-cta-btns{justify-content:flex-start;margin-top:28px;margin-bottom:0}@media (max-width:1024px){.hx-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.hx-gmail-grid{grid-template-columns:1fr;gap:28px}.hx-about-grid{grid-template-columns:1fr;gap:32px}.hx-about-visual{min-height:340px;align-items:center;transform:none}.hx-af-1,.hx-af-2,.hx-af-3,.hx-af-4,.hx-af-5{left:0}.hx-cta{flex-direction:column;align-items:flex-start;gap:24px}}@media (max-width:700px){.hx-section{padding:48px 22px}.hx-section-head{margin-bottom:32px}.hx-h2{font-size:26px}.hx-grid-4{grid-template-columns:1fr}.hx-cta{padding:40px 24px}.hx-cta-section{padding-bottom:88px}.hx-cta-btns{flex-wrap:wrap}.hx-af-card{width:260px}}@media (prefers-reduced-motion:reduce){.hx-card,.hx-faq-chevron,.hx-faq-item{transition:none}.hx-card:hover{transform:none}}.hx-landing .hero-kicker .kicker-dot{background:var(--hxa-yellow)}.hx-card{position:relative;overflow:hidden}.hx-card::after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--hxa-yellow);transform:scaleX(0);transform-origin:left;transition:transform .28s ease}.hx-card:hover::after{transform:scaleX(1)}.hx-chip-yellow{background:var(--hxa-yellow);color:#6b5a12}.hx-about-grid{display:grid;grid-template-columns:minmax(0,0.82fr) minmax(0,1.18fr);gap:40px;align-items:center}.hx-about-copy{max-width:620px}.hx-about-visual{position:relative;min-height:450px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;transform:translateX(-56px)}.hx-about-glow{position:absolute;top:50%;left:50%;width:380px;height:380px;margin:-190px 0 0 -190px;border-radius:50%;background:radial-gradient(circle,rgba(255,223,103,.6),rgba(255,223,103,0) 68%);z-index:0;animation:hx-pulse 6s ease-in-out infinite}.hx-af-card{position:relative;z-index:1;width:324px;max-width:100%;display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border-radius:14px;box-shadow:-1px 1px 5.8px rgba(60,60,60,.13);animation:hx-float 5.5s ease-in-out infinite}.hx-af-1{left:-68px}.hx-af-2{left:30px;animation-delay:-1.4s}.hx-af-3{left:98px;animation-delay:-2.6s}.hx-af-4{left:30px;animation-delay:-3.6s}.hx-af-5{left:-68px;animation-delay:-4.6s}.hx-af-avatar-check{background:var(--hxa-pct-bg);color:var(--hxa-pct-text)}.hx-af-avatar-check svg{width:15px;height:15px}.hx-af-icon{flex-shrink:0;width:34px;height:34px;border-radius:9px;background:var(--hxa-icon-bg);color:var(--hxa-blue);display:inline-flex;align-items:center;justify-content:center}.hx-af-icon svg{width:18px;height:18px}.hx-af-icon-yellow{background:#fff0be;color:#b79213}.hx-af-avatar{flex-shrink:0;width:34px;height:34px;border-radius:50%;background:var(--hxa-yellow);color:#6b5a12;display:inline-flex;align-items:center;justify-content:center;font-family:'Lexend Deca',sans-serif;font-weight:500;font-size:12px;letter-spacing:.04em}.hx-af-tt{display:flex;flex-direction:column;min-width:0}.hx-af-t{font-family:Poppins,sans-serif;font-weight:500;font-size:13px;line-height:1.3;color:rgba(0,0,0,.9)}.hx-af-s{font-family:'Lexend Deca',sans-serif;font-weight:300;font-size:11px;line-height:1.3;color:#5b6168}.hx-af-pct{margin-left:auto;flex-shrink:0;padding:2px 7px;background:var(--hxa-pct-bg);color:var(--hxa-pct-text);border:.2px solid #c9c9c9;border-radius:8px;font-family:'Lexend Deca',sans-serif;font-weight:400;font-size:10px}@keyframes hx-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes hx-pulse{0%,100%{transform:scale(1);opacity:.9}50%{transform:scale(1.06);opacity:1}}#faq .hx-container{margin-left:auto;margin-right:auto}#faq .hx-section-head{text-align:center;margin-left:auto;margin-right:auto}#faq .hx-section-head .hx-eyebrow{justify-content:center}.hx-cta-wide{max-width:none}.hx-cta{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:40px}.hx-cta-copy{max-width:660px}.hx-cta-copy .hx-lead{margin-bottom:0}.hx-cta-btns{margin-top:0;flex-shrink:0}.hx-cta::before{content:"";position:absolute;right:-50px;top:-70px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(255,223,103,.55),rgba(255,223,103,0) 70%);pointer-events:none}@media (prefers-reduced-motion:reduce){.hx-card::after{transition:none}.hx-about-glow,.hx-af-card{animation:none}}.lp-hero{position:relative;width:100%;min-height:var(--app-vh,100vh);display:flex;align-items:center;padding:0 0 0 80px;background-image:linear-gradient(270deg,rgba(0,0,0,0) 50%,rgba(0,0,0,.38) 95%),url("/static/assets/login-hero.jpg");background-repeat:no-repeat;background-position:center right;background-size:cover;background-color:#1c2530;overflow:hidden}.lp-panel{position:relative;z-index:2;box-sizing:border-box;width:624px;min-height:758px;max-width:calc(100vw - 40px);max-height:calc(var(--app-vh,100vh) - 24px);display:flex;flex-direction:column;justify-content:flex-start;overflow-y:auto;overscroll-behavior:contain;gap:28px;padding:24px 40px;border-radius:16px;background:rgba(0,0,0,.08);box-shadow:inset 0 0 37.2px 2px rgba(255,255,255,.6);-webkit-backdrop-filter:blur(28px) saturate(125%);backdrop-filter:blur(28px) saturate(125%);transform:translateZ(0);font-family:Inter,sans-serif;color:#fff}.lp-panel *{font-family:Inter,sans-serif}.lp-panel>*{flex-shrink:0}.lp-panel>.lp-head{margin-top:auto}.lp-panel>.lp-foot{margin-bottom:auto}.lp-panel{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,0.28) transparent}.lp-panel::-webkit-scrollbar{width:6px}.lp-panel::-webkit-scrollbar-track{background:0 0}.lp-panel::-webkit-scrollbar-thumb{background:rgba(255,255,255,.28);border-radius:3px}.lp-panel::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.42)}.lp-head{display:flex;flex-direction:column;align-items:center;gap:16px}.lp-brand{display:flex;align-items:center;justify-content:center;gap:10px}.lp-brand-mark{width:30px;height:30px;display:inline-flex}.lp-brand-mark svg{width:100%;height:100%;display:block}.lp-brand-name{font-weight:600;font-size:24px;letter-spacing:-.01em;color:#fff}.lp-headings{display:flex;flex-direction:column;align-items:center;gap:8px}.lp-title{font-weight:600;font-size:38px;line-height:46px;text-align:center;color:#fafafa;margin:0}.lp-subtitle{font-weight:400;font-size:14px;line-height:22px;text-align:center;color:#d6dae0;margin:0}.lp-social-row{display:flex;gap:16px}.lp-social{flex:1;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:12px;height:44px;padding:0 16px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.08);color:#fcfcfc;font-weight:600;font-size:14px;cursor:pointer;white-space:nowrap;transition:background .15s ease,transform .12s ease}.lp-social:hover{background:rgba(255,255,255,.16);transform:translateY(-1px)}.lp-social-icon{flex-shrink:0;width:22px;height:22px}.lp-divider{display:flex;align-items:center;gap:12px;color:#b8bec8;font-size:12px;line-height:20px}.lp-divider::after,.lp-divider::before{content:"";flex:1;height:1px;background:rgba(255,255,255,.2)}.lp-form{display:flex;flex-direction:column;gap:20px}.lp-fields{display:flex;flex-direction:column;gap:20px}.lp-field{display:flex;flex-direction:column;gap:6px}.lp-label{font-weight:600;font-size:14px;line-height:22px;color:#fcfcfc}.lp-input{box-sizing:border-box;width:100%;height:44px;padding:12px 16px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:rgba(255,255,255,.08);color:#fff;font-weight:400;font-size:14px;line-height:22px;outline:0;transition:box-shadow .15s ease,background .15s ease,border-color .15s ease}.lp-input::placeholder{color:#b8bec8;font-size:13px}.lp-input:focus{background:rgba(255,255,255,.14);border-color:rgba(138,201,255,.55);box-shadow:0 0 0 3px rgba(138,201,255,.25)}.lp-pw-wrap{position:relative}.lp-pw-wrap .lp-input{padding-right:46px}.lp-eye{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;background:0 0;border:0;padding:0;cursor:pointer;color:#b8bec8}.lp-eye:hover{color:#fff}.lp-eye svg{width:18px;height:18px;display:block}.lp-eye .hidden{display:none}.lp-options{display:flex;align-items:center;justify-content:space-between}.lp-remember{display:inline-flex;align-items:center;gap:8px;cursor:pointer;user-select:none;font-weight:400;font-size:12px;line-height:20px;color:#b8bec8}.lp-remember input{display:none}.lp-check{width:14px;height:14px;border-radius:3px;border:1.5px solid #94a3b8;position:relative;flex-shrink:0;transition:background .15s,border-color .15s}.lp-remember input:checked+.lp-check{background:#0b90f3;border-color:#0b90f3}.lp-remember input:checked+.lp-check::after{content:"";position:absolute;left:4px;top:1px;width:3.5px;height:7px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.lp-forgot{font-weight:400;font-size:12px;line-height:20px;color:#b8bec8;text-decoration:none}.lp-forgot:hover{color:#fff;text-decoration:underline}.lp-form .alert{display:none;margin:0;padding:10px 14px;border-radius:12px;font-size:13px;font-weight:500;text-align:center;color:#eaf2ff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.lp-form .alert.show{display:block}.lp-form .alert.alert-info,.lp-form .alert.info{background:rgba(11,144,243,.2);border-color:rgba(138,201,255,.42);color:#dcebff}.lp-form .alert.alert-success,.lp-form .alert.success{background:rgba(52,199,89,.2);border-color:rgba(52,199,89,.42);color:#cff7da}.lp-form .alert.alert-error,.lp-form .alert.error{background:rgba(239,68,68,.2);border-color:rgba(239,68,68,.45);color:#ffd9d9}.lp-submit{box-sizing:border-box;width:100%;height:42px;border:1px solid #8ac9ff;border-radius:15px;background:linear-gradient(180deg,rgba(255,255,255,.18) 0,rgba(255,255,255,0) 55%),#0b90f3;color:#fff;font-weight:600;font-size:14px;line-height:17px;cursor:pointer;box-shadow:0 4px 10px -6px rgba(0,0,0,.1),inset 0 0 7.7px #fff,inset 0 0 6.2px #fff;transition:filter .15s ease,transform .12s ease}.lp-submit:hover{filter:brightness(1.05);transform:translateY(-1px)}.lp-foot-divider{width:100%;height:0;border:0;border-top:1px solid rgba(255,255,255,.2);margin:0}.lp-foot{display:flex;flex-direction:column;align-items:center;gap:12px}.lp-haveaccount{margin:0;font-weight:600;font-size:14px;line-height:22px;color:#fcfcfc}.lp-haveaccount a{color:#fcfcfc;font-weight:700;text-decoration:underline;margin-left:6px}.lp-legal{display:flex;align-items:center;justify-content:center;gap:8px;font-weight:500;font-size:11px;line-height:13px;color:#d6dae0}.lp-legal a{color:#d6dae0;text-decoration:none}.lp-legal a:hover{color:#fff;text-decoration:underline}.lp-legal span{color:#d6dae0;font-weight:400}.lp-cards{position:absolute;inset:0;z-index:1;pointer-events:none;--lp-w:344px;--lp-r:18px;--lp-pad:20px;--lp-gap:16px;--lp-edge:4%}.lp-card{position:absolute;box-sizing:border-box;padding:var(--lp-pad);border-radius:var(--lp-r);background:linear-gradient(180deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.02) 46%,rgba(255,255,255,0) 100%),rgba(6,12,24,.42);border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(22px) saturate(130%);backdrop-filter:blur(22px) saturate(130%);box-shadow:0 1px 2px rgba(0,0,0,.24),0 18px 40px -14px rgba(0,0,0,.55),inset 0 0 24px 1px rgba(255,255,255,.2);color:#fff}.lp-card-role{width:var(--lp-w);right:var(--lp-edge);top:10%}.lp-card-cands{width:var(--lp-w);right:var(--lp-edge);top:38%}.lp-card-match{width:300px;right:calc(var(--lp-edge) + var(--lp-w));top:64%;display:flex;align-items:center;gap:var(--lp-gap)}.lp-card-cands>*+*,.lp-card-role>*+*{margin-top:var(--lp-gap)}.lp-card-role-meta{margin-top:4px}.lp-progress-track{margin-top:8px}.lp-card-top{display:flex;align-items:center;gap:12px}.lp-card-ico{width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.lp-card-ico svg{width:18px;height:18px}.lp-ico-lock{background:rgba(11,144,243,.22);color:#8ac9ff;border:1px solid rgba(138,201,255,.24)}.lp-ico-users{background:rgba(139,92,246,.24);color:#c4b5fd;border:1px solid rgba(196,181,253,.24)}.lp-card-label{font-weight:600;font-size:13px;line-height:20px;color:#fcfcfc}.lp-pill{margin-left:auto;font-weight:600;font-size:11px;line-height:16px;padding:4px 10px;border-radius:999px;white-space:nowrap}.lp-pill-green{background:rgba(52,199,89,.18);color:#7fe3a6;border:1px solid rgba(52,199,89,.28)}.lp-card-role-title{font-weight:600;font-size:18px;line-height:24px;color:#fff}.lp-card-role-meta{font-weight:500;font-size:12px;line-height:18px;color:#b8bec8}.lp-progress-row{display:flex;align-items:center;justify-content:space-between}.lp-progress-label{font-weight:500;font-size:12px;line-height:18px;color:#b8bec8}.lp-progress-pct{font-weight:700;font-size:13px;line-height:18px;color:#6fb8ff}.lp-progress-track{height:8px;border-radius:999px;background:rgba(255,255,255,.12);overflow:hidden}.lp-progress-fill{display:block;height:100%;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 60%),#0b90f3}.lp-card-tt{display:flex;flex-direction:column;gap:2px}.lp-card-strong{font-weight:600;font-size:15px;line-height:20px;color:#fff}.lp-card-sub{font-weight:500;font-size:12px;line-height:16px;color:#b8bec8}.lp-avatars{display:flex;align-items:center;padding-left:2px}.lp-av{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;color:#fff;box-shadow:0 0 0 2px rgba(9,15,28,.72);margin-left:-8px}.lp-av:first-child{margin-left:0}.lp-av-blue{background:#33a1ff}.lp-av-green{background:#4dad90}.lp-av-amber{background:#e5a81f}.lp-av-pink{background:#ef6363}.lp-av-more{background:rgba(255,255,255,.16);color:#d6dae0;font-size:11px}.lp-card-foot{display:flex;align-items:center;gap:8px;font-weight:500;font-size:12px;line-height:18px;color:#b8bec8}.lp-dot-live{width:8px;height:8px;border-radius:50%;background:#34c759;flex-shrink:0;box-shadow:0 0 0 3px rgba(52,199,89,.2)}.lp-match-left{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.lp-match-label{font-weight:700;font-size:11px;line-height:16px;letter-spacing:.08em;color:#a5b4fc}.lp-match-name{font-weight:600;font-size:17px;line-height:24px;color:#fff}.lp-match-sub{font-weight:500;font-size:12px;line-height:16px;color:#b8bec8}.lp-match-pct{width:56px;height:56px;flex-shrink:0;border-radius:50%;background:rgba(139,92,246,.26);color:#c7d2fe;border:1px solid rgba(199,210,254,.22);font-weight:700;font-size:16px;display:inline-flex;align-items:center;justify-content:center}@media (max-height:920px){.lp-panel{min-height:0;gap:18px;padding:18px 40px}.lp-title{font-size:32px;line-height:40px}.lp-head{gap:12px}.lp-fields,.lp-form{gap:16px}}@media (max-width:1180px) and (max-height:860px){.lp-panel{gap:14px;padding:14px 32px;max-height:calc(var(--app-vh,100vh) - 48px)}.lp-head{gap:10px}.lp-fields,.lp-form{gap:14px}}@media (max-width:1180px){.lp-cards{display:none}.lp-hero{padding:24px;justify-content:center;background-image:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.5)),url("/static/assets/login-hero.jpg");background-position:center}}@media (max-width:640px){.lp-hero{padding:20px 14px}.lp-panel{min-height:0;padding:20px 22px;gap:18px}.lp-social-row{flex-direction:column}.lp-title{font-size:30px;line-height:38px}}.auth-wrapper{background:#eef4ff}.hx-landing{background-color:#eef4ff;background-image:radial-gradient(900px 720px at 6% 10%,rgba(11,144,243,.2),transparent 55%),radial-gradient(820px 700px at 97% 26%,rgba(85,190,158,.2),transparent 55%),radial-gradient(780px 660px at 16% 82%,rgba(120,110,240,.16),transparent 55%),radial-gradient(860px 700px at 92% 90%,rgba(11,144,243,.18),transparent 55%);background-attachment:fixed;color:#0f172a;font-family:Inter,sans-serif}.hx-landing *{font-family:Inter,sans-serif}.hx-section-tint{background:0 0}.hx-section-blue{background:rgba(11,144,243,.04)}.hx-h2{color:#0f172a}.hx-h2 em{color:#007ee8;font-style:italic;font-weight:500}.hx-lead{color:#4a5568}.hx-lead strong{color:#0f172a}.hx-landing .hero-kicker{color:#4a5568}.hx-landing .hero-kicker .kicker-dot{background:#0b90f3}.hx-chip{background:rgba(11,144,243,.1);color:#0b76c9;border:1px solid rgba(11,144,243,.2)}.hx-chip-yellow{background:rgba(85,190,158,.16);color:#2f8168;border-color:rgba(85,190,158,.32)}.hx-af-card,.hx-assure,.hx-card,.hx-faq-item{background:rgba(255,255,255,.38);border:1px solid rgba(255,255,255,.85);box-shadow:0 16px 42px rgba(15,40,80,.12),inset 0 1px 0 #fff,inset 0 0 30px rgba(255,255,255,.28);-webkit-backdrop-filter:blur(22px) saturate(165%);backdrop-filter:blur(22px) saturate(165%)}.hx-card:hover{background:rgba(255,255,255,.55);border-color:rgba(11,144,243,.45);box-shadow:0 20px 50px rgba(11,144,243,.18),inset 0 1px 0 #fff,inset 0 0 30px rgba(255,255,255,.35)}.hx-card::after{background:#0b90f3}.hx-card-title{color:#0f172a}.hx-card-text{color:#4a5568}.hx-icon{background:rgba(11,144,243,.14);border:1px solid rgba(255,255,255,.8);color:#007ee8}.hx-step::before{background:rgba(11,144,243,.2)}.hx-step-node{background:linear-gradient(180deg,#5bb6ff,#0b90f3);box-shadow:0 6px 16px rgba(11,144,243,.38)}.hx-step-title{color:#0f172a}.hx-step-text{color:#4a5568}.hx-step-text strong,.hx-step-title strong{color:#0f172a}.hx-assure-item{color:#33415a}.hx-tick{background:rgba(52,199,89,.16);color:#1f9d4d}.hx-note{background:rgba(255,255,255,.38);border:1px solid rgba(11,144,243,.28);color:#4a5568;box-shadow:inset 0 1px 0 #fff;-webkit-backdrop-filter:blur(18px) saturate(150%);backdrop-filter:blur(18px) saturate(150%)}.hx-note-icon{color:#007ee8}.hx-note a{color:#007ee8}.hx-faq-item[open]{border-color:rgba(11,144,243,.45)}.hx-faq-q{color:#0f172a}.hx-faq-chevron{color:#007ee8}.hx-faq-a p{color:#4a5568}.hx-cta{background:rgba(255,255,255,.32);border:1px solid rgba(255,255,255,.85);box-shadow:0 28px 64px rgba(15,40,80,.16),inset 0 1px 0 #fff,inset 0 0 40px rgba(255,255,255,.3);-webkit-backdrop-filter:blur(26px) saturate(160%);backdrop-filter:blur(26px) saturate(160%)}.hx-cta::before{background:radial-gradient(circle,rgba(11,144,243,.28),rgba(11,144,243,0) 70%)}.hx-landing .btn-cta-secondary{background:linear-gradient(179.25deg,rgba(0,126,232,0) 39.2%,rgba(0,126,232,.2) 151.07%),rgba(255,255,255,.82);color:#334155;border:1px solid #cbd5e1;box-shadow:inset 0 0 22.6px #fff}.hx-landing .btn-cta-secondary:hover{border-color:#8ac9ff;color:#0f172a}.hx-about-glow{background:radial-gradient(circle,rgba(11,144,243,.26),rgba(11,144,243,0) 68%)}.hx-af-t{color:#0f172a}.hx-af-s{color:#4a5568}.hx-af-icon{background:rgba(11,144,243,.16);color:#007ee8}.hx-af-icon-yellow{background:rgba(85,190,158,.18);color:#2f8168}.hx-af-avatar{background:linear-gradient(180deg,#5bb6ff,#0b90f3);color:#fff}.hx-af-avatar-check{background:rgba(52,199,89,.18);color:#1f9d4d}.hx-af-pct{background:rgba(52,199,89,.16);color:#1f9d4d;border:.2px solid rgba(31,157,77,.35)}.auth-footer{color:#7a8291}.auth-footer-sep{color:#c7cbd1}.auth-footer-link{color:#4a5568}.auth-footer-link:hover{color:#007ee8}@keyframes lpEmerge{0%{opacity:0;transform:translate(var(--emX,-100px),var(--emY,240px)) scale(.55) rotate(var(--emR,-4deg))}55%{opacity:1}100%{opacity:1;transform:translate(0,0) scale(1) rotate(0)}}@keyframes lpBar{from{width:0}to{width:72%}}@keyframes lpPop{0%{opacity:0;transform:scale(0)}70%{opacity:1;transform:scale(1.14)}100%{opacity:1;transform:scale(1)}}.lp-card{opacity:0;will-change:opacity}.lp-card-role{--emX:-120px;--emY:380px;--emR:-5deg;animation:lpEmerge 1.4s cubic-bezier(.22,.72,.24,1) .4s both}.lp-card-cands{--emX:-100px;--emY:210px;--emR:4deg;animation:lpEmerge 1.4s cubic-bezier(.22,.72,.24,1) 1.1s both}.lp-card-match{--emX:-45px;--emY:175px;--emR:-3deg;animation:lpEmerge 1.4s cubic-bezier(.22,.72,.24,1) 1.8s both}.lp-progress-fill{animation:lpBar 1.6s ease-out 2s both}.lp-av{opacity:0;animation:lpPop .6s cubic-bezier(.2,.8,.3,1.3) both}.lp-av:first-child{animation-delay:2.5s}.lp-av:nth-child(2){animation-delay:2.7s}.lp-av:nth-child(3){animation-delay:2.9s}.lp-av:nth-child(4){animation-delay:3.1s}.lp-av:nth-child(5){animation-delay:3.3s}@media (prefers-reduced-motion:reduce){.lp-av,.lp-card{opacity:1;animation:none}.lp-progress-fill{width:72%;animation:none}}.auth-modal{background:linear-gradient(270deg,rgba(0,0,0,0) 50%,rgba(0,0,0,.38) 95%),url("/static/assets/login-hero.jpg");background-repeat:no-repeat;background-position:center right;background-size:cover;background-color:#1c2530;align-items:center;justify-content:flex-start;padding:0 0 0 80px}.auth-modal-card,.auth-modal-card:has(.login-v2.active),.auth-modal-card:has(.reg-v2.active){width:624px;max-width:calc(100vw - 40px);height:auto;max-height:calc(var(--app-vh,100vh) - 24px);padding:0;border:0;border-radius:16px;background:rgba(0,0,0,.08);box-shadow:inset 0 0 37.2px 2px rgba(255,255,255,.6);-webkit-backdrop-filter:blur(28px) saturate(125%);backdrop-filter:blur(28px) saturate(125%);color:#fff;font-family:Inter,sans-serif;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.auth-modal-card::-webkit-scrollbar{width:0;height:0;display:none}.auth-modal-card *{font-family:Inter,sans-serif}.auth-modal-header{display:none}.reg-v2{padding:28px 40px 26px;font-family:Inter,sans-serif}#forgot-panel,#reset-panel,#setpw-panel,#verify-panel{padding:30px 40px}.auth-modal-close,.reg-close{color:#e7eaf0}.auth-modal-close:hover,.reg-close:hover{background:rgba(255,255,255,.12);color:#fff}.back-btn{color:#d6dae0}.back-btn:hover{color:#fff}.reg-brand{margin-bottom:18px}.reg-brand-logo{color:#fff;font-weight:600;font-size:26px;line-height:1.1}.reg-brand-logo span{color:#5bb6ff;margin-left:6px}.reg-brand-tagline{display:none}.reg-heading{font-family:Inter,sans-serif;font-weight:600;font-size:34px;line-height:1.15;text-align:center;color:#fafafa;margin:0 0 20px}.panel-header h2{font-family:Inter,sans-serif;color:#fafafa;font-weight:600;font-size:26px}.panel-header p{color:#d6dae0;font-size:13px}.panel-icon{background:rgba(11,144,243,.18);color:#6fb8ff}.panel-icon.success{background:rgba(52,199,89,.2);color:#46d07a}.form-label,.reg-form label{color:#fcfcfc;font-family:Inter,sans-serif;font-weight:600;font-size:15px;letter-spacing:normal;text-transform:none}.auth-modal .login-subtitle{color:#dde4ec;text-shadow:0 1px 3px rgba(0,0,0,.5)}.auth-modal .login-label{color:#eef2f7;text-shadow:0 1px 2px rgba(0,0,0,.45)}.auth-modal .login-pw-toggle{color:#d2dbe6;filter:drop-shadow(0 1px 2px rgba(0, 0, 0, .55))}.auth-modal .login-pw-toggle:hover{color:#fff}.auth-modal .login-pw-toggle svg{width:18px;height:18px;stroke-width:2.2}.auth-modal .reg-input:-webkit-autofill,.auth-modal .reg-input:-webkit-autofill:focus,.auth-modal .reg-input:-webkit-autofill:hover{-webkit-text-fill-color:#FFFFFF;-webkit-box-shadow:0 0 0 1000px rgba(24,30,40,.92) inset;caret-color:#FFFFFF;transition:background-color 9999s ease-out 0s}.auth-modal a.resend-cooldown,.auth-modal a.resend-cooldown:hover{background:rgba(138,201,255,.18);color:#bee0ff!important}.form-input,.reg-input{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:12px;height:44px;color:#fff;font-family:Inter,sans-serif;font-weight:400;font-size:15px;letter-spacing:normal}.form-input::placeholder,.reg-input::placeholder{color:#b8bec8;letter-spacing:normal}.form-input:focus,.input-wrapper:focus-within,.reg-input:focus{background:rgba(255,255,255,.13);border-color:rgba(138,201,255,.6);box-shadow:0 0 0 3px rgba(138,201,255,.22)}.reg-textarea{min-height:70px;height:auto;padding:12px 16px;line-height:1.5}.input-wrapper{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:12px}.input-icon{color:#b8bec8}.form-input{background:0 0;border:0}.reg-form .reg-optional,.reg-form span[style*=optional],.reg-url-hint{color:#b8bec8}.btn.btn-primary,.reg-continue{background:linear-gradient(180deg,rgba(255,255,255,.18) 0,rgba(255,255,255,0) 55%),#0b90f3;border:1px solid #8ac9ff;border-radius:15px;height:44px;color:#fff;font-family:Inter,sans-serif;font-weight:600;font-size:14px;letter-spacing:.02em;box-shadow:0 4px 10px -6px rgba(0,0,0,.1),inset 0 0 7.7px #fff,inset 0 0 6.2px #fff}.btn.btn-primary:hover,.reg-continue:hover{filter:brightness(1.05);box-shadow:0 6px 14px -6px rgba(0,0,0,.15),inset 0 0 7.7px #fff,inset 0 0 6.2px #fff}.reg-haveaccount{color:#d6dae0}.reg-haveaccount a{color:#fff;text-decoration:underline}.reg-divider{color:#b8bec8}.reg-divider::after,.reg-divider::before{background:rgba(255,255,255,.2)}.reg-social{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fcfcfc;border-radius:12px}.reg-social:hover{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.28)}.reg-select-trigger{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14)}.reg-select-label{color:#b8bec8}.reg-select-label.has-value{color:#fff}.reg-select-chevron{stroke:#C3CAD6}.reg-cv-panel{background:rgba(18,22,28,.92);border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#e7eaf0}.reg-cv-panel-head{color:#c3cad6}.reg-cv-count{color:#6fb8ff}.reg-cv-search{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff}.reg-cv-search::placeholder{color:#b8bec8}.reg-cv-search:focus{border-color:rgba(138,201,255,.6)}.reg-cv-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:#e7eaf0}.reg-cv-card:hover{border-color:rgba(138,201,255,.5);background:rgba(255,255,255,.1)}.reg-cv-card.selected{border-color:#0b90f3;background:rgba(11,144,243,.18)}.reg-cv-name{color:#e7eaf0}.reg-cv-card.reg-cv-create .reg-cv-name{color:#6fb8ff}.reg-select-native{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff}.reg-select-native option{color:#111827}.reg-url-gen{background:rgba(11,144,243,.18)}.reg-url-gen:hover{background:rgba(11,144,243,.3)}.reg-upload{background:rgba(255,255,255,.06);border:1px dashed rgba(255,255,255,.4);border-radius:12px}.reg-upload:hover{border-color:rgba(138,201,255,.6)}.reg-upload-text{color:#fcfcfc}.reg-upload-icon{background:rgba(255,255,255,.9)}.otp-input-single{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);color:#fff}.otp-input-single:focus{border-color:rgba(138,201,255,.7);box-shadow:0 0 0 3px rgba(138,201,255,.22)}.reg-otp-sub,.resend-section span{color:#c3cad6}.reg-haveaccount a,.resend-section a{color:#6fb8ff}.reg-error{color:#ffd9d9}.reg-error.success{color:#cff7da}.auth-inline-msg{color:#ffd9d9}.auth-modal .lp-cards{position:absolute;inset:0;z-index:0;pointer-events:none}.auth-modal .lp-card{animation:none;opacity:1}.auth-modal .lp-av{opacity:1;animation:none}.auth-modal .lp-progress-fill{animation:none}@media (max-width:1180px){.auth-modal{padding:24px;justify-content:center;background-image:linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.55)),url("/static/assets/login-hero.jpg");background-position:center}.auth-modal .lp-cards{display:none}}.auth-modal-card{z-index:2}.reg-v2{padding:24px 40px 26px}.reg-heading{font-size:38px;line-height:46px;margin:0 0 6px}.org-v2 .reg-form{gap:20px}.org-v2 .reg-heading{margin-bottom:4px}.reg-brand{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:16px}.reg-brand .lp-brand-name{font-size:24px}.reg-field{display:flex;flex-direction:column;align-items:stretch;gap:6px;width:100%}.reg-field-label{font-family:Inter,sans-serif;font-weight:600;font-size:15px;line-height:22px;color:#fcfcfc;letter-spacing:normal}.reg-opt{font-weight:400;font-size:13px;color:#b8bec8;margin-left:4px}.reg-field .reg-multiselect{width:100%}.reg-back{position:absolute;top:18px;left:18px;width:28px;height:28px;background:0 0;border:0;border-radius:8px;color:#e7eaf0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.reg-back:hover{background:rgba(255,255,255,.12);color:#fff}.reg-back svg{width:20px;height:20px}.org-v2 .reg-upload{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:138px;padding:24px 16px;background:rgba(255,255,255,.06);border:1px dashed rgba(255,255,255,.4);border-radius:12px;cursor:pointer;transition:border-color .15s,background .15s}.org-v2 .reg-upload:hover{border-color:rgba(138,201,255,.6);background:rgba(255,255,255,.09)}.reg-upload-cloud{width:40px;height:40px;border-radius:12px;background:#f3f4f6;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.reg-upload-texts{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.org-v2 .reg-upload-text{font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:22px;color:#fcfcfc;letter-spacing:normal}.org-v2 .reg-upload.has-file .reg-upload-text{color:#fff}.reg-upload-sub{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:20px;color:#e8eaed}.reg-field.desc-ready .reg-url-wrap{display:block}.reg-desc-label{display:block;margin-bottom:6px}.org-v2 .reg-desc-reveal.is-open{max-height:260px;margin-top:14px}.org-v2 .reg-textarea{box-sizing:border-box;width:100%;height:108px;min-height:108px;max-height:108px;padding:12px 16px;line-height:1.5;font-weight:400;resize:none;overflow-y:auto;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff;scrollbar-width:none;-ms-overflow-style:none}.org-v2 .reg-textarea::-webkit-scrollbar{width:0;height:0;display:none}.org-v2 .reg-url-gen{width:30px;height:30px;right:8px;border-radius:8px;background:#0b90f3;border:1px solid #8ac9ff;box-shadow:inset 0 0 6px rgba(255,255,255,.5)}.org-v2 .reg-url-gen:hover{background:#2b9cf0}.org-v2 .reg-url-gen svg{stroke:#FFFFFF}#org-lc-panel,#org-values-panel{position:absolute;top:100%;left:0;right:0;z-index:40;margin-top:0;border:1px solid rgba(255,255,255,.14);border-top:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:12px;border-bottom-right-radius:12px;background:rgba(255,255,255,.08);box-shadow:0 22px 40px -10px rgba(0,0,0,.4);-webkit-backdrop-filter:blur(16px) saturate(120%);backdrop-filter:blur(16px) saturate(120%);overflow:hidden;max-height:0;opacity:0;padding:0 16px;transform:translateY(-6px);pointer-events:none;will-change:max-height,opacity,transform;transition:max-height .34s cubic-bezier(.16, 1, .3, 1),opacity .24s ease,transform .34s cubic-bezier(.16, 1, .3, 1),padding .34s cubic-bezier(.16, 1, .3, 1)}#org-lc-panel.is-open,#org-values-panel.is-open{max-height:344px;opacity:1;padding:6px 16px 16px;transform:translateY(0);pointer-events:auto}.reg-form .reg-field.dropdown-open~*{visibility:hidden}.reg-form .reg-field.dropdown-open~.reg-continue{visibility:visible}#org-lc-ms .reg-select-trigger[aria-expanded=true],#org-lc-ms .reg-select-trigger[aria-expanded=true]:focus,#org-values-ms .reg-select-trigger[aria-expanded=true],#org-values-ms .reg-select-trigger[aria-expanded=true]:focus{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:none;outline:0}#org-lc-panel .reg-cv-panel-head,#org-values-panel .reg-cv-panel-head{font-family:Inter,sans-serif;font-weight:600;font-size:12px;line-height:20px;letter-spacing:normal;color:#fafafa;margin-bottom:14px}#org-lc-panel .reg-cv-count,#org-values-panel .reg-cv-count{font-family:Inter,sans-serif;font-weight:600;letter-spacing:normal;color:#6fb8ff}#org-lc-panel .reg-cv-count.at-limit,#org-values-panel .reg-cv-count.at-limit{color:#ff8a8a}#org-values-panel .reg-cv-searchwrap{margin-bottom:8px}#org-values-panel .reg-cv-search{height:40px;border-radius:12px;padding:0 44px 0 16px;font-family:Inter,sans-serif;font-weight:400;font-size:12px;letter-spacing:normal;background:linear-gradient(90deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.02) 100%);border:1px solid rgba(255,255,255,.14);color:#fff}#org-values-panel .reg-cv-search::placeholder{color:#b8bec8}#org-values-panel .reg-cv-searchbtn{right:8px;width:28px;height:28px;border-radius:8px;background:rgba(255,255,255,.1)}#org-values-panel .reg-cv-searchbtn svg{width:14px;height:14px;stroke:#C3CAD6}#org-lc-panel .reg-cv-list,#org-lc-panel .reg-lc-list,#org-values-panel .reg-cv-list{display:flex;flex-direction:column;gap:0;grid-template-columns:none;max-height:224px;overflow-y:auto;padding:0 6px 0 0;scrollbar-width:thin;scrollbar-color:rgba(203,213,225,0.55) transparent;-ms-overflow-style:auto}#org-lc-panel .reg-cv-list::-webkit-scrollbar,#org-lc-panel .reg-lc-list::-webkit-scrollbar,#org-values-panel .reg-cv-list::-webkit-scrollbar{width:6px;height:6px;display:block}#org-lc-panel .reg-cv-list::-webkit-scrollbar-track,#org-lc-panel .reg-lc-list::-webkit-scrollbar-track,#org-values-panel .reg-cv-list::-webkit-scrollbar-track{background:0 0;margin:4px 0}#org-lc-panel .reg-cv-list::-webkit-scrollbar-thumb,#org-lc-panel .reg-lc-list::-webkit-scrollbar-thumb,#org-values-panel .reg-cv-list::-webkit-scrollbar-thumb{background:rgba(203,213,225,.5);border-radius:10px}#org-lc-panel .reg-cv-list::-webkit-scrollbar-thumb:hover,#org-lc-panel .reg-lc-list::-webkit-scrollbar-thumb:hover,#org-values-panel .reg-cv-list::-webkit-scrollbar-thumb:hover{background:rgba(203,213,225,.7)}#org-lc-panel .reg-cv-card,#org-values-panel .reg-cv-card{position:relative;display:flex;flex-direction:row;align-items:center;gap:12px;width:100%;min-height:50px;height:auto;box-sizing:border-box;padding:10px 6px;text-align:left;background:0 0;border:0;border-bottom:1px solid rgba(255,255,255,.16);border-radius:0;cursor:pointer;box-shadow:none;transition:background .12s}#org-lc-panel .reg-cv-card:last-child,#org-values-panel .reg-cv-card:last-child{border-bottom:0}#org-lc-panel .reg-cv-card:hover,#org-values-panel .reg-cv-card:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.16);box-shadow:none}#org-lc-panel .reg-cv-card.selected,#org-values-panel .reg-cv-card.selected{background:rgba(11,144,243,.1);border-color:rgba(255,255,255,.16);box-shadow:none}#org-lc-panel .reg-cv-card.disabled,#org-values-panel .reg-cv-card.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}#org-lc-panel .reg-cv-icon,#org-values-panel .reg-cv-icon{flex:none;width:30px;height:30px;border-radius:8px;background:rgba(255,255,255,.12);display:inline-flex;align-items:center;justify-content:center;color:#d6dae0}#org-lc-panel .reg-cv-icon svg,#org-values-panel .reg-cv-icon svg{width:16px;height:16px}#org-values-panel .reg-cv-icon-plus{color:#6fb8ff}#org-lc-panel .reg-cv-text,#org-values-panel .reg-cv-text{display:flex;flex-direction:column;align-items:flex-start;gap:2px;flex:1 1 auto;min-width:0}#org-lc-panel .reg-cv-top,#org-values-panel .reg-cv-top{display:flex;flex-direction:row;align-items:center;gap:8px;flex-wrap:wrap}#org-lc-panel .reg-cv-name,#org-values-panel .reg-cv-name{margin:0;max-width:100%;white-space:normal;overflow:visible;text-overflow:clip;font-family:Inter,sans-serif;font-weight:600;font-size:13px;line-height:18px;letter-spacing:normal;color:#fcfcfc}#org-lc-panel .reg-cv-desc,#org-values-panel .reg-cv-desc{font-family:Inter,sans-serif;font-weight:400;font-size:11px;line-height:15px;letter-spacing:normal;color:#aeb6c2}#org-values-panel .reg-cv-rec{position:static;top:auto;right:auto;display:inline-flex;align-items:center;height:18px;padding:1px 8px;border-radius:16px;background:#e6f3ff;color:#007ee8;font-family:Inter,sans-serif;font-weight:600;font-size:10.5px;line-height:16px;letter-spacing:normal;white-space:nowrap}#org-lc-panel .reg-cv-check,#org-values-panel .reg-cv-check{flex:none;width:18px;height:18px;border-radius:50%;border:1.5px solid rgba(255,255,255,.35);display:inline-flex;align-items:center;justify-content:center;color:#fff;transition:background .12s,border-color .12s}#org-lc-panel .reg-cv-check svg,#org-values-panel .reg-cv-check svg{width:11px;height:11px;opacity:0}#org-lc-panel .reg-cv-card.selected .reg-cv-check,#org-values-panel .reg-cv-card.selected .reg-cv-check{background:#fff;border-color:#fff;color:#0f172a}#org-lc-panel .reg-cv-card.selected .reg-cv-check svg,#org-values-panel .reg-cv-card.selected .reg-cv-check svg{opacity:1}#org-values-panel .reg-cv-card.reg-cv-create{border:0;border-bottom:1px solid rgba(255,255,255,.16);background:0 0}#org-values-panel .reg-cv-card.reg-cv-create:hover{background:rgba(255,255,255,.05)}#org-values-panel .reg-cv-card.reg-cv-create .reg-cv-name{color:#fff}#org-lc-panel .reg-cv-empty,#org-values-panel .reg-cv-empty{grid-column:auto;padding:14px 8px;font-family:Inter,sans-serif;font-size:12px;color:#b8bec8}#org-lc-ms .reg-select-trigger,#org-values-ms .reg-select-trigger{height:auto;min-height:44px;padding-top:7px;padding-bottom:7px;align-items:center;transition:border-radius .22s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}#org-lc-ms .reg-select-label.has-value,#org-values-ms .reg-select-label.has-value{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:1px 0;min-width:0}.reg-cv-chip{display:inline-flex;align-items:center;gap:4px;height:26px;padding:4px 6px 4px 12px;background:#e8fcf9;border-radius:99px;max-width:100%}.reg-cv-chip-name{font-family:Inter,sans-serif;font-weight:600;font-size:12px;line-height:18px;color:#0c796c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reg-cv-chip-x{display:inline-flex;align-items:center;justify-content:center;flex:none;width:16px;height:16px;border-radius:50%;color:#0c796c;font-size:15px;line-height:1;cursor:pointer;transition:background .12s}.reg-cv-chip-x:hover{background:rgba(12,121,108,.16)}.reg-opt-panel{position:absolute;top:100%;left:0;right:0;z-index:40;box-sizing:border-box;padding:6px 12px;border:1px solid rgba(255,255,255,.14);border-top:0;border-radius:0 0 12px 12px;background:linear-gradient(180deg,rgba(255,255,255,.07) 0,rgba(255,255,255,0) 60%),rgba(39,45,56,.985);box-shadow:0 22px 42px -10px rgba(0,0,0,.5);-webkit-backdrop-filter:blur(20px) saturate(125%);backdrop-filter:blur(20px) saturate(125%);overflow:hidden;max-height:0;opacity:0;transform:translateY(-6px);pointer-events:none;transition:max-height .3s cubic-bezier(.16, 1, .3, 1),opacity .22s ease,transform .3s cubic-bezier(.16, 1, .3, 1),padding .3s cubic-bezier(.16, 1, .3, 1)}.reg-opt-panel.is-open{max-height:148px;opacity:1;padding:6px 12px;transform:translateY(0);pointer-events:auto}.reg-opt-ms .reg-select-trigger[aria-expanded=true],.reg-opt-ms .reg-select-trigger[aria-expanded=true]:focus{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:none;outline:0}.reg-opt-list{display:flex;flex-direction:column;max-height:130px;overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:rgba(203,213,225,0.55) transparent}.reg-opt-list::-webkit-scrollbar{width:6px}.reg-opt-list::-webkit-scrollbar-track{background:0 0;margin:4px 0}.reg-opt-list::-webkit-scrollbar-thumb{background:rgba(203,213,225,.5);border-radius:10px}.reg-opt-list::-webkit-scrollbar-thumb:hover{background:rgba(203,213,225,.7)}.reg-opt-row{display:flex;flex-direction:row;align-items:center;gap:12px;width:100%;box-sizing:border-box;padding:10px 4px;text-align:left;background:0 0;border:0;border-bottom:1px solid rgba(255,255,255,.16);cursor:pointer;transition:background .12s}.reg-opt-row:last-child{border-bottom:0}.reg-opt-row:hover{background:rgba(255,255,255,.05)}.reg-opt-name{flex:1 1 auto;min-width:0;font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:22px;color:#fcfcfc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reg-opt-tail{display:inline-flex;align-items:center;gap:12px;flex:none}.reg-opt-play{display:inline-flex;align-items:center;justify-content:center;flex:none;width:26px;height:26px;border-radius:6px;background:#f1f5f9;color:#0f172a;cursor:pointer;transition:background .12s,color .12s}.reg-opt-play svg{width:14px;height:14px}.reg-opt-play:hover{background:#e2e8f0}.reg-opt-play.loading,.reg-opt-play.playing{background:#b0dbff;color:#007ee8}.reg-opt-check{display:inline-flex;align-items:center;justify-content:center;flex:none;width:20px;height:20px;border-radius:50%;border:1.5px solid rgba(255,255,255,.35);color:#fff;transition:background .12s,border-color .12s}.reg-opt-check svg{width:12px;height:12px;opacity:0}.reg-opt-row.selected .reg-opt-check{background:#fff;border-color:#fff;color:#0f172a}.reg-opt-row.selected .reg-opt-check svg{opacity:1}.reg-opt-empty{padding:12px 4px;font-family:Inter,sans-serif;font-size:12px;color:#b8bec8}.reg-upload-done{display:none}.org-v2 .reg-upload.has-file{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;height:auto;min-height:78px;padding:16px;background:#eef9f5;border:1px solid #8dd3be}.reg-upload.has-file .reg-upload-cloud,.reg-upload.has-file .reg-upload-texts{display:none}.reg-upload.has-file .reg-upload-done{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;width:100%}.reg-upload-file-icon{width:40px;height:40px;flex:none}.reg-upload-file-icon svg{width:40px;height:40px;display:block}.reg-upload-file-texts{display:flex;flex-direction:column;gap:2px;flex:1 1 auto;min-width:0;align-items:flex-start}.reg-upload-file-name{font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:22px;color:#334155;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reg-upload-file-meta{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:20px;color:#64748b}.reg-upload-check{width:24px;height:24px;flex:none}.reg-upload-check svg{width:24px;height:24px;display:block}#org-lc-panel,#org-values-panel{top:calc(100% + 12px);display:flex;flex-direction:column;gap:16px;padding:0 16px;border:0;border-radius:12px;background:rgba(0,0,0,.2)}#org-lc-panel.is-open,#org-values-panel.is-open{padding:16px}#org-values-panel.is-open{max-height:320px}#org-lc-panel.is-open{max-height:244px}#org-lc-ms .reg-select-trigger[aria-expanded=true],#org-lc-ms .reg-select-trigger[aria-expanded=true]:focus,#org-values-ms .reg-select-trigger[aria-expanded=true],#org-values-ms .reg-select-trigger[aria-expanded=true]:focus{border-bottom-color:rgba(255,255,255,.14);border-bottom-left-radius:12px;border-bottom-right-radius:12px}#org-lc-panel .reg-cv-panel-head,#org-values-panel .reg-cv-panel-head{height:20px;margin-bottom:0;font-size:12px;line-height:20px;color:#fafafa}#org-lc-panel .reg-cv-count,#org-values-panel .reg-cv-count{color:#fcfcfc}#org-lc-panel .reg-cv-searchwrap,#org-values-panel .reg-cv-searchwrap{margin-bottom:0}#org-lc-panel .reg-cv-search,#org-values-panel .reg-cv-search{height:40px;padding:0 44px 0 16px;border:0;border-radius:12px;background:linear-gradient(90deg,rgba(255,255,255,.08) 0,rgba(255,255,255,0) 100%);font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:20px;letter-spacing:normal;color:#fcfcfc}#org-lc-panel .reg-cv-search::placeholder,#org-values-panel .reg-cv-search::placeholder{color:#d6dae0}#org-lc-panel .reg-cv-searchbtn,#org-values-panel .reg-cv-searchbtn{right:16px;width:16px;height:16px;border-radius:0;background:0 0}#org-lc-panel .reg-cv-searchbtn svg,#org-values-panel .reg-cv-searchbtn svg{width:16px;height:16px;stroke:#F3F4F6;stroke-width:1.2}#org-values-panel .reg-cv-list{max-height:196px}#org-lc-panel .reg-cv-list,#org-lc-panel .reg-lc-list{max-height:120px}#org-lc-panel .reg-cv-card,#org-values-panel .reg-cv-card{height:60px;min-height:60px;padding:8px 12px;border-bottom:1px solid rgba(255,255,255,.2);border-radius:0}#org-values-panel .reg-cv-card.reg-cv-create{padding:0 16px;margin-bottom:16px;border:0;border-radius:12px;background:rgba(0,0,0,.12)}#org-values-panel .reg-cv-card.reg-cv-create:hover{background:rgba(0,0,0,.22)}#org-lc-panel .reg-cv-icon,#org-values-panel .reg-cv-icon{width:32px;height:32px;border-radius:8px;background:#d6dae0;color:#334155}#org-lc-panel .reg-cv-icon svg,#org-values-panel .reg-cv-icon svg{width:18px;height:18px}#org-values-panel .reg-cv-icon-plus{color:#334155}#org-lc-panel .reg-cv-name,#org-values-panel .reg-cv-name{font-weight:500;font-size:14px;line-height:22px;color:#fcfcfc}#org-lc-panel .reg-cv-desc,#org-values-panel .reg-cv-desc{font-size:12px;line-height:20px;color:#e8eaed}#org-values-panel .reg-cv-rec{height:24px;padding:2px 10px}#org-lc-panel .reg-cv-check,#org-values-panel .reg-cv-check{width:20px;height:20px;border:1.2px solid #e2e8f0;border-radius:10px}#orgsetup-form .reg-field:has(#org-logo-label){gap:12px;margin-top:12px}#orgsetup-btn{margin-top:32px}#forgot-panel{padding:24px 40px;font-family:Inter,sans-serif}#forgot-panel .reg-brand{margin-bottom:16px}#forgot-panel .reg-heading{margin:0 0 8px;font-family:Inter,sans-serif;font-weight:600;font-size:38px;line-height:46px;letter-spacing:normal;text-align:center;color:#fafafa}#forgot-panel .login-subtitle{max-width:372px;margin:0 auto 32px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:22px;letter-spacing:normal;text-align:center;color:#d6dae0}#forgot-panel .login-form-v2{display:flex;flex-direction:column;gap:20px}#forgot-panel .login-field{display:flex;flex-direction:column;gap:6px}#forgot-panel .login-label{font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:22px;letter-spacing:normal;color:#fcfcfc}#forgot-panel .reg-input{height:44px;padding:12px 16px;border-radius:12px;background:rgba(255,255,255,.08);font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:20px}#forgot-panel .reg-input::placeholder{color:#b8bec8}#forgot-panel .reg-continue{height:42px;margin:0;border-radius:15px;font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:17px}#forgot-panel .reg-divider{gap:12px;margin:32px 0;font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:20px;text-transform:none;color:#b8bec8}#forgot-panel .reg-divider::after,#forgot-panel .reg-divider::before{background:rgba(255,255,255,.2)}#forgot-panel .fp-signin{display:flex;justify-content:center;align-items:flex-start;gap:6px;font-family:Inter,sans-serif;font-weight:600;font-size:12px;line-height:20px;color:#fcfcfc}#forgot-panel .fp-signin a{color:#fcfcfc;font-weight:600;text-decoration:underline}#forgot-panel .fp-links{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:12px;font-family:Inter,sans-serif;font-size:11px;line-height:13px;color:#d6dae0}#forgot-panel .fp-links a{font-weight:500;color:#d6dae0;text-decoration:none}#forgot-panel .fp-links a:hover{text-decoration:underline}#forgot-panel .fp-links span{font-weight:400;color:#d6dae0}#forgot-panel .fp-links span:last-child{font-weight:500}