:root{--bg: #faf9f7;--fg: #1c1b1a;--muted: #6b6862;--accent: #5b4dc4;--on-accent: #ffffff;--card: #ffffff;--border: #e5e2dc;--danger: #b3261e;--status-done: #2e7d32;--status-abandoned: #b3261e;--status-carried: #a66a00;--space-bar-size: 3.5rem;--space-bar-left: 0px;--space-bar-bottom: var(--space-bar-size)}@media(min-width:48rem){:root{--space-bar-left: var(--space-bar-size);--space-bar-bottom: 0px}}@media(prefers-color-scheme:dark){:root{--bg: #141312;--fg: #e8e6e3;--muted: #97928a;--accent: #9d85ff;--on-accent: #1c1b1a;--card: #1e1d1b;--border: #2e2c29;--danger: #f2b8b5;--status-done: #7ed99a;--status-abandoned: #f2b8b5;--status-carried: #e0a95c}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}button{font:inherit;cursor:pointer;border:none;border-radius:8px;padding:.45rem .9rem;font-size:.9rem}button.primary{background:var(--accent);color:var(--on-accent);font-weight:600}button.primary:disabled{opacity:.5;cursor:default}button.ghost{background:transparent;color:var(--muted)}button.ghost:hover{background:var(--card);color:var(--fg)}button.ghost.danger:hover{color:var(--danger)}input,textarea{font:inherit;color:inherit;background:var(--card);border:1px solid var(--border);border-radius:8px;padding:.6rem .75rem}input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:1px}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}
