:root,[data-theme=light]{--primary: #2B99C7;--secondary: #4C9DBD;--light-blue: #84BAD1;--extra-light: #CEE4ED;--accent: #E08B4E;--background: #FBFBFD;--text-color: #333333;--heading-color: #1a1a1a;--card-bg: #ffffff;--nav-bg: #ffffff;--border-color: rgba(15, 23, 42, .08);--shadow-color: rgba(0, 0, 0, .05);--input-bg: #ffffff;--input-text: #333333;--muted-text: #666666;--hover-bg: #f4f6f8;--text-dark: #1a1a1a;--text-light: #666666;--surface: #ffffff;color-scheme:light}[data-theme=dark]{--primary: #2B99C7;--secondary: #1e293b;--light-blue: #334155;--extra-light: #1e293b;--accent: #E08B4E;--background: #0f172a;--text-color: #cbd5e1;--heading-color: #f8fafc;--card-bg: #1e293b;--nav-bg: #0f172a;--border-color: rgba(255, 255, 255, .1);--shadow-color: rgba(0, 0, 0, .3);--input-bg: #1e293b;--input-text: #cbd5e1;--muted-text: #94a3b8;--hover-bg: #334155;--text-dark: #f8fafc;--text-light: #cbd5e1;--surface: #1e293b;color-scheme:dark}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--primary: #2B99C7;--secondary: #1e293b;--light-blue: #334155;--extra-light: #1e293b;--accent: #E08B4E;--background: #0f172a;--text-color: #cbd5e1;--heading-color: #f8fafc;--card-bg: #1e293b;--nav-bg: #0f172a;--border-color: rgba(255, 255, 255, .1);--shadow-color: rgba(0, 0, 0, .3);--input-bg: #1e293b;--input-text: #cbd5e1;--muted-text: #94a3b8;--hover-bg: #334155;--text-dark: #f8fafc;--text-light: #cbd5e1;--surface: #1e293b;color-scheme:dark}}body{margin:0;font-family:Inter,sans-serif;background-color:var(--background);color:var(--text-color);transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{color:var(--heading-color);transition:color .3s ease}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--light-blue);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}
