:root{--ink:#10243e;--muted:#64748b;--blue:#1769e0;--sky:#eaf4ff;--lime:#dfff75;--paper:#fbfcf8;--line:#dfe7ee}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB",sans-serif}a{color:inherit}.site-header{height:76px;max-width:1180px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-weight:800;letter-spacing:-.02em}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--ink);color:#fff;font-size:20px;transform:rotate(-5deg)}nav{display:flex;gap:30px}nav a{text-decoration:none;color:#42526a;font-size:14px;font-weight:650}nav a:hover{color:var(--blue)}main{overflow:hidden}.hero{min-height:650px;max-width:1180px;margin:auto;padding:74px 28px 94px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px}.eyebrow,.section-kicker{font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--blue)}.eyebrow span{display:inline-block;width:8px;height:8px;margin-right:7px;border-radius:50%;background:#64d98b;box-shadow:0 0 0 5px #e6f9ec}.hero h1{font-size:clamp(58px,7.2vw,96px);line-height:.94;letter-spacing:-.07em;margin:24px 0}.hero h1 em{font-style:normal;color:var(--blue)}.hero-lede{max-width:550px;font-size:21px;line-height:1.5;color:#42526a;margin:0}.hero-cn{color:#7a8798;margin:10px 0 0}.hero-actions{display:flex;gap:12px;margin-top:34px}.button{padding:13px 20px;border-radius:999px;text-decoration:none;font-weight:750;font-size:14px}.button.primary{background:var(--ink);color:#fff}.button.secondary{border:1px solid var(--line);background:#fff}.game-collage{height:480px;position:relative}.tile{position:absolute;width:185px;height:185px;object-fit:cover;border-radius:42px;box-shadow:0 24px 55px #193a6128;border:8px solid #fff}.tile-a{left:8%;top:0;transform:rotate(-8deg)}.tile-b{right:2%;top:55px;transform:rotate(8deg)}.tile-c{left:2%;bottom:20px;transform:rotate(5deg)}.tile-d{right:9%;bottom:0;transform:rotate(-7deg)}.orbit{position:absolute;border-radius:50%;z-index:-1}.orbit-one{width:400px;height:400px;background:var(--sky);left:10%;top:7%}.orbit-two{width:105px;height:105px;background:var(--lime);right:4%;bottom:18%}.stats{max-width:1124px;margin:0 auto 110px;padding:30px 38px;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 18px 50px #193a610d}.stats div{display:flex;justify-content:center;align-items:center;gap:15px;border-right:1px solid var(--line)}.stats div:last-child{border:0}.stats strong{font-size:38px;letter-spacing:-.06em}.stats span{font-size:13px;line-height:1.35;color:var(--muted)}.section{max-width:1124px;margin:auto;padding:105px 0}.split{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;border-top:1px solid var(--line)}h2{font-size:clamp(40px,5vw,66px);line-height:1.02;letter-spacing:-.055em;margin:16px 0}.prose{font-size:18px;color:#435168}.prose p{margin:0 0 22px}.business-tags{display:flex;flex-wrap:wrap;gap:9px;margin:28px 0}.business-tags span,.api-badges span{padding:8px 13px;border-radius:999px;font-size:12px;font-weight:750}.business-tags span{background:var(--sky);color:#23558c}.note{padding:20px 22px;border-left:4px solid var(--lime);background:#fff;border-radius:0 14px 14px 0}.api-section{max-width:1180px;margin:80px auto;padding:80px;border-radius:42px;background:var(--ink);color:#fff}.section-kicker.light{color:#8abaff}.api-intro{display:grid;grid-template-columns:1fr 1fr;column-gap:80px}.api-intro h2{grid-row:2/5}.api-intro>p:not(.section-kicker){color:#c8d4e2;font-size:17px}.api-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.api-badges span{background:#ffffff15;border:1px solid #ffffff24;color:#deebf8}.flow{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:60px 0 28px}.flow div{min-height:190px;padding:22px;border-radius:20px;background:#ffffff0c;border:1px solid #ffffff16;display:flex;flex-direction:column}.flow b{color:#80b7ff;font-size:12px}.flow strong{margin-top:auto;font-size:17px}.flow span{margin-top:8px;color:#9fb1c5;font-size:13px;line-height:1.45}.api-policy{display:grid;grid-template-columns:1fr 1fr;gap:34px;padding-top:28px;border-top:1px solid #ffffff1d;color:#afbed0;font-size:14px}.section-heading{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:60px}.section-heading>p{color:var(--muted);padding-bottom:8px}.section-heading a{color:var(--blue);font-weight:700}.games-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:50px}.game-card{padding:12px;background:#fff;border:1px solid var(--line);border-radius:22px;transition:.2s}.game-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px #193a6115}.game-card.extra{display:none}.games-grid.expanded .game-card.extra{display:block}.game-art{aspect-ratio:1;border-radius:15px;background:linear-gradient(135deg,var(--sky),#f4f0ff);overflow:hidden;display:grid;place-items:center;color:var(--blue);font-weight:850;font-size:22px}.game-art img{width:100%;height:100%;object-fit:cover}.game-card h3{font-size:16px;line-height:1.25;margin:15px 3px 10px;min-height:40px}.stores{display:flex;gap:7px;padding:0 3px 4px}.stores a{font-size:11px;font-weight:750;text-decoration:none;padding:6px 8px;border-radius:8px;background:#eff3f6}.show-games{display:block;margin:35px auto 0;border:1px solid var(--line);border-radius:999px;background:#fff;padding:12px 22px;color:var(--ink);font-weight:750;cursor:pointer}.contact-section{max-width:1124px;margin:70px auto 30px;padding:75px;background:var(--sky);border-radius:38px}.contact-section h2{margin-bottom:45px}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.contact-grid a{padding:20px;background:#fff;border-radius:15px;text-decoration:none}.contact-grid small{display:block;color:var(--muted);margin-bottom:4px}.contact-grid strong{font-size:14px}.social-links{display:flex;gap:24px;margin-top:30px;flex-wrap:wrap}.social-links a{font-weight:750;color:var(--blue)}footer{max-width:1124px;margin:auto;padding:38px 0 55px;display:flex;justify-content:space-between;color:var(--muted);font-size:13px}footer a{color:inherit}
@media(max-width:900px){nav{display:none}.hero{grid-template-columns:1fr;padding-top:48px}.game-collage{height:380px;max-width:520px;width:100%;margin:auto}.tile{width:150px;height:150px;border-radius:34px}.stats,.section,.api-section,.contact-section,footer{margin-left:22px;margin-right:22px}.split,.api-intro,.section-heading{grid-template-columns:1fr;gap:30px}.api-intro h2{grid-row:auto}.flow,.games-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.api-section{padding:48px 28px}.api-policy{grid-template-columns:1fr}.section{padding:75px 0}.contact-section{padding:45px 28px}}
@media(max-width:560px){.site-header{height:64px;padding:0 20px}.hero{padding:48px 20px 70px}.hero-copy{min-width:0;width:100%;max-width:350px}.hero h1{font-size:56px}.hero-lede{max-width:100%;font-size:18px;overflow-wrap:anywhere}.hero-actions{flex-direction:column;align-items:flex-start}.game-collage{width:100%;max-width:350px;height:320px;margin:28px 0 0;justify-self:start}.tile{width:124px;height:124px;border-width:6px;border-radius:28px}.tile-a{left:3%;top:0}.tile-b{right:3%;top:25px}.tile-c{left:10%;bottom:0}.tile-d{right:10%;bottom:8px}.orbit-one{width:275px;height:275px;left:10%;top:3%}.orbit-two{width:75px;height:75px;right:1%;bottom:16%}.stats{grid-template-columns:1fr;padding:12px 24px}.stats div{justify-content:flex-start;border-right:0;border-bottom:1px solid var(--line);padding:14px}.flow,.games-grid{grid-template-columns:1fr 1fr}.flow div{min-height:155px}.game-card{padding:8px}.game-card h3{font-size:14px}.contact-grid strong{font-size:12px}footer{flex-direction:column;gap:8px}}
