@import url('https://fonts.googleapis.com/css2?family=DM+Mono&family=Outfit:wght@400;500;600;700;800&display=swap');
:root{--ink:#f5f4ff;--muted:#a6a8bd;--line:rgba(255,255,255,.12);--orange:#ff6a3d;--bg:#090c16}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Outfit,Arial,sans-serif;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(115deg,rgba(124,109,255,.08),transparent 38%),radial-gradient(circle at 88% 20%,rgba(255,106,61,.11),transparent 20%)}a{color:inherit;text-decoration:none}.site-header,main,footer{max-width:1200px;margin:auto}.site-header{height:88px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}.brand{font-weight:800;font-size:19px;letter-spacing:-.8px;display:flex;align-items:center;gap:9px}.brand>span:last-child span{color:var(--orange)}.brand-mark{font:600 11px 'DM Mono',monospace;letter-spacing:-1px;background:linear-gradient(135deg,var(--orange),#fa9764);padding:6px 5px;border-radius:5px;color:#160d10}.site-header nav{display:flex;gap:28px;color:#c4c5d3;font-size:15px}.site-header nav a:hover,footer a:hover{color:#fff}.menu-button{display:none}.hero{min-height:610px;padding:70px 32px 80px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center}.eyebrow,.tag{margin:0 0 16px;font:500 11px 'DM Mono',monospace;letter-spacing:1.3px;color:#9c9ab8}.hero h1,.section-heading h2,.studio h2,.cta h2,.legal h1{font-size:clamp(50px,7vw,86px);line-height:.94;letter-spacing:-4px;margin:0}.hero h1 em{font-style:normal;color:var(--orange)}.lead{max-width:460px;color:var(--muted);font-size:19px;line-height:1.55;margin:28px 0}.hero-actions{display:flex;align-items:center;gap:28px}.button{display:inline-block;border-radius:100px;padding:14px 21px;font-weight:600;font-size:15px;transition:transform .2s,box-shadow .2s}.primary{background:var(--orange);color:#211011;box-shadow:0 11px 30px rgba(255,106,61,.22)}.primary:hover{transform:translateY(-2px);box-shadow:0 16px 35px rgba(255,106,61,.35)}.text-link{font-weight:600;font-size:14px}.text-link span{color:var(--orange);font-size:20px;margin-left:4px}.hero-art{height:420px;position:relative;display:grid;place-items:center}.core{width:160px;height:160px;border-radius:50%;background:radial-gradient(circle at 30% 28%,#ffb18a,#ff7044 37%,#a7353c 75%);box-shadow:0 0 0 22px rgba(255,106,61,.045),0 0 80px rgba(255,82,58,.45);display:grid;place-items:center;position:relative;z-index:1}.core span{font:700 38px 'DM Mono',monospace;letter-spacing:-6px;color:#22131a}.core i,.core b{position:absolute;background:#2b1821;width:46px;height:5px;transform:rotate(45deg);border-radius:5px}.core i{transform:rotate(-45deg)}.orbit{position:absolute;border:1px solid rgba(175,169,255,.24);border-radius:50%;transform:rotate(-20deg)}.orbit-one{width:390px;height:176px}.orbit-two{width:290px;height:335px;transform:rotate(28deg)}.spark{position:absolute;width:9px;height:9px;border-radius:2px;background:#aca4ff;box-shadow:0 0 18px #7469ff}.s1{top:45px;right:85px}.s2{bottom:60px;left:70px;background:var(--orange)}.s3{top:115px;left:56px;width:6px;height:6px}.section-wrap{padding:110px 32px}.games{border-top:1px solid var(--line)}.section-heading h2{font-size:clamp(40px,5vw,58px);margin-bottom:12px}.section-heading>p:last-child{margin:0;color:var(--muted);font-size:17px}.game-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;margin-top:46px}.game-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#0c1020;transition:transform .25s,border-color .25s}.game-card:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.3)}.game-visual{height:270px;position:relative;overflow:hidden}.sudoku-visual{background:linear-gradient(125deg,rgba(19,31,62,.88),rgba(105,68,155,.68) 48%,rgba(236,121,75,.83)),linear-gradient(90deg,transparent 49%,rgba(255,255,255,.08) 50%),linear-gradient(transparent 49%,rgba(255,255,255,.08) 50%);background-size:auto,54px 54px,54px 54px}.tile{position:absolute;width:62px;height:62px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.3);background:rgba(10,15,40,.42);font-size:29px;font-weight:700}.tile.a{top:34px;left:20%}.tile.b{top:96px;left:calc(20% + 62px);color:#ff9b70}.tile.c{top:158px;left:20%}.tile.d{top:96px;left:calc(20% - 62px)}.tile.e{top:34px;left:calc(20% + 124px);color:#ff9b70}.fighter-visual{background:linear-gradient(#19172f 5%,#4e3a69 55%,#e46b55)}.moon{position:absolute;width:110px;height:110px;background:#f7c69a;border-radius:50%;top:36px;right:22%;box-shadow:0 0 45px #f6a179}.fighter{position:absolute;bottom:36px;left:48%;font-size:92px;color:#131225;z-index:1;filter:drop-shadow(5px 6px #e17961)}.land{position:absolute;bottom:-15px;width:120%;height:90px;left:-10%;background:#171625;border-radius:50% 50% 0 0}.game-details{padding:26px;display:flex;justify-content:space-between;gap:18px}.game-details h3{margin:0 0 6px;font-size:27px;letter-spacing:-1px}.game-details p:not(.tag){margin:0;color:var(--muted);line-height:1.45;max-width:410px}.coming{font:500 10px 'DM Mono',monospace;letter-spacing:.5px;white-space:nowrap;color:#f5b29e;border:1px solid rgba(255,130,99,.42);padding:7px 9px;border-radius:20px;height:max-content}.studio{display:grid;grid-template-columns:1fr 1fr;gap:50px;border-top:1px solid var(--line)}.studio h2{font-size:clamp(38px,5vw,60px)}.studio-copy{font-size:21px;line-height:1.55;color:#d0cfdb;margin:22px 0 0}.cta{text-align:center;border-top:1px solid var(--line);padding-bottom:120px}.cta h2{font-size:clamp(38px,5vw,62px);margin:0 auto 27px;max-width:650px}.legal{max-width:860px;min-height:650px}.legal h1{font-size:clamp(48px,6vw,70px);margin-bottom:12px}.legal h2{font-size:25px;margin:44px 0 10px}.legal p{color:#cbcad6;line-height:1.7;font-size:17px}.legal a{color:#ff9b76;text-decoration:underline}.updated{color:var(--muted)!important;margin-bottom:34px}footer{border-top:1px solid var(--line);padding:30px 32px 40px;display:flex;align-items:center;justify-content:space-between;color:#898ba0;font-size:13px}footer p{margin:0}footer div{display:flex;gap:18px}@media(max-width:720px){.site-header{height:72px;padding:0 20px}.site-header nav{display:none}.menu-button{display:block;background:none;border:0;color:#fff;font:500 13px 'DM Mono',monospace}.site-header nav.open{display:flex;position:absolute;top:65px;left:20px;right:20px;flex-direction:column;padding:19px;background:#121624;border:1px solid var(--line);border-radius:12px}.hero{grid-template-columns:1fr;padding:52px 20px 65px}.hero-art{height:285px;order:-1}.core{width:120px;height:120px}.orbit-one{width:280px;height:130px}.orbit-two{width:210px;height:250px}.hero h1{letter-spacing:-2.8px}.section-wrap{padding:70px 20px}.game-grid,.studio{grid-template-columns:1fr}.game-visual{height:220px}.game-details{padding:20px;display:block}.coming{display:inline-block;margin-top:18px}.studio{gap:0}.studio-copy{font-size:18px}.cta{padding-bottom:80px}footer{padding:27px 20px;align-items:flex-start;gap:18px;flex-wrap:wrap}footer p{order:3;width:100%}}
