:root{--bg:#0c0c0f;--surface:#18181c;--surface-hover:#1f1f24;--border:hsla(0,0%,100%,.08);--text:#f4f4f5;--muted:#a1a1aa;--accent:#6366f1;--accent-soft:rgba(99,102,241,.15);--radius:12px;--font:"Inter",ui-sans-serif,system-ui,-apple-system,sans-serif}html[data-theme=light]{--bg:#f8fafc;--surface:#fff;--surface-hover:#f1f5f9;--border:rgba(15,23,42,.1);--text:#0f172a;--muted:#64748b;--accent:#4f46e5;--accent-soft:rgba(79,70,229,.12)}*{box-sizing:border-box}html{color-scheme:dark}html[data-theme=light]{color-scheme:light}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.site-header{border-bottom:1px solid var(--border);background:rgba(12,12,15,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:-webkit-sticky;position:sticky;top:0;z-index:10}html[data-theme=light] .site-header{background:hsla(0,0%,100%,.92)}.site-header-inner{max-width:960px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.site-header-actions{gap:16px}.site-header-actions,.site-header-auth{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end}.site-header-auth{gap:10px}.site-header-email{font-size:.8125rem;font-weight:500;color:var(--muted);max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-toggle{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.8125rem;font-weight:600;font-family:inherit;cursor:pointer}.theme-toggle:hover{background:var(--surface-hover)}.theme-toggle__track{position:relative;width:40px;height:22px;border-radius:999px;background:var(--muted);opacity:.45}.theme-toggle__thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:transform .18s ease}html[data-theme=light] .theme-toggle__thumb{transform:translateX(18px)}html[data-theme=light] .theme-toggle__track{background:var(--accent);opacity:.85}.theme-toggle__label{min-width:2.75rem;text-align:left}.site-logo{font-weight:700;font-size:1rem;letter-spacing:-.02em;color:var(--text);text-decoration:none}.site-logo:hover{color:var(--accent);text-decoration:none}.site-nav{display:flex;gap:8px}.site-nav-link{padding:8px 12px;border-radius:8px;color:var(--muted);font-size:.875rem;font-weight:500;text-decoration:none}.site-nav-link:hover{background:var(--surface);color:var(--text);text-decoration:none}main.page{max-width:960px;margin:0 auto;padding:40px 20px 64px}.hero{padding:32px 0 48px}.hero-badge{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);background:var(--accent-soft);padding:6px 10px;border-radius:999px;margin-bottom:16px}.hero h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;margin:0 0 16px;max-width:22ch}.hero-lead{font-size:1.125rem;color:var(--muted);max-width:42ch;margin:0 0 28px}.cta-row{display:flex;flex-wrap:wrap;gap:12px}.btn,.cta-row{align-items:center}.btn{display:inline-flex;justify-content:center;padding:12px 20px;border-radius:10px;font-size:.9375rem;font-weight:600;border:none;cursor:pointer;font-family:inherit}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{filter:brightness(1.08)}.btn-ghost{background:transparent;color:var(--muted);border:1px solid var(--border)}.btn-ghost:hover{background:var(--surface);color:var(--text)}.section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 12px}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px;margin-top:32px}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.feature-card h3{margin:0 0 8px;font-size:1rem}.feature-card p{margin:0;font-size:.875rem;color:var(--muted)}.page-title{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;margin:0 0 8px}.page-sub{color:var(--muted);margin:0 0 28px;font-size:.9375rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:12px;gap:12px;margin-bottom:28px}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.stat-label{margin:0 0 6px;font-size:.75rem;font-weight:500;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.stat-value{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.stat-hint{margin:6px 0 0;font-size:.75rem;color:var(--muted)}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}table.data-table{width:100%;border-collapse:collapse;font-size:.875rem}.data-table td,.data-table th{padding:12px 14px;text-align:left;border-bottom:1px solid var(--border)}.data-table th{color:var(--muted);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.data-table tr:last-child td{border-bottom:none}.badge{display:inline-block;padding:2px 8px;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:capitalize}.badge-play{background:rgba(99,102,241,.2);color:#a5b4fc}.badge-brain{background:rgba(34,197,94,.15);color:#86efac}.badge-focus{background:rgba(251,191,36,.15);color:#fcd34d}.badge-ok{color:#86efac}.badge-warn{color:#fca5a5}.settings-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;margin-bottom:16px}.settings-shell{display:grid;grid-template-columns:210px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start}.settings-sidebar{position:-webkit-sticky;position:sticky;top:84px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px}.settings-sidebar-title{margin:0 0 10px;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:600}.settings-sidebar-nav{display:flex;flex-direction:column;gap:6px}.settings-nav-item{border:1px solid var(--border);background:transparent;color:var(--text);font:inherit;text-align:left;padding:9px 10px;border-radius:8px;cursor:pointer}.settings-nav-item:hover{background:var(--surface-hover)}.settings-nav-item[aria-current=page]{border-color:var(--accent);background:var(--accent-soft)}.settings-panel{min-width:0;max-height:min(72vh,680px);overflow-y:auto;padding-right:2px}.settings-section h2{margin:0 0 16px;font-size:1rem}.settings-section h2.settings-category-title{margin:0 0 8px;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.settings-section h3.settings-subcategory-title{margin:22px 0 0;padding-top:14px;border-top:1px solid var(--border);font-size:.8125rem;font-weight:700;color:var(--text)}.settings-section--general .section-lead{margin-top:0}.settings-account-block{display:flex;flex-direction:column;gap:12px}.settings-account-line{margin:0;font-size:.9375rem;line-height:1.45}.settings-account-email{word-break:break-all}.settings-account-actions{margin:0}.settings-account-hint{margin:0;max-width:52ch}.settings-panel .settings-section{margin-bottom:0}.settings-section .section-lead{margin:-8px 0 14px;font-size:.8125rem;color:var(--muted);line-height:1.4}.setting-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.setting-row:last-child{border-bottom:none;padding-bottom:0}.setting-row:first-of-type{padding-top:0}.setting-row--stack{flex-direction:column;align-items:stretch}.setting-row--stack .setting-control{max-width:none}.setting-label-block{display:flex;flex-direction:column;gap:4px}.setting-hint{margin:0;font-size:.8125rem;line-height:1.45;color:var(--muted);font-weight:400}.setting-label{font-size:.9375rem}.setting-control{min-width:160px}input.input,select.input{width:100%;max-width:220px;padding:8px 12px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-family:inherit;font-size:.875rem}.toggle{position:relative;width:44px;height:24px;background:#3f3f46;border-radius:999px;border:none;cursor:pointer}.toggle:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .15s ease}.toggle[aria-checked=true]{background:var(--accent)}.toggle[aria-checked=true]:after{transform:translateX(20px)}.muted-note{font-size:.8125rem;color:var(--muted);margin-top:20px}.muted-note code{font-size:.75rem;padding:2px 6px;border-radius:4px;background:var(--surface);border:1px solid var(--border);color:var(--text);word-break:break-all}.site-footer{max-width:960px;margin:0 auto;padding:24px 20px 40px;border-top:1px solid var(--border);font-size:.8125rem;color:var(--muted)}.auth-card .muted-note{margin-top:12px}.auth-mode{display:flex;gap:8px;margin-bottom:16px}.auth-mode-btn{flex:1 1;padding:8px 12px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--muted);font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.auth-mode-btn:hover{color:var(--text);border-color:hsla(0,0%,100%,.14)}.auth-mode-btn--active{background:rgba(99,102,241,.2);border-color:var(--accent);color:var(--text)}.auth-magic{margin-top:20px;padding-top:16px;border-top:1px solid var(--border);font-size:.8125rem;color:var(--muted)}.auth-magic summary{cursor:pointer;color:var(--muted);font-weight:500;list-style:none}.auth-magic summary::-webkit-details-marker{display:none}.auth-magic summary:before{content:"";display:inline-block;width:.35em;margin-right:.35em;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid;transform:rotate(-90deg);vertical-align:middle;transition:transform .15s ease}.auth-magic[open] summary:before{transform:rotate(0deg)}.auth-magic[open] summary{margin-bottom:4px}@media (max-width:900px){.settings-shell{grid-template-columns:1fr}.settings-sidebar{position:static}.settings-sidebar-nav{flex-direction:row;flex-wrap:wrap}.settings-nav-item{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 6px)}.settings-panel{max-height:none;overflow:visible}}.auth-confirm-actions{margin-top:12px}.auth-supabase-help{margin-top:14px;padding:12px 14px;border-radius:10px;border:1px solid var(--border);background:hsla(0,0%,100%,.03);font-size:.8125rem;color:var(--muted);line-height:1.45}.auth-supabase-help-title{margin:0 0 8px;font-weight:600;color:var(--text)}.auth-supabase-help-list{margin:0;padding-left:1.15rem}.auth-supabase-help-list li{margin-bottom:6px}.auth-supabase-help-list a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.auth-supabase-help-footer{margin:10px 0 0;font-size:.75rem;opacity:.92}.auth-status{max-width:100%;line-height:1.45}