:root,[data-theme=light]{--sky: #6AA3D9;--sky-light: #a3c8e8;--sky-dark: #5890c4;--grass: #5B9A3C;--grass-light: #6db34a;--grass-dark: #4a8030;--brick: #C45638;--brick-light: #d4694e;--brick-dark: #a8472d;--gold: #D4A24E;--gold-light: #e0b56a;--gold-dark: #b8893e;--sand: #e8e3da;--sand-light: #f3f0eb;--sand-dark: #d5cfc4;--dark: #2C3E2D;--text: #3A3A35;--text-light: #6B6B62;--text-muted: #9a9a92;--bg: #fafaf8;--bg-raised: #ffffff;--bg-inset: #f5f4f1;--border: #e0ddd6;--border-light: #eceae5;--border-dark: #ccc8c0;--shadow-sm: 0 1px 3px rgba(44, 62, 45, .05);--shadow-md: 0 4px 14px rgba(44, 62, 45, .07);--shadow-lg: 0 8px 28px rgba(44, 62, 45, .09);--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px;--radius-pill: 30px}[data-theme=dark]{--sky: #7BB4E5;--sky-light: #a3c8e8;--sky-dark: #6AA3D9;--grass: #6db34a;--grass-light: #7ec45c;--grass-dark: #5B9A3C;--brick: #d4694e;--brick-light: #e07d64;--brick-dark: #C45638;--gold: #e0b56a;--gold-light: #ebc580;--gold-dark: #D4A24E;--sand: #2e2e2a;--sand-light: #363632;--sand-dark: #252521;--dark: #e8e6e1;--text: #d8d6d0;--text-light: #a0a098;--text-muted: #6e6e66;--bg: #1a1a18;--bg-raised: #222220;--bg-inset: #161614;--border: #333330;--border-light: #2a2a27;--border-dark: #3d3d3a;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .2);--shadow-md: 0 4px 14px rgba(0, 0, 0, .25);--shadow-lg: 0 8px 28px rgba(0, 0, 0, .3)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Nunito,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6}a{color:var(--sky);text-decoration:none}a:hover{color:var(--sky-dark);text-decoration:underline}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-inset)}::-webkit-scrollbar-thumb{background:var(--border-dark);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
