.auth-page{--auth-bg:#f7f8fb;--auth-text:#0a0f1e;--auth-text-sub:#3f4a63;--auth-text-muted:#6b7390;--auth-card-bg:#ffffff8c;--auth-card-border:#ffffffb3;--auth-input-bg:#ffffff73;--auth-input-bg-hover:#ffffffbf;--auth-input-border:#0a0f1e1a;--auth-input-border-hover:#0a0f1e38;--auth-divider:#0a0f1e14;--auth-pill-bg:#ffffff8c;--auth-pill-border:#ffffffb3;--auth-italic:#1c3fa8;--auth-success:#1e9e62;--auth-success-glow:#1e9e6238;--auth-focus:#2e5bdb;--auth-focus-glow:#2e5bdb2e;--auth-cta-bg:#0a0f1e;--auth-cta-bg-hover:#1a2138;--auth-cta-fg:#fff;--auth-grid-line:#0a0f1e09;--auth-brand-aurora:#2e5bdb47;--auth-success-aurora:#1e9e6238;--auth-card-shadow:inset 0 1px 0 0 #fffffff2, inset 0 0 0 1px #fff3, 0 40px 80px -24px #0a0f1e38, 0 12px 28px -12px #2e5bdb2e;background:var(--auth-bg);min-height:100dvh;color:var(--auth-text);font-family:var(--font-sans,"Inter"), ui-sans-serif, system-ui, -apple-system, sans-serif;isolation:isolate;position:relative;overflow:hidden}[data-theme=dark] .auth-page,[data-theme=dark].auth-page{--auth-bg:#0a0f1e;--auth-text:#f5f7fb;--auth-text-sub:#b5bdd0;--auth-text-muted:#8088a0;--auth-card-bg:#ffffff0d;--auth-card-border:#ffffff1f;--auth-input-bg:#ffffff0a;--auth-input-bg-hover:#ffffff14;--auth-input-border:#ffffff1f;--auth-input-border-hover:#ffffff38;--auth-divider:#ffffff1a;--auth-pill-bg:#ffffff0f;--auth-pill-border:#ffffff1f;--auth-italic:#93b5f5;--auth-success:#5ed29a;--auth-success-glow:#5ed29a4d;--auth-focus:#4f7fe8;--auth-focus-glow:#4f7fe838;--auth-cta-bg:#f5f7fb;--auth-cta-bg-hover:#fff;--auth-cta-fg:#0a0f1e;--auth-grid-line:#ffffff0a;--auth-brand-aurora:#4f7fe859;--auth-success-aurora:#5ed29a38;--auth-card-shadow:inset 0 1px 0 0 #ffffff1a, 0 40px 80px -20px #0000008c, 0 18px 40px -18px #4f7fe84d}.auth-bg{z-index:0;background:radial-gradient(ellipse 50% 40% at 15% 0%, var(--auth-brand-aurora) 0%, transparent 55%), radial-gradient(ellipse 40% 35% at 90% 100%, var(--auth-success-aurora) 0%, transparent 60%), radial-gradient(ellipse 70% 60% at 50% 50%, var(--auth-brand-aurora) 0%, transparent 70%), linear-gradient(to right, var(--auth-grid-line) 1px, transparent 1px), linear-gradient(to bottom, var(--auth-grid-line) 1px, transparent 1px);background-size:auto,auto,auto,56px 56px,56px 56px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(95% 90% at 50% 40%,#000 0%,#0000 95%);mask-image:radial-gradient(95% 90% at 50% 40%,#000 0%,#0000 95%)}.auth-header{z-index:2;justify-content:space-between;align-items:center;gap:16px;padding:clamp(20px,3vw,36px) clamp(20px,5vw,64px);display:flex;position:relative}.auth-brand{letter-spacing:-.01em;color:var(--auth-text);align-items:center;gap:10px;font-size:18px;font-weight:600;text-decoration:none;transition:opacity .18s;display:inline-flex}.auth-brand:hover{opacity:.85}.auth-brand-mark{background:var(--auth-cta-bg);width:28px;height:28px;color:var(--auth-cta-fg);border-radius:7px;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 4px 14px -4px #0a0f1e4d}.auth-split{z-index:1;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:center;gap:clamp(32px,5vw,96px);width:100%;max-width:1280px;margin:0 auto;padding:clamp(24px,4vw,72px) clamp(20px,5vw,64px) clamp(40px,6vw,96px);display:grid;position:relative}@media (max-width:960px){.auth-split{grid-template-columns:1fr;gap:36px}}.auth-pill{background:var(--auth-pill-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--auth-pill-border);color:var(--auth-text-sub);letter-spacing:-.005em;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:12.5px;font-weight:500;display:inline-flex}.auth-pill-dot{background:var(--auth-success);width:7px;height:7px;box-shadow:0 0 0 3px var(--auth-success-glow);border-radius:50%}.auth-display{font-family:var(--font-display,"Fraunces"), Georgia, serif;letter-spacing:-.035em;color:var(--auth-text);text-wrap:pretty;margin-top:22px;font-size:clamp(40px,5.5vw,68px);font-weight:400;line-height:1.02}.auth-italic{color:var(--auth-italic);font-style:italic;font-weight:400}.auth-sub{max-width:560px;color:var(--auth-text-sub);text-wrap:pretty;margin-top:22px;font-size:clamp(15px,1.1vw,17px);line-height:1.55}.auth-proof{color:var(--auth-text-sub);flex-direction:column;gap:10px;margin-top:28px;padding:0;font-size:14px;list-style:none;display:flex}.auth-proof li{align-items:center;gap:10px;display:inline-flex}.auth-proof svg{color:var(--auth-success);flex-shrink:0}.auth-form-wrap{flex-direction:column;gap:16px;min-width:0;display:flex}.auth-card{background:var(--auth-card-bg);-webkit-backdrop-filter:blur(28px)saturate(180%);border:1px solid var(--auth-card-border);box-shadow:var(--auth-card-shadow);border-radius:20px;padding:clamp(28px,3vw,40px);position:relative;overflow:hidden}.auth-card:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffffe6 50%,#0000 100%);height:1px;position:absolute;top:0;left:12%;right:12%}[data-theme=dark] .auth-card:before{background:linear-gradient(90deg,#0000 0%,#fff6 50%,#0000 100%)}.auth-card-title{font-family:var(--font-display,"Fraunces"), Georgia, serif;letter-spacing:-.025em;color:var(--auth-text);font-size:30px;font-weight:500;line-height:1.1}.auth-card-sub{color:var(--auth-text-muted);margin-top:8px;font-size:14px}.auth-error{color:#c43340;background:#ff44440f;border:1px solid #ff444438;border-radius:10px;margin-top:18px;padding:10px 14px;font-size:13px}[data-theme=dark] .auth-error{color:#ffacb1;background:#ff44441a}.auth-form{flex-direction:column;gap:14px;margin-top:22px;display:flex}.auth-label{display:block}.auth-label>span{letter-spacing:-.005em;color:var(--auth-text-sub);margin-bottom:7px;font-size:12.5px;font-weight:500;display:block}.auth-input{background:var(--auth-input-bg);-webkit-backdrop-filter:blur(10px);border:1px solid var(--auth-input-border);width:100%;height:48px;color:var(--auth-text);font-size:15px;font-family:var(--font-sans,"Inter"), ui-sans-serif, system-ui, sans-serif;border-radius:10px;outline:none;padding:0 14px;transition:border-color .18s,box-shadow .18s,background .18s}.auth-input::placeholder{color:var(--auth-text-muted);opacity:.7}.auth-input:hover{border-color:var(--auth-input-border-hover);background:var(--auth-input-bg-hover)}.auth-input:focus-visible{border-color:var(--auth-focus);background:var(--auth-input-bg-hover);box-shadow:0 0 0 4px var(--auth-focus-glow)}.auth-btn{letter-spacing:-.005em;cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;height:48px;font-family:inherit;font-size:15px;font-weight:500;transition:transform 60ms,background .18s,box-shadow .18s,border-color .18s;display:inline-flex}.auth-btn:active{transform:translateY(1px)}.auth-btn-primary{background:var(--auth-cta-bg);color:var(--auth-cta-fg);box-shadow:0 6px 18px -4px #0a0f1e4d}.auth-btn-primary:hover{background:var(--auth-cta-bg-hover);box-shadow:0 10px 24px -6px #0a0f1e66}.auth-btn-ghost{background:var(--auth-input-bg-hover);-webkit-backdrop-filter:blur(10px);border-color:var(--auth-input-border);color:var(--auth-text)}.auth-btn-ghost:hover{border-color:var(--auth-input-border-hover);background:#ffffffe6}[data-theme=dark] .auth-btn-ghost:hover{background:#ffffff1a}.auth-divider{color:var(--auth-text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:11.5px;font-family:var(--font-mono,"JetBrains Mono"), ui-monospace, monospace;align-items:center;gap:12px;margin:18px 0;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--auth-divider);flex:1;height:1px}.auth-footer-line{text-align:center;color:var(--auth-text-sub);margin-top:22px;font-size:14px}.auth-link{color:var(--auth-text);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px;-webkit-text-decoration-color:color-mix(in srgb, var(--auth-text) 25%, transparent);text-decoration-color:color-mix(in srgb, var(--auth-text) 25%, transparent);font-weight:500;transition:text-decoration-color .18s,color .18s}.auth-link:hover{color:var(--auth-italic);-webkit-text-decoration-color:var(--auth-italic);text-decoration-color:var(--auth-italic)}.auth-link-soft{color:var(--auth-text-muted);text-underline-offset:2px;text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb, var(--auth-text-muted) 30%, transparent);text-decoration-color:color-mix(in srgb, var(--auth-text-muted) 30%, transparent)}.auth-link-soft:hover{color:var(--auth-text);-webkit-text-decoration-color:var(--auth-text);text-decoration-color:var(--auth-text)}.auth-microcopy{text-align:center;max-width:360px;color:var(--auth-text-muted);margin:0 auto;font-size:12px;line-height:1.5}.auth-settings{position:relative}.auth-settings-btn{background:var(--auth-card-bg);border:1px solid var(--auth-card-border);width:38px;height:38px;color:var(--auth-text);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;transition:background .18s,border-color .18s,transform 60ms;display:inline-flex}.auth-settings-btn:hover{background:var(--auth-input-bg);border-color:var(--auth-input-border-hover)}.auth-settings-btn:active{transform:translateY(1px)}.auth-settings-popover{z-index:50;background:var(--auth-card-bg);border:1px solid var(--auth-card-border);width:280px;box-shadow:var(--auth-card-shadow);border-radius:14px;padding:14px;position:absolute;top:calc(100% + 8px);right:0}.auth-settings-group{flex-direction:column;gap:6px;display:flex}.auth-settings-group+.auth-settings-group{border-top:1px solid var(--auth-divider);margin-top:14px;padding-top:14px}.auth-settings-lab{letter-spacing:.08em;text-transform:uppercase;color:var(--auth-text-muted);font-size:11px;font-weight:500;font-family:var(--font-mono,"JetBrains Mono"), ui-monospace, monospace}.auth-settings-row{grid-template-columns:repeat(3,1fr);gap:4px;display:grid}.auth-settings-row.cols-2{grid-template-columns:1fr 1fr}.auth-settings-row button{background:var(--auth-input-bg);border:1px solid var(--auth-input-border);height:34px;color:var(--auth-text-sub);cursor:pointer;border-radius:8px;font-family:inherit;font-size:13px;font-weight:500;transition:background .18s,border-color .18s,color .18s}.auth-settings-row button:hover{background:var(--auth-input-bg-hover);color:var(--auth-text)}.auth-settings-row button.active{background:var(--auth-cta-bg);border-color:var(--auth-cta-bg);color:var(--auth-cta-fg)}.auth-settings-row button[aria-disabled=true]{opacity:.45;cursor:not-allowed}@media (max-width:720px){.auth-pitch{text-align:center}.auth-proof{align-items:center}.auth-settings-popover{width:260px;right:0}}.shell-doc{z-index:1;width:100%;max-width:760px;margin:0 auto;padding:clamp(16px,3vw,36px) clamp(20px,5vw,64px) clamp(48px,6vw,96px);position:relative}.shell-back{background:var(--auth-pill-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--auth-pill-border);color:var(--auth-text-sub);border-radius:999px;align-items:center;gap:6px;margin-bottom:clamp(20px,3vw,32px);padding:6px 10px 6px 6px;font-size:13px;font-weight:500;text-decoration:none;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.shell-back:hover{background:var(--auth-input-bg-hover);color:var(--auth-text)}.shell-doc-eyebrow{background:var(--auth-pill-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--auth-pill-border);letter-spacing:.08em;text-transform:uppercase;color:var(--auth-text-sub);font-size:11.5px;font-family:var(--font-mono,"JetBrains Mono"), ui-monospace, monospace;border-radius:999px;align-items:center;gap:8px;margin-bottom:18px;padding:6px 12px;display:inline-flex}.shell-doc-eyebrow-dot{background:var(--auth-success);width:6px;height:6px;box-shadow:0 0 0 3px var(--auth-success-glow);border-radius:50%}.shell-doc-title{font-family:var(--font-display,"Fraunces"), Georgia, serif;letter-spacing:-.035em;color:var(--auth-text);text-wrap:pretty;font-size:clamp(36px,4.5vw,56px);font-weight:400;line-height:1.05}.shell-doc-lede{max-width:640px;color:var(--auth-text-sub);text-wrap:pretty;margin-top:14px;font-size:clamp(16px,1.15vw,18px);line-height:1.55}.shell-doc-meta{font-size:12px;font-family:var(--font-mono,"JetBrains Mono"), ui-monospace, monospace;color:var(--auth-text-muted);letter-spacing:.04em;margin-top:16px}.shell-doc-divider{background:var(--auth-divider);height:1px;margin:clamp(28px,4vw,48px) 0}.shell-doc-body{color:var(--auth-text-sub);flex-direction:column;gap:clamp(20px,3vw,32px);font-size:15.5px;line-height:1.65;display:flex}.shell-doc-body h2{font-family:var(--font-display,"Fraunces"), Georgia, serif;letter-spacing:-.02em;color:var(--auth-text);text-wrap:balance;margin-top:clamp(16px,2vw,24px);font-size:clamp(22px,2.2vw,28px);font-weight:500;line-height:1.2}.shell-doc-body h3{font-family:var(--font-sans,"Inter"), ui-sans-serif, system-ui, sans-serif;letter-spacing:-.012em;color:var(--auth-text);margin-top:14px;font-size:17px;font-weight:600}.shell-doc-body p{text-wrap:pretty}.shell-doc-body a{color:var(--auth-italic);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px;-webkit-text-decoration-color:color-mix(in srgb, var(--auth-italic) 30%, transparent);text-decoration-color:color-mix(in srgb, var(--auth-italic) 30%, transparent);font-weight:500;transition:text-decoration-color .18s}.shell-doc-body a:hover{-webkit-text-decoration-color:var(--auth-italic);text-decoration-color:var(--auth-italic)}.shell-doc-body ul,.shell-doc-body ol{flex-direction:column;gap:8px;margin:0;padding-left:0;list-style:none;display:flex}.shell-doc-body ul li,.shell-doc-body ol li{padding-left:22px;position:relative}.shell-doc-body ul li:before{content:"";background:var(--auth-text-muted);border-radius:50%;width:5px;height:5px;position:absolute;top:11px;left:7px}.shell-doc-body ol{counter-reset:docol}.shell-doc-body ol li{counter-increment:docol}.shell-doc-body ol li:before{content:counter(docol);font-family:var(--font-mono,"JetBrains Mono"), ui-monospace, monospace;color:var(--auth-text-muted);font-size:11.5px;font-weight:500;position:absolute;top:1px;left:0}.shell-doc-body code{font-family:var(--font-mono,"JetBrains Mono"), ui-monospace, monospace;background:var(--auth-pill-bg);border:1px solid var(--auth-pill-border);color:var(--auth-text);border-radius:6px;padding:2px 6px;font-size:13.5px}.shell-doc-card{background:var(--auth-card-bg);-webkit-backdrop-filter:blur(28px)saturate(180%);border:1px solid var(--auth-card-border);box-shadow:var(--auth-card-shadow);border-radius:16px;padding:clamp(20px,2.5vw,28px);position:relative;overflow:hidden}.shell-doc-card:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffffd9 50%,#0000 100%);height:1px;position:absolute;top:0;left:12%;right:12%}[data-theme=dark] .shell-doc-card:before{background:linear-gradient(90deg,#0000 0%,#ffffff59 50%,#0000 100%)}.shell-doc-card h2:first-child,.shell-doc-card h3:first-child{margin-top:0}.shell-doc-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;display:grid}.shell-doc-stat{text-align:left;background:var(--auth-pill-bg);border:1px solid var(--auth-pill-border);border-radius:12px;padding:18px}.shell-doc-stat-lab{letter-spacing:.08em;text-transform:uppercase;color:var(--auth-text-muted);font-size:11px;font-family:var(--font-mono,"JetBrains Mono"), ui-monospace, monospace}.shell-doc-stat-val{font-family:var(--font-display,"Fraunces"), Georgia, serif;letter-spacing:-.02em;color:var(--auth-text);margin-top:6px;font-size:28px;font-weight:500}.shell-doc-stat-val.ok{color:var(--auth-success)}.shell-doc-stat-val.warn{color:#f59e0b}.shell-doc-stat-val.bad{color:#ef4444}