:root{--bg-primary: #0a0a0c;--bg-secondary: #141418;--bg-card: #1c1c22;--bg-card-hover: #262630;--accent-gold: #ffd700;--accent-gold-hover: #e6c200;--accent-gold-light: rgba(255, 215, 0, .12);--text-primary: #f5f5f7;--text-secondary: #a1a1aa;--text-muted: #71717a;--border-color: rgba(255, 215, 0, .15);--border-subtle: #27272a;--font-family: "Inter", system-ui, -apple-system, sans-serif;--sidebar-width: 240px;--header-height: 64px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-family);min-height:100vh;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:var(--accent-gold);text-decoration:none}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#27272a;border-radius:4px}.responsive-table-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.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:1rem}@media (max-width: 768px){.grid-responsive-2,.grid-responsive-3,.grid-responsive-4{grid-template-columns:1fr!important}.mobile-full-width{width:100%!important}.mobile-flex-column{flex-direction:column!important;align-items:stretch!important}.mobile-padding{padding:1rem!important}}
