:root{--ink:#102028;--muted:#637478;--paper:#f5f1e8;--cream:#fffdf8;--line:#d9d5ca;--lime:#c9f441;--violet:#7552ff;--dark:#152c35;--mono:"DM Mono",monospace;--sans:"DM Sans",sans-serif;--serif:"Fraunces",serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--sans);margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}.site-shell,.game-page{overflow:hidden}.topbar,.game-topbar{justify-content:space-between;align-items:center;max-width:1240px;min-height:78px;margin:auto;padding:0 28px;display:flex}.brand{letter-spacing:.085em;align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.brand span{background:var(--ink);width:25px;height:25px;color:var(--lime);border-radius:50%;place-items:center;font-size:10px;display:grid}.topbar nav{color:var(--muted);gap:30px;font-size:14px;display:flex}.topbar nav a:hover{color:var(--ink)}.random-button{background:var(--ink);color:#fff;border-radius:99px;padding:11px 16px 11px 19px;font-size:13px;font-weight:600}.random-button span{color:var(--lime);margin-left:7px}.intro{isolation:isolate;max-width:1240px;margin:auto;padding:80px 28px 108px;position:relative}.eyebrow{color:#668000;font-family:var(--mono);letter-spacing:.11em;text-transform:uppercase;margin:0 0 13px;font-size:10px;font-weight:500}.intro h1{letter-spacing:-.074em;max-width:780px;margin:0;font-size:clamp(59px,8.7vw,122px);line-height:.86}.intro h1 em{color:var(--violet);font-family:var(--serif);letter-spacing:-.07em;font-weight:600}.intro-copy{color:var(--muted);max-width:386px;margin:31px 0 26px;font-size:16px;line-height:1.55}.jump-link{border-bottom:1px solid var(--ink);padding-bottom:5px;font-size:13px;font-weight:700}.jump-link span{color:var(--violet);margin-left:8px}.orb{z-index:-1;filter:blur(1px);border-radius:50%;position:absolute}.orb-one{background:radial-gradient(circle at 38% 35%,#eaff99 0 8%,#c8f542 23%,#a68aff 58%,#f6a6d7 100%);width:405px;height:405px;top:10px;right:-70px}.orb-two{opacity:.88;background:#ffd077;width:180px;height:180px;bottom:-40px;right:310px}.featured-section{background:var(--dark);color:#fff;padding:73px max(28px,50vw - 592px) 80px}.section-heading,.library-head{justify-content:space-between;align-items:end;margin-bottom:29px;display:flex}.section-heading .eyebrow{color:#c9f441}.section-heading h2,.library-head h2,.how-to-play h2,.related h2{letter-spacing:-.05em;margin:0;font-size:34px;line-height:1}.section-heading>span{color:#adc0be;font-size:13px}.featured-grid{grid-template-columns:1.45fr 1fr 1fr;gap:15px;display:grid}.game-card{background:var(--cream);color:var(--ink);border:1px solid #0000;border-radius:15px;padding:9px;transition:transform .2s,box-shadow .2s;display:block}.game-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0002}.cover{border-radius:10px;justify-content:center;align-items:center;height:142px;display:flex;position:relative;overflow:hidden}.featured-card .cover{height:242px}.cover:after{content:"";opacity:.78;background:linear-gradient(135deg,#0000 40%,#fff3 40% 46%,#0000 46% 100%);position:absolute;inset:0}.cover-casual{background:linear-gradient(140deg,#9ae9b8,#3eaa96)}.cover-puzzle{background:linear-gradient(140deg,#f8ca77,#ec7a56)}.cover-action{background:linear-gradient(140deg,#ff8495,#7640bd)}.cover-reflex{background:linear-gradient(140deg,#9ee9f0,#3989c8)}.cover-arcade{background:linear-gradient(140deg,#bca3ff,#6952e1)}.cover-sports{background:linear-gradient(140deg,#dcf47d,#77b353)}.cover-mark{z-index:1;color:#fff;font-family:var(--serif);letter-spacing:-.12em;text-shadow:2px 2px #0002;font-size:clamp(35px,4vw,63px);font-weight:700;position:relative}.play-icon{z-index:2;color:var(--ink);background:var(--lime);border-radius:50%;padding:8px 9px 8px 10px;font-size:10px;position:absolute;bottom:11px;right:12px}.game-card-body{justify-content:space-between;gap:8px;padding:13px 3px 8px;display:flex}.game-card-body p{color:var(--muted);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;margin:0 0 4px;font-size:9px}.game-card h3{letter-spacing:-.035em;margin:0;font-size:15px}.rating{font-family:var(--mono);white-space:nowrap;color:#786000;font-size:10px}.tag-row{gap:5px;padding:0 3px 3px;display:flex}.tag-row span{color:#637478;background:#eae8df;border-radius:99px;padding:4px 7px;font-size:10px}.library-section{max-width:1240px;margin:auto;padding:85px 28px 102px}.search{border:1px solid var(--line);width:250px;height:42px;color:var(--muted);background:#fff;border-radius:99px;align-items:center;gap:8px;padding:0 14px;display:flex}.search input{background:0 0;border:0;outline:0;width:100%;font-size:13px}.category-row{flex-wrap:wrap;gap:8px;margin-bottom:25px;display:flex}.category-row button{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;border-radius:99px;padding:8px 12px;font-size:12px}.category-row button small{opacity:.72;margin-left:7px}.category-row button.active{background:var(--ink);border-color:var(--ink);color:#fff}.game-grid{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.empty-state{border:1px dashed var(--line);color:var(--muted);text-align:center;border-radius:15px;padding:65px}footer{border-top:1px solid var(--line);max-width:1184px;color:var(--muted);gap:20px;margin:auto;padding:27px 0 34px;font-size:12px;display:flex}footer span{letter-spacing:.1em;color:var(--ink);font-size:11px;font-weight:700}footer p{flex:1;margin:0}footer a{text-decoration:underline}.game-page{min-height:100vh}.game-topbar{border-bottom:1px solid var(--line);max-width:none}.back-link{font-size:13px;font-weight:600}.game-breadcrumb,.game-title,.player-wrap,.how-to-play,.related{max-width:1080px;margin-left:auto;margin-right:auto}.game-breadcrumb{color:var(--muted);gap:8px;padding:31px 28px 0;font-size:12px;display:flex}.game-breadcrumb strong{color:var(--ink);font-weight:500}.game-title{justify-content:space-between;align-items:end;padding:42px 28px 27px;display:flex}.game-title h1{letter-spacing:-.065em;margin:0 0 13px;font-size:clamp(42px,6vw,70px);line-height:.92}.game-title div>p:last-child{color:var(--muted);margin:0;font-size:13px}.game-title div>p:last-child span{color:#796e1e;margin-left:10px}.instant-pill{background:var(--lime);font-family:var(--mono);text-transform:uppercase;border-radius:99px;padding:8px 11px;font-size:10px}.player-wrap{padding:0 28px}.player-stage{aspect-ratio:16/9;background:#0f2026;border-radius:16px 16px 0 0;position:relative;overflow:hidden}.player-stage iframe{background:#111;border:0;width:100%;height:100%}.player-loading{color:#fff;font-family:var(--mono);background:#102028;place-items:center;font-size:12px;display:grid;position:absolute;inset:0}.player-loading.hidden{display:none}.player-actions{opacity:0;gap:7px;transition:opacity .2s;display:flex;position:absolute;top:12px;right:12px}.player-stage:hover .player-actions{opacity:1}.player-actions button,.player-info button{color:var(--ink);cursor:pointer;background:#fffd;border:0;border-radius:99px;padding:8px 11px;font-size:11px;font-weight:600}.player-info{border:1px solid var(--line);background:#fffdf8;border-top:0;border-radius:0 0 16px 16px;align-items:center;gap:30px;min-height:80px;padding:13px 19px;display:flex}.player-info>div{grid-template-columns:auto auto;align-items:baseline;column-gap:7px;display:grid}.player-info p{color:var(--muted);font-family:var(--mono);letter-spacing:.08em;grid-column:1/-1;margin:0 0 3px;font-size:9px}.player-info strong{letter-spacing:-.04em;font-size:20px}.player-info span{color:var(--muted);font-size:10px}.player-info button{background:var(--ink);color:#fff;margin-left:auto}.mobile-controls{display:none}.how-to-play{grid-template-columns:1.1fr 1fr;gap:50px;padding:92px 28px;display:grid}.how-to-play p:last-child{color:var(--muted);align-self:end;margin:0;font-size:16px;line-height:1.6}.related{padding:0 28px 100px}.related>h2{margin-bottom:25px}.related-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.related-grid a{border:1px solid var(--line);background:var(--cream);border-radius:13px;gap:8px;padding:18px;transition:background .2s;display:grid}.related-grid a:hover{background:var(--lime)}.related-grid span{color:var(--muted);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;font-size:9px}.related-grid strong{letter-spacing:-.04em;font-size:18px}.related-grid b{margin-top:8px;font-size:12px}.game-page footer{max-width:1024px}@media (max-width:760px){.topbar,.game-topbar{min-height:66px;padding:0 18px}.topbar nav{display:none}.random-button{padding:9px 12px;font-size:11px}.intro{padding:60px 22px 83px}.intro h1{font-size:62px}.intro-copy{max-width:270px;font-size:14px}.orb-one{width:210px;height:210px;top:52px;right:-60px}.orb-two{display:none}.featured-section{padding:55px 18px 60px}.section-heading>span{display:none}.section-heading h2,.library-head h2,.how-to-play h2,.related h2{font-size:29px}.featured-grid{grid-template-columns:1fr 1fr}.featured-card{grid-column:1/-1}.featured-card .cover{height:185px}.library-section{padding:60px 18px 68px}.library-head{display:block}.search{width:100%;margin-top:22px}.game-grid{grid-template-columns:repeat(2,1fr);gap:10px}.cover{height:112px}.game-card{border-radius:12px;padding:7px}.game-card-body{padding:10px 2px 7px}.game-card h3{font-size:13px}.tag-row span:nth-child(2){display:none}footer{flex-wrap:wrap;margin:0 18px}.game-breadcrumb{white-space:nowrap;padding:23px 18px 0;overflow:hidden}.game-title{align-items:start;padding:32px 18px 21px}.game-title h1{font-size:48px}.instant-pill{margin-top:8px}.player-wrap{padding:0}.player-stage{border-radius:0}.player-actions{opacity:1}.player-info{border-left:0;border-right:0;border-radius:0;gap:14px;padding:11px 18px}.player-info>div{display:block}.player-info span{display:none}.player-info strong{font-size:17px}.mobile-controls{pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:absolute;bottom:13px;left:14px;right:14px}.dpad{grid-template-rows:34px 34px 34px;grid-template-columns:34px 34px 34px;gap:3px;display:grid}.touch-key{color:#fff;pointer-events:auto;background:#102028b8;border:1px solid #ffffff40;border-radius:9px;width:34px;height:34px;font-size:0}.touch-key:after{font-size:13px}.touch-key.up{grid-area:1/2}.touch-key.left{grid-area:2/1}.touch-key.down{grid-area:2/2}.touch-key.right{grid-area:2/3}.touch-key.up:after{content:"↑"}.touch-key.left:after{content:"←"}.touch-key.down:after{content:"↓"}.touch-key.right:after{content:"→"}.touch-key.action{background:var(--lime);width:51px;height:51px;color:var(--ink);border-radius:50%}.touch-key.action:after{content:"●";color:var(--ink)}.how-to-play{padding:65px 18px;display:block}.how-to-play p:last-child{margin-top:27px;font-size:15px}.related{padding:0 18px 66px}.related-grid{grid-template-columns:1fr}.game-page footer{margin:0 18px}}.cover:after{z-index:1;opacity:.62;background:linear-gradient(135deg,#102b3882 0 25%,#0000 48%,#fff2 48% 54%,#0000 54% 100%)}.cover img{object-fit:cover;filter:saturate(.9)contrast(1.08)}.cover-mark{z-index:2;text-shadow:2px 2px 7px #000b}:root{--home-bg:#07152e;--home-surface:#102445;--home-primary:#4d6bff;--home-action:#31e6c8;--home-score:#ffc83d;--home-accent:#b84cff;--home-text:#f6f8ff;--home-muted:#a8b8d6}.site-shell{background:radial-gradient(circle at 82% 5%,#4d6bff38 0,transparent 28rem),radial-gradient(circle at 15% 33%,#b84cff2b 0,transparent 30rem),var(--home-bg);color:var(--home-text);min-height:100vh;overflow:clip}.site-shell:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 72%);mask-image:linear-gradient(#000,#0000 72%)}.site-shell .topbar{z-index:1;max-width:1320px;position:relative}.home-topbar{border-bottom:1px solid #ffffff17}.site-shell .brand{color:var(--home-text)}.site-shell .brand span{background:var(--home-action);color:#07152e;box-shadow:0 0 22px #31e6c882}.site-shell .topbar nav{color:var(--home-muted)}.site-shell .topbar nav a:hover{color:var(--home-action)}.site-shell .random-button{background:var(--home-primary);box-shadow:0 9px 22px #4d6bff55}.site-shell .random-button span{color:var(--home-action)}.hero-stage{grid-template-columns:minmax(290px,.82fr) minmax(440px,1.18fr);gap:48px;max-width:1320px;margin:0 auto;padding:78px 34px 50px;display:grid;position:relative}.hero-stage:after{content:"";z-index:0;background:radial-gradient(circle,#31e6c845,#0000 66%);width:290px;height:290px;position:absolute;top:-100px;right:-90px}.hero-copy,.hero-showcase{z-index:1;position:relative}.site-shell .eyebrow{color:var(--home-action)}.hero-copy h1{letter-spacing:-.075em;margin:0;font-size:clamp(53px,6.5vw,98px);line-height:.86}.hero-copy h1 em{color:#bd9cff;font-family:var(--serif);font-weight:700}.hero-copy>p:not(.eyebrow){color:var(--home-muted);max-width:460px;margin:29px 0;font-size:16px;line-height:1.65}.hero-actions{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.hero-play,.hero-browse{font-size:13px;font-weight:700}.hero-play{background:var(--home-action);color:#07152e;border-radius:999px;padding:14px 18px;box-shadow:0 0 26px #31e6c866}.hero-play span{margin-left:8px}.hero-browse{color:var(--home-text);border-bottom:1px solid #ffffff80;padding-bottom:4px}.hero-trust{color:var(--home-muted);font-family:var(--mono);text-transform:uppercase;flex-wrap:wrap;gap:15px;margin-top:40px;font-size:10px;display:flex}.hero-showcase{grid-template-columns:minmax(0,1.5fr) minmax(155px,.75fr);gap:14px;display:grid}.hero-supporting-cards{grid-template-rows:1fr 1fr;gap:14px;display:grid}.site-shell .game-card{color:var(--home-text);background:#102445c9;border:1px solid #ffffff19;border-radius:16px;padding:7px;transition:border-color .2s,box-shadow .2s,transform .2s;position:relative;box-shadow:0 12px 24px #00000024}.site-shell .game-card:hover,.site-shell .game-card:focus-visible{border-color:var(--home-action);z-index:2;outline:0;transform:translateY(-6px)scale(1.025);box-shadow:0 18px 34px #0005,0 0 0 3px #31e6c830}.site-shell .game-card-cover{aspect-ratio:4/3;border-radius:11px;justify-content:center;align-items:center;height:auto;display:flex;position:relative;overflow:hidden}.site-shell .hero-card .game-card-cover{aspect-ratio:16/9}.site-shell .support-card .game-card-cover{aspect-ratio:4/3}.site-shell .cover:after{opacity:1;z-index:1;background:linear-gradient(#0000 28%,#061127ca 100%)}.site-shell .cover img{filter:saturate(1.18)contrast(1.08);transition:filter .2s,transform .25s}.site-shell .game-card:hover .cover img{filter:saturate(1.35)contrast(1.12);transform:scale(1.06)}.site-shell .cover-mark{z-index:2;font-size:clamp(36px,4vw,66px);position:relative}.play-overlay{color:#fff;opacity:0;white-space:nowrap;z-index:3;background:#07152ee8;border:1px solid #fff5;border-radius:999px;align-items:center;gap:8px;padding:9px 12px;font-size:11px;font-weight:700;transition:opacity .2s,transform .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-42%)}.play-overlay b{background:var(--home-action);color:#07152e;border-radius:50%;place-items:center;width:18px;height:18px;font-size:8px;display:grid}.game-card:hover .play-overlay,.game-card:focus-visible .play-overlay{opacity:1;transform:translate(-50%,-50%)}.site-shell .game-card-body{padding:12px 4px 7px}.site-shell .game-card-body p{color:#9ab0da}.site-shell .game-card h3{color:#fff}.site-shell .rating{color:var(--home-score)}.site-shell .tag-row{padding:0 4px 3px}.site-shell .tag-row span{color:#b9c9e8;background:#ffffff12}.quick-category-row{scrollbar-width:none;gap:10px;max-width:1320px;margin:0 auto;padding:0 34px 64px;display:flex;overflow-x:auto}.quick-category-row::-webkit-scrollbar{display:none}.game-rail::-webkit-scrollbar{display:none}.quick-category-row a{color:#dce7ff;background:#ffffff0d;border:1px solid #ffffff18;border-radius:999px;flex:none;align-items:center;gap:8px;padding:9px 12px;font-size:12px;font-weight:600;display:flex}.quick-category-row a:hover{background:#ffffff19;border-color:#ffffff4c}.quick-category-row small{color:#8fa3cd;font-family:var(--mono);font-size:10px}.category-icon{border-radius:50%;place-items:center;width:22px;height:22px;font-size:12px;display:grid}.mint{color:#07152e;background:#31e6c8}.orange{color:#30200b;background:#ffb14c}.pink{color:#390d20;background:#ff6b93}.cyan{color:#06233b;background:#64d9ff}.purple{color:#24134a;background:#b794ff}.lime{color:#183508;background:#bef55a}.game-rail-section,.mood-sections,.category-tiles-section{max-width:1320px;margin:0 auto;padding:0 34px 74px;position:relative}.home-section-heading{align-items:end;margin-bottom:23px}.site-shell .section-heading h2,.site-shell .library-head h2{color:#fff;font-size:clamp(30px,3.2vw,46px)}.home-section-heading>p,.home-section-heading>a{color:var(--home-muted);margin:0;font-size:13px}.home-section-heading>a{color:#fff;border-bottom:1px solid #ffffff70;padding-bottom:4px}.game-rail{scrollbar-width:none;grid-auto-columns:minmax(180px,1fr);grid-auto-flow:column;gap:14px;padding:4px 4px 12px;display:grid;overflow-x:auto}.compact-rail{padding:0 0 60px}.compact-rail .home-section-heading h2{font-size:26px}.compact-rail .home-section-heading{margin-bottom:17px}.mood-sections{padding-bottom:8px}.mood-sections>.home-section-heading{border-top:1px solid #ffffff18;margin-bottom:49px;padding-top:72px}.category-tiles-section{padding-bottom:92px}.category-tiles{grid-template-columns:repeat(6,1fr);gap:14px;display:grid}.category-tile{color:#fff;cursor:pointer;text-align:left;border:1px solid #ffffff28;border-radius:17px;min-height:174px;padding:17px;transition:transform .2s,box-shadow .2s;display:grid;position:relative;overflow:hidden}.category-tile:after{content:"";opacity:.5;background:radial-gradient(circle at 110% -10%,#ffffffa0,#0000 49%);position:absolute;inset:0}.category-tile:hover,.category-tile:focus-visible{outline-offset:3px;outline:2px solid #fff;transform:translateY(-5px);box-shadow:0 15px 28px #0005}.category-tile>*{z-index:1;position:relative}.category-tile span{font-size:25px}.category-tile strong{letter-spacing:-.04em;align-self:end;font-size:18px}.category-tile small{color:#ffffffbc;font-family:var(--mono);font-size:10px}.category-tile b{margin-top:10px;font-size:11px}.category-tile.mint{background:linear-gradient(145deg,#08695f,#31e6c8)}.category-tile.orange{background:linear-gradient(145deg,#9d3d17,#ffb14c)}.category-tile.pink{background:linear-gradient(145deg,#7b1448,#ff6b93)}.category-tile.cyan{background:linear-gradient(145deg,#105883,#64d9ff)}.category-tile.purple{background:linear-gradient(145deg,#432085,#b794ff)}.category-tile.lime{background:linear-gradient(145deg,#4d7320,#bef55a)}.site-shell .library-section{max-width:1320px;padding:75px 34px 90px}.library-controls{align-items:center;gap:10px;display:flex}.site-shell .search,.sort-select{color:#c8d7f4;background:#ffffff0d;border:1px solid #ffffff29}.site-shell .search input{color:#fff}.site-shell .search input::placeholder{color:#9bb0d9}.sort-select{font-family:var(--mono);text-transform:uppercase;border-radius:999px;align-items:center;gap:7px;height:42px;padding:0 12px;font-size:10px;display:flex}.sort-select select{color:#fff;cursor:pointer;font:inherit;background:0 0;border:0;outline:0}.sort-select option{background:#102445}.site-shell .category-row button{color:#b9c8e8;border-color:#ffffff2d}.site-shell .category-row button.active,.site-shell .category-row button:hover{background:var(--home-primary);border-color:var(--home-primary);color:#fff}.site-shell .empty-state{color:var(--home-muted);border-color:#ffffff35}.site-shell .game-grid{grid-template-columns:repeat(5,1fr)}.site-shell footer{color:#9fb2d9;border-color:#ffffff18;max-width:1252px}.site-shell footer span{color:#fff}.site-shell footer a{color:var(--home-action)}@media (max-width:1040px){.hero-stage{grid-template-columns:1fr;padding-top:58px}.hero-showcase{max-width:760px}.category-tiles{grid-template-columns:repeat(3,1fr)}.site-shell .game-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:760px){.site-shell .topbar{padding:0 18px}.home-topbar nav{display:none}.hero-stage{gap:34px;padding:48px 18px 35px}.hero-copy h1{font-size:60px}.hero-copy>p:not(.eyebrow){font-size:14px}.hero-trust{gap:10px;margin-top:30px;line-height:1.6}.hero-showcase{display:block}.hero-supporting-cards{display:none}.quick-category-row{padding:0 18px 50px}.game-rail-section,.mood-sections,.category-tiles-section{padding-left:18px;padding-right:18px}.game-rail{grid-auto-columns:68vw}.category-tiles{grid-template-columns:repeat(2,1fr)}.category-tile{min-height:150px}.mood-sections>.home-section-heading{margin-bottom:35px;padding-top:54px}.home-section-heading>p{display:none}.site-shell .library-section{padding:55px 18px 65px}.library-head{display:block}.library-controls{grid-template-columns:1fr;margin-top:20px;display:grid}.site-shell .search,.sort-select{width:100%}.site-shell .game-grid{grid-template-columns:repeat(2,1fr)}.site-shell footer{margin:0 18px}.game-card:hover{transform:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.site-shell .source-icon-cover{background:radial-gradient(circle at 50% 18%,#ffffff40 0,#0000 28%),linear-gradient(145deg,#4d6bff,#b84cff 55%,#ff6b93)}.site-shell .source-icon-cover:before{content:"";z-index:1;border:1px solid #ffffff38;border-radius:50%;width:72%;height:72%;position:absolute;top:14%;left:14%;transform:rotate(-11deg)}.site-shell .source-icon-cover img{filter:drop-shadow(0 13px 15px #07152e88)saturate(1.14);object-fit:contain;z-index:2;padding:9%}.site-shell .source-icon-cover:after{z-index:3;background:linear-gradient(#0000 40%,#07152e79 100%)}.site-shell .source-icon-cover .play-overlay{z-index:4}.h5-game-page{color:#f6f8ff;background:radial-gradient(circle at 88% 8%,#4d6bff3d 0,#0000 28rem),radial-gradient(circle at 8% 42%,#b84cff2b 0,#0000 30rem),#07152e;position:relative}.h5-game-page:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:46px 46px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 78%);mask-image:linear-gradient(#000,#0000 78%)}.h5-game-page>*{z-index:1;position:relative}.h5-game-page .game-topbar{border-color:#ffffff1b;max-width:1240px}.h5-game-page .brand,.h5-game-page .back-link{color:#f6f8ff}.h5-game-page .brand span{color:#07152e;background:#31e6c8;box-shadow:0 0 22px #31e6c882}.h5-game-page .back-link{background:#ffffff0e;border:1px solid #ffffff25;border-radius:999px;padding:9px 13px;font-size:12px}.h5-game-page .game-breadcrumb{color:#9eb2dc}.h5-game-page .game-breadcrumb strong{color:#fff}.h5-game-page .game-title{align-items:center;padding-bottom:31px}.h5-game-page .game-title .eyebrow,.h5-game-page .how-to-play .eyebrow,.h5-game-page .related>.eyebrow{color:#31e6c8}.h5-game-page .game-title h1{color:#fff;text-shadow:0 6px 28px #0005}.h5-game-page .game-title div>p:last-child{color:#a9bbdd}.h5-game-page .game-title div>p:last-child span{color:#ffc83d}.game-title-actions{flex-direction:column;align-items:flex-end;gap:9px;display:flex}.h5-collection-badge{color:#e4d8ff;font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;background:#b84cff2e;border:1px solid #cfaeff88;border-radius:999px;padding:7px 10px;font-size:10px}.h5-game-page .instant-pill{color:#07152e;background:#31e6c8;font-weight:700;box-shadow:0 0 25px #31e6c855}.h5-game-page .player-wrap{max-width:1120px}.h5-game-page .player-stage{background:#07152e;border:1px solid #ffffff2a;border-radius:19px 19px 0 0;box-shadow:0 22px 54px #00000075,0 0 0 5px #4d6bff16}.h5-game-page .player-stage:before{content:"";z-index:3;background:linear-gradient(90deg,#31e6c8,#4d6bff 52%,#b84cff);height:3px;position:absolute;inset:0 0 auto}.h5-game-page .player-loading{color:#dce7ff;background:radial-gradient(circle at 50% 35%,#4d6bff5e,#0000 35%),#07152e}.h5-game-page .player-actions{opacity:1}.h5-game-page .player-actions button,.h5-game-page .player-info button{color:#fff;background:#ffffff12;border:1px solid #ffffff2d}.h5-game-page .player-actions button:hover,.h5-game-page .player-info button:hover{color:#07152e;background:#31e6c8;border-color:#31e6c8}.h5-game-page .player-info{color:#fff;background:#102445;border-color:#ffffff20;min-height:87px}.h5-game-page .player-info p,.h5-game-page .player-info span{color:#90a6d1}.h5-game-page .player-info button{background:#4d6bff;border-color:#4d6bff}.h5-game-page .how-to-play{border-top:1px solid #ffffff17;margin-top:70px;padding-top:74px}.h5-game-page .how-to-play h2,.h5-game-page .related h2{color:#fff}.h5-game-page .how-to-play p:last-child{color:#b4c4e2}.h5-game-page .related-grid a{color:#fff;background:#102445c9;border-color:#ffffff1d}.h5-game-page .related-grid a:hover{background:#4d6bff}.h5-game-page .related-grid span{color:#9fb5e2}.h5-game-page .related-grid b{color:#31e6c8}.h5-game-page footer{color:#9db0d7;border-color:#ffffff17}.h5-game-page footer span{color:#fff}@media (max-width:760px){.h5-game-page .game-title{padding:29px 18px 25px}.h5-game-page .game-title-actions{flex-flow:wrap;align-items:flex-start}.h5-game-page .player-stage{border-left:0;border-right:0;border-radius:0}.h5-game-page .player-info{background:#102445}.h5-game-page .mobile-controls .touch-key{background:#102445dd;border-color:#ffffff45}.h5-game-page .mobile-controls .touch-key.action{color:#07152e;background:#31e6c8}.h5-game-page .how-to-play{margin-top:44px;padding-top:58px}}.game-description,.game-faq{max-width:1080px;margin-left:auto;margin-right:auto;padding:0 28px}.game-description{color:var(--muted);font-size:16px;line-height:1.65}.game-description>p:last-child{max-width:760px;margin:0}.game-faq{padding-bottom:85px}.game-faq h2{letter-spacing:-.05em;margin:0 0 22px;font-size:34px}.game-faq details{border-top:1px solid var(--line);padding:17px 0}.game-faq details:last-child{border-bottom:1px solid var(--line)}.game-faq summary{cursor:pointer;font-weight:700}.game-faq details p{color:var(--muted);margin:11px 0 0;line-height:1.55}.start-game-button{background:var(--lime);color:var(--ink);cursor:pointer;border:0;border-radius:999px;padding:14px 19px;font-size:14px;font-weight:700}.start-game-button span{margin-left:7px;font-size:10px}.collection-page{background:var(--paper);min-height:100vh}.collection-topbar{border-bottom:1px solid var(--line);align-items:center;gap:20px;max-width:1280px;min-height:78px;margin:auto;padding:0 28px;display:flex}.collection-topbar nav{flex-wrap:wrap;flex:1;justify-content:center;gap:15px;display:flex}.collection-topbar nav a{color:var(--muted);font-size:12px;font-weight:600}.collection-topbar nav a:hover{color:var(--violet)}.collection-hero{justify-content:space-between;align-items:end;gap:30px;max-width:1180px;margin:auto;padding:75px 28px 28px;display:flex}.collection-hero h1{letter-spacing:-.07em;margin:0;font-size:clamp(44px,6vw,76px);line-height:.9}.collection-hero div>p:last-child{color:var(--muted);max-width:620px;margin:22px 0 0;line-height:1.6}.collection-hero>span{background:var(--lime);font-family:var(--mono);white-space:nowrap;border-radius:99px;padding:9px 12px;font-size:11px}.collection-breadcrumb{color:var(--muted);gap:8px;max-width:1180px;margin:auto;padding:0 28px 28px;font-size:12px;display:flex}.collection-breadcrumb a{text-decoration:underline}.collection-breadcrumb strong{color:var(--ink)}.collection-grid{grid-template-columns:repeat(4,1fr);gap:16px;max-width:1180px;margin:auto;padding:0 28px 80px;display:grid}.collection-game-card{background:var(--cream);border:1px solid var(--line);border-radius:15px;padding:8px;transition:box-shadow .2s,transform .2s}.collection-game-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0002}.collection-game-card>div{aspect-ratio:4/3;border-radius:10px;position:relative;overflow:hidden}.collection-game-card img{object-fit:cover}.collection-game-card>span{color:var(--muted);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;margin:12px 4px 5px;font-size:9px;display:block}.collection-game-card h2{letter-spacing:-.035em;margin:0 4px 7px;font-size:16px}.collection-game-card p{color:var(--muted);margin:0 4px 5px;font-size:11px}.collection-game-card b{color:#786000;font-family:var(--mono);white-space:nowrap;font-weight:500}.collection-tags{border-top:1px solid var(--line);max-width:1124px;margin:0 auto 70px;padding:32px 0}.collection-tags>div{flex-wrap:wrap;gap:9px;display:flex}.collection-tags a{background:#e6e3da;border-radius:99px;padding:8px 11px;font-size:12px}.collection-tags a:hover{background:var(--lime)}@media (max-width:760px){.game-description,.game-faq{padding-left:18px;padding-right:18px}.game-faq{padding-bottom:62px}.game-faq h2{font-size:29px}.collection-topbar{min-height:66px;padding:0 18px}.collection-topbar nav{display:none}.collection-hero{align-items:start;padding:52px 18px 22px}.collection-hero h1{font-size:48px}.collection-hero>span{font-size:10px}.collection-breadcrumb{padding:0 18px 23px}.collection-grid{grid-template-columns:repeat(2,1fr);gap:10px;padding:0 18px 60px}.collection-game-card h2{font-size:14px}.collection-game-card p{line-height:1.4}.collection-tags{margin:0 18px 52px}.collection-tags>div{gap:7px}.dpad{grid-template-rows:48px 48px 48px;grid-template-columns:48px 48px 48px}.touch-key{width:48px;height:48px}}
