:root{--bg: #FDFCF5;--surface: #F2E8D5;--surface-light: #FDFCF5;--fg: #006B76;--fg-soft: #006B76;--muted: #5a8a8e;--primary: #FFC627;--primary-dark: #E5A800;--secondary: #FF7A5C;--accent: #006B76;--border: #E5DBC5;--destructive: #E05050;--radius: 16px;--radius-sm: 10px;--radius-lg: 24px;--shadow: 0 4px 16px rgba(0, 107, 118, .1);--shadow-lg: 0 8px 32px rgba(0, 107, 118, .15);--font-display: "Fredoka", sans-serif;--font-body: "Nunito", sans-serif}.dark{--bg: #0B2A30;--surface: #133840;--surface-light: #0E3038;--fg: #FDFCF5;--fg-soft: #C5E0E0;--muted: #7BAAB0;--primary: #FFC627;--primary-dark: #E5A800;--secondary: #FF7A5C;--accent: #4DBCC8;--border: #1A4048;--shadow: 0 4px 16px rgba(0, 0, 0, .3);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .4)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background:var(--bg);color:var(--fg);line-height:1.6;-webkit-font-smoothing:antialiased;transition:background .3s ease,color .3s ease}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.2}button{font-family:var(--font-body);cursor:pointer;border:none;border-radius:var(--radius);transition:all .2s ease}input,select,textarea{font-family:var(--font-body);font-size:16px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}
