.auth-page{background:#eef0e6;grid-template-columns:repeat(2,minmax(0,1fr));min-height:100vh;display:grid}.auth-form-panel{flex-direction:column;min-height:100vh;padding:24px clamp(24px,5vw,64px) 20px;display:flex}.auth-header,.auth-footer{align-items:center;display:flex}.auth-header{gap:12px}.auth-brand{color:var(--ink);align-items:center;gap:9px;text-decoration:none;display:inline-flex}.auth-brand>span:last-child{border:1px solid var(--border);color:var(--muted);font-family:var(--mono);letter-spacing:.1em;border-radius:6px;padding:3px 8px;font-size:10px}.auth-language{border:1px solid var(--border);background:var(--surface-2);border-radius:8px;gap:3px;margin-left:auto;padding:3px;display:flex}.auth-language button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:5px 11px;font-size:12px;font-weight:600}.auth-language button[aria-pressed=true]{color:var(--ink);background:#ffffff73}.auth-form-wrap{width:min(100%,380px);margin:auto;padding:44px 0}.auth-eyebrow{color:var(--accent);font-family:var(--mono);letter-spacing:.14em;margin:0 0 12px;font-size:10px;font-weight:800}.auth-form-wrap>h1{color:var(--ink);font-family:var(--display);letter-spacing:-.02em;margin:0;font-size:36px;font-weight:800;line-height:1.05}.auth-description{color:var(--muted);text-wrap:pretty;margin:8px 0 28px;font-size:14.5px;line-height:1.55}.auth-clerk-host{min-height:320px}.auth-footer{color:var(--muted);gap:16px;font-size:12.5px}.auth-footer>span:nth-child(2){flex:1}.auth-footer a{color:var(--muted);text-decoration:none}.auth-footer a:hover{color:var(--accent)}.auth-prediction{color:#f9faf3;text-align:center;background:linear-gradient(155deg,#28301f 0%,#171c12 58%,#12160e 100%);flex-direction:column;justify-content:center;align-items:center;gap:22px;min-height:100vh;padding:48px 32px;display:flex;position:relative;overflow:hidden}.auth-panel-glow{pointer-events:none;background:radial-gradient(at 50% 40%,#c8e64a21,#0000 60%);position:absolute;inset:0}.auth-signal-mark,.auth-prediction h2,.auth-prediction>p,.auth-equalizer{z-index:1;position:relative}.auth-signal-mark{filter:drop-shadow(0 12px 30px #c8e64a40);width:88px;height:88px}.auth-prediction h2{max-width:420px;font-family:var(--display);letter-spacing:-.02em;text-wrap:pretty;margin:0;font-size:clamp(30px,3.4vw,44px);font-weight:800;line-height:1.1}.auth-prediction>p{color:#c8e64a;font-family:var(--mono);letter-spacing:.14em;margin:0;font-size:11.5px}.auth-equalizer{align-items:end;gap:5px;height:30px;margin-top:6px;display:flex}.auth-equalizer i{transform-origin:bottom;width:6px;height:100%;animation:auth-equalize 1.1s ease-in-out var(--auth-delay) infinite;background:#c8e64a;border-radius:3px}.configuration-error{text-align:center;place-content:center;min-height:100vh;padding:32px;display:grid}@keyframes auth-equalize{0%,to{transform:scaleY(.22)}50%{transform:scaleY(1)}}@media (width<=900px){.auth-page{display:block}.auth-prediction{display:none}.auth-form-panel{min-height:100vh}}@media (width<=520px){.auth-form-panel{padding:20px}.auth-form-wrap{padding:40px 0}}:root{--bg:#eef0e6;--surface:#f9faf3;--surface-strong:#fff;--surface-2:#e2e6d0;--ink:#20291c;--muted:#68705a;--border:#d4dabf;--accent:#55701c;--accent-dark:#405715;--lime:#c8e64a;--green:#0f7b5f;--amber:#a8760a;--red:#c92a2a;--shadow:#20291c24;--display:"Bricolage Grotesque", "Avenir Next", "Segoe UI", sans-serif;--body:"Instrument Sans", "Avenir Next", "Segoe UI", sans-serif;--mono:"JetBrains Mono", "SFMono-Regular", Consolas, monospace;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--bg:#171d14;--surface:#20271c;--surface-strong:#283021;--surface-2:#303a28;--ink:#f1f4e7;--muted:#adb59c;--border:#3e4934;--accent:#b0ce3f;--accent-dark:#c8e64a;--shadow:#00000059;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--ink);font-family:var(--body);text-rendering:optimizelegibility;margin:0;font-size:16px}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid color-mix(in srgb, var(--lime) 72%, white);outline-offset:3px}::selection{color:#10150d;background:var(--lime)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
