html{background:#061d16}
body{margin:0;min-height:100vh;color:#eef5eb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at 50% -10%,rgba(57,169,182,.20),transparent 34rem),linear-gradient(180deg,#0b3328 0%,#071f18 44%,#061913 100%);background-attachment:fixed}
.arcade-header{max-width:1100px;margin:auto;padding:58px 18px 34px;text-align:center}
.arcade-title .eyebrow{color:#e3a52f;font-size:.76rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.arcade-title h1{margin:8px 0 10px;color:#f4f0de;font-size:clamp(42px,7vw,72px);line-height:1;letter-spacing:-.045em}
.arcade-title p{max-width:700px;margin:0 auto;color:#b8c9bd;font-size:17px;line-height:1.65}
.arcade-main{width:min(1120px,calc(100% - 34px));margin:auto;padding:0 0 74px}
.game-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.game-card{position:relative;overflow:hidden;min-height:320px;display:flex;flex-direction:column;justify-content:flex-end;padding:28px;border:1px solid rgba(235,244,231,.13);border-radius:22px;text-decoration:none;color:#fff;box-shadow:0 18px 44px rgba(0,0,0,.24);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
a.game-card:hover{transform:translateY(-4px);border-color:rgba(227,165,47,.58);box-shadow:0 22px 52px rgba(0,0,0,.30)}
.hockey-card{background:radial-gradient(circle at 78% 12%,rgba(91,187,220,.28),transparent 32%),linear-gradient(145deg,#124e63,#092b3b 72%)}
.lastcall-card{background:radial-gradient(circle at 80% 10%,rgba(236,165,55,.25),transparent 30%),linear-gradient(145deg,#5a4221,#1d3829 72%)}
.discgolf-card{background:radial-gradient(circle at 80% 12%,rgba(57,169,182,.25),transparent 30%),linear-gradient(145deg,#285b45,#0d3025 72%)}
.coming-card{background:linear-gradient(145deg,#31584a,#142f26);opacity:.88}
.game-art{position:absolute;right:25px;top:18px;font-size:96px;opacity:.20;transform:rotate(7deg)}
.game-info{position:relative;z-index:2}
.game-status{display:inline-block;margin-bottom:9px;padding:6px 9px;border-radius:999px;background:#e3a52f;color:#173026;font-size:10px;font-weight:1000;letter-spacing:.14em}
.muted-status{background:#527362;color:#e3ede6}
.game-info h2{margin:0 0 10px;color:#f4f0de;font-size:31px;line-height:1.1}
.game-info p{max-width:520px;margin:0 0 20px;color:#c3d1c8;line-height:1.58}
.play-link{color:#ffd073;font-weight:900}.muted-link{color:#a9beb1}
footer{padding:34px 22px;text-align:center;border-top:1px solid rgba(235,244,231,.13);color:#b8c9bd;font-size:.9rem}
.footer-tag{margin-top:5px;color:#e3a52f;font-weight:800}
@media(max-width:700px){.arcade-header{padding:38px 16px 26px}.arcade-main{width:calc(100% - 20px)}.game-grid{grid-template-columns:1fr}.game-card{min-height:270px;padding:22px}.game-art{font-size:82px}.game-info h2{font-size:28px}}
