@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: "SF Mono", "Fira Code", "Cascadia Code", Consolas, monospace;--bg: #f9f9f9;--surface: #ffffff;--surface-2: #f1f1f1;--border: #ebebeb;--border-strong: #d6d6d6;--text: #333333;--text-2: #666666;--text-3: #767676;--text-muted: #999999;--accent: #3e63dd;--accent-light: #edf2fe;--accent-hover: #3358d4;--green: #218358;--green-bg: #e7f6ec;--red: #ce2c31;--red-bg: #feebec;--amber: #ab6400;--amber-bg: #fff4d5;--sp-1: 4px;--sp-2: 8px;--sp-3: 12px;--sp-4: 16px;--sp-5: 20px;--sp-6: 24px;--sp-8: 32px;--sp-10: 40px;--r-sm: 4px;--r: 8px;--r-lg: 12px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .04);--shadow: 0px 2px 4px 0px rgba(0, 0, 0, .04), 0px 0px 4px 0px rgba(0, 0, 0, .06);--shadow-md: 2px 4px 16px 0px rgba(0, 0, 0, .1), 0px 2px 4px 0px rgba(0, 0, 0, .06);--hover: rgba(0, 0, 0, .04);color-scheme:light}:root[data-theme=dark]{--bg: #171717;--surface: #1e1e1e;--surface-2: #262626;--border: #2e2e2e;--border-strong: #484848;--text: #ebebeb;--text-2: #b3b3b3;--text-3: #8b8b8b;--text-muted: #6b6b6b;--accent: #5472e4;--accent-light: #1e2d5a;--accent-hover: #6d88ec;--green: #3dd68c;--green-bg: #15241b;--red: #ff6369;--red-bg: #2a1618;--amber: #ffc861;--amber-bg: #2a2113;--hover: rgba(255, 255, 255, .06);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .4);--shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3), 0px 0px 4px 0px rgba(0, 0, 0, .4);--shadow-md: 2px 4px 16px 0px rgba(0, 0, 0, .5), 0px 2px 4px 0px rgba(0, 0, 0, .3);color-scheme:dark}html,body{height:100%;background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:var(--font);font-size:13px;cursor:pointer;border:none;outline:none}button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}textarea,input{font-family:var(--font);font-size:13px}.theme-switch.svelte-1fdfmot{display:inline-flex;align-items:center;gap:2px;padding:2px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r)}.ts-btn.svelte-1fdfmot{display:inline-flex;align-items:center;justify-content:center;width:26px;height:22px;border-radius:var(--r-sm);background:transparent;color:var(--text-3);transition:background .1s,color .1s}.ts-btn.svelte-1fdfmot:hover{color:var(--text);background:var(--hover)}.ts-btn.active.svelte-1fdfmot{background:var(--surface);color:var(--accent);box-shadow:var(--shadow-sm)}.shell.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}.nav.svelte-12qhfyh{display:flex;align-items:center;gap:var(--sp-6);padding:0 var(--sp-6);height:52px;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100}.nav-brand.svelte-12qhfyh{display:flex;align-items:center;gap:var(--sp-2);flex-shrink:0}.nav-logo.svelte-12qhfyh{width:28px;height:28px;border-radius:var(--r-sm);background:var(--accent);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;letter-spacing:.02em}.nav-title.svelte-12qhfyh{font-weight:600;font-size:14px;color:var(--text)}.nav-links.svelte-12qhfyh{display:flex;align-items:center;gap:var(--sp-1);flex:1}.nav-link.svelte-12qhfyh{padding:var(--sp-2) var(--sp-3);border-radius:var(--r-sm);color:var(--text-2);font-size:13px;font-weight:500;text-decoration:none;transition:background .1s,color .1s}.nav-link.svelte-12qhfyh:hover{background:var(--surface-2);color:var(--text);text-decoration:none}.nav-link.active.svelte-12qhfyh{background:var(--accent-light);color:var(--accent)}.nav-actions.svelte-12qhfyh{display:flex;align-items:center;gap:var(--sp-4);margin-left:auto;flex-shrink:0}.nav-rep.svelte-12qhfyh{display:flex;align-items:center;gap:var(--sp-2);flex-shrink:0}.nav-rep-name.svelte-12qhfyh{font-size:13px;color:var(--text-2)}.btn-ghost.svelte-12qhfyh{padding:var(--sp-1) var(--sp-3);border-radius:var(--r-sm);background:transparent;color:var(--text-3);border:1px solid var(--border);font-size:12px;transition:background .1s,color .1s}.btn-ghost.svelte-12qhfyh:hover{background:var(--surface-2);color:var(--text)}.btn-sm.svelte-12qhfyh{font-size:12px}.content.svelte-12qhfyh{flex:1;padding:var(--sp-6);max-width:960px;margin:0 auto;width:100%}.content.wide.svelte-12qhfyh{max-width:1400px}.session-loading.svelte-12qhfyh,.session-error.svelte-12qhfyh{margin:var(--sp-8) auto;text-align:center;color:var(--text-2);font-size:13px}.session-error.svelte-12qhfyh{color:var(--red)}
