:root{color-scheme:dark;--bg-black: #000000;--surface: #181818;--surface-elevated: #202020;--gold: #FFC000;--gold-dark: #917300;--gold-soft: #FFCE3E;--cyan: #29ABE2;--text-white: #ffffff;--text-muted: #d0d0d0}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg-black);color:var(--text-white)}body{margin:0;min-height:100vh;background:var(--bg-black);color:var(--text-white);font-family:Inter,sans-serif}button,input,textarea{font:inherit}img,picture,video{display:block;max-width:100%}.no-radius{border-radius:0!important}.btn-accent{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.75rem;background:var(--gold);color:#000;border:0;text-transform:uppercase;letter-spacing:.18em;font-weight:700;border-radius:0!important;transition:background .2s ease}.btn-accent:hover{background:var(--gold-dark)}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.75rem;border:1px solid rgba(255,255,255,.42);background:transparent;color:#fff;text-transform:uppercase;letter-spacing:.18em;font-weight:700;border-radius:0!important;transition:background .2s ease,color .2s ease}.btn-ghost:hover{background:#ffffff14}.hero-fade{background:linear-gradient(180deg,#0000004d,#000000f2 65%,#000)}@media (max-width: 768px){.hero-bleed{min-height:72vh}}
