:root{--bg: #f3f4ef;--panel: #ffffff;--line: #d8d9cf;--text: #202320;--muted: #697267;--accent: #2f6d4b;--accent-soft: #e7f2eb;--warn: #9a5e00}*{box-sizing:border-box}body{margin:0;font-family:Avenir Next,Segoe UI,sans-serif;background:radial-gradient(circle at top right,#eef4e8,var(--bg) 50%);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{border:1px solid var(--line);background:#fff;color:var(--text);border-radius:8px;padding:.45rem .75rem;cursor:pointer}button.primary{background:var(--accent);border-color:var(--accent);color:#fff}input,select,textarea{border:1px solid var(--line);border-radius:8px;padding:.45rem .6rem;background:#fff}textarea{min-height:80px;resize:vertical}label{display:grid;gap:.35rem;font-size:.9rem}.warning{color:var(--warn);font-size:.8rem}.card{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:1rem}.stack{display:grid;gap:.75rem}.list.svelte-1p4f72y{display:grid;gap:.35rem}.item.svelte-1p4f72y{padding:.5rem;border:1px solid var(--line);border-radius:8px;background:#fff}.admin-links.svelte-1p4f72y{display:flex;gap:.75rem;flex-wrap:wrap;color:var(--muted);font-size:.9rem}.app-shell.svelte-12qhfyh{min-height:100vh;display:grid;grid-template-columns:300px 1fr;gap:1rem;padding:1rem}.sidebar.svelte-12qhfyh{position:sticky;top:1rem;align-self:start;max-height:calc(100vh - 2rem);overflow:auto}.content.svelte-12qhfyh{min-width:0;display:grid;gap:1rem;align-content:start}@media(max-width:900px){.app-shell.svelte-12qhfyh{grid-template-columns:1fr}.sidebar.svelte-12qhfyh{position:static;max-height:none}}
