:root{--bg:#0c0618;--surface:#1a0f2e;--surface-2:#261a42;--ink:#f4f0fa;--muted:#c8bed8;--gold:#c9a227;--gold-light:#e8c65c;--line:#5d4a77}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.7}.site-header{min-height:78px;display:flex;align-items:center;gap:clamp(12px,2vw,28px);padding:12px max(20px,calc((100vw - 1180px)/2));background:#1a0f2ef2;border-bottom:1px solid #5d4a7780;position:sticky;top:0;z-index:10}.brand{display:flex;flex:0 0 auto}.brand img{width:132px;height:auto;object-fit:contain}.site-header nav{display:flex;gap:clamp(10px,1.5vw,22px);flex:1;align-items:center}.site-header nav a,footer a{color:var(--ink);text-decoration:none;font-size:.88rem}.site-header nav a:hover,footer a:hover{color:var(--gold-light)}.header-cta,.cta-primary,.cta-secondary{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:10px 19px;border-radius:7px;font-weight:700;text-decoration:none;transition:background .2s ease,transform .2s ease}.header-cta,.cta-primary{background:var(--gold);color:#241600}.cta-secondary{background:#2e214c;color:var(--ink);border:1px solid #ab8d42}.header-cta:hover,.cta-primary:hover{background:var(--gold-light);transform:translateY(-1px)}.cta-secondary:hover{background:#3a2a5d}.wrap{width:min(100% - 40px,1120px);margin:auto}.hero{min-height:550px;position:relative;isolation:isolate;display:grid;align-items:center;overflow:hidden;border-bottom:1px solid #5d4a77}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#0c0618f2,#0c0618d9 42%,#0c061879 72%,#0c061820)}.hero-copy{max-width:650px;padding:72px 0}.hero p{font-size:1.1rem;color:#eee6f7;max-width:62ch}.hero h1{font-size:clamp(2.3rem,5vw,4.8rem);line-height:1.04;letter-spacing:-.03em;margin:0 0 20px;text-wrap:balance}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.story{padding:68px 0}.story h2{font-size:clamp(1.65rem,3vw,2.5rem);line-height:1.15;margin:0 0 18px;text-wrap:balance}.story p{max-width:75ch;margin:0 0 24px;color:#eee9f6}.stage{margin:30px 0;background:linear-gradient(135deg,#211234,#342351);border:1px solid #79619a;border-radius:12px;min-height:205px;padding:24px;display:grid;gap:16px;align-items:center}.game-rail{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.game-tile{min-height:110px;border-radius:8px;padding:14px;display:flex;align-items:end;font-weight:700;background:linear-gradient(150deg,#6d2f69,#20132f 55%,#b18a25);box-shadow:inset 0 0 0 1px #f2d27455}.game-tile:nth-child(2){background:linear-gradient(150deg,#23425e,#20132f 55%,#c9a227)}.game-tile:nth-child(3){background:linear-gradient(150deg,#74313a,#20132f 55%,#e8c65c)}.game-tile:nth-child(4){background:linear-gradient(150deg,#354961,#20132f 55%,#a06ec3)}.provider-line{display:flex;flex-wrap:wrap;gap:10px}.provider-line span{border:1px solid #83679e;border-radius:999px;padding:6px 11px;color:#e8d9b1;font-size:.87rem}.table-wrap{overflow-x:auto;margin:28px 0}table{border-collapse:collapse;width:100%;background:#160c27}th,td{padding:13px;text-align:left;border-bottom:1px solid #4e3c66}th{color:#f1d277;background:#281840}details{background:#1a0f2e;border:1px solid #5d4a77;border-radius:8px;padding:16px 18px;margin:12px 0}summary{cursor:pointer;font-weight:700;color:#f0dbab}details p{margin:12px 0 0}footer{padding:45px max(20px,calc((100vw - 1120px)/2));border-top:1px solid #4e3c66;background:#10081e;color:var(--muted)}footer img{display:block;margin-bottom:12px}footer p{max-width:75ch;margin:0 0 16px}footer nav{display:flex;flex-wrap:wrap;gap:18px}@media(max-width:760px){body{font-size:16px}.site-header{min-height:68px;flex-wrap:wrap;padding:8px 20px}.site-header nav{order:3;overflow:auto;width:100%;padding-bottom:3px}.site-header nav a{white-space:nowrap}.header-cta{margin-left:auto}.hero{min-height:590px}.hero:before{background:linear-gradient(180deg,#0c061850,#0c0618de 58%,#0c0618)}.hero-copy{padding:90px 0 38px}.game-rail{grid-template-columns:repeat(2,1fr)}.story{padding:48px 0}.stage{padding:16px;min-height:180px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
