:root { color-scheme: dark; --bg: #080b12; --panel: #111722; --line: #263044; --text: #f3f6fb; --muted: #9aa7bb; --accent: #7c5cff; --accent-2: #9b86ff; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; font: 16px/1.5 Inter, ui-sans-serif, system-ui, sans-serif; color: var(--text); background: radial-gradient(circle at 70% -20%, #35236a 0, transparent 40%), var(--bg); }
a { color: var(--accent-2); text-decoration: none; }
.site-header { width: min(1120px, calc(100% - 40px)); margin: auto; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; }
.site-header nav { display: flex; align-items: center; gap: 22px; }
.brand { color: white; font-size: 20px; font-weight: 800; letter-spacing: -.03em; }.brand span { color: var(--accent-2); }
.container { width: min(1040px, calc(100% - 40px)); margin: 8vh auto; }
.hero { max-width: 760px; padding: 50px 0; }.hero h1 { margin: 10px 0 20px; font-size: clamp(44px, 8vw, 78px); line-height: .98; letter-spacing: -.06em; }
.eyebrow { color: var(--accent-2); font-weight: 750; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }.lead { color: var(--muted); font-size: 20px; max-width: 680px; }
.actions { display: flex; gap: 12px; margin-top: 32px; }.button, button { display: inline-flex; border: 1px solid transparent; border-radius: 10px; padding: 12px 18px; color: white; background: var(--accent); font: inherit; font-weight: 700; cursor: pointer; }.button.secondary { border-color: var(--line); background: transparent; }.button.small { padding: 8px 12px; }
.auth-card, .details-card { max-width: 480px; margin: auto; padding: 32px; border: 1px solid var(--line); border-radius: 18px; background: color-mix(in srgb, var(--panel) 92%, transparent); box-shadow: 0 30px 100px #0005; }.auth-card h1 { margin-top: 4px; }
form { display: grid; gap: 10px; }label { margin-top: 8px; font-weight: 650; }input { width: 100%; border: 1px solid var(--line); border-radius: 9px; padding: 12px 13px; color: white; background: #0a0f18; font: inherit; }input:focus { outline: 2px solid var(--accent); border-color: transparent; }.auth-card button { margin-top: 12px; justify-content: center; }
.alert, .field-error { color: #ffb5bd; }.alert { border: 1px solid #71313a; border-radius: 9px; padding: 12px; background: #35171c; }.field-error { margin: -4px 0 2px; font-size: 13px; }.muted { color: var(--muted); }
.account-header { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 28px; }.account-header h1 { margin: 4px 0; font-size: 48px; }.details-card { max-width: none; }.details-card dl { margin: 0; }.details-card dl div { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 16px 0; border-bottom: 1px solid var(--line); }.details-card dl div:last-child { border: 0; }dt { color: var(--muted); }dd { margin: 0; overflow-wrap: anywhere; }
@media (max-width: 600px) { .site-header nav > a:not(.button) { display: none; }.container { margin-top: 4vh; }.auth-card { padding: 24px; }.account-header { align-items: start; flex-direction: column; }.details-card dl div { grid-template-columns: 1fr; gap: 4px; } }
.session-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }.session-row:last-child { border-bottom: 0; }.session-row p { margin-bottom: 0; }
