:root{--bg-color: #ffffff;--bg-secondary: #f8f9fa;--text-color: #333333;--text-secondary: #666666;--text-muted: #888888;--border-color: #e9ecef;--shadow: 0 5px 15px rgba(0, 0, 0, .1);--shadow-hover: 0 10px 25px rgba(0, 0, 0, .15);--primary-color: #007bff;--primary-hover: #0056b3;--success-color: #28a745;--hover-bg: rgba(0, 123, 255, .1);--card-bg: #ffffff;--navbar-bg: #ffffff}.dark-theme{--bg-color: #1a1a1a;--bg-secondary: #2d2d2d;--text-color: #e0e0e0;--text-secondary: #b0b0b0;--text-muted: #888888;--border-color: #404040;--shadow: 0 5px 15px rgba(0, 0, 0, .3);--shadow-hover: 0 10px 25px rgba(0, 0, 0, .4);--primary-color: #4dabf7;--primary-hover: #339af0;--success-color: #51cf66;--hover-bg: rgba(77, 171, 247, .1);--card-bg: #2d2d2d;--navbar-bg: #252525}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--bg-color);scroll-behavior:smooth;transition:background-color .3s ease,color .3s ease;font-display:swap}html,body{height:100%}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;loading:lazy}button{border:none;background:none;cursor:pointer}
