:root{--shell-bg-base:#0d1117;--shell-text:#f0f6fc;--shell-muted:#8b949e;--shell-border:#f0f6fc1f;--shell-border-strong:#f0f6fc38;--shell-shadow:0 24px 80px #0000006b;--shell-spotlight-primary:#58a6ff;--shell-spotlight-secondary:#a855f7;--app-theme-bg:var(--shell-bg-base);--app-theme-text:var(--shell-text);--app-theme-muted:var(--shell-muted);--app-theme-border:var(--shell-border);--app-theme-border-strong:var(--shell-border-strong);--app-theme-shadow:var(--shell-shadow);--app-accent-primary:var(--shell-spotlight-primary);--app-accent-secondary:var(--shell-spotlight-secondary)}[data-theme=light]{--shell-bg-base:#f4f8ff;--shell-text:#0f172a;--shell-muted:#475569;--shell-border:#0f172a24;--shell-border-strong:#0f172a3d;--shell-shadow:0 24px 60px #0f172a1f}[data-theme=system]{--shell-bg-base:#0d1117;--shell-text:#f0f6fc;--shell-muted:#8b949e;--shell-border:#f0f6fc1f;--shell-border-strong:#f0f6fc38;--shell-shadow:0 24px 80px #0000006b}@media (prefers-color-scheme:light){[data-theme=system]{--shell-bg-base:#f4f8ff;--shell-text:#0f172a;--shell-muted:#475569;--shell-border:#0f172a24;--shell-border-strong:#0f172a3d;--shell-shadow:0 24px 60px #0f172a1f}}body{background:radial-gradient(circle at top left, color-mix(in srgb, var(--shell-spotlight-primary) 20%, transparent), transparent 34rem), radial-gradient(circle at bottom right, color-mix(in srgb, var(--shell-spotlight-secondary) 16%, transparent), transparent 32rem), var(--shell-bg-base);min-height:100vh;color:var(--shell-text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.page-shell{z-index:1;grid-template-rows:auto 1fr;padding:clamp(1.25rem,3vw,3rem);display:grid;position:relative;overflow:visible}.shell-loader{place-items:center;min-height:100vh;padding:2rem;display:grid}.shell-loader-spinner{border:3px solid color-mix(in srgb, var(--shell-text) 24%, transparent);border-top-color:color-mix(in srgb, var(--shell-text) 88%, transparent);border-radius:999px;width:2.5rem;height:2.5rem;animation:.7s linear infinite shell-spin}@keyframes shell-spin{to{transform:rotate(360deg)}}header{align-items:center;min-height:44px;margin-bottom:34px;display:flex;position:relative}.user-menu-shell{position:relative}.hero{text-align:center;pointer-events:none;margin:0;position:absolute;left:50%;transform:translate(-50%)}.hero h1{white-space:nowrap}.brand-mark{cursor:pointer;background:linear-gradient(135deg, var(--shell-spotlight-primary) 0%, color-mix(in srgb, var(--shell-spotlight-primary) 64%, var(--shell-spotlight-secondary)) 56%, var(--shell-spotlight-secondary) 100%);width:44px;height:44px;box-shadow:0 12px 36px color-mix(in srgb, var(--shell-spotlight-primary) 36%, transparent);color:#fff;font-weight:800;font:inherit;border:0;border-radius:14px;place-items:center;padding:0;transition:transform .16s,box-shadow .16s,filter .16s;display:grid}.brand-mark:hover,.brand-mark:focus-visible,.brand-mark[aria-expanded=true]{filter:brightness(1.08);box-shadow:0 16px 44px color-mix(in srgb, var(--shell-spotlight-primary) 44%, transparent);transform:translateY(-1px)}.brand-mark:focus-visible{outline:3px solid color-mix(in srgb, var(--shell-spotlight-primary) 72%, transparent);outline-offset:4px}.user-menu{z-index:2147483647;border:1px solid var(--shell-border);background:var(--shell-bg-base);width:min(280px,100vw - 2.5rem);box-shadow:var(--shell-shadow);-webkit-backdrop-filter:none;backdrop-filter:none;transform-origin:0 0;isolation:isolate;opacity:0;pointer-events:none;border-radius:18px;padding:.55rem;transition:opacity .16s,transform .16s;position:absolute;top:calc(100% + .8rem);left:0;overflow:hidden;transform:translateY(-6px)}.user-menu.is-open{opacity:1;pointer-events:auto;transform:none}.user-menu:before{content:"";border-left:1px solid var(--shell-border);border-top:1px solid var(--shell-border);background:var(--shell-bg-base);width:14px;height:14px;position:absolute;top:-7px;left:16px;transform:rotate(45deg)}.user-menu-header{text-align:center;justify-items:center;gap:.2rem;padding:.75rem .8rem .65rem;display:grid}.user-menu-name{color:var(--shell-text);font-size:.95rem;font-weight:750;line-height:1.2}.user-menu-meta{color:var(--shell-muted);font-size:.78rem;line-height:1.25}.user-menu-divider{background:var(--shell-border);height:1px;margin:.35rem}.user-menu-item{width:100%;color:var(--shell-text);cursor:pointer;text-align:center;font:inherit;background:0 0;border:0;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:.7rem .75rem;font-size:.9rem;text-decoration:none;display:flex}.user-menu-item:hover,.user-menu-item:focus-visible{background:color-mix(in srgb, var(--shell-spotlight-primary) 16%, transparent);outline:none}.user-menu-item.is-danger{color:#f87b7b}.user-menu-item.is-danger:hover,.user-menu-item.is-danger:focus-visible{background:#f8514924}h1{letter-spacing:-.045em;color:var(--shell-text);margin:0;font-size:clamp(1.35rem,2.4vw,2.4rem)}
