:root{--bg:#fafafa;--surface:#fff;--surface-muted:#f4f4f5;--surface-hover:#ececee;--border:#e4e4e7;--border-strong:#d4d4d8;--text:#18181b;--text-secondary:#52525b;--text-muted:#71717a;--accent:#2563eb;--accent-hover:#1d4ed8;--accent-soft:#eff6ff;--on-accent:#fff;--danger:#dc2626;--danger-soft:#fef2f2;--warning:#b45309;--success:#15803d;--success-soft:#dcfce7;--grade-high-bg:#dcfce7;--grade-high-text:#166534;--grade-moderate-bg:#dbeafe;--grade-moderate-text:#1e40af;--grade-low-bg:#fef9c3;--grade-low-text:#854d0e;--grade-preliminary-bg:#e4e4e7;--grade-preliminary-text:#3f3f46;--critique-strong-bg:#dcfce7;--critique-strong-text:#166534;--critique-moderate-bg:#dbeafe;--critique-moderate-text:#1e40af;--critique-thin-bg:#e4e4e7;--critique-thin-text:#3f3f46;--critique-contested-bg:#fee2e2;--critique-contested-text:#b91c1c}:root[data-theme=dark]{--bg:#18181b;--surface:#1f1f23;--surface-muted:#27272c;--surface-hover:#313138;--border:#2e2e34;--border-strong:#45454e;--text:#f4f4f5;--text-secondary:#a7a7b0;--text-muted:#7e7e88;--accent:#60a5fa;--accent-hover:#93c5fd;--accent-soft:#60a5fa24;--on-accent:#101014;--danger:#f87171;--danger-soft:#f871711f;--warning:#fbbf24;--success:#4ade80;--success-soft:#4ade8024;--grade-high-bg:#1d3a28;--grade-high-text:#86efac;--grade-moderate-bg:#1c2c4a;--grade-moderate-text:#93c5fd;--grade-low-bg:#3a2f12;--grade-low-text:#fde68a;--grade-preliminary-bg:#34343b;--grade-preliminary-text:#c9c9d1;--critique-strong-bg:#1d3a28;--critique-strong-text:#86efac;--critique-moderate-bg:#1c2c4a;--critique-moderate-text:#93c5fd;--critique-thin-bg:#34343b;--critique-thin-text:#c9c9d1;--critique-contested-bg:#3a1d1d;--critique-contested-text:#fca5a5}*{box-sizing:border-box;margin:0;padding:0}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html,body{height:100%;overflow-x:hidden}body{background:var(--bg);color:var(--text);-webkit-tap-highlight-color:transparent;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px}input[type=text],input[type=password],input[type=email],textarea{font-size:16px}.app.svelte-12qhfyh{min-height:100dvh;display:flex}.topbar.svelte-12qhfyh{background:var(--surface);border-bottom:1px solid var(--border);z-index:40;align-items:center;gap:10px;height:52px;padding:0 12px;display:none;position:sticky;top:0;left:0;right:0}.hamburger.svelte-12qhfyh{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:4px;width:40px;height:40px;padding:8px;display:flex}.hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh){background:var(--text);border-radius:1px;height:2px;display:block}.topbar-logo.svelte-12qhfyh{color:var(--accent);letter-spacing:.05em;font-size:1.1rem;font-weight:700}.sidebar.svelte-12qhfyh{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:180px;padding:20px 0;display:flex}.logo.svelte-12qhfyh{color:var(--accent);letter-spacing:.05em;padding:0 20px 20px;font-size:1.25rem;font-weight:700}.nav-link.svelte-12qhfyh{color:var(--text-secondary);padding:12px 20px;font-size:.9rem;text-decoration:none;transition:all .15s;display:block}.nav-link.svelte-12qhfyh:hover{color:var(--text);background:var(--surface-muted)}.sidebar-spacer.svelte-12qhfyh{flex:1}.settings-btn.svelte-12qhfyh{background:var(--surface-muted);color:var(--text-secondary);border:1px solid var(--border-strong);cursor:pointer;border-radius:6px;min-height:40px;margin:4px 16px;padding:10px 12px;font-size:.85rem;transition:all .15s}.settings-btn.svelte-12qhfyh:hover{background:var(--surface-hover);color:var(--text)}.content.svelte-12qhfyh{flex:1;min-width:0;max-width:960px;padding:24px 32px}.nav-backdrop.svelte-12qhfyh{display:none}@media (width<=768px){.app.svelte-12qhfyh{flex-direction:column}.topbar.svelte-12qhfyh{display:flex}.sidebar.svelte-12qhfyh{z-index:50;width:260px;padding-top:20px;transition:transform .2s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:0 0 24px #00000014}.sidebar.open.svelte-12qhfyh{transform:translate(0)}.sidebar.svelte-12qhfyh .logo:where(.svelte-12qhfyh){display:none}.nav-backdrop.svelte-12qhfyh{z-index:45;cursor:pointer;background:#0000004d;border:none;display:block;position:fixed;inset:0}.content.svelte-12qhfyh{max-width:100%;padding:16px}}.modal-overlay.svelte-12qhfyh{z-index:100;background:#00000059;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal.svelte-12qhfyh{background:var(--surface);border:1px solid var(--border);border-radius:12px;width:400px;max-width:100%;padding:24px;box-shadow:0 8px 30px #0000001f}.modal.svelte-12qhfyh h3:where(.svelte-12qhfyh){color:var(--text);margin-bottom:8px;font-size:1.1rem}.modal-hint.svelte-12qhfyh{color:var(--text-muted);margin-bottom:16px;font-size:.85rem}.modal-input.svelte-12qhfyh{background:var(--surface);border:1px solid var(--border-strong);width:100%;color:var(--text);border-radius:6px;outline:none;padding:12px 14px;font-family:monospace}.modal-input.svelte-12qhfyh:focus{border-color:var(--accent)}.modal-actions.svelte-12qhfyh{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.btn-save.svelte-12qhfyh{cursor:pointer;background:var(--accent);min-height:42px;color:var(--on-accent);border:none;border-radius:6px;padding:10px 18px;font-size:.9rem;font-weight:600}.btn-save.svelte-12qhfyh:hover{background:var(--accent-hover)}.modal-error.svelte-12qhfyh{color:var(--danger);margin:4px 0 0;font-size:.85rem}
