:root,[data-theme=dark]{--bg: #0A0E14;--card: #12161E;--border: #1E2530;--sidebar: #0D1117;--t1: #E6EDF3;--t2: #8B949E;--t3: #484F58;--accent: #F59E0B;--green: #10B981;--red: #EF4444;--blue: #3B82F6;--purple: #8B5CF6;--yellow: #EAB308;--pink: #EC4899;--sidebar-width: 240px;--sidebar-collapsed: 64px}[data-theme=light]{--bg: #F8FAFC;--card: #FFFFFF;--border: #E2E8F0;--sidebar: #FFFFFF;--t1: #0F172A;--t2: #475569;--t3: #94A3B8;--accent: #EA580C;--green: #059669;--red: #DC2626;--blue: #2563EB;--purple: #7C3AED;--yellow: #CA8A04;--pink: #DB2777}*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,system-ui,sans-serif;background:var(--bg);color:var(--t1);min-height:100vh;transition:background .2s ease,color .2s ease}input,button,select,textarea{font-family:inherit}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.mono{font-family:JetBrains Mono,monospace}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes skShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){:root{--sidebar-width: 0px}body{font-size:14px}}
