:root{color-scheme:light;--theme-bg: #fffdf4;--theme-bg-muted: #fff7d6;--theme-surface: #ffffff;--theme-surface-soft: #fffbea;--theme-text: #1f2937;--theme-text-muted: #5b6472;--theme-border: rgba(31, 41, 55, .12);--theme-shadow: 0 10px 30px rgba(31, 41, 55, .08);--theme-accent: #fff799;--theme-accent-strong: #f4e96b}:root[data-theme=dark]{color-scheme:dark;--theme-bg: #111827;--theme-bg-muted: #172033;--theme-surface: #1f2937;--theme-surface-soft: #243042;--theme-text: #f3f4f6;--theme-text-muted: #c2cad6;--theme-border: rgba(177, 213, 200, .2);--theme-shadow: 0 12px 32px rgba(0, 0, 0, .35);--theme-accent: #b1d5c8;--theme-accent-strong: #8fc0ae}html,body{margin:0;padding:0;min-height:100%;background:var(--theme-bg);color:var(--theme-text)}body{transition:background-color .25s ease,color .25s ease}*{box-sizing:border-box}
