:root{--bg: #f3f1ea;--panel: #faf9f4;--border: #e2ddd0;--line: #eae6db;--text: #3b4350;--sub: #5f6a76;--muted: #7d8791;--accent: #3f708d;--warm: #8f5f31;--danger: #a44d44;--ok: #3f7354;--chip-border: #cfc9ba;--input-bg: #fbfaf6;--on-accent: #f8f7f2}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #1b222c;--panel: #232b37;--border: #303a48;--line: #2a3340;--text: #d3d9df;--sub: #94a0ad;--muted: #74808d;--accent: #85aec7;--warm: #cfa171;--danger: #cf8b84;--ok: #8fbc9d;--chip-border: #3b4756;--input-bg: #202834;--on-accent: #16202a}}:root[data-theme=dark]{--bg: #1b222c;--panel: #232b37;--border: #303a48;--line: #2a3340;--text: #d3d9df;--sub: #94a0ad;--muted: #74808d;--accent: #85aec7;--warm: #cfa171;--danger: #cf8b84;--ok: #8fbc9d;--chip-border: #3b4756;--input-bg: #202834;--on-accent: #16202a}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:IBM Plex Sans,sans-serif}button,input,select{font-family:inherit}a{color:var(--accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.reduced-motion *,.reduced-motion *:before,.reduced-motion *:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
