:root{--bg-primary: #0a0a0c;--bg-surface: #141418;--bg-card: #1c1c22;--border-gold: rgba(255, 215, 0, .2);--text-gold: #ffd700;--text-primary: #f5f5f7;--text-secondary: #a1a1aa;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;color:var(--text-primary);background-color:var(--bg-primary)}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-height:100vh;background-color:var(--bg-primary);color:var(--text-primary)}a{color:var(--text-gold);text-decoration:none}.grid-responsive-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.grid-responsive-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.grid-responsive-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.responsive-table-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 768px){.grid-responsive-2,.grid-responsive-3,.grid-responsive-4{grid-template-columns:1fr!important}}
