.game-hero{position:relative;isolation:isolate;min-height:var(--hero-height,460px);overflow:hidden;border:1px solid #ffffff24;border-radius:22px;background:radial-gradient(ellipse at 80% 20%,#235c75,transparent 55%),linear-gradient(125deg,#090f22,#142840);color:#fff;margin:0 0 32px}
.game-hero[hidden]{display:none}
.game-hero-video,.game-hero-poster,.game-hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}
.game-hero-video{z-index:-2}.game-hero-video[hidden]{display:none}.game-hero-poster{z-index:-1}.game-hero.video-ready .game-hero-poster{opacity:0}.game-hero-shade{z-index:1;background:#030916}
.game-hero-copy{position:relative;z-index:20;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-height:var(--hero-height,460px);width:58%;padding:clamp(28px,5vw,68px);pointer-events:none}
.game-hero-eyebrow{margin:0 0 16px;font-size:11px;font-weight:850;letter-spacing:.17em;text-transform:uppercase;color:#b9f8e8}
.game-hero-title{font-size:clamp(30px,3.5vw,58px);font-weight:900;line-height:1.04;letter-spacing:-.045em;margin:0 0 18px;overflow-wrap:anywhere;text-wrap:balance;color:#fff}
.game-hero-description{margin:0 0 25px;max-width:490px;line-height:1.6;font-size:15px;color:#e8edf5;overflow-wrap:anywhere}
.game-hero-actions{display:flex;flex-wrap:wrap;gap:10px;pointer-events:auto}
.game-hero .game-hero-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 20px;background:linear-gradient(120deg,#ff6020,#ff3557);border:1px solid transparent;border-radius:10px;color:#fff;text-decoration:none;font-size:13px;font-weight:850}
.game-hero .game-hero-button.is-secondary{border-color:#ffffff75;background:#09132465}
.game-hero-layer{position:absolute;z-index:2;left:var(--layer-x);top:var(--layer-y);width:var(--layer-width);transform:translate(-50%,-50%);pointer-events:none;max-height:100%}
a.game-hero-layer{pointer-events:auto}.game-hero-layer>img{display:block;width:100%;max-height:var(--hero-height);object-fit:contain}.game-hero-lottie{width:100%;aspect-ratio:1;max-height:var(--hero-height)}.game-hero-lottie svg{width:100%!important;height:100%!important}
.game-hero .game-hero-motion{position:absolute;z-index:21;bottom:16px;right:16px;border:1px solid #ffffff66;border-radius:20px;padding:9px 13px;background:#071020b3;color:#fff;cursor:pointer;font-size:11px;min-height:36px;max-width:calc(100% - 32px)}
.game-hero a:focus-visible,.game-hero button:focus-visible{outline:3px solid #8fdfff;outline-offset:4px}
@media(max-width:760px){.game-hero{min-height:var(--hero-mobile-height,440px);border-radius:16px}.game-hero-copy{width:100%;min-height:var(--hero-mobile-height,440px);padding:140px 24px 66px;justify-content:flex-end}.game-hero-title{font-size:32px;max-width:480px}.game-hero-description{font-size:13px}.game-hero-layer{left:var(--layer-mobile-x);top:var(--layer-mobile-y);width:var(--layer-mobile-width)}.game-hero-layer>img,.game-hero-lottie{max-height:var(--hero-mobile-height)}}
@media(prefers-reduced-motion:reduce){.game-hero *{scroll-behavior:auto!important}}
