:root{--bg:#f4f5f7;--surface:#fff;--surface-2:#f8f9fb;--border:#e2e5ea;--text:#1c2430;--muted:#6b7686;--primary:#2f6feb;--primary-dark:#2457bd;--danger:#d64545;--success:#2f9e6b;--warning:#c9861f;--radius:8px;--sidebar-w:240px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}h1,h2,h3{margin:0 0 .5rem;font-weight:600}a{color:var(--primary);text-decoration:none}button{font:inherit;cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:var(--radius);padding:.4rem .8rem;transition:background .12s,border-color .12s}button:hover:not(:disabled){border-color:var(--primary)}button:disabled{opacity:.5;cursor:not-allowed}button.primary{background:var(--primary);border-color:var(--primary);color:#fff}button.primary:hover:not(:disabled){background:var(--primary-dark);border-color:var(--primary-dark)}button.ghost{color:var(--muted);background:0 0;border-color:#0000;padding:.2rem .4rem}button.ghost:hover:not(:disabled){color:var(--text);background:var(--surface-2)}button.danger{color:var(--danger);background:0 0;border-color:#0000}input,select{font:inherit;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);padding:.4rem .6rem}input:focus,select:focus{border-color:var(--primary);outline:none}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem}.muted{color:var(--muted)}.badge{border-radius:999px;padding:.05rem .45rem;font-size:.75rem;font-weight:600;display:inline-block}.badge.ok{color:var(--success);background:#2f9e6b24}.badge.warn{color:var(--warning);background:#c9861f29}.row-gap{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.shell.svelte-12qhfyh{grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh;display:grid}.sidebar.svelte-12qhfyh{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;height:100vh;padding:1rem .75rem;display:flex;position:sticky;top:0}.brand.svelte-12qhfyh{align-items:center;gap:.6rem;padding:.25rem .5rem 1rem;display:flex}.brand-mark.svelte-12qhfyh{background:var(--primary);color:#fff;border-radius:8px;place-items:center;width:34px;height:34px;font-weight:700;display:grid}.brand-sub.svelte-12qhfyh{color:var(--muted);font-size:.75rem}nav.svelte-12qhfyh{flex-direction:column;flex:1;gap:.15rem;display:flex}.nav-heading.svelte-12qhfyh{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:1rem .5rem .35rem;font-size:.7rem}.nav-item.svelte-12qhfyh{border-radius:var(--radius);color:var(--text);align-items:center;gap:.6rem;padding:.5rem .6rem;font-weight:500;display:flex}.nav-item.svelte-12qhfyh:hover:not(.disabled){background:var(--surface-2)}.nav-item.active.svelte-12qhfyh{color:var(--primary);background:#2f6feb1a}.nav-item.disabled.svelte-12qhfyh{color:#aab2bf;cursor:default}.nav-icon.svelte-12qhfyh{text-align:center;width:1.2rem}.sidebar-foot.svelte-12qhfyh{border-top:1px solid var(--border);padding:.75rem .5rem .25rem;font-size:.8rem}.small.svelte-12qhfyh{font-size:.7rem}.content.svelte-12qhfyh{width:100%;max-width:1400px;padding:1.5rem 2rem}
