@import"https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700;800&display=swap";:root{--color-main: #44bef8;--color-main-dark: #198cc5;--color-secondary: #58cc05;--color-secondary-dark: #47a30b;--color-super: #9266cc;--color-super-dark: #bc68eb;--color-error: #ff4b4b;--color-error-dark: #e33535;--color-neutral: #ffffff;--color-neutral-dark: rgba(255, 255, 255, .5);--color-background: #131f24;--color-surface: #ffffff;--color-text-primary: #212121;--color-text-secondary: #757575;--color-divider: #bdbdbd;--color-bg-light: #f5f5f5;--color-bg-dark: #384650;font-family:"Baloo 2",Segoe UI,sans-serif;color:var(--color-neutral);background-color:var(--color-background);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(60% 50% at 20% 20%,rgba(206,130,255,.16),transparent),radial-gradient(50% 40% at 80% 10%,rgba(124,58,237,.14),transparent),var(--color-background);color:var(--color-neutral)}button{font-family:inherit}.landing-page{flex:1;display:flex;min-height:0}.landing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));flex:1;min-height:0}.game-tile{min-height:50vh;min-height:50svh;display:flex;flex-direction:column;justify-content:center;gap:clamp(1rem,3vw,2.2rem);padding:clamp(1.4rem,3vw,2.8rem);padding-bottom:clamp(1.9rem,4vw,3.3rem);position:relative;overflow:hidden}.tile-top-row{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(180px,.8fr);align-items:center;gap:clamp(1rem,2vw,1.8rem)}.theme-super{--page-bg: radial-gradient(circle at 20% 10%, rgba(189, 134, 255, .18), transparent 36%), linear-gradient(135deg, #5e2c8a 0%, #9266cc 55%, #b973f1 100%);--card-bg: rgba(255, 255, 255, .12);--card-border: rgba(255, 255, 255, .22);--surface-shadow: rgba(42, 10, 80, .28);--text-main: #ffffff;--text-muted: rgba(255, 255, 255, .8);--link-bg: rgba(255, 255, 255, .16);--link-border: rgba(255, 255, 255, .26);--link-color: #ffffff;--link-disabled: rgba(255, 255, 255, .42)}.theme-stonks{--page-bg: radial-gradient(circle at 85% 20%, rgba(64, 255, 169, .12), transparent 28%), linear-gradient(135deg, #050505 0%, #101010 65%, #181818 100%);--card-bg: rgba(255, 255, 255, .06);--card-border: rgba(255, 255, 255, .14);--surface-shadow: rgba(0, 0, 0, .45);--text-main: #f6f6f3;--text-muted: rgba(246, 246, 243, .76);--link-bg: rgba(64, 255, 169, .14);--link-border: rgba(64, 255, 169, .3);--link-color: #d7ffeb;--link-disabled: rgba(215, 255, 235, .4)}.theme-cats{--page-bg: radial-gradient(circle at 10% 10%, rgba(255, 226, 159, .18), transparent 30%), linear-gradient(135deg, #c96e1c 0%, #ef8b18 60%, #ffaf45 100%);--card-bg: rgba(255, 252, 246, .16);--card-border: rgba(255, 252, 246, .28);--surface-shadow: rgba(125, 63, 5, .25);--text-main: #fff8f0;--text-muted: rgba(255, 248, 240, .8);--link-bg: rgba(255, 248, 240, .18);--link-border: rgba(255, 248, 240, .28);--link-color: #fff8f0;--link-disabled: rgba(255, 248, 240, .42)}.theme-mountain{--page-bg: radial-gradient(circle at 80% 18%, rgba(184, 255, 132, .15), transparent 30%), linear-gradient(135deg, #1d5d30 0%, #2f7b3d 55%, #4ea85a 100%);--card-bg: rgba(242, 255, 243, .12);--card-border: rgba(242, 255, 243, .22);--surface-shadow: rgba(12, 54, 21, .24);--text-main: #f5fff6;--text-muted: rgba(245, 255, 246, .8);--link-bg: rgba(245, 255, 246, .16);--link-border: rgba(245, 255, 246, .24);--link-color: #f5fff6;--link-disabled: rgba(245, 255, 246, .42)}.theme-legal{--page-bg: radial-gradient(circle at 20% 0%, rgba(146, 102, 204, .18), transparent 32%), linear-gradient(180deg, #131f24 0%, #0d1519 100%);--card-bg: rgba(255, 255, 255, .08);--card-border: rgba(255, 255, 255, .12);--surface-shadow: rgba(0, 0, 0, .3);--text-main: #ffffff;--text-muted: rgba(255, 255, 255, .72);--link-bg: rgba(255, 255, 255, .12);--link-border: rgba(255, 255, 255, .18);--link-color: #ffffff;--link-disabled: rgba(255, 255, 255, .42)}.theme-super-page{--page-bg: radial-gradient(circle at 20% 10%, rgba(68, 190, 248, .14), transparent 30%), radial-gradient(circle at 80% 82%, rgba(88, 204, 5, .14), transparent 28%), linear-gradient(180deg, #131f24 0%, #0d1519 100%);--card-bg: rgba(255, 255, 255, .08);--card-border: rgba(255, 255, 255, .12);--surface-shadow: rgba(0, 0, 0, .3);--text-main: #ffffff;--text-muted: rgba(255, 255, 255, .72);--link-bg: rgba(255, 255, 255, .12);--link-border: rgba(255, 255, 255, .18);--link-color: #ffffff;--link-disabled: rgba(255, 255, 255, .42)}.theme-super,.theme-stonks,.theme-cats,.theme-mountain,.theme-super-page{background:var(--page-bg)}.game-copy,.game-media{position:relative;z-index:1}.game-copy{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem}.game-status{display:inline-flex;align-items:center;min-height:2rem;padding:.4rem .75rem;border-radius:999px;background:var(--card-bg);border:1px solid var(--card-border);color:var(--text-main);font-size:.86rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.game-status.live{box-shadow:0 0 0 1px #ffffff0f,0 12px 30px var(--surface-shadow)}.game-tile h2{margin:0 0 .7rem;color:var(--text-main);font-size:clamp(2rem,3vw,3.4rem);line-height:.95}.game-description{margin:0 0 1.4rem;max-width:26ch;color:var(--text-muted);font-size:clamp(1rem,1.35vw,1.15rem);line-height:1.5}.tile-links{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.7rem;flex-wrap:wrap;margin-top:.35rem}.tile-link{display:inline-flex;align-items:center;justify-content:center;width:170px;height:52px;padding:0 1.25rem;border-radius:6px;background:#95ff49;border:1px solid rgba(0,0,0,.08);color:#101010;text-decoration:none;font-size:1rem;font-weight:800;box-shadow:0 14px 32px var(--surface-shadow);transition:transform .14s ease,background .14s ease,border-color .14s ease}.tile-link:hover{transform:translateY(-1px);background:#a8ff68}.tile-link.disabled{background:#ffffff1f;border-color:var(--link-border);color:var(--link-disabled);cursor:default}.store-button{gap:.65rem}.store-button-icon{width:1.15rem;height:1.15rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.store-button-icon img{width:100%;height:100%;display:block}.store-badge-link{display:inline-flex;align-items:center;justify-content:center;line-height:0}.store-badge-image{width:170px;height:52px;display:block}.game-media{display:flex;align-items:center;justify-content:center}.game-artwork{width:min(100%,420px);aspect-ratio:1 / 1;position:relative;display:grid;place-items:center}.game-artwork.compact{width:min(100%,340px)}.art-device-frame{width:min(78%,300px);aspect-ratio:215 / 466;padding:.8rem;border-radius:32px;background:#0c0e1857;border:1px solid rgba(255,255,255,.16);box-shadow:0 24px 40px #00000042}.art-device-frame img{width:100%;height:100%;object-fit:cover;border-radius:24px;display:block}.game-art-icon{width:100%;height:100%;object-fit:cover;overflow:hidden}.plain-icon{width:min(78%,300px);height:auto;border-radius:28px}.app-shell{min-height:100vh;min-height:100svh;display:flex;flex-direction:column;position:relative;overflow:hidden;color:var(--text-main, #ffffff);background:var(--page-bg)}.landing-shell{background:#0d1519;color:#fff}.top-bar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem clamp(1.25rem,3vw,2.4rem);background:#070a122e;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.1)}.page-glow{position:absolute;border-radius:999px;filter:blur(90px);opacity:.7;pointer-events:none;z-index:0}.page-glow-one{width:24rem;height:24rem;top:5rem;left:-5rem;background:radial-gradient(circle at 30% 30%,rgba(68,190,248,.3),transparent 60%)}.page-glow-two{width:24rem;height:24rem;right:-4rem;bottom:8rem;background:radial-gradient(circle at 70% 70%,rgba(88,204,5,.25),transparent 60%)}.top-brand{display:inline-flex;align-items:center;gap:.75rem;color:inherit;text-decoration:none}.brand-logo{width:44px;height:44px;border-radius:14px;object-fit:cover;box-shadow:0 12px 24px #0000002e}.brand-name{font-size:1.1rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.top-actions{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;flex-wrap:wrap}.top-link{display:inline-flex;align-items:center;justify-content:center;min-height:2.6rem;padding:.7rem .95rem;border-radius:14px;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);color:inherit;text-decoration:none;font-weight:800}.top-link.current{background:#ffffff29}.page-main{width:min(1200px,calc(100% - 2.5rem));margin:0 auto;flex:1;padding:clamp(2rem,5vw,4rem) 0 2rem;position:relative;z-index:1}.hero{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:clamp(2rem,4vw,4rem)}.copy{max-width:560px}h1{margin:.75rem 0 .65rem;font-size:clamp(2.5rem,5vw,4.4rem);line-height:.95;letter-spacing:-.02em}.subhead{margin:0;color:var(--text-muted, rgba(255, 255, 255, .72));font-size:1.08rem;line-height:1.5;max-width:38rem}.gradient-text{background:linear-gradient(110deg,#44bef8,#58cc05);-webkit-background-clip:text;color:transparent}.cta-row{display:flex;gap:.8rem;margin:2rem 0;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:3.6rem;padding:1rem 1.35rem;border-radius:999px;border:0;cursor:pointer;text-decoration:none;font-size:1.15rem;font-weight:800;transition:transform .14s ease,box-shadow .14s ease}.btn:hover{transform:translateY(-1px)}.btn .icon{display:inline-flex;width:1.3em;height:1.3em;margin-right:.55rem}.btn .icon img{width:100%;height:100%;display:block}.btn.primary{color:#fff;background:#44bef8;box-shadow:0 10px 30px #44bef84d,inset 0 0 0 1px #ffffff24}.btn.ghost{color:#fff;background:#58cc05;box-shadow:0 10px 30px #58cc0547,inset 0 0 0 1px #ffffff1f}.cta-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.7rem}.cta-list li{display:inline-flex;align-items:center;gap:.55rem;padding:.7rem .9rem;border-radius:14px;background:#fffffff5;color:#1d1d1d;font-weight:800;box-shadow:0 4px #ffffff59}.cta-list .dot{width:24px;height:24px;display:grid;place-items:center}.cta-list .dot img{width:100%;height:100%;display:block}.lang-pill{display:inline-flex;align-items:center;gap:.45rem;min-height:2.6rem;padding:.65rem .9rem;border-radius:14px;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);color:inherit;font:inherit;font-weight:800;cursor:pointer}.lang-pill[aria-pressed=true]{background:#ffffff2e}.lang-pill img{width:18px;height:18px;display:block}.mini-game{margin-top:2rem}.mini-title{margin:0 0 .75rem;font-size:1.3rem}.mini-question{margin:0 0 1rem;color:var(--text-muted, rgba(255, 255, 255, .72));font-weight:700}.mini-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem;margin-left:auto;margin-right:auto}.flip-card{background:none;border:0;padding:0;cursor:pointer;perspective:1000px;animation:flip-card-bounce 4s ease-in-out infinite}.flip-card:nth-child(2){animation-delay:.35s}.flip-card:nth-child(3){animation-delay:.7s}.flip-card:nth-child(4){animation-delay:1.05s}.flip-card:hover{animation-play-state:paused}@keyframes flip-card-bounce{0%,70%,to{transform:translateY(0)}78%{transform:translateY(-10px)}86%{transform:translateY(0)}92%{transform:translateY(-6px)}}.flip-card-inner{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:18px;background:var(--color-neutral);border:1px solid rgba(0,0,0,.06);display:grid;place-items:center;color:var(--color-background);font-weight:800;font-size:1.2rem;transition:transform .24s ease,background .24s ease,border-color .24s ease;transform-style:preserve-3d;box-shadow:0 6px 0 var(--color-neutral-dark)}.flip-card:hover .flip-card-inner{border-color:#00000024}.flip-card.flipped .flip-card-inner{transform:rotateY(180deg);box-shadow:0 6px 0 var(--color-secondary-dark)}.flip-face{position:absolute;inset:0;display:grid;place-items:center;backface-visibility:hidden;border-radius:18px;padding:.6rem;text-align:center}.flip-face.back{background:var(--color-secondary);color:#0b2f00;transform:rotateY(180deg)}.device-wrap{position:relative;display:flex;justify-content:center}.device-shadow{position:absolute;width:min(420px,90vw);height:calc(min(420px,90vw)*1.9);max-height:760px;border-radius:40px;background:radial-gradient(circle at 40% 20%,rgba(88,204,2,.25),transparent 55%),radial-gradient(circle at 70% 80%,rgba(255,218,92,.3),transparent 55%);filter:blur(50px);opacity:.7;z-index:0;top:-10px}.device{position:relative;width:min(330px,90vw);aspect-ratio:215 / 466;border-radius:36px;border:2px solid rgba(255,255,255,.12);box-shadow:0 25px 60px #00000073;z-index:1}.notch{position:absolute;top:8px;left:50%;width:110px;height:20px;border-radius:0 0 16px 16px;background:#e5f3d5;transform:translate(-50%);opacity:.85}.screen{width:100%;height:100%;border-radius:36px;overflow:hidden;background:linear-gradient(160deg,#10171c,#162028)}.embla{position:absolute;inset:0;overflow:hidden;border-radius:36px}.embla__container{display:flex;height:100%}.embla__slide{flex:0 0 100%;min-width:0}.embla__slide img{width:100%;height:100%;object-fit:cover;display:block}.placeholder-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.9fr);gap:clamp(1.5rem,4vw,4rem);align-items:center;min-height:calc(100vh - 14rem);min-height:calc(100svh - 14rem)}.placeholder-copy{max-width:560px}.page-kicker{display:inline-flex;align-items:center;padding:.45rem .75rem;border-radius:999px;background:var(--card-bg);border:1px solid var(--card-border);color:var(--text-main);font-size:.86rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.placeholder-text{margin:1.25rem 0 0;color:var(--text-muted, rgba(255, 255, 255, .72));line-height:1.6}.placeholder-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}.store-pill{display:inline-flex;align-items:center;justify-content:center;min-height:3.6rem;padding:1rem 1.25rem;border-radius:999px;background:var(--link-bg);border:1px solid var(--link-border);color:var(--link-color);font-weight:800}.store-pill.muted{color:var(--link-disabled)}.placeholder-media{display:flex;justify-content:center}.released-hero{align-items:center}.released-copy-stack{display:grid;gap:.9rem;margin-top:1rem}.released-copy-stack .placeholder-text{margin:0}.released-media{display:grid;justify-items:center}.legal-main{width:min(1100px,calc(100% - 2.5rem))}.legal-page{max-width:900px;margin:0 auto;color:var(--text-main, #ffffff)}.legal-page h1,.legal-page h2{margin:0 0 .7rem;line-height:1.2}.legal-page h2{margin-top:2rem}.legal-page p,.legal-page li{color:var(--text-muted, rgba(255, 255, 255, .72));line-height:1.65}.legal-page a{color:#8fd9ff}.site-footer{width:min(1200px,calc(100% - 2.5rem));margin:0 auto;padding:1.2rem 0 1.8rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer-left,.footer-right,.footer-links,.footer-socials{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.footer-left{flex-direction:column;align-items:flex-start;gap:.25rem}.footer-brand{font-weight:800}.footer-note{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-muted, rgba(255, 255, 255, .72));font-weight:700}.footer-icon-inline{width:20px;height:20px;display:inline-flex}.footer-icon-inline img{width:100%;height:100%;display:block}.footer-link{color:inherit;text-decoration:none;font-weight:700;opacity:.8}.footer-icon{width:42px;height:42px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:inherit;text-decoration:none}.footer-icon svg{width:22px;height:22px;fill:currentColor}@media(max-width:1100px){.game-tile{justify-items:start}.tile-top-row{grid-template-columns:1fr}.game-media{width:100%}.placeholder-hero,.hero{grid-template-columns:1fr}.device-wrap{order:-1}}@media(max-width:840px){.landing-grid{grid-template-columns:1fr;grid-template-rows:none}.game-tile{min-height:50svh}.mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.top-bar{align-items:flex-start;flex-direction:column}.top-actions{justify-content:flex-start}}@media(max-width:640px){.page-main,.site-footer,.legal-main{width:min(100%,calc(100% - 1.5rem))}.game-tile{min-height:380px;padding:3rem 1.25rem;justify-content:flex-start}.game-tile h2{font-size:2rem}.tile-top-row{display:block}.game-copy{max-width:58%;position:relative;z-index:1}.game-description{max-width:14ch}.game-media{position:absolute;top:50%;right:-22%;width:62%;transform:translateY(-50%);justify-content:flex-end;z-index:0;pointer-events:none}.game-artwork.compact{width:100%}.tile-links{flex-direction:column;width:auto;align-items:flex-start;justify-content:flex-start;position:relative;z-index:1}.store-badge-image{width:min(100%,170px);height:auto}.store-badge-link{justify-content:flex-start}.tile-link{width:170px}.brand-name{font-size:.96rem}h1{font-size:2.4rem}.btn,.store-pill{width:100%}.footer-left,.footer-right{width:100%;align-items:center;justify-content:center}.site-footer{flex-direction:column;align-items:center;text-align:center}.footer-left{align-items:center}}
