:root{--bg:#0a1420;--bg-grain:#0d1a28;--surface:#121f2e;--surface-raised:#182838;--line:#24384a;--line-soft:#1a2836;--accent:#ff6b1a;--accent-soft:rgba(255,107,26,.14);--gold:#d9b54a;--text:#eef2f6;--text-muted:#93a3b0;--text-faint:#5c6b78;--good:#5fd98a;--good-soft:rgba(95,217,138,.12);--bad:#ff6a5c;--bad-soft:rgba(255,106,92,.12);--font-display:"Barlow Condensed","Arial Narrow",sans-serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"IBM Plex Mono",ui-monospace,"SFMono-Regular",Menlo,monospace}*{box-sizing:border-box}body,html{padding:0;margin:0}body{background-color:var(--bg);background-image:linear-gradient(180deg,rgba(8,15,24,.87),rgba(8,15,24,.87)),repeating-linear-gradient(100deg,hsla(0,0%,100%,.012),hsla(0,0%,100%,.012) 1px,transparent 0,transparent 3px),url(/bg-court.jpg);background-repeat:no-repeat,repeat,no-repeat;background-size:cover,auto,cover;background-position:50%,0 0,top;background-attachment:fixed,scroll,fixed;color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased}a{color:inherit}::selection{background:var(--accent);color:#1a1000}:focus-visible{outline:2px solid var(--gold);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}@media (max-width:720px){body{background-attachment:fixed,scroll,scroll}}