.capture-panel{gap:1rem;width:min(100%,42rem);padding:2rem 0 4rem;display:grid}.app-shell>.capture-panel{align-content:center;width:min(100% - 2rem,46rem);min-height:100dvh;margin:0 auto;padding:4rem 0}.capture-panel--loading{color:var(--text-muted);text-align:center;justify-items:center}.capture-panel h2{max-width:14ch;font-family:var(--font-headline);letter-spacing:-.06em;text-transform:uppercase;font-size:clamp(2.6rem,10vw,5rem);line-height:.9}.capture-panel__copy{max-width:40ch;color:var(--text-muted);line-height:1.6}.auth-form{gap:.75rem;width:min(100%,36rem);display:grid}.auth-form label{color:var(--text);font-size:.9rem;font-weight:750}.auth-form input{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);width:100%;min-height:3.25rem;color:var(--text);font:inherit;padding:.75rem .85rem}.auth-form input:focus{border-color:var(--accent);outline:2px solid color-mix(in srgb, var(--accent), transparent 65%);outline-offset:2px}.password-field{grid-template-columns:minmax(0,1fr) auto;gap:.5rem;display:grid}.password-field__toggle{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);min-width:4.5rem;color:var(--text);font-weight:750}.auth-form__help,.form-success,.form-error{color:var(--text-muted);font-size:.9rem;line-height:1.5}.form-success{color:var(--text)}.form-error{color:var(--accent-strong);font-weight:700}.capture-actions{flex-wrap:wrap;gap:.75rem;display:flex}.button--outline{border-color:var(--border);color:var(--text);background:0 0}.text-button{min-height:44px;color:var(--text);font:inherit;text-underline-offset:.2em;background:0 0;border:0;padding:.5rem;font-weight:700;text-decoration:underline}.auth-form__reset{justify-self:start;padding-inline:0}.form-notice{border-left:3px solid var(--accent);width:min(100%,36rem);color:var(--text-muted);background:#f7641d14;padding:.85rem 1rem;font-size:.9rem;line-height:1.5}.membership-panel__email{overflow-wrap:anywhere;border:1px solid var(--border);background:var(--surface);width:fit-content;max-width:100%;color:var(--text);border-radius:999px;padding:.55rem .8rem;font-weight:800}.membership-panel .form-notice{margin:0}.membership-panel button:disabled{cursor:wait;opacity:.65}:root{--bg:#050606;--bg-deep:#020303;--accent:#ff8c42;--accent-strong:#ff6b2b;--accent-ink:#160904;--secondary:#4a90e2;--text:#fff;--text-muted:#b4b8bc;--text-faint:#747b82;--surface:#101316;--surface-2:#171c21;--border:#2a3036;--danger:#ff8f83;--success:#76d4a6;--font-headline:"Inter", "Arial Black", "Helvetica Neue", ui-sans-serif, system-ui, sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius:14px;--content-width:1180px}*{box-sizing:border-box}html{background:var(--bg);min-width:320px;color:var(--text);font-family:var(--font-body);text-rendering:optimizelegibility}body{background:radial-gradient(circle at 12% 28%, #4a90e21a, transparent 32rem), radial-gradient(circle at 86% 12%, #ff8c4214, transparent 28rem), var(--bg);min-width:320px;min-height:100dvh;margin:0}button,a{font:inherit}a{color:inherit}button{cursor:pointer}h1,h2,h3,p{margin:0}::selection{background:var(--accent);color:var(--accent-ink)}:focus-visible{outline:3px solid var(--accent-strong);outline-offset:4px}.app-shell{min-height:100dvh}.eyebrow{color:var(--accent-strong);letter-spacing:.18em;text-transform:uppercase;font-size:.72rem;font-weight:700;line-height:1.2}.button{border-radius:var(--radius);border:1px solid #0000;justify-content:center;align-items:center;min-height:3rem;padding:.75rem 1.15rem;font-size:.9rem;font-weight:750;line-height:1;text-decoration:none;transition:transform .18s,background-color .18s,border-color .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(0)scale(.98)}.button--accent{background:var(--accent);color:var(--accent-ink)}.button--accent:hover{background:var(--accent-strong)}.route-state{align-content:center;justify-items:start;gap:1rem;width:min(100% - 2rem,34rem);min-height:100dvh;margin:0 auto;padding:4rem 0;display:grid}.route-state h1{max-width:12ch;font-family:var(--font-headline);letter-spacing:-.04em;text-transform:uppercase;font-size:clamp(2.8rem,12vw,5.5rem);line-height:.92}.route-state>p:not(.eyebrow){max-width:36ch;color:var(--text-muted);line-height:1.6}.route-state--loading{width:min(100% - 2rem,22rem);color:var(--text-muted);text-align:center;justify-items:center}.loading-mark{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:2.75rem;height:2.75rem;animation:.9s linear infinite loading-spin}@keyframes loading-spin{to{transform:rotate(360deg)}}@media (width>=768px){.route-state{width:min(100% - 4rem,56rem)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
