:root{--bg: #ffffff;--surface: #f7f7f7;--text: #111111;--muted: #666666;--primary: #206e3a;--primary-contrast: #ffffff;--accent: #2bb673;--border: #e4e4e7;--error: #d32f2f;--radius: 12px;--shadow: 0 6px 20px rgba(0,0,0,.08)}html[data-theme=appleton]{--bg: #ffffff;--surface: #f8fcf9;--text: #0b1f12;--muted: #516056;--primary: #206e3a;--primary-contrast: #ffffff;--accent: #2bb673;--border: #e1efe6}html[data-theme=dark]{--bg: #0f1115;--surface: #151821;--text: #f2f2f3;--muted: #b3b8c2;--primary: #58d68d;--primary-contrast: #0f1115;--accent: #89f0c1;--border: #2a2f3a}html[data-theme=sand]{--bg: #fffcf7;--surface: #fff7ea;--text: #2c241a;--muted: #7b6b58;--primary: #206e3a;--primary-contrast: #ffffff;--accent: #c07a2b;--border: #efe3cf}@media (prefers-color-scheme: dark){:root:not([data-theme]){--bg: #0f1115;--surface: #151821;--text: #f2f2f3;--muted: #b3b8c2;--primary: #58d68d;--primary-contrast: #0f1115;--accent: #89f0c1;--border: #2a2f3a}}body{background:var(--bg);color:var(--text)}:root{--font-family: sans-serif}html,body{font-family:var(--font-family);padding:0;margin:0}@media (prefers-color-scheme: dark){html,body{background-image:url(/assets/images/background.jpg);color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh;margin:0;padding:0}}@media (prefers-color-scheme: light){html,body{background-image:url(/assets/images/background.jpg);color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh;margin:0;padding:0}}
