:root{--bg: #ffffff;--bg-subtle: #f7f6f3;--bg-hover: #efeee9;--surface: #ffffff;--text: #37352f;--text-muted: #787066;--text-faint: #9b9588;--border: #ebeae6;--border-strong: #dddbd5;--accent: #2e7d6b;--accent-soft: #e7f0ed;--pos: #2f7d57;--neg: #c0492f;--warn: #b8862b;--radius: 6px;--shadow: 0 1px 2px rgba(15, 15, 15, .05), 0 2px 8px rgba(15, 15, 15, .04);--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";--mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}h1,h2,h3{font-weight:600;letter-spacing:-.01em;margin:0}h1{font-size:1.7rem}h2{font-size:1.15rem}h3{font-size:.95rem}button{font-family:inherit;font-size:.9rem;cursor:pointer;border:1px solid var(--border-strong);background:var(--surface);color:var(--text);padding:6px 12px;border-radius:var(--radius);transition:background .12s ease}button:hover{background:var(--bg-hover)}button.primary{background:var(--text);color:#fff;border-color:var(--text)}button.primary:hover{background:#000}button:disabled{opacity:.5;cursor:default}input,select,textarea{font-family:inherit;font-size:.9rem;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);padding:6px 10px}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.muted{color:var(--text-muted)}.faint{color:var(--text-faint)}.mono{font-family:var(--mono);font-variant-numeric:tabular-nums}.pos{color:var(--pos)}.neg{color:var(--neg)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px}.tag{display:inline-flex;align-items:center;gap:4px;font-size:.78rem;padding:1px 8px;border-radius:4px;background:var(--bg-hover);color:var(--text-muted);white-space:nowrap}table{width:100%;border-collapse:collapse;font-size:.88rem}th{text-align:left;font-weight:500;color:var(--text-faint);padding:8px 10px;border-bottom:1px solid var(--border);white-space:nowrap}td{padding:9px 10px;border-bottom:1px solid var(--border);vertical-align:top}tr:hover td{background:var(--bg-subtle)}.num{text-align:right;font-variant-numeric:tabular-nums;font-family:var(--mono);font-size:.85rem}.route-progress.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;height:2px;z-index:100;background:transparent;overflow:hidden}.route-progress.svelte-12qhfyh:after{content:"";position:absolute;top:0;left:0;height:100%;width:40%;background:var(--accent);border-radius:2px;animation:svelte-12qhfyh-route-slide .9s ease-in-out infinite}@keyframes svelte-12qhfyh-route-slide{0%{left:-40%;width:40%}50%{width:55%}to{left:100%;width:40%}}.content.is-loading.svelte-12qhfyh{opacity:.6;transition:opacity .15s ease .1s}.busy-block.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:#ffffff03;cursor:progress}@media(prefers-reduced-motion:reduce){.route-progress.svelte-12qhfyh:after{left:0;width:100%;animation:svelte-12qhfyh-route-pulse 1s ease-in-out infinite}@keyframes svelte-12qhfyh-route-pulse{0%,to{opacity:.4}50%{opacity:1}}.content.is-loading.svelte-12qhfyh{transition:none}}.shell.svelte-12qhfyh{display:grid;grid-template-columns:232px 1fr;min-height:100vh}.sidebar.svelte-12qhfyh{background:var(--bg-subtle);border-right:1px solid var(--border);padding:14px 10px;display:flex;flex-direction:column;gap:4px;position:sticky;top:0;height:100vh}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:8px;padding:6px 8px 14px}.brand-mark.svelte-12qhfyh{display:grid;place-items:center;width:24px;height:24px;border-radius:6px;background:var(--text);color:#fff;font-size:.85rem}.brand-name.svelte-12qhfyh{font-weight:600;font-size:.95rem}nav.svelte-12qhfyh{display:flex;flex-direction:column;gap:1px}.navlink.svelte-12qhfyh{display:flex;align-items:center;gap:9px;padding:6px 8px;border-radius:var(--radius);color:var(--text-muted);font-size:.9rem}.navlink.svelte-12qhfyh:hover{background:var(--bg-hover)}.navlink.active.svelte-12qhfyh{background:var(--bg-hover);color:var(--text);font-weight:500}.navicon.svelte-12qhfyh{width:18px;text-align:center;opacity:.7;font-size:.9rem}.sidebar-user.svelte-12qhfyh{margin-top:auto;padding:8px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:6px}.user-row.svelte-12qhfyh{display:flex;align-items:center;gap:6px;min-width:0}.user-email.svelte-12qhfyh{font-size:.78rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-badge.svelte-12qhfyh{font-size:.62rem;text-transform:uppercase;letter-spacing:.04em;background:var(--text);color:#fff;border-radius:4px;padding:1px 5px;flex-shrink:0}.logout.svelte-12qhfyh{font-size:.8rem;color:var(--text-muted);background:none;border:1px solid var(--border);border-radius:var(--radius);padding:4px 8px;cursor:pointer;text-align:left}.logout.svelte-12qhfyh:hover{background:var(--bg-hover);color:var(--text)}.content.svelte-12qhfyh{padding:40px 48px 80px;max-width:1080px;width:100%}.bare.svelte-12qhfyh{min-height:100vh;display:grid;place-items:center;padding:24px}@media(max-width:720px){.shell.svelte-12qhfyh{grid-template-columns:1fr}.sidebar.svelte-12qhfyh{position:static;height:auto;flex-direction:row;flex-wrap:wrap;align-items:center}.sidebar.svelte-12qhfyh nav:where(.svelte-12qhfyh){flex-direction:row;flex-wrap:wrap}.sidebar-user.svelte-12qhfyh{display:none}.content.svelte-12qhfyh{padding:24px 18px 60px}}
