:root{--green: #2f7d4f;--green-dark: #24603d;--green-light: #e8f3ec;--ink: #1e2a22;--muted: #5c6b62;--line: #d7e0da;--bg: #f6f9f7;--card: #ffffff;--hover: #f0f5f1;--danger: #c23b3b;--danger-bg: #f7e0e0;--ok: #0bac32;--ok-bg: #dff5e4;--ok-ink: #0b7a2b;--warn: #b8860b;--warn-bg: #fff8e6;--warn-ink: #7a5c00;--radius: 10px;--shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .04);--focus: 0 0 0 3px rgba(47, 125, 79, .35);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ink);color-scheme:light}:root[data-theme=dark]{--green: #3f9d68;--green-dark: #7fd6a4;--green-light: #1d3327;--ink: #e4ece6;--muted: #93a89a;--line: #2c3a31;--bg: #121a15;--card: #1a241e;--hover: #202c24;--danger: #e06666;--danger-bg: #3a2020;--ok: #4fca74;--ok-bg: #1c3524;--ok-ink: #7fd6a4;--warn: #d4a72c;--warn-bg: #33290f;--warn-ink: #e8c96a;--shadow: 0 1px 3px rgba(0, 0, 0, .4);--focus: 0 0 0 3px rgba(79, 202, 116, .4);color-scheme:dark}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);line-height:1.5;font-size:16px}a{color:var(--green-dark)}h1{font-size:1.5rem;margin:0 0 .75rem}h2{font-size:1.2rem;margin:1.25rem 0 .5rem}button,.btn{font:inherit;cursor:pointer;border:1px solid var(--green);background:var(--green);color:#fff;padding:.5rem .9rem;border-radius:var(--radius);min-height:40px}button.secondary,.btn.secondary{background:var(--card);color:var(--green-dark)}button.ghost{background:transparent;border-color:transparent;color:var(--green-dark);min-height:auto;padding:.25rem .4rem}button.danger{background:var(--danger);border-color:var(--danger)}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:none;box-shadow:var(--focus);border-radius:6px}input,select,textarea{font:inherit;padding:.5rem .6rem;border:1px solid var(--line);border-radius:8px;background:var(--card);color:var(--ink);min-height:40px;max-width:100%}label{font-weight:600;font-size:.92rem}table{border-collapse:collapse;width:100%;background:var(--card)}th,td{text-align:left;padding:.55rem .7rem;border-bottom:1px solid var(--line)}th{background:var(--green-light);font-size:.85rem;text-transform:uppercase;letter-spacing:.02em}tr:hover td{background:var(--hover)}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem}.badge{display:inline-block;min-width:1.4rem;text-align:center;padding:.05rem .4rem;border-radius:999px;background:var(--green-light);color:var(--green-dark);font-size:.8rem;font-weight:700}.pill{padding:.1rem .5rem;border-radius:999px;font-size:.8rem;font-weight:600}.pill.yes{background:var(--ok-bg);color:var(--ok-ink)}.pill.no{background:var(--danger-bg);color:var(--danger)}.muted{color:var(--muted)}.row{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.stack{display:flex;flex-direction:column;gap:.75rem}.grid{display:grid;gap:.75rem}.container{max-width:1100px;margin:0 auto;padding:1rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sidebar.svelte-12qhfyh{position:fixed;inset:0 auto 0 0;width:210px;background:var(--card);border-right:1px solid var(--line);display:flex;flex-direction:column;padding:1rem .75rem;gap:.5rem;z-index:40;overflow-y:auto}.brand.svelte-12qhfyh{font-weight:800;font-size:1.15rem;text-decoration:none;color:var(--green-dark);line-height:1.1;padding:.25rem .5rem .75rem}.brand.svelte-12qhfyh span:where(.svelte-12qhfyh){font-size:.85rem;font-weight:600;color:var(--muted)}nav.svelte-12qhfyh{display:flex;flex-direction:column;gap:2px}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){text-decoration:none;color:var(--ink);padding:.45rem .6rem;border-radius:8px;font-weight:500}nav.svelte-12qhfyh a.indent:where(.svelte-12qhfyh){margin-left:1.1rem;font-size:.95rem}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:var(--green-light);color:var(--green-dark);font-weight:700}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover:not(.active){background:var(--hover)}.divider.svelte-12qhfyh{border-top:1px solid var(--line);margin:.4rem .25rem}.spacer.svelte-12qhfyh{flex:1}.footer-nav.svelte-12qhfyh .username:where(.svelte-12qhfyh){font-weight:700;color:var(--green-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.footer-row.svelte-12qhfyh{justify-content:space-between;padding:0 .25rem}.theme-toggle.svelte-12qhfyh{font-size:1rem}.hamburger.svelte-12qhfyh{display:none;position:fixed;top:.6rem;left:.6rem;z-index:50;background:var(--card);color:var(--ink);border:1px solid var(--line);border-radius:8px;min-height:38px;padding:.25rem .6rem}.scrim.svelte-12qhfyh{display:none}.shell.with-sidebar.svelte-12qhfyh{margin-left:210px}.mockbar.svelte-12qhfyh{background:var(--warn-bg);border-bottom:1px solid var(--line);color:var(--warn-ink);font-size:.82rem;padding:.35rem 1rem;text-align:center}main.svelte-12qhfyh{padding-top:1.25rem;padding-bottom:3rem}@media(max-width:860px){.sidebar.svelte-12qhfyh{transform:translate(-100%);transition:transform .2s ease;box-shadow:none}.sidebar.open.svelte-12qhfyh{transform:translate(0);box-shadow:0 0 30px #00000040}.scrim.svelte-12qhfyh{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0a140e59;border:none;z-index:35;cursor:default}.shell.with-sidebar.svelte-12qhfyh{margin-left:0}main.svelte-12qhfyh{padding-top:3rem}.hamburger.svelte-12qhfyh{display:block}}
