:root{--bg-primary: #0D0D0D;--bg-secondary: #1A1A1A;--bg-tertiary: #242424;--border-color: #2A2A2A;--text-primary: #F5F5F5;--text-secondary: #888;--text-muted: #666;--accent-green: #4ADE80;--accent-green-dark: #22C55E;--accent-red: #EF4444;--font-display: "Heebo", "Roboto Slab", Georgia, serif;--font-sans: "Heebo", "Roboto", system-ui, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{font-family:var(--font-display);background:var(--bg-primary);color:var(--text-primary);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,textarea,button,select{font-family:inherit}button{cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#444}::selection{background:#4ade804d;color:var(--text-primary)}@media (max-width: 480px){.hide-on-mobile{display:none!important}}
