:root{color-scheme:dark;--background: #090f13;--foreground: #f3f6f4;--surface: rgba(17, 24, 30, .82);--surface-strong: rgba(19, 28, 36, .96);--surface-alt: rgba(13, 20, 26, .92);--muted: #9aacb2;--accent: #ff8e47;--accent-2: #63e0b8;--accent-3: #79a9ff;--border: rgba(243, 246, 244, .12);--shadow: 0 28px 90px rgba(0, 0, 0, .36);--section-space-y: 2rem}*{box-sizing:border-box}html{min-height:100%;background:var(--background);scroll-behavior:smooth}body{min-height:100%;margin:0;background:var(--background);color:var(--foreground);font-family:Space Grotesk,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%}.shell{width:min(1280px,calc(100% - 64px));margin-inline:auto}.panel{border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.eyebrow{margin:0;color:var(--muted);font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.68rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.badge{display:inline-flex;width:fit-content;align-items:center;border-radius:8px;background:color-mix(in srgb,var(--accent-3) 16%,transparent);color:var(--accent-3);padding:.34rem .62rem;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.64rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.button{display:inline-flex;min-height:2.75rem;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;padding:.78rem 1rem;font-size:.9rem;font-weight:700;transition:border-color .18s ease,background .18s ease,transform .18s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 58%,#fff));color:#111817}.store-badge-link{display:inline-flex;height:2.75rem;align-items:center;border:0;background:transparent;border-radius:0;padding:0;transition:transform .18s ease}.store-badge-link:hover{transform:translateY(-1px)}.store-badge{display:block;width:auto;height:100%}.button-secondary{border-color:var(--border);background:var(--surface-strong);color:var(--foreground)}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--background) 88%,transparent);backdrop-filter:blur(18px)}.site-header__inner{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;color:var(--foreground)}.brand-logo{display:block;width:auto;height:40px}.nav{display:flex;align-items:center;gap:.45rem}.nav a{border-radius:8px;padding:.72rem .85rem;color:var(--muted);font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.nav a:hover{background:var(--surface-strong);color:var(--foreground)}.hero{padding:calc(var(--section-space-y) * 2) 0 var(--section-space-y)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.72fr);gap:1rem;align-items:stretch}.hero-main,.hero-card,.content-card{border:1px solid var(--border);border-radius:8px;background:var(--surface)}.hero-main{padding:clamp(1.5rem,5vw,3.25rem)}.hero-main--centered{display:grid;justify-items:center;text-align:center}.hero-main--centered .lead{margin-inline:auto}.hero-main--single{width:100%}.hero-card,.content-card{padding:1.35rem}.hero h1,.page-title{margin:1rem 0 0;max-width:900px;font-size:clamp(2.6rem,6vw,4.5rem);letter-spacing:-.03em;line-height:.92}.lead{max-width:720px;color:var(--muted);font-size:clamp(1rem,2vw,1.16rem);line-height:1.8}.hero-actions,.card-grid,.two-col,.feature-grid,.game-showcase,.screenshot-carousel{display:grid;gap:1rem}.hero-actions{grid-template-columns:repeat(2,fit-content(220px));margin-top:1.6rem}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr));padding-block:var(--section-space-y)}.two-col{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);padding-block:var(--section-space-y)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding-block:var(--section-space-y)}.product-card{display:grid;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.product-card__media{position:relative;display:grid;gap:.9rem;justify-items:start;overflow:hidden;border-bottom:1px solid var(--border);background:var(--surface-alt);padding:1.35rem;transition:filter .18s ease}.product-card__media:hover,.product-card__media:focus-visible{filter:brightness(1.08)}.product-card__media:before{position:absolute;inset:0;background:radial-gradient(circle at 18% 20%,color-mix(in srgb,var(--accent-2) 24%,transparent),transparent 32%),radial-gradient(circle at 82% 14%,color-mix(in srgb,var(--accent-3) 22%,transparent),transparent 34%);content:"";opacity:.72}.product-card__media--tilt:before{background:radial-gradient(circle at 18% 20%,color-mix(in srgb,var(--accent) 28%,transparent),transparent 32%),radial-gradient(circle at 82% 16%,color-mix(in srgb,var(--accent-2) 18%,transparent),transparent 36%)}.product-card__icon{width:76px;height:76px;flex:0 0 auto;border-radius:8px;box-shadow:0 18px 44px #00000047}.product-card__banner{position:relative;z-index:1;display:block;width:100%;height:auto;aspect-ratio:1024 / 500;border-radius:8px;object-fit:contain;box-shadow:0 24px 60px #00000052}.product-card__body{display:grid;gap:1rem;padding:1.35rem}.product-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.product-card__title{display:grid;gap:1rem}.product-card__body h2{margin:0;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.06em;line-height:.95}.product-card__body p{margin:0;color:var(--muted);line-height:1.75}.product-card__actions{display:flex;flex-wrap:wrap;gap:.75rem}.game-banner{display:block;width:100%;aspect-ratio:16 / 9;border-radius:8px;object-fit:cover;pointer-events:none;box-shadow:0 18px 44px #ff8e472e}.game-showcase{display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);gap:1rem;align-items:start;padding-block:var(--section-space-y)}.feature-grid{grid-template-columns:1fr}.screenshot-carousel{position:relative;display:grid;gap:1rem;width:100%;max-width:340px;padding:1.35rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);justify-self:start}.carousel-heading h2{margin:.7rem 0 0;letter-spacing:-.04em}.carousel-track{display:grid;grid-auto-columns:100%;grid-auto-flow:column;overflow-x:auto;border-radius:8px;background:var(--surface-alt);scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x pan-y}.carousel-track::-webkit-scrollbar{display:none}.carousel-track.is-dragging{scroll-behavior:auto}.carousel-slide{display:grid;aspect-ratio:9 / 16;min-height:512px;margin:0;overflow:hidden;border-radius:8px;scroll-snap-align:center}.carousel-slide img{display:block;width:100%;height:100%;border-radius:8px;object-fit:cover}.carousel-button{position:absolute;top:50%;z-index:3;display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--border);border-radius:8px;background:var(--surface-strong);color:var(--foreground);cursor:pointer;font-size:2rem;font-weight:700;line-height:1;transform:translateY(-50%)}.carousel-button--prev{left:1rem}.carousel-button--next{right:1rem}.carousel-dots{display:flex;justify-content:center;gap:.55rem}.carousel-dot{width:.72rem;height:.72rem;border:1px solid var(--border);border-radius:999px;background:var(--surface-strong);cursor:pointer;padding:0}.carousel-dot[aria-current=true]{border-color:transparent;background:var(--accent)}.content-card h2,.content-card h3,.hero-card h2{margin:.7rem 0;letter-spacing:-.04em}.content-card p,.content-card li,.hero-card p{color:var(--muted);line-height:1.75}.game-icon{width:112px;height:112px;border-radius:8px;box-shadow:0 18px 44px #ff8e4733}.stat-list{display:grid;gap:.75rem;margin-top:1rem}.stat{display:flex;justify-content:space-between;gap:1rem;border:1px solid var(--border);border-radius:8px;background:var(--surface-alt);padding:.85rem}.stat span:first-child{color:var(--muted)}.stat span:last-child{font-weight:800}.legal-content{max-width:880px;margin:0 auto 4rem}.legal-content h2{margin-top:2rem}.site-footer{margin-top:var(--section-space-y);border-top:1px solid var(--border);padding:2.25rem 0;color:var(--muted)}.site-footer__inner{display:grid;gap:1.25rem}.site-footer__top,.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-footer__brand{color:var(--foreground)}.site-footer__nav,.site-footer__contact{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.35rem .75rem}.site-footer__nav a,.site-footer__contact a{border-radius:8px;color:var(--muted)}.site-footer__nav a{padding:.55rem .65rem;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.66rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.site-footer__contact a{padding:.35rem 0}.site-footer__nav a:hover,.site-footer__contact a:hover{color:var(--foreground)}.site-footer__tagline{max-width:680px;margin:0;line-height:1.7}@media(max-width:820px){.shell{width:min(100% - 32px,1280px)}.site-header{padding-top:0}.site-header__inner,.site-footer__top,.site-footer__bottom{align-items:flex-start;flex-direction:column}.site-header__inner{width:100%;min-height:0;margin-inline:0;padding:.975rem 16px .65rem;gap:.975rem}.brand-logo{height:32px}.nav{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem}.nav a{padding:.7rem .45rem;text-align:center}.site-footer__nav,.site-footer__contact{justify-content:flex-start}.hero{padding-top:1.6rem}.hero-main{padding:1.25rem}.hero-card,.content-card,.product-card__body{padding:1rem}.hero h1,.page-title{font-size:clamp(2.35rem,12vw,4.4rem);letter-spacing:-.07em}.lead{font-size:1rem;line-height:1.72}.hero-grid,.card-grid,.game-showcase,.product-grid,.two-col,.feature-grid,.hero-actions,.screenshot-carousel{grid-template-columns:1fr}.product-card__media{padding:1rem}.screenshot-carousel{max-width:min(100%,360px);padding:1rem;justify-self:center}.carousel-slide{min-height:min(72vh,512px)}.carousel-slide img{height:100%}.carousel-track.is-dragging{cursor:grabbing}.carousel-button{width:38px;height:38px;font-size:1.6rem}.carousel-button--prev{left:.6rem}.carousel-button--next{right:.6rem}}@media(max-width:480px){.shell{width:min(100% - 24px,1280px)}.site-header{padding-top:0}.site-header__inner{padding:1.2rem 12px .7rem;gap:1.2rem}.nav a{padding:.62rem .3rem;font-size:.62rem;letter-spacing:.12em}.hero{padding-top:1.4rem}.hero-main{padding:1rem}.hero-card,.content-card,.product-card__body,.product-card__media{padding:.9rem}.hero h1,.page-title{font-size:clamp(2.2rem,11vw,3.25rem)}.hero-actions{gap:.75rem}}
