:root{--font: "Nunito", system-ui, sans-serif;--mono: "SF Mono", "Fira Code", "Consolas", monospace;--bg: #0a0a0f;--bg-card: #12121a;--bg-hover: #1a1a25;--bg-subtle: #0e0e16;--border: #1e1e2a;--text: #e8e8ed;--text-secondary: #a0a0b0;--text-muted: #606070;--accent: #4ecdc4;--accent-dim: rgba(78, 205, 196, .12);--red: #ff6b6b;--yellow: #ffd93d;--green: #4ecdc4;--blue: #3b82f6;--purple: #8b5cf6;--pink: #ec4899;--orange: #f59e0b;--radius: 8px;--radius-sm: 5px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.mono{font-family:var(--mono)}.tabular{font-variant-numeric:tabular-nums}.muted{color:var(--text-muted)}.secondary{color:var(--text-secondary)}.app.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}.topbar.svelte-12qhfyh{display:flex;align-items:center;gap:2rem;padding:0 1.5rem;height:48px;background:var(--bg-card);border-bottom:1px solid var(--border);flex-shrink:0}.logo.svelte-12qhfyh{font-weight:700;font-size:1.125rem;color:var(--accent);letter-spacing:-.5px}.logo.svelte-12qhfyh:hover{text-decoration:none}.nav-links.svelte-12qhfyh{display:flex;gap:.25rem}.nav-link.svelte-12qhfyh{color:var(--text-muted);font-size:.8125rem;font-weight:600;padding:.375rem .75rem;border-radius:var(--radius-sm)}.nav-link.svelte-12qhfyh:hover{color:var(--text-secondary);text-decoration:none;background:var(--bg-hover)}.nav-link.active.svelte-12qhfyh{color:var(--text);background:var(--bg-hover)}main.svelte-12qhfyh{flex:1}
