:root{--ink:#11192f;--blue:#2858ec;--coral:#ff6b4a;--yellow:#ffcb52;--mint:#baf3d2;--paper:#fffdf8}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}.games-nav{height:78px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;position:absolute;z-index:5;width:100%;color:#fff;border-bottom:1px solid rgba(255,255,255,.15)}.games-brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.04em}.games-brand img{width:54px;height:54px;object-fit:contain;filter:drop-shadow(0 0 3px #fff) drop-shadow(0 0 8px rgba(255,255,255,.75))}.games-brand b{color:var(--yellow)}.back-link{font-size:13px;font-weight:700;border:1px solid rgba(255,255,255,.35);border-radius:100px;padding:11px 17px}.games-hero{min-height:610px;padding:150px 6vw 90px;background:radial-gradient(circle at 78% 45%,#4e74ff 0 2%,transparent 33%),linear-gradient(135deg,#101a37,#17337d 70%,#2858ec);color:#fff;display:flex;justify-content:space-between;align-items:center;overflow:hidden}.hero-copy{position:relative;z-index:2}.eyebrow{text-transform:uppercase;color:#9fb8ff;font-size:11px;letter-spacing:.16em;font-weight:800}.games-hero h1{font-family:Unbounded;font-size:clamp(60px,8vw,115px);line-height:.88;letter-spacing:-.07em;margin:24px 0}.games-hero h1 em{color:var(--yellow);font-style:normal}.games-hero p{max-width:600px;font-size:18px;line-height:1.7;color:#b8c4e3}.hero-doodle{width:340px;height:340px;border:1px solid rgba(255,255,255,.16);border-radius:50%;position:relative;box-shadow:0 0 0 55px rgba(255,255,255,.025),0 0 0 110px rgba(255,255,255,.018);flex:none}.hero-doodle>*{position:absolute;font-style:normal}.hero-doodle span{font-size:60px;color:var(--yellow);top:25px;left:35px}.hero-doodle b{font-family:Unbounded;font-size:100px;right:35px;top:70px;transform:rotate(12deg)}.hero-doodle i{font-family:Unbounded;font-size:80px;left:75px;bottom:45px;color:var(--coral);transform:rotate(-14deg)}.hero-doodle small{font-size:65px;right:55px;bottom:20px;color:var(--mint)}.games-grid-wrap{padding:100px 6vw}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:55px}.section-head span{text-transform:uppercase;color:var(--blue);font-size:11px;letter-spacing:.15em;font-weight:800}.section-head h2{font-family:Unbounded;font-size:clamp(38px,5vw,70px);letter-spacing:-.06em;margin:18px 0 0}.section-head>p{max-width:390px;color:#7f8797;line-height:1.7}.games-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.game-card{border:1px solid #e0e1e4;border-radius:30px;overflow:hidden;background:#fff;transition:.4s}.game-card:hover{transform:translateY(-9px);box-shadow:0 24px 55px rgba(17,25,47,.12)}.game-card.featured{grid-column:span 2}.game-art{height:260px;display:grid;place-items:center;position:relative;overflow:hidden}.featured .game-art{height:340px}.stone-art{background:radial-gradient(circle,#ffefb2 0 28%,var(--yellow) 29% 57%,var(--coral) 58%)}.face{width:185px;height:185px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;font:700 47px Unbounded;letter-spacing:-.15em;box-shadow:0 0 0 18px rgba(255,255,255,.22);transform:rotate(-4deg);transition:.4s}.featured:hover .face{transform:rotate(4deg) scale(1.04)}.stone-art>i{position:absolute;right:25px;top:25px;background:#fff;padding:9px 13px;border-radius:100px;font-size:11px;font-style:normal;font-weight:800;transform:rotate(5deg)}.spy-art{background:#181b2a;color:#fff}.spy-eye{width:125px;height:125px;border:3px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:80px}.among-art{background:#baf3d2}.helmet{width:125px;height:145px;background:#ff6b4a;border:10px solid #11192f;border-radius:50px 50px 35px 35px;position:relative}.helmet:after{content:"";position:absolute;width:80px;height:45px;background:#bde8ff;border:8px solid #11192f;border-radius:20px;top:22px;left:25px}.mafia-art{background:#d9def0}.hat{font-size:120px;color:#11192f}.croc-art{background:#80dcaa}.croc{font-size:130px;font-weight:800;color:#126340;transform:rotate(-8deg)}.grid-art{background:#e7e5ff}.mini-grid{font:700 36px/1.5 Unbounded;text-align:center;color:#614fd0}.sea-art{background:#bde8ff}.ship{font:700 65px Unbounded;color:#185897}.game-info{padding:26px;display:flex;justify-content:space-between;gap:20px;align-items:end}.status{text-transform:uppercase;font-size:9px;letter-spacing:.13em;color:#8a91a0;font-weight:800}.status.live{color:#16a45f}.game-info h3{font-family:Unbounded;font-size:22px;margin:12px 0 8px;letter-spacing:-.04em}.game-info p{margin:0;color:#7f8797;line-height:1.55;font-size:13px}.open-game{background:var(--ink);color:#fff;border-radius:100px;padding:13px 17px;font-size:12px;white-space:nowrap}.open-game i{font-style:normal;margin-left:10px}.soon{opacity:.8}footer{padding:30px 6vw;background:#f0ece4;display:flex;justify-content:space-between;color:#7c8492;font-size:12px}@media(max-width:900px){.hero-doodle{opacity:.45;width:260px;height:260px}.games-grid{grid-template-columns:repeat(2,1fr)}.game-card.featured{grid-column:span 2}}@media(max-width:620px){.games-nav{padding:0 18px}.games-brand span{font-size:12px}.games-hero{min-height:600px;padding:135px 22px 80px}.hero-doodle{position:absolute;right:-120px;top:160px;opacity:.2}.games-grid-wrap{padding:75px 18px}.section-head{display:block}.section-head>p{margin-top:25px}.games-grid{grid-template-columns:1fr}.game-card.featured{grid-column:auto}.featured .game-art,.game-art{height:270px}.game-info{align-items:flex-start;flex-direction:column}.open-game{align-self:stretch;text-align:center}footer{gap:18px;flex-direction:column}}html,body{overflow-x:hidden!important}@media(max-width:620px){.games-hero .hero-copy{width:100%!important;min-width:0!important;max-width:100%!important}.games-hero h1{font-size:clamp(40px,12vw,48px)!important;overflow-wrap:break-word}.games-hero p{max-width:100%}}
