
:root{--bg:#090b10;--panel:#121620;--text:#f7f3eb;--muted:#969eab;--red:#ff4d5f;--gold:#e8bd70;--line:rgba(255,255,255,.09)}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.glow{position:fixed;inset:0;z-index:-1;background:radial-gradient(circle at 20% 0,rgba(255,77,95,.12),transparent 32%),radial-gradient(circle at 90% 55%,rgba(232,189,112,.07),transparent 30%)}header,main,footer{max-width:1120px;margin:auto}header{height:76px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.logo{display:flex;align-items:center;gap:11px;color:var(--text);text-decoration:none;font-weight:900;letter-spacing:.18em}.logo b{width:33px;height:33px;border:1px solid var(--red);color:var(--red);display:grid;place-items:center;border-radius:50%}.made{color:var(--muted);text-decoration:none;font-size:.8rem}main{padding:80px 24px}.hero{max-width:850px;margin-bottom:65px}.over{color:var(--red);font-size:.72rem;font-weight:900;letter-spacing:.2em}.hero h1{font-size:clamp(3.4rem,9vw,7.2rem);line-height:.86;letter-spacing:-.065em;margin:18px 0 28px}.hero i{font-family:Georgia,serif;color:var(--gold);font-weight:400}.intro{color:var(--muted);font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.6;max-width:620px}.games{display:grid;grid-template-columns:1.35fr .65fr;gap:18px}.game{border:1px solid var(--line);background:var(--panel);border-radius:28px;overflow:hidden;text-decoration:none;color:inherit;min-height:520px;display:flex;flex-direction:column}.featured{transition:transform .25s ease,border-color .25s ease}.featured:hover{transform:translateY(-5px);border-color:rgba(255,77,95,.4)}.art{height:230px;background:radial-gradient(circle at center,rgba(255,77,95,.24),transparent 45%),#0d1017;position:relative;display:grid;place-items:center;overflow:hidden}.question{font:400 13rem/1 Georgia,serif;color:var(--red);transform:rotate(7deg);text-shadow:0 0 70px rgba(255,77,95,.2)}.live,.soon{position:absolute;top:20px;right:20px;font-size:.62rem;font-weight:900;letter-spacing:.12em;padding:7px 9px;border-radius:99px}.live{background:var(--red)}.soon{background:rgba(255,255,255,.08);color:var(--muted)}.art.alt span:first-child{font-size:7rem;color:#3a404d}.copy{padding:28px;display:flex;flex-direction:column;flex:1}.copy small{color:var(--gold);font-weight:800;letter-spacing:.12em}.copy h2{font-size:clamp(2.3rem,5vw,4rem);margin:10px 0}.copy p{color:var(--muted);line-height:1.55;margin:0 0 26px}.copy strong{margin-top:auto}.copy strong span{margin-left:14px}.locked{opacity:.62}.pitch{padding:120px 0 80px;max-width:760px}.pitch h2{font-size:clamp(3rem,7vw,6rem);line-height:.92;letter-spacing:-.055em;margin:14px 0 22px}.pitch>p:last-child{color:var(--muted);font-size:1.15rem;line-height:1.6}.ad{height:110px;border:1px dashed rgba(255,255,255,.15);border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#626976}.ad span{font-size:.65rem;letter-spacing:.16em}.ad small{margin-top:7px}footer{border-top:1px solid var(--line);padding:30px 24px 45px;display:flex;gap:25px;color:#727986;font-size:.8rem}footer a{color:inherit;text-decoration:none}footer a:first-of-type{margin-left:auto}
@media(max-width:760px){header{height:64px;padding:0 16px}.made{font-size:.7rem}main{padding:52px 16px}.hero{margin-bottom:42px}.games{grid-template-columns:1fr}.game{min-height:480px}.art{height:205px}.locked{min-height:390px}.pitch{padding:85px 0 60px}footer{padding-inline:16px;flex-wrap:wrap}footer a:first-of-type{margin-left:0;width:100%;order:-1}}
