@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #e74c3c;--primary-dark: #c0392b;--bg-dark: #111111;--bg-card: #1a1a1a;--bg-sidebar: #161616;--text: #e0e0e0;--text-muted: #888888;--border: #2a2a2a}body{font-family:Inter,sans-serif;background-color:var(--bg-dark);color:var(--text);line-height:1.6}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark)}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{line-height:1.3;font-weight:600}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
