: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: rgba(255, 255, 255, .75);--border-color: rgba(15, 23, 42, .08);--shadow-color: rgba(0, 0, 0, .05);--shadow-premium: 0 4px 6px -1px rgba(0, 0, 0, .05), 0 2px 4px -2px rgba(0, 0, 0, .03);--shadow-premium-hover: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px 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: rgba(15, 23, 42, .75);--border-color: rgba(255, 255, 255, .1);--shadow-color: rgba(0, 0, 0, .3);--shadow-premium: 0 4px 6px -1px rgba(0, 0, 0, .5), 0 2px 4px -2px rgba(0, 0, 0, .3);--shadow-premium-hover: 0 20px 25px -5px rgba(0, 0, 0, .6), 0 8px 10px -6px rgba(0, 0, 0, .4);--input-bg: #1e293b;--input-text: #cbd5e1;--muted-text: #94a3b8;--hover-bg: #334155;--text-dark: #f8fafc;--text-light: #94a3b8;--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;font-size:clamp(1rem,.95rem + .25vw,1.1rem);line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--heading-color);transition:color .3s ease;line-height:1.2}h1{font-size:clamp(2rem,1.5rem + 2.5vw,3rem);text-wrap:balance}h2{font-size:clamp(1.75rem,1.3rem + 2.25vw,2.5rem);text-wrap:balance}h3{font-size:clamp(1.5rem,1.2rem + 1.5vw,2rem)}h4{font-size:clamp(1.25rem,1.1rem + 1vw,1.5rem)}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:clamp(1rem,5vw,2rem);box-sizing:border-box}img{max-width:100%;height:auto}::-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)}
