:root{--bg: #0b1120;--panel: #ffffff;--panel-2: #f8fafc;--ink: #0f172a;--muted: #64748b;--line: #e2e8f0;--brand: #6366f1;--brand-ink: #4338ca;--good: #10b981;--warn: #f59e0b;--bad: #ef4444;--radius: 12px;--shadow: 0 8px 30px rgba(2, 6, 23, .08);--mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0;scrollbar-gutter:stable}body{background:var(--panel-2);color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:var(--brand-ink);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{margin:0 0 .4em;line-height:1.2;letter-spacing:-.01em}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}:root{color-scheme:light}button.primary{background:var(--brand);color:#fff;border:none;padding:10px 16px;border-radius:8px;font-weight:600;transition:filter .15s ease,transform .05s ease}button.primary:hover{filter:brightness(1.05)}button.primary:active{transform:translateY(1px)}button.ghost{background:transparent;border:1px solid var(--line);color:var(--ink);padding:8px 14px;border-radius:8px;font-weight:500}button.ghost:hover{background:#fff;border-color:#cbd5e1}input.text,select.text{border:1px solid var(--line);background:#fff;padding:8px 10px;border-radius:8px;width:100%}input.text:focus,select.text:focus{outline:2px solid rgba(99,102,241,.35);border-color:var(--brand)}.muted{color:var(--muted)}.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.grid{display:grid;gap:16px}.card-shell{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow)}.mono{font-family:var(--mono);font-variant-ligatures:none}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}.topbar.svelte-12qhfyh{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:12px 18px;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.brand.svelte-12qhfyh{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--ink);text-decoration:none;position:relative;z-index:1}.brand.svelte-12qhfyh:hover{text-decoration:none}.dot.svelte-12qhfyh{width:10px;height:10px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 4px #6366f12e}.nav-desktop.svelte-12qhfyh{position:absolute;left:50%;transform:translate(-50%);display:flex;gap:4px}.nav-desktop.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:6px 12px;border-radius:999px;color:var(--muted);font-weight:500;font-size:14px;text-decoration:none}.nav-desktop.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:#fff;color:var(--ink);text-decoration:none}.nav-desktop.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:var(--ink);color:#fff}.topbar-right.svelte-12qhfyh{display:flex;align-items:center;gap:10px;position:relative;z-index:1}.user-menu.svelte-12qhfyh{display:flex;align-items:center;gap:10px}.user-email.svelte-12qhfyh{font-size:12px;color:var(--muted);font-family:var(--mono)}.logout-btn.svelte-12qhfyh{font-size:13px;color:var(--muted);text-decoration:none;padding:4px 10px;border-radius:6px;border:1px solid var(--line);transition:background .12s ease}.logout-btn.svelte-12qhfyh:hover{background:#fff;text-decoration:none}.hamburger.svelte-12qhfyh{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;padding:6px;cursor:pointer}.hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh){display:block;width:22px;height:2px;background:var(--ink);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.hamburger[aria-expanded=true].svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger[aria-expanded=true].svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(2){opacity:0}.hamburger[aria-expanded=true].svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu.svelte-12qhfyh{position:sticky;top:53px;z-index:4;display:none;flex-direction:column;background:#fff;border-bottom:1px solid var(--line);box-shadow:var(--shadow);padding:8px 0}.mobile-menu.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;padding:12px 20px;color:var(--ink);font-weight:500;font-size:15px;text-decoration:none}.mobile-menu.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:#f1f5f9;text-decoration:none}.mobile-menu.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:var(--ink);color:#fff}.mobile-user.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;gap:8px;padding:10px 20px;border-top:1px solid var(--line);margin-top:4px}.menu-scrim.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3;background:transparent;border:none;padding:0;margin:0;cursor:default;display:none}main.svelte-12qhfyh{flex:1;padding:24px clamp(12px,5vw,48px);max-width:1100px;margin:0 auto;width:100%}.foot.svelte-12qhfyh{text-align:center;padding:18px;font-size:13px}@media (max-width: 900px){.topbar.svelte-12qhfyh{justify-content:center}.topbar-right.svelte-12qhfyh{position:absolute;right:18px}.nav-desktop.svelte-12qhfyh,.user-menu.svelte-12qhfyh{display:none}.hamburger.svelte-12qhfyh,.mobile-menu.svelte-12qhfyh{display:flex}.menu-scrim.svelte-12qhfyh{display:block}}
