:root{--bg: #e9e1cc;--panel: #f0ead6;--panel-2: #f6f1e1;--input: #e7dfc8;--edge: #ddd3b9;--edge-strong: #cec2a2;--ink: #2a1c0e;--ink-soft: #633921;--muted: #633921;--faint: #9e8a76;--accent: #10a084;--accent-strong: #0d8a71;--accent-ink: #10a084;--accent-soft: #dce7d3;--available-row: #e2ebd4;--on-accent: #ffffff;--danger: #b23a2e;--danger-soft: #f0ddd6;--warn: #a2701a;--warn-soft: #ebdfc0;--font-display: "Schibsted Grotesk", system-ui, -apple-system, sans-serif;--font-body: "Schibsted Grotesk", system-ui, -apple-system, sans-serif;--font-mono: "DM Mono", ui-monospace, "SF Mono", monospace;color-scheme:light}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:var(--font-body)}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}a{color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:3px}textarea:focus,input:focus{border-color:var(--accent)!important}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--edge-strong);border-radius:6px;border:3px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:var(--faint)}textarea::placeholder,input::placeholder{color:var(--faint)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
