:root {
  --bg:#050607;
  --panel:#0c0f13;
  --panel-2:#11151a;
  --line:rgba(255,255,255,.09);
  --line-strong:rgba(245,196,0,.28);
  --text:#f6f7f8;
  --muted:#8f98a5;
  --gold:#f5c400;
  --gold-soft:#ffe36d;
  --green:#76e4a8;
  --red:#ff727b;
  --shadow:0 34px 100px rgba(0,0,0,.58);
}

*{box-sizing:border-box}
html{min-height:100%;background:var(--bg);color-scheme:dark}
body{min-height:100vh;margin:0;overflow-x:hidden;background:
  radial-gradient(circle at 16% 12%,rgba(245,196,0,.075),transparent 26%),
  radial-gradient(circle at 88% 76%,rgba(245,196,0,.045),transparent 24%),
  linear-gradient(180deg,#050607 0%,#080a0d 48%,#050607 100%);
  color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
button,input{font:inherit}
a{color:inherit}
button{touch-action:manipulation}

.recovery-grid{position:fixed;inset:0;z-index:-3;pointer-events:none;opacity:.36;background-image:
  linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
  linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(180deg,#000 0%,rgba(0,0,0,.56) 60%,transparent 100%)}
.recovery-glow{position:fixed;z-index:-2;width:420px;height:420px;border-radius:50%;pointer-events:none;filter:blur(90px);opacity:.2;background:rgba(245,196,0,.2)}
.recovery-glow--one{left:-230px;top:12vh}.recovery-glow--two{right:-260px;bottom:-120px;opacity:.11}

.recovery-topbar{width:min(1180px,calc(100% - 28px));min-height:76px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:max(14px,env(safe-area-inset-top)) 2px 10px}
.recovery-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.recovery-brand img{width:38px;height:38px;object-fit:contain;filter:drop-shadow(0 8px 22px rgba(0,0,0,.5))}.recovery-brand span{display:grid;gap:2px}.recovery-brand strong{font-family:Sora,sans-serif;font-size:13px;letter-spacing:.16em}.recovery-brand small{font:600 8px/1 IBM Plex Mono,monospace;letter-spacing:.16em;color:#69727e}
.recovery-login-link{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 13px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.025);text-decoration:none;color:#bfc5cc;font-size:11px;font-weight:750;transition:.2s ease}.recovery-login-link svg{width:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.recovery-login-link:hover,.recovery-login-link:focus-visible{border-color:rgba(245,196,0,.3);color:#fff;outline:none;transform:translateY(-1px)}

.recovery-shell{width:min(1180px,calc(100% - 28px));margin:20px auto 0;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(390px,.78fr);gap:28px;align-items:center;padding:18px 0 36px}
.recovery-visual{min-width:0;padding:28px 16px 24px 4px}.visual-kicker{display:flex;align-items:center;gap:10px;color:var(--gold);font:700 10px/1 IBM Plex Mono,monospace;letter-spacing:.18em}.visual-kicker span{width:28px;height:1px;background:var(--gold);box-shadow:0 0 14px rgba(245,196,0,.4)}
.recovery-visual h1{margin:18px 0 14px;max-width:760px;font:800 clamp(38px,5.8vw,72px)/.98 Sora,sans-serif;letter-spacing:-.055em}.recovery-visual h1 em{font-style:normal;color:var(--gold-soft);text-shadow:0 0 36px rgba(245,196,0,.12)}.visual-lead{max-width:650px;margin:0;color:#9da5af;font-size:14px;line-height:1.68}

.security-illustration{position:relative;margin:28px 0 18px;overflow:hidden;border:1px solid rgba(255,255,255,.07);border-radius:25px;background:
  radial-gradient(circle at 50% 52%,rgba(245,196,0,.085),transparent 29%),
  linear-gradient(155deg,rgba(18,22,27,.88),rgba(7,9,11,.86));box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 28px 70px rgba(0,0,0,.3)}
.security-illustration::before{content:"SECURE IDENTITY FLOW";position:absolute;left:18px;top:16px;color:#59616c;font:700 8px/1 IBM Plex Mono,monospace;letter-spacing:.18em;z-index:2}.security-illustration svg{display:block;width:100%;height:auto;max-height:390px}.svg-grid-lines path{fill:none;stroke:#74808f;stroke-width:1}.svg-flow{fill:none;stroke:#f5c400;stroke-width:2;stroke-dasharray:7 8;opacity:.5}.svg-packet{fill:#ffe36d;filter:drop-shadow(0 0 8px rgba(245,196,0,.8))}

.security-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.security-points>div{display:flex;gap:10px;align-items:flex-start;padding:12px 13px;border:1px solid rgba(255,255,255,.065);border-radius:15px;background:rgba(255,255,255,.02)}.security-points>div>span{flex:0 0 auto;color:var(--gold);font:700 9px/1.3 IBM Plex Mono,monospace}.security-points p{margin:0;display:grid;gap:4px;min-width:0}.security-points strong{font-size:11px}.security-points small{color:#707986;font-size:9.5px;line-height:1.4}

.recovery-card{position:relative;min-width:0;padding:22px;border:1px solid rgba(255,255,255,.1);border-radius:26px;background:
  radial-gradient(circle at 100% 0%,rgba(245,196,0,.08),transparent 30%),
  linear-gradient(160deg,rgba(16,19,24,.98),rgba(8,10,13,.98));box-shadow:var(--shadow),inset 0 1px 0 rgba(255,255,255,.04);overflow:hidden}
.recovery-card::before{content:"";position:absolute;left:24px;right:24px;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(245,196,0,.62),transparent)}
.card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:20px}.card-eyebrow{font:700 9px/1 IBM Plex Mono,monospace;letter-spacing:.18em;color:var(--gold)}.secure-chip{display:inline-flex;align-items:center;gap:6px;min-height:25px;padding:0 8px;border:1px solid rgba(118,228,168,.16);border-radius:999px;color:#8bcda8;background:rgba(118,228,168,.045);font:600 7.5px/1 IBM Plex Mono,monospace;letter-spacing:.08em}.secure-chip i{width:5px;height:5px;border-radius:50%;background:#76e4a8;box-shadow:0 0 9px rgba(118,228,168,.7)}

.stepper{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;align-items:center;gap:7px;margin-bottom:25px}.stepper>i{height:1px;background:rgba(255,255,255,.1)}.step{display:grid;justify-items:center;gap:5px;color:#616976}.step span{width:31px;height:31px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#0a0c0f;font:700 9px/1 IBM Plex Mono,monospace}.step small{font-size:8.5px;font-weight:700}.step.is-active,.step.is-complete{color:#f5d45a}.step.is-active span{border-color:rgba(245,196,0,.55);background:rgba(245,196,0,.11);box-shadow:0 0 22px rgba(245,196,0,.08)}.step.is-complete span{border-color:rgba(118,228,168,.35);color:#76e4a8;background:rgba(118,228,168,.07)}

.recovery-status{display:none;margin:0 0 15px;padding:11px 12px;border-radius:12px;font-size:11px;line-height:1.45}.recovery-status.is-visible{display:block}.recovery-status.is-error{border:1px solid rgba(255,114,123,.22);background:rgba(255,114,123,.07);color:#ffadb2}.recovery-status.is-success{border:1px solid rgba(118,228,168,.2);background:rgba(118,228,168,.065);color:#9ae9b9}.recovery-status.is-info{border:1px solid rgba(245,196,0,.18);background:rgba(245,196,0,.055);color:#ead87a}
.recovery-step{display:none}.recovery-step.is-active{display:block}.step-copy{margin-bottom:18px}.step-copy h2,.recovery-done h2{margin:0 0 8px;font:750 26px/1.08 Sora,sans-serif;letter-spacing:-.035em}.step-copy p,.recovery-done p{margin:0;color:#8e97a3;font-size:12px;line-height:1.58}.step-copy p strong{color:#d9dde2}
.otp-badge{display:inline-flex;min-height:24px;align-items:center;margin-bottom:10px;padding:0 8px;border:1px solid rgba(245,196,0,.18);border-radius:999px;background:rgba(245,196,0,.055);color:#f5cf37;font:700 7.5px/1 IBM Plex Mono,monospace;letter-spacing:.12em}

.field{display:grid;gap:7px;margin-bottom:13px}.field>span{color:#aab1ba;font-size:10px;font-weight:750}.field>small{color:#606975;font-size:9px;line-height:1.4}.field-control{position:relative;display:flex;align-items:center;min-height:50px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.028);transition:.18s ease}.field-control:focus-within{border-color:rgba(245,196,0,.45);box-shadow:0 0 0 3px rgba(245,196,0,.06),inset 0 1px 0 rgba(255,255,255,.025)}.field-control>svg{position:absolute;left:14px;width:18px;height:18px;fill:none;stroke:#69727e;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.field input{width:100%;height:50px;border:0;outline:0;background:transparent;color:#f5f6f7;font-size:13px}.field-control>input{padding:0 14px 0 43px}.field input::placeholder{color:#4f5761}.field-control--password>input{padding-right:50px}.password-toggle{position:absolute;right:5px;width:39px;height:39px;border:0;border-radius:10px;background:transparent;color:#747d88;cursor:pointer}.password-toggle:hover,.password-toggle:focus-visible{background:rgba(255,255,255,.04);color:#fff;outline:none}.password-toggle svg{width:19px;fill:currentColor}
.otp-field input{height:60px;padding:0 12px;border:1px solid rgba(245,196,0,.2);border-radius:14px;background:rgba(245,196,0,.03);color:#fff;text-align:center;font:800 23px/1 IBM Plex Mono,monospace;letter-spacing:.32em;outline:0}.otp-field input:focus{border-color:rgba(245,196,0,.55);box-shadow:0 0 0 3px rgba(245,196,0,.06)}

.primary-button{position:relative;width:100%;min-height:51px;margin-top:4px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;border:1px solid rgba(255,224,84,.6);border-radius:14px;background:linear-gradient(135deg,#ffe36d 0%,#f5c400 55%,#dca800 100%);color:#0d0e0f;font-size:12px;font-weight:900;box-shadow:0 13px 30px rgba(245,196,0,.15);cursor:pointer;transition:transform .16s ease,filter .16s ease,box-shadow .16s ease}.primary-button svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.primary-button:hover,.primary-button:focus-visible{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 16px 38px rgba(245,196,0,.22);outline:none}.primary-button:active{transform:scale(.985)}.primary-button:disabled{opacity:.58;cursor:wait;transform:none;filter:none}.primary-button.is-busy::after{content:"";position:absolute;right:16px;width:16px;height:16px;border:2px solid rgba(13,14,15,.28);border-top-color:#0d0e0f;border-radius:50%;animation:recoverSpin .7s linear infinite}.primary-button.is-busy>svg{opacity:0}.primary-button--link{text-decoration:none;box-sizing:border-box}
.privacy-note{margin:11px 8px 0;color:#59616c;font-size:9px;line-height:1.5;text-align:center}.secondary-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:9px}.secondary-actions button{min-height:40px;border:1px solid rgba(255,255,255,.09);border-radius:11px;background:rgba(255,255,255,.025);color:#a6adb6;font-size:10px;font-weight:750;cursor:pointer}.secondary-actions button:hover,.secondary-actions button:focus-visible{border-color:rgba(245,196,0,.25);color:#fff;outline:none}
.password-rules{display:flex;gap:8px;align-items:flex-start;margin:4px 0 13px;padding:10px 11px;border:1px solid rgba(255,255,255,.065);border-radius:12px;background:rgba(255,255,255,.018);color:#6e7782;font-size:9.5px;line-height:1.45}.password-rules span{flex:0 0 auto;width:7px;height:7px;margin-top:3px;border-radius:50%;background:var(--gold);box-shadow:0 0 8px rgba(245,196,0,.35)}

.recovery-done{text-align:center;padding:10px 4px 4px}.recovery-done .otp-badge{margin-bottom:12px}.recovery-done p{max-width:330px;margin:0 auto 18px}.success-mark{width:86px;height:86px;margin:0 auto 16px;display:grid;place-items:center}.success-mark svg{width:86px;height:86px;fill:rgba(118,228,168,.04);stroke:#76e4a8;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 22px rgba(118,228,168,.13))}.success-mark svg path{stroke-width:5}
#recaptcha-container{min-height:0;overflow:hidden}

.recovery-footer{width:min(1180px,calc(100% - 28px));margin:0 auto;padding:12px 0 max(24px,env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:center;gap:9px;color:#555e69;font-size:9px}.recovery-footer a{text-decoration:none}.recovery-footer a:hover{color:#aeb5bd}.footer-dot{width:3px;height:3px;border-radius:50%;background:#414851}.footer-security{display:inline-flex;align-items:center;gap:5px;margin-left:6px;color:#717b86}.footer-security svg{width:12px;fill:none;stroke:var(--gold);stroke-width:1.6}

@keyframes recoverSpin{to{transform:rotate(360deg)}}
@keyframes packetOne{0%,18%{transform:translateX(-35px);opacity:0}32%,68%{opacity:1}82%,100%{transform:translateX(35px);opacity:0}}
@keyframes packetTwo{0%,22%{transform:translateX(-35px);opacity:0}38%,72%{opacity:1}88%,100%{transform:translateX(35px);opacity:0}}
@keyframes flowDash{to{stroke-dashoffset:-30}}
.svg-flow{animation:flowDash 1.8s linear infinite}.svg-packet--one{animation:packetOne 2.7s ease-in-out infinite}.svg-packet--two{animation:packetTwo 2.7s .55s ease-in-out infinite}

@media(max-width:900px){
  .recovery-shell{grid-template-columns:1fr;width:min(650px,calc(100% - 24px));gap:10px;margin-top:4px}.recovery-topbar{width:min(650px,calc(100% - 24px))}.recovery-visual{padding:16px 2px 8px}.recovery-visual h1{font-size:clamp(35px,10vw,55px)}.visual-lead{font-size:12.5px}.security-illustration{margin-top:20px}.security-points{grid-template-columns:1fr 1fr 1fr}.recovery-card{padding:20px}.recovery-footer{width:min(650px,calc(100% - 24px));flex-wrap:wrap}
}

@media(max-width:560px){
  .recovery-topbar{min-height:68px}.recovery-brand img{width:34px;height:34px}.recovery-login-link{padding:0 10px}.recovery-login-link span{display:none}.recovery-login-link svg{width:20px}
  .recovery-shell{padding-top:4px}.recovery-visual h1{margin-top:14px}.visual-lead{font-size:12px}.security-illustration{border-radius:18px}.security-illustration svg{min-height:245px;transform:scale(1.04)}.security-points{grid-template-columns:1fr}.security-points>div{padding:10px 11px}.security-points small{font-size:9px}
  .recovery-card{padding:18px 15px;border-radius:21px}.card-head{margin-bottom:17px}.secure-chip{font-size:6.8px}.stepper{gap:4px;margin-bottom:21px}.step span{width:29px;height:29px}.step small{font-size:7.5px}.step-copy h2,.recovery-done h2{font-size:23px}.field input{font-size:12px}.primary-button{min-height:49px}.recovery-footer{font-size:8.5px}.footer-security{width:100%;justify-content:center;margin-left:0;margin-top:2px}
}

@media(max-width:360px){.card-eyebrow{display:none}.stepper{gap:3px}.step span{width:27px;height:27px}.step small{font-size:7px}.recovery-card{padding-inline:13px}.security-illustration svg{min-height:225px}}

@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
