:root{--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:20px;--radius-pill:999px;--font-display:var(--font-sora), Sora, system-ui, sans-serif;--font-ui:var(--font-jakarta), Plus Jakarta Sans, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;--font-code:var(--font-jbmono), JetBrains Mono, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, monospace;--text-display-2xl:clamp(2.5rem, 1.9rem + 3vw, 3.5rem);--text-display-xl:clamp(2rem, 1.6rem + 2vw, 2.75rem);--text-h1:2rem;--text-h2:1.5rem;--text-h3:1.25rem;--text-h4:1.125rem;--text-lg:1.0625rem;--text-base:1rem;--text-sm:.875rem;--text-caption:.8125rem;--text-overline:.6875rem;--duration-fast:.12s;--duration-base:.2s;--duration-slow:.32s;--ease-standard:cubic-bezier(.2, .8, .2, 1);--ease-emphasized:cubic-bezier(.16, 1, .3, 1);--ease-exit:cubic-bezier(.4, 0, 1, 1);--z-dropdown:1000;--z-sticky:1100;--z-overlay:1200;--z-modal:1300;--z-tooltip:1400;--z-toast:1500;--viz-1:#1f53e5;--viz-2:#0ea5a4;--viz-3:#f5a524;--viz-4:#7c5cfc;--viz-5:#0e9f6e;--viz-6:#e5484d;--viz-7:#0ea5e9;--viz-8:#64748b}.auth{background:var(--bg);grid-template-columns:minmax(0,44fr) minmax(0,56fr);min-height:100dvh;display:grid}@media (max-width:960px){.auth{grid-template-columns:1fr}}.auth__panel{background:var(--surface);flex-direction:column;min-width:0;padding:1.5rem clamp(1.5rem,5vw,4rem);display:flex;position:relative}@media (max-width:560px){.auth__panel{padding:1.25rem 1.25rem 2rem}}.auth__topbar{justify-content:space-between;align-items:center;gap:1rem;display:flex}.auth__brand{border-radius:8px;text-decoration:none;display:inline-flex}.auth__brand:focus-visible{box-shadow:0 0 0 2px var(--surface),0 0 0 4px var(--ring);outline:none}.auth__form-wrap{flex-direction:column;flex:1;justify-content:center;gap:2rem;width:100%;max-width:400px;margin-inline:auto;padding-block:2.5rem;display:flex}@media (max-width:560px){.auth__form-wrap{gap:1.5rem;padding-block:2rem}}.auth__stack{flex-direction:column;gap:2rem;display:flex}@media (max-width:560px){.auth__stack{gap:1.5rem}}.auth__intro{flex-direction:column;gap:.75rem;display:flex}.auth__eyebrow{letter-spacing:.02em;text-transform:uppercase;color:var(--primary-text);font-size:.8125rem;font-weight:600}.auth__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-1);font-size:clamp(1.25rem,1.4rem + 1.4vw,2rem);font-weight:700;line-height:1.12}.auth__subtitle{color:var(--text-3);max-width:42ch;font-size:1rem;line-height:1.55}.auth__subtitle b,.auth__subtitle strong{color:var(--text-2);font-weight:600}.auth__form{gap:1.25rem;display:grid}.auth__pw-toggle{color:var(--text-3);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;margin:-4px;padding:4px;font-size:1.05em;line-height:0;transition:color .12s cubic-bezier(.2,.8,.2,1);display:inline-flex}.auth__pw-toggle:hover{color:var(--text-1)}.auth__pw-toggle:focus-visible{box-shadow:0 0 0 1px var(--surface),0 0 0 3px var(--ring);outline:none}.auth__row{justify-content:flex-end;margin-top:-.5rem;display:flex}.auth__row--between{justify-content:space-between;align-items:center}.auth__link{font-family:var(--font-ui);color:var(--primary-text);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:0;font-size:.8125rem;font-weight:500;text-decoration:none}.auth__link:hover{text-decoration:underline}.auth__link:focus-visible{box-shadow:0 0 0 2px var(--surface),0 0 0 4px var(--ring);outline:none}.auth__hint,.auth__error{border-radius:8px;align-items:flex-start;gap:.5rem;padding:.75rem;font-size:.8125rem;line-height:1.45;display:flex}.auth__hint svg,.auth__error svg{flex-shrink:0;margin-top:1px;font-size:1.05em}.auth__hint{background:var(--surface-sunken);border:1px solid var(--border-subtle);color:var(--text-2)}.auth__hint svg{color:var(--text-3)}.auth__error{background:var(--danger-soft);border:1px solid var(--danger-border);color:var(--danger-text)}.auth__error svg{color:var(--danger)}.auth__legal{color:var(--text-4);max-width:44ch;font-size:.8125rem;line-height:1.5}.auth__notice{flex-direction:column;gap:1rem;display:flex}.auth__notice-icon{border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.6rem;line-height:0;display:inline-flex}.auth__notice-icon--success{background:var(--success-soft);color:var(--success-text)}.auth__notice-icon--info{background:var(--primary-soft);color:var(--primary-text)}.auth__notice-icon--danger{background:var(--danger-soft);color:var(--danger-text)}.auth__notice-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-1);font-size:clamp(1.25rem,1.4rem + 1.4vw,2rem);font-weight:700;line-height:1.15}.auth__notice-text{color:var(--text-3);max-width:44ch;font-size:1rem;line-height:1.55}.auth__notice-text b,.auth__notice-text strong{color:var(--text-2);font-weight:600}.auth__notice-actions{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.auth__hero{isolation:isolate;background:var(--primary-active);min-height:100%;position:relative;overflow:hidden}@media (max-width:960px){.auth__hero{order:-1;min-height:220px;max-height:32vh}}@media (max-width:560px){.auth__hero{min-height:168px}}.auth__hero-media{z-index:-2;position:absolute;inset:0}.auth__hero-media:after{content:"";background:linear-gradient(#04091a33 0%,#04091a59 54%,#04091adb 100%);position:absolute;inset:0}.auth__hero-img{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.auth__hero-scrim{z-index:-1;mix-blend-mode:multiply;background:linear-gradient(152deg, color-mix(in srgb, var(--primary) 70%, #070f28) 0%, color-mix(in srgb, var(--primary) 38%, #070f28) 50%, #070f288c 100%);position:absolute;inset:0}.auth__hero-grid{z-index:-1;opacity:.14;background-image:linear-gradient(#fff9 1px,#0000 1px),linear-gradient(90deg,#fff9 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(120% 90% at 70% 20%,#000 30%,#0000 78%);mask-image:radial-gradient(120% 90% at 70% 20%,#000 30%,#0000 78%)}.auth__hero-content{color:#fff;padding:clamp(1.5rem,4vw,4rem);position:absolute;inset:auto 0 0}@media (max-width:960px){.auth__hero-content{padding:1.5rem}}.auth__hero-kicker{letter-spacing:.02em;text-transform:uppercase;color:#ffffffb8;margin-bottom:1rem;font-size:.8125rem;font-weight:600}.auth__hero-statement{font-family:var(--font-display);letter-spacing:-.02em;text-wrap:balance;max-width:16ch;font-size:clamp(1.5rem,1rem + 1.8vw,2.5rem);font-weight:600;line-height:1.18}@media (max-width:960px){.auth__hero-statement{max-width:26ch;font-size:clamp(1.25rem,3.5vw,1.6rem)}}.auth__hero-stats{align-items:center;gap:1.5rem;margin-top:2rem;display:flex}@media (max-width:960px){.auth__hero-stats{display:none}}.auth__hero-stat{flex-direction:column;gap:2px;display:flex}.auth__hero-stat-num{font-family:var(--font-display);font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"lnum" 1;color:#fff;font-size:1.25rem;font-weight:700}.auth__hero-stat-label{color:#ffffffb8;max-width:18ch;font-size:.8125rem}.auth__hero-divider{background:#ffffff38;align-self:stretch;width:1px}
