:root{--bg-primary: #0a0f1e;--bg-secondary: #111827;--bg-card: #131c2e;--bg-card-hover: #1a2744;--color-gold: #e5ac0e;--color-gold-light: #f5d55a;--color-green: #2adb77;--color-text: #e8edf5;--color-text-muted: #7a8599;--color-border: rgba(229, 172, 14, .18);--radius: 8px;--radius-lg: 16px;--transition: .18s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-primary);color:var(--color-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,"Apple Color Emoji","Segoe UI Emoji",sans-serif;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font-family:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:#e5ac0e4d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#e5ac0e80}
