:root{--bg: #07070f;--bg-card: rgba(255, 255, 255, .038);--bg-card-hover: rgba(255, 255, 255, .06);--gold: #c9a84c;--gold-dim: rgba(201, 168, 76, .25);--gold-bright: #e8c46a;--text: #f0ebe0;--text-dim: #6e6858;--text-mid: #a89f8c;--border: rgba(201, 168, 76, .18);--border-subtle: rgba(255, 255, 255, .07);--red: #c95252;--green: #52a87c;--radius: 12px;--radius-sm: 8px;--shadow: 0 4px 40px rgba(0, 0, 0, .5)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased}body{background-color:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;font-weight:300;line-height:1.6;min-height:100vh;overflow-x:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");opacity:.025;pointer-events:none;z-index:9999}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}h1,h2,h3,h4{font-family:Bebas Neue,sans-serif;letter-spacing:.06em;line-height:1}a{color:var(--gold);text-decoration:none}button{cursor:pointer;font-family:DM Sans,sans-serif;font-weight:400}input{font-family:DM Sans,sans-serif}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes spin{to{transform:rotate(360deg)}}.fade-up{animation:fadeUp .5s ease forwards}
