:root{--primary-color:#0078d4;--primary-light:#e6f2fc;--text-primary:#333;--text-secondary:#666;--background-light:#f8f9fa;--background-white:#fff;--border-color:#e0e4e8;--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 4px 8px #00000014;--border-radius-sm:.5rem;--border-radius-md:.75rem;--border-radius-lg:1rem;--transition-speed:.2s}*{box-sizing:border-box;transition:all var(--transition-speed)ease-in-out}html{scroll-behavior:smooth}body{color:var(--text-primary);background-color:var(--background-light);margin:0;font-family:Inter,Open Sans,system-ui,-apple-system,sans-serif;line-height:1.6}ul{margin:0;padding:0;list-style:none}button,input,select{font-family:inherit}img{max-width:100%}@media (prefers-reduced-motion:reduce){*{transition:none!important}}
