@font-face{font-family:Studio;src:url('assets/regular.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:Studio;src:url('assets/bold.ttf') format('truetype');font-weight:700;font-display:swap}
:root{color-scheme:dark;--bg:#090c17;--surface:#101722;--text:#f5f5f6;--muted:#a7aeba;--line:#ffffff1a;--orange:#ff981e;font-family:Studio,Arial,sans-serif;color:var(--text);background:var(--bg);font-synthesis:none}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:24px}
body{margin:0;background:var(--bg)}body.dialog-open{overflow:hidden}
a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;border:0}
button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button:disabled{cursor:default}
img,video{display:block;max-width:100%}figure,h1,h2,h3,p{margin:0}
button:focus-visible,a:focus-visible{outline:3px solid var(--orange);outline-offset:5px}
button[hidden],[hidden]{display:none!important}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.skip-link{position:fixed;z-index:100;top:-80px;left:16px;padding:14px 20px;background:var(--text);color:var(--bg)}
.skip-link:focus{top:12px}

.intro{padding:24px 24px 30px;background:var(--bg)}
.intro-content{display:flex;align-items:center;flex-direction:column}
.brand-animation{width:min(62svh,560px,84vw);flex-shrink:0}
.brand-logo{width:100%;height:auto;background:transparent}
.intro h1{text-align:center;font-size:clamp(16px,1.5vw,21px);font-weight:400;line-height:1.35;letter-spacing:.2em;text-transform:uppercase;color:#c2c6ce;margin:0;padding-left:.2em}
.game-shortcuts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:min(100%,680px);margin-top:24px}
.game-shortcut{display:flex;align-items:center;gap:16px;min-width:0;padding:13px 17px;border:1px solid var(--line);border-radius:15px;background:#ffffff03;transition:border-color .2s,background .2s,transform .2s}
.game-shortcut:hover{border-color:#ffffff50;background:#ffffff08;transform:translateY(-2px)}
.game-shortcut img{width:66px;height:66px;border-radius:17px;flex-shrink:0}
.game-shortcut span{min-width:0}.game-shortcut small{display:block;color:var(--muted);font-size:12px;letter-spacing:.13em;text-transform:uppercase;margin-bottom:5px}
.game-shortcut strong{display:block;font-size:21px;line-height:1.2;letter-spacing:-.025em;overflow-wrap:break-word}

.game{--accent:var(--orange);position:relative;isolation:isolate;width:100%;margin:0;padding:64px 64px 80px;border-top:1px solid var(--line);scroll-margin-top:24px;background:#0a1320}
.game-dog{--accent:#64d9e9}.game-rocket{--accent:#ffa333;background:#151119}
/* Each scene starts at its section divider and spans the full viewport width. */
.game-backdrop{position:absolute;z-index:-2;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;opacity:.12;pointer-events:none;user-select:none}
.game::before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,#090c1720,#090c1760 48%,#090c1720);pointer-events:none}
.game-stage,.features{max-width:1232px;margin-inline:auto}
.game-stage{display:grid;grid-template-columns:1fr 1.05fr;gap:8%;align-items:center}
.game-rocket .phone-area{order:2}
.phone-area{position:relative;display:flex;align-items:center;justify-content:center;padding:16px 0 22px}
.phone-area::before{content:"";position:absolute;inset:10% -6% 0;border-radius:50%;background:radial-gradient(ellipse,color-mix(in srgb,var(--accent) 14%,transparent),transparent 67%);pointer-events:none}
.phone{position:relative;width:min(100%,322px);margin:auto}
/* One device frame and one edge-to-edge viewport for every game image/video. */
.device{--device-radius:34px;--device-bezel:8px;display:block;position:relative;width:100%;min-width:0}
.phone-frame{display:block;position:relative;padding:var(--device-bezel);border:1px solid #7f8b99;border-radius:var(--device-radius);background:linear-gradient(140deg,#858f9d 0,#252e3a 12%,#0b1018 27%,#333e4b 58%,#111720 80%,#697684);box-shadow:0 22px 48px #0006,inset 0 0 0 2px #05070b}
.phone-screen{display:block;position:relative;width:100%;aspect-ratio:6/13;border-radius:calc(var(--device-radius) - var(--device-bezel));overflow:hidden;background:#090c17;isolation:isolate}
/* Every source is exactly 1080 x 2340. No crop, inset image border or padding. */
.phone-screen>img,.phone-screen>video{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;object-fit:contain;object-position:center;border:0;border-radius:0}
.phone-screen>.game-video{opacity:0;pointer-events:none}.phone-screen>.game-video.is-active{opacity:1}
/* Island ends at 3.65% (85.4 px); the captured top safe area is 162 px. */
.phone-island{display:block;position:absolute;z-index:2;left:50%;top:1.15%;transform:translateX(-50%);height:2.5%;width:26%;border-radius:100px;background:#030508;box-shadow:inset 0 0 0 1px #ffffff09;pointer-events:none}
.phone-frame::before,.phone-frame::after{content:"";position:absolute;width:3px;border-radius:3px;background:#465362;left:-4px;top:17%;height:5%}
.phone-frame::after{top:25%;height:8%}
.device-screenshot{--device-radius:30px;--device-bezel:7px}
.device-dialog{width:min(100%,34svh);margin:0 auto;--device-radius:38px;--device-bezel:8px}
.phone-caption{display:flex;justify-content:space-between;align-items:center;margin-top:17px;min-height:44px;font-size:14px;color:var(--muted);gap:12px}
.phone-caption>div{display:flex;gap:5px}
.icon-button{display:grid;place-items:center;background:transparent;border:1px solid var(--line);border-radius:50%;width:44px;height:44px;flex-shrink:0;font-size:25px;transition:background .2s,border-color .2s}
.icon-button:hover{background:#ffffff0b;border-color:#ffffff50}
.icon-button svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.7}
.game-identity{display:flex;align-items:center;gap:21px;margin-bottom:31px}
.app-icon{width:86px;height:86px;border-radius:22px;box-shadow:0 8px 30px #0005}
.game-index{font-size:12px;color:var(--muted);letter-spacing:.18em;text-transform:uppercase;margin-bottom:8px}
.game h2{font-size:clamp(28px,3.2vw,43px);line-height:1.12;letter-spacing:-.045em;overflow-wrap:break-word}
.game-lead{font-size:clamp(28px,3.5vw,48px);line-height:1.18;letter-spacing:-.04em;font-weight:700;max-width:500px}
.game-lead em{font-style:normal;color:var(--accent)}
.game-description{font-size:17px;line-height:1.8;color:var(--muted);max-width:470px;margin:23px 0 30px}
.stores{display:flex;flex-wrap:wrap;gap:11px}
.store{display:flex;align-items:center;gap:12px;background:#0a0e15;border:1px solid #ffffff30;padding:11px 17px;min-height:61px;border-radius:9px;text-align:left;transition:border-color .2s,transform .2s}
.store:hover{border-color:var(--accent);transform:translateY(-2px)}
.store small{display:block;font-size:12px;line-height:1.4;color:#b4bbc6}.store strong{font-size:18px;line-height:1.35}
.store svg{width:24px;height:27px;flex-shrink:0}.store-os{font-size:16px;font-weight:700}
.chapter-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:27px}
.chapter{background:transparent;border:1px solid var(--line);border-radius:30px;min-height:40px;padding:8px 13px;font-size:13px;color:var(--muted)}
.chapter:hover,.chapter[aria-pressed=true]{color:var(--text);border-color:var(--accent);background:color-mix(in srgb,var(--accent) 7%,transparent)}

.features{margin-top:36px;border-top:1px solid var(--line);padding-top:28px}
.feature-tabs{display:flex;flex-wrap:wrap;gap:8px;padding:2px 3px 18px}
.feature-tab{flex-shrink:0;background:transparent;padding:13px 19px;min-height:48px;border:1px solid var(--line);border-radius:7px;color:var(--muted);font-size:14px}
.feature-tab[aria-selected=true]{background:var(--accent);color:#090c17;border-color:var(--accent);font-weight:700}
.feature-panel{padding-top:25px}
.feature-copy{max-width:900px;margin-bottom:34px}
.feature-copy h3{font-size:clamp(24px,2.5vw,35px);letter-spacing:-.035em;line-height:1.2}
.feature-copy p{font-size:17px;color:var(--muted);line-height:1.8;margin-top:13px;max-width:860px}
.screenshot-grid{display:grid;grid-template-columns:repeat(var(--shot-columns),minmax(0,1fr));gap:28px;align-items:start;justify-items:center;padding:7px 5px 12px}
.screenshot-card{min-width:0;width:100%;max-width:320px;background:transparent;padding:0;text-align:left}
.screenshot-card:hover .phone-frame{border-color:var(--accent)}
.screenshot-label{display:block;font-size:14px;color:var(--muted);line-height:1.4;margin-top:13px;min-height:39px}
footer{max-width:1360px;margin:auto;border-top:1px solid var(--line);padding:35px 64px 42px;display:flex;justify-content:space-between;font-size:14px;color:#969fac}
footer a{font-weight:700;color:#d5d9df}.noscript{padding:40px;text-align:center}

dialog{padding:0;color:var(--text);background:#0b111c;border:1px solid #ffffff24;border-radius:16px;max-width:min(94vw,1050px);max-height:92svh;width:850px;box-shadow:0 25px 120px #000a}
dialog::backdrop{background:#020409dc;backdrop-filter:blur(12px)}
.dialog-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 20px;border-bottom:1px solid var(--line)}
.dialog-header h2{font-size:17px;font-weight:400}#dialog-content{padding:22px;overflow:auto;max-height:calc(92svh - 78px)}
.dialog-gallery{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:15px;align-items:center}
.dialog-caption{text-align:center;font-size:14px;color:var(--muted);margin-top:17px}
.viewer-controls{display:flex;align-items:center;gap:12px;max-width:460px;margin:18px auto 0}.viewer-controls input{min-width:0;width:100%;accent-color:var(--orange);cursor:pointer}
.viewer-chapters{justify-content:center;margin-top:16px}.viewer-time{display:block;text-align:center;font-size:13px;color:var(--muted);margin-top:10px;font-variant-numeric:tabular-nums}
.store-notice{padding:35px 20px 45px;text-align:center}.store-notice img{width:82px;height:auto;border-radius:20px;margin:0 auto 24px}
.store-notice p{font-size:17px;color:var(--muted);line-height:1.7;max-width:440px;margin:15px auto 0}.store-notice h3{font-size:25px}

@media(max-width:1000px){
 .game{padding:54px 35px 70px}.game-stage{gap:5%;grid-template-columns:.9fr 1fr}.phone{width:275px}
 .game-identity{gap:15px}.app-icon{width:70px;height:70px;border-radius:18px}.game h2{font-size:30px}.game-lead{font-size:34px}.game-description{font-size:16px}
 .store{padding:9px 12px}.store strong{font-size:16px}.feature-tab{padding:12px 15px}
 .screenshot-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
 .device-screenshot{--device-radius:23px;--device-bezel:5px}footer{padding-inline:35px}
}
@media(max-width:700px){
 html{scroll-padding-top:20px}.intro{padding:18px 20px 25px}.brand-animation{width:min(82vw,49svh,430px)}.intro h1{font-size:14px}
 .game-shortcuts{gap:11px;margin-top:20px}.game-shortcut{flex-direction:column;gap:10px;padding:13px 8px;text-align:center;border-radius:13px}
 .game-shortcut img{width:56px;height:56px;border-radius:14px}.game-shortcut small{font-size:12px;letter-spacing:.04em}.game-shortcut strong{font-size:16px;line-height:1.25}
 .game{padding:38px 22px 60px}.game-stage{display:flex;flex-direction:column;gap:20px}.game-copy{width:100%;order:0}
 .game-rocket .phone-area,.phone-area{order:1;width:100%;padding-top:15px;padding-bottom:14px}.phone{width:min(77vw,315px)}
 .game-identity{margin-bottom:23px}.app-icon{width:67px;height:67px;border-radius:17px}.game h2{font-size:clamp(25px,6.5vw,35px)}
 .game-lead{font-size:35px;max-width:420px}.game-description{font-size:16px;max-width:500px;margin:18px 0 24px}
 .store{min-height:60px;padding:10px 14px}.chapter-list{gap:7px;margin-top:23px}.chapter{font-size:13px}
 .features{margin-top:20px;padding-top:24px}.feature-tabs{gap:7px}.feature-tab{font-size:14px;padding:11px 15px}
 .feature-panel{padding-top:18px}.feature-copy{margin-bottom:25px}.feature-copy h3{font-size:29px}.feature-copy p{margin-top:12px;max-width:500px}
 .screenshot-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 16px;padding:7px 5px 10px}
 .device-screenshot{--device-radius:21px;--device-bezel:5px}.screenshot-label{font-size:14px}
 footer{padding:29px 22px;font-size:13px}.dialog-header{padding:12px}.dialog-header h2{font-size:15px}#dialog-content{padding:12px}
 .dialog-gallery{gap:6px;grid-template-columns:36px minmax(0,1fr) 36px}.dialog-gallery .icon-button{width:36px;height:42px}
 .device-dialog{--device-radius:30px;--device-bezel:7px;width:min(100%,33svh)}.store-notice{padding-inline:8px}
}
@media(max-width:360px){.game{padding-inline:17px}.store{padding:9px;gap:8px}.store strong{font-size:15px}.game h2{font-size:24px}.game-identity{gap:12px}.device-screenshot{--device-radius:18px;--device-bezel:4px}}
@media(max-width:380px){.screenshot-grid{grid-template-columns:1fr}.screenshot-card{max-width:280px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}

/* v5.1: extension of the original Creator Studio design, not a redesign. */
.game-diver{--accent:#4bd2ef;background:#071722}
.language-picker{position:fixed;z-index:90;top:14px;right:14px;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px;max-width:370px;padding:6px;border:1px solid #ffffff18;border-radius:12px;background:#090c17d9;backdrop-filter:blur(14px);box-shadow:0 10px 32px #0005}
.language-flag{display:grid;place-items:center;width:30px;height:28px;padding:0;border:1px solid transparent;border-radius:7px;background:transparent;font-size:18px;line-height:1}
.language-flag:hover{background:#ffffff0d;border-color:#ffffff2e}.language-flag[aria-pressed=true]{background:#ffffff14;border-color:var(--orange);box-shadow:inset 0 0 0 1px #ff981e55}
.rank-preview{max-width:660px;margin:-8px 0 30px;border:1px solid #ffffff22;border-radius:14px;background:#090e18d9;overflow:hidden;box-shadow:0 16px 40px #0004}
.rank-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:16px 18px;border-bottom:1px solid #ffffff16}.rank-head strong{font-size:15px}.rank-head small{max-width:280px;color:var(--muted);text-align:right;line-height:1.4}
.rank-row{display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:12px;align-items:center;padding:11px 18px;border-bottom:1px solid #ffffff0e}.rank-row:last-child{border-bottom:0}.rank-row b{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#ffffff0b;color:var(--accent);font-size:12px}.rank-row span{font-weight:700}.rank-row time{font-variant-numeric:tabular-nums;color:#d9e4ec}
.footer-links{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.footer-links a{font-weight:400}.footer-links a:hover{color:var(--text)}
.legal{max-width:900px;margin:0 auto;padding:120px 28px 80px}.legal .legal-brand{display:flex;align-items:center;gap:14px;margin-bottom:44px}.legal .legal-brand img{width:58px;height:58px;object-fit:contain}.legal h1{font-size:clamp(34px,6vw,62px);letter-spacing:-.05em;margin-bottom:30px}.legal h2{font-size:23px;margin:38px 0 12px}.legal p,.legal li{color:#bdc5cf;line-height:1.75}.legal a{color:#fff;text-decoration:underline;text-decoration-color:#ff981e77;text-underline-offset:3px}.legal-back{position:fixed;top:22px;left:24px;z-index:20;padding:10px 14px;border:1px solid #ffffff22;border-radius:9px;background:#090c17dd}
@media(max-width:700px){.language-picker{position:absolute;top:10px;right:10px;max-width:226px;padding:4px}.language-flag{width:25px;height:24px;font-size:15px}.game-shortcuts{grid-template-columns:repeat(3,minmax(0,1fr));width:min(100%,760px)}.game-shortcut{padding-inline:5px}.game-shortcut strong{font-size:14px}.game-shortcut small{font-size:10px}.rank-head{display:block}.rank-head small{display:block;text-align:left;margin-top:6px}.footer-links{gap:13px}.legal{padding-top:90px}}
@media(max-width:430px){.game-shortcuts{grid-template-columns:1fr}.game-shortcut{flex-direction:row;text-align:left;padding:10px 13px}.game-shortcut img{width:50px;height:50px}.language-picker{max-width:188px}}
