@font-face{font-family:Poppins;src:url('assets/Poppins-Bold.ttf') format('truetype');font-weight:700;font-display:swap}
:root{color-scheme:dark;--bg:#101325;--panel:#1a2036;--text:#f8f8fe;--muted:#b6bdd1;--blue:#71a7ff;--yellow:#ffe18b}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--yellow);outline-offset:5px}.wrap{max-width:1220px;margin:auto;padding-left:40px;padding-right:40px}.header{height:116px;display:flex;align-items:center;justify-content:space-between}.brand{width:215px;filter:drop-shadow(0 0 12px #2484ff44)}.brand img,.footer-brand img{width:100%;height:auto}nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:700}.nav-cta{border:1px solid #68718b;border-radius:100px;padding:11px 20px}.nav-cta span{margin-left:16px}.hero{display:grid;grid-template-columns:1fr 1.04fr;gap:45px;align-items:center;padding-top:56px;padding-bottom:88px}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:700;color:var(--muted);display:flex;align-items:center;gap:12px;margin:0 0 24px}.colors{display:flex;gap:4px}.colors i,.dot{width:7px;height:7px;border-radius:2px;background:#70a5ff;display:inline-block}.colors i:nth-child(2){background:#ffd865}.colors i:nth-child(3){background:#f17989}.colors i:nth-child(4){background:#75d0ad}h1,h2,h3{font-family:Poppins,Arial,sans-serif;letter-spacing:-.04em;line-height:1.12;margin:0}h1{font-size:clamp(44px,5.6vw,72px)}h1 span,.download h2 span{color:var(--blue)}.intro{font-size:17px;color:var(--muted);line-height:1.8;margin:25px 0 30px}.hero-actions{display:flex;align-items:center;gap:26px}.button{display:inline-flex;gap:44px;align-items:center;background:var(--yellow);color:#181d2d;padding:15px 23px;border-radius:12px;font-weight:700;box-shadow:0 6px 30px #fcd16f12;transition:transform .2s}.button:hover{transform:translateY(-3px)}.text-link{font-size:13px;font-weight:700}.text-link span{margin-left:8px}.hero-note{font-size:12px;color:#949db6;margin-top:23px}.hero-art{position:relative;height:500px;isolation:isolate}.hero-art:before{content:'';position:absolute;inset:40px -20px;background:radial-gradient(ellipse,#4d61b737,transparent 70%);z-index:-1}.art-tile{position:absolute;overflow:hidden;border:1px solid #ffffff22;border-radius:22px;box-shadow:0 20px 45px #0005;width:49%;background:#222a42}.art-tile img{width:100%;height:198px;object-fit:cover}.art-tile span{display:flex;justify-content:space-between;padding:12px 17px;font-weight:700;font-size:13px}.art-tile b{font-size:10px;opacity:.45}.tile-ludo{top:10px;left:1%;transform:rotate(-9deg)}.tile-quest{right:0;top:35px;transform:rotate(8deg)}.tile-chess{top:265px;left:0;transform:rotate(-5deg)}.tile-box{right:0;top:280px;transform:rotate(8deg)}.tile-chess img,.tile-box img{height:166px}.play-sticker{position:absolute;top:207px;left:29%;width:174px;border:5px solid var(--bg);border-radius:18px;background:var(--yellow);color:#262334;padding:14px 15px;font-size:10px;line-height:1.6;transform:rotate(-7deg);box-shadow:0 8px 22px #0003}.play-sticker strong{font-size:13px}.play-sticker span{position:absolute;right:15px;top:13px;font-size:24px}.orbit{position:absolute;z-index:-1;border:1px solid #ffffff0c;width:440px;height:440px;top:30px;left:10px;border-radius:50%}.orbit-two{transform:scale(1.18)}.feature-strip{border-top:1px solid #ffffff10;border-bottom:1px solid #ffffff10;background:#14182a}.feature-strip .wrap{display:flex;justify-content:space-between;gap:20px;padding-top:21px;padding-bottom:21px;font-size:13px;color:#c4cbdb}.dot{margin-right:12px;transform:rotate(45deg)}.yellow{background:var(--yellow)}.green{background:#75d0ad}.games{padding-top:85px;padding-bottom:86px}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:flex-end}.section-heading .eyebrow{margin-bottom:17px}h2{font-size:38px}.section-heading>p{font-size:14px;color:var(--muted);margin:0 0 3px}.filters{display:flex;flex-wrap:wrap;gap:9px;margin:31px 0 25px}.filters button{border:1px solid #ffffff20;background:transparent;color:var(--muted);padding:8px 21px;border-radius:100px;cursor:pointer;font-size:13px}.filters button.selected{background:var(--blue);border-color:var(--blue);color:#101325;font-weight:700}.filters button:hover{border-color:var(--blue)}.game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.game-card{background:var(--panel);border:1px solid #ffffff10;border-radius:18px;overflow:hidden}.game-card[hidden]{display:none}.card-image{position:relative}.card-image img{width:100%;aspect-ratio:1.25;object-fit:cover}.card-image>span{position:absolute;bottom:12px;left:12px;background:#101325e8;border:1px solid #ffffff25;padding:4px 10px;border-radius:100px;font-size:10px}.card-copy{padding:22px 19px}.game-kind{color:var(--blue);font-size:9px;letter-spacing:1.5px;margin:0 0 12px;font-weight:700}h3{font-size:21px}.card-copy>p:last-child{font-size:13px;color:var(--muted);line-height:1.75;margin:12px 0 0}.download{display:grid;grid-template-columns:1.5fr 1fr;align-items:center;gap:50px;margin-bottom:80px;position:relative;padding-top:55px;padding-bottom:55px}.download:before{content:'';position:absolute;inset:0 20px;z-index:-1;border-radius:30px;background:radial-gradient(ellipse at 80% 50%,#35416a66,transparent 60%),#191e33;border:1px solid #ffffff12}.download-copy{padding-left:34px}.download h2{font-size:45px}.download-copy>p:not(.eyebrow){color:var(--muted);font-size:14px}.store-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.store-button{display:flex;align-items:center;gap:10px;border:1px solid #9098af;background:#0c0f1c;border-radius:10px;padding:9px 15px;min-width:174px;line-height:1.2}.store-button svg{width:30px;height:32px}.store-button small{display:block;font-size:10px;color:#c9cedd;margin-bottom:3px}.store-button strong{font-size:20px;font-weight:500;letter-spacing:-.3px}.store-button[aria-disabled]{opacity:.6;cursor:default}.store-button[href]:hover{border-color:var(--blue);background:#202a43}.download-copy .release-note{font-size:11px!important;margin-top:14px}.qr-card{text-align:center;padding:25px;justify-self:center;max-width:285px}.qr-frame{width:232px;height:232px;background:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#323a52;gap:12px;padding:12px;box-shadow:0 12px 50px #0002}.qr-frame span{font-size:11px}.qr-frame a{display:block}.qr-frame a img{width:208px;height:208px;image-rendering:pixelated}.qr-card h3{font-size:18px;margin-top:24px;letter-spacing:-.02em}.qr-card p{font-size:12px;color:var(--muted);margin-bottom:0}.footer{border-top:1px solid #ffffff12;display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:24px;padding-bottom:30px;font-size:12px;color:var(--muted)}.footer-brand{width:150px}.footer p a{color:white}.sr-only,.skip:not(:focus){position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.skip:focus{position:fixed;z-index:5;background:var(--yellow);color:#111;padding:12px;top:8px;left:8px}
@media(min-width:1450px){.hero{padding-top:70px;padding-bottom:100px}}
@media(max-width:1000px){.wrap{padding-left:28px;padding-right:28px}.hero{gap:25px}.hero-art{height:450px}.art-tile img{height:165px}.tile-chess,.tile-box{top:245px}.tile-chess img,.tile-box img{height:150px}.play-sticker{top:185px;left:22%}.orbit{width:310px;height:310px}.game-grid{grid-template-columns:repeat(2,1fr)}.download{gap:12px}.download-copy{padding-left:20px}.store-button{min-width:160px;padding:9px 11px}}
@media(max-width:700px){.wrap{padding-left:22px;padding-right:22px}.header{height:91px}.brand{width:162px}nav{gap:0}nav>a:first-child{display:none}.nav-cta{font-size:11px;padding:8px 13px}.nav-cta span{margin-left:5px}.hero{grid-template-columns:1fr;padding-top:34px;padding-bottom:54px;gap:30px}.hero-copy{max-width:480px}.eyebrow{font-size:9px;letter-spacing:1.6px;margin-bottom:20px}h1{font-size:56px}.intro{font-size:15px;margin:22px 0}.hero-art{width:100%;max-width:420px;justify-self:center;height:426px;margin-top:10px}.art-tile img{height:156px}.tile-chess,.tile-box{top:230px}.tile-chess img,.tile-box img{height:140px}.play-sticker{top:173px;left:27%;width:162px}.feature-strip .wrap{justify-content:center;flex-wrap:wrap;gap:11px 18px;font-size:11px}.feature-strip span:first-child{flex-basis:100%;text-align:center}.games{padding-top:55px;padding-bottom:45px}.section-heading{display:block}.section-heading>p{margin-top:18px}h2{font-size:31px}.filters{gap:7px;margin-top:25px}.filters button{padding:7px 15px;font-size:12px}.game-grid{gap:12px}.card-copy{padding:17px 13px}.card-copy>p:last-child{font-size:12px}.game-kind{font-size:8px;letter-spacing:1px}h3{font-size:18px}.download{grid-template-columns:1fr;text-align:center;margin-bottom:45px;padding-top:37px;padding-bottom:30px;gap:8px}.download:before{inset:0 12px;border-radius:22px}.download-copy{padding:0 10px}.download .eyebrow{justify-content:center}.download h2{font-size:36px}.store-buttons{justify-content:center}.store-button{text-align:left;min-width:150px}.store-button strong{font-size:18px}.qr-card{padding:15px}.footer{flex-wrap:wrap;justify-content:center;text-align:center;gap:10px}.footer p{flex-basis:100%;margin:0}.footer-brand{width:145px}.footer>a:last-child{margin-top:5px}}
@media(max-width:360px){h1{font-size:48px}.hero-actions{gap:17px}.button{gap:30px}.game-grid{grid-template-columns:1fr}.hero-art{height:390px}.art-tile img{height:135px}.tile-chess,.tile-box{top:211px}.tile-chess img,.tile-box img{height:125px}.play-sticker{left:23%;top:157px}.store-buttons{flex-direction:column;align-items:center}.store-button{width:190px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Decorative tilted cards and orbit rings stay inside the mobile viewport. */
.hero{overflow:clip}

.store-button{color:var(--text);cursor:pointer;text-align:left}.store-button:hover{border-color:var(--blue);background:#202a43}.qr-frame>img{width:208px;height:208px;image-rendering:pixelated}
