.auth-screen{--bg-app:#121212;--bg-surface:#1b1b1b;--bg-elevated:#1c1c1c;--bg-overlay:#1f1f1f;--font-sans:"Inter", "SF Pro Text", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-mono:"JetBrains Mono", "SF Mono", ui-monospace, monospace;--fw-light:300;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--text-primary:#fafafa;--text-secondary:#a3a3a3;--text-muted:#737373;--text-disabled:#525252;--accent-primary:#fafafa;--accent-primary-text:#0a0a0a;--accent-hover:#e5e5e5;--accent-active:#d4d4d4;--border-default:#272727;--border-subtle:#232323;--border-strong:#404040;--border-separator:#ffffff09;--border-grid-line:#ffffff0a;--state-success:#10b981;--halo-success-bg:#10b98129;--fs-display-xl:30px;--lh-display-xl:34px;--fs-body-md:14px;--lh-body-md:20px;--fs-body-sm:13px;--lh-body-sm:18px;--fs-caption:12px;--lh-caption:16px;--fs-eyebrow:11px;--lh-eyebrow:14px;--fs-micro:10px;--lh-micro:12px;--shadow-sm:0 1px 2px #0006;--shadow-md:0 4px 12px #00000080;--focus-ring-color:#fafafaa6;--focus-ring-color-inverse:#0a0a0a8c;--motion-duration-instant:80ms;--motion-duration-fast:.12s;--motion-duration-slow:.24s;--motion-ease-out:cubic-bezier(.16, 1, .3, 1);--motion-ease-in-out:cubic-bezier(.65, 0, .35, 1);--motion-press-scale:.97;z-index:50;background:var(--bg-app);color:var(--text-primary);font-family:var(--font-sans);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;animation:auth-fade-in .24s var(--motion-ease-out);grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);display:grid;position:fixed;inset:0;overflow:hidden}@media (max-width:1024px){.auth-screen{grid-template-columns:1fr}}@keyframes auth-fade-in{0%{opacity:0}to{opacity:1}}@keyframes auth-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.auth-brand-panel{background:var(--bg-app);border-right:1px solid var(--border-subtle);flex-direction:column;justify-content:space-between;min-height:0;padding:56px 64px 48px;display:flex;position:relative;overflow:hidden}@media (max-width:1024px){.auth-brand-panel{display:none}}.auth-brand-panel__grid-bg{background-image:linear-gradient(var(--border-grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--border-grid-line) 1px, transparent 1px);pointer-events:none;background-size:32px 32px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(at 30% 45%,#000000d9 0%,#0000 55%);mask-image:radial-gradient(at 30% 45%,#000000d9 0%,#0000 55%)}.auth-brand-panel__glow-outer{filter:blur(80px);mix-blend-mode:plus-lighter;pointer-events:none;background:radial-gradient(circle,#ffffff06 0%,#ffffff01 5%,#fff0 60%);width:820px;height:820px;position:absolute;top:50%;left:22%;transform:translate(-50%,-50%)}.auth-brand-panel__glow-inner{background:radial-gradient(circle, #ffffff0e 0%, #ffffff03 6% #fff0 70%);filter:blur(70px);mix-blend-mode:plus-lighter;pointer-events:none;width:480px;height:480px;position:absolute;top:50%;left:22%;transform:translate(-50%,-50%)}.auth-brand-panel__brand,.auth-brand-panel__content,.auth-brand-panel__pills{z-index:1;position:relative}.auth-brand-panel__brand{animation:auth-fade-up .7s var(--motion-ease-out) both;align-items:center;gap:10px;animation-delay:50ms;display:flex}.auth-brand-panel__brand img{opacity:.75;filter:drop-shadow(0 6px 16px #ffffff0f);width:auto;height:40px}.auth-brand-panel__content{flex-direction:column;gap:20px;max-width:520px;margin:auto 0;display:flex}.auth-brand-panel__eyebrow{font-family:var(--font-mono);font-size:var(--fs-eyebrow);line-height:var(--lh-eyebrow);color:var(--text-muted);font-weight:var(--fw-medium);letter-spacing:.08em;text-transform:uppercase;animation:auth-fade-up .7s var(--motion-ease-out) both;align-items:center;gap:8px;animation-delay:.1s;display:inline-flex}.auth-brand-panel__eyebrow-dot{background:var(--state-success);width:6px;height:6px;box-shadow:0 0 0 2px var(--halo-success-bg);border-radius:9999px;display:inline-block}.auth-brand-panel__eyebrow-version{font-size:var(--fs-micro);line-height:var(--lh-micro);color:var(--text-disabled);text-transform:none;letter-spacing:.02em;font-weight:var(--fw-regular);margin-left:-2px}.auth-brand-panel__tagline{font-family:var(--font-sans);font-size:var(--fs-display-xl);line-height:var(--lh-display-xl);font-weight:var(--fw-medium);color:var(--text-primary);letter-spacing:-.02em;animation:auth-fade-up .7s var(--motion-ease-out) both;margin:0;animation-delay:.15s}.auth-brand-panel__tagline-accent{color:var(--text-secondary)}.auth-brand-panel__lede{font-family:var(--font-sans);font-size:var(--fs-body-md);line-height:var(--lh-body-md);color:var(--text-secondary);font-weight:var(--fw-light);max-width:460px;animation:auth-fade-up .7s var(--motion-ease-out) both;margin:0;animation-delay:.2s}.auth-brand-panel__pills{animation:auth-fade-up .7s var(--motion-ease-out) both;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;animation-delay:.3s;display:flex}.auth-brand-panel__pill{background:var(--bg-surface);border:1px solid var(--border-subtle);height:26px;font-family:var(--font-mono);font-size:var(--fs-eyebrow);line-height:var(--lh-eyebrow);font-weight:var(--fw-regular);color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase;border-radius:9999px;align-items:center;gap:6px;padding:0 10px 0 8px;display:inline-flex}.auth-brand-panel__pill-dot{background:var(--text-muted);border-radius:9999px;width:4px;height:4px;display:inline-block}.auth-form-panel{background:var(--bg-app);justify-content:center;align-items:center;min-height:0;padding:56px 64px;display:flex;position:relative;overflow-y:auto}@media (max-width:1024px){.auth-form-panel{align-items:flex-start;padding:64px 24px 32px}}.auth-form-panel__inner{flex-direction:column;gap:24px;width:100%;max-width:380px;display:flex}@media (prefers-reduced-motion:reduce){.auth-screen,.auth-brand-panel__brand,.auth-brand-panel__content,.auth-brand-panel__pills,.auth-brand-panel__eyebrow,.auth-brand-panel__tagline,.auth-brand-panel__lede{animation:none!important}}
