:root{--bg-base: #0e1217;--bg-surface: #161b22;--bg-elevated: #1f262e;--border: #2a323c;--border-strong: #3a4552;--text-primary: #e6edf3;--text-secondary: #9ba8b4;--text-muted: #5c6b7a;--accent: #1fb6a6;--accent-hover: #2dd4bf;--accent-subtle: rgba(31, 182, 166, .12);--success: #3fb950;--warning: #d29922;--danger: #f85149;--info: #58a6ff;--font-ui: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--space: 8px;--radius-sm: 8px;--radius: 12px;--radius-lg: 18px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3), 0 1px 3px rgba(0, 0, 0, .2);--shadow-md: 0 6px 20px rgba(0, 0, 0, .35);--shadow-lg: 0 20px 56px rgba(0, 0, 0, .55)}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{background:var(--bg-base);color:var(--text-primary);font-family:var(--font-ui);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}code,pre{font-family:var(--font-mono)}.card,table{box-shadow:var(--shadow-sm)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.login-card.svelte-3z0wmw{max-width:360px;margin:calc(var(--space) * 6) auto;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:calc(var(--space) * 3)}h1.svelte-3z0wmw{margin-top:0}.muted.svelte-3z0wmw{color:var(--text-muted)}form.svelte-3z0wmw{display:flex;flex-direction:column;gap:calc(var(--space) * 2);margin-top:calc(var(--space) * 2)}label.svelte-3z0wmw{display:flex;flex-direction:column;gap:calc(var(--space) * .5);font-size:.85rem;color:var(--text-secondary)}input.svelte-3z0wmw{padding:calc(var(--space) * 1) calc(var(--space) * 1.25);background:var(--bg-base);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);font-family:var(--font-ui);font-size:.95rem}.login-submit{width:100%;padding-top:calc(var(--space) * 1.25);padding-bottom:calc(var(--space) * 1.25)}.status.danger.svelte-3z0wmw{color:var(--danger);margin:0}.app.svelte-12qhfyh{min-height:100vh}.app.authed.svelte-12qhfyh{display:grid;grid-template-columns:248px 1fr}.app.authed.collapsed.svelte-12qhfyh{grid-template-columns:68px 1fr}.sidebar.svelte-12qhfyh{position:sticky;top:0;align-self:start;height:100vh;display:flex;flex-direction:column;gap:calc(var(--space) * 2);padding:calc(var(--space) * 2);background:var(--bg-surface);border-right:1px solid var(--border);overflow-y:auto}.collapsed.svelte-12qhfyh .sidebar:where(.svelte-12qhfyh){padding:calc(var(--space) * 2) calc(var(--space) * 1.25)}.top.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;gap:var(--space)}.collapsed.svelte-12qhfyh .top:where(.svelte-12qhfyh){flex-direction:column;gap:calc(var(--space) * 1.5)}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:calc(var(--space) * 1.25);padding:calc(var(--space) * .5) calc(var(--space) * .75);color:var(--text-primary);min-width:0}.collapsed.svelte-12qhfyh .logo:where(.svelte-12qhfyh){padding:calc(var(--space) * .5)}.logo.svelte-12qhfyh .mark:where(.svelte-12qhfyh){display:grid;place-items:center;width:30px;height:30px;border-radius:var(--radius-sm);background:var(--accent);color:#04211d;font-weight:800;font-size:1rem;flex:none}.logo.svelte-12qhfyh .word:where(.svelte-12qhfyh){font-weight:700;letter-spacing:.02em;color:var(--accent)}.collapsed.svelte-12qhfyh .logo:where(.svelte-12qhfyh) .word:where(.svelte-12qhfyh){display:none}.collapse-btn.svelte-12qhfyh{display:grid;place-items:center;width:30px;height:30px;flex:none;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-base);color:var(--text-secondary);cursor:pointer}.collapse-btn.svelte-12qhfyh:hover{color:var(--text-primary);background:var(--bg-elevated)}.chevron.svelte-12qhfyh{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .15s ease}.collapsed.svelte-12qhfyh .chevron:where(.svelte-12qhfyh){transform:rotate(180deg)}nav.svelte-12qhfyh{display:flex;flex-direction:column;gap:calc(var(--space) * 2.5)}.collapsed.svelte-12qhfyh nav:where(.svelte-12qhfyh){gap:calc(var(--space) * 1.5)}.section.svelte-12qhfyh{display:flex;flex-direction:column;gap:2px}.section-title.svelte-12qhfyh{padding:0 calc(var(--space) * .75);margin-bottom:calc(var(--space) * .75);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.collapsed.svelte-12qhfyh .section-title:where(.svelte-12qhfyh){display:none}.item.svelte-12qhfyh{display:flex;align-items:center;gap:calc(var(--space) * 1.25);padding:calc(var(--space) * .85) calc(var(--space) * .75);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:.9rem;border:none;background:none;width:100%;text-align:left;cursor:pointer;font-family:inherit}.collapsed.svelte-12qhfyh .item:where(.svelte-12qhfyh){justify-content:center;padding:calc(var(--space) * .85) 0}.collapsed.svelte-12qhfyh .item:where(.svelte-12qhfyh) span:where(.svelte-12qhfyh){display:none}.item.svelte-12qhfyh:hover{background:var(--bg-elevated);color:var(--text-primary)}.item.active.svelte-12qhfyh{background:var(--accent-subtle);color:var(--accent)}.icon.svelte-12qhfyh{width:18px;height:18px;flex:none;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.signout.svelte-12qhfyh{margin-top:calc(var(--space) * .5);color:var(--text-secondary)}.signout.svelte-12qhfyh:hover{color:var(--danger)}.content.svelte-12qhfyh{padding:calc(var(--space) * 3);min-width:0}
