@import "https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap";:root{--primary:#d60000;--primary-dark:#b00000;--bg:#111;--bg-card:#1a1a1a;--bg-sidebar:#0a0a0a;--border:#222;--border-hover:#444;--text:#fff;--text-muted:#ccc;--text-dim:#888;--text-faint:#666;--text-ghost:#555;--text-invisible:#333;--green:#10b981;--yellow:#f59e0b;--purple:#8b5cf6;--radius:8px;--radius-lg:10px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Oswald,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#555}.hidden{display:none!important}
