:root{color-scheme:dark;font-family:IBM Plex Sans,Avenir Next,Inter,ui-sans-serif,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #f4f6ef;--muted: #9ba6a0;--yellow: #f3c969;--yellow-hot: #ffd978;--green: #9bbc0f;--cyan: #7bd8d1;--dark: #06080b;--hardware: #14191d;--hardware-raised: #20272b;--line: #ffffff1c;--safe-top: max(.8rem, env(safe-area-inset-top));--safe-right: max(.8rem, env(safe-area-inset-right));--safe-bottom: max(.8rem, env(safe-area-inset-bottom));--safe-left: max(.8rem, env(safe-area-inset-left))}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;min-height:100%;min-width:320px;margin:0}html{background:var(--dark)}body{overflow:hidden;overscroll-behavior:none;background:var(--dark);color:var(--ink);touch-action:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}button{font:inherit;-webkit-tap-highlight-color:transparent;touch-action:manipulation;user-select:none}button:focus-visible{outline:2px solid var(--yellow-hot);outline-offset:3px}[hidden]{display:none!important}#app{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 50% 42%,#26333a 0,#0d1317 38%,transparent 68%),linear-gradient(150deg,#121a1f 0%,var(--dark) 55%,#020304 100%)}#app:before,#app:after{position:absolute;z-index:-1;display:block;content:"";pointer-events:none}#app:before{inset:0;opacity:.24;background-image:radial-gradient(#ffffff .55px,transparent .55px);background-size:4px 4px;mask-image:linear-gradient(to bottom,transparent,#000 35%,transparent)}#app:after{inset:auto 0 0;height:45%;background:linear-gradient(to top,#0008,transparent)}.game-stage{position:absolute;inset:0;display:grid;place-items:start center;padding:calc(var(--safe-top) + 2.2rem) var(--safe-right) var(--safe-bottom) var(--safe-left);pointer-events:none}.screen-frame{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(92vw,25rem);max-height:57dvh;padding:.78rem;border:1px solid #ffffff26;border-radius:1.35rem;background:linear-gradient(145deg,#2a3539,#11181c 42%,#090d10);box-shadow:0 2rem 5rem #000b,inset 0 1px #ffffff18,inset 0 -1px #000;pointer-events:auto}.screen-label,.screen-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-width:0;color:#a9b6b3;font:700 .55rem ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;text-transform:uppercase}.screen-label{padding:0 .22rem .62rem}.screen-footer{padding:.62rem .22rem 0;letter-spacing:.04em}.screen-brand{color:var(--yellow);white-space:nowrap}.screen-footer span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.runtime-pill{display:inline-flex;align-items:center;gap:.4rem;min-width:0;color:#a9bbb7;font-size:.52rem;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.runtime-pill.is-error{color:#ffad9b}.status-dot{width:.42rem;height:.42rem;flex:0 0 auto;border-radius:50%;background:var(--cyan);box-shadow:0 0 .75rem #7bd8d188}.is-error .status-dot{background:#ff7d65;box-shadow:0 0 .75rem #ff7d6588}.screen-well{position:relative;overflow:hidden;width:100%;aspect-ratio:320 / 288;border:.42rem solid #050708;border-radius:.7rem;background:#d9ebc1;box-shadow:inset 0 0 0 1px #ffffff1a,0 .8rem 1.8rem #0008}.screen-well:after{position:absolute;inset:0;display:block;content:"";pointer-events:none;opacity:.12;background:repeating-linear-gradient(to bottom,transparent 0 2px,#13252a 2px 3px);mix-blend-mode:multiply}#game-canvas{display:block;width:100%;height:100%;image-rendering:pixelated;image-rendering:crisp-edges;outline:none;touch-action:none}.device-wordmark{position:absolute;top:calc(50% + min(30vw,10rem));color:#aeb9b6;font:800 .74rem ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.2em;text-align:center;text-shadow:0 1px #000;pointer-events:none}.device-wordmark span{color:var(--yellow)}.device-wordmark small{display:block;margin-top:.32rem;color:#68777a;font-size:.48rem;letter-spacing:.1em;font-weight:600}.virtual-controls{position:absolute;z-index:5;inset:0;pointer-events:none}.dpad,.face-buttons,.utility-buttons,.key-hint{pointer-events:auto}.dpad{position:absolute;bottom:calc(var(--safe-bottom) + 1rem);left:calc(var(--safe-left) + 1rem);display:grid;grid-template-columns:repeat(3,clamp(2.25rem,8vh,3.35rem));grid-template-rows:repeat(3,clamp(2.25rem,8vh,3.35rem));filter:drop-shadow(0 .9rem 1.2rem #0009)}.dpad button,.face-buttons button,.utility-buttons button,.menu-button,.menu-action,#menu-close{border:1px solid #ffffff2c;color:#e8efeb;cursor:pointer;transition:transform .12s ease,background .12s ease,border-color .12s ease,filter .12s ease}.dpad button{display:grid;place-items:center;width:100%;height:100%;padding:0;border-radius:.48rem;background:linear-gradient(145deg,#323a3d,#171c1f);color:#b7c4c1;font-size:clamp(.7rem,2.3vh,1rem);box-shadow:inset 0 1px #ffffff16,inset 0 -2px #0008,0 2px #050607}.dpad button:nth-child(1){grid-column:2;grid-row:1;border-radius:.55rem .55rem .22rem .22rem}.dpad button:nth-child(2){grid-column:1;grid-row:2;border-radius:.55rem .22rem .22rem .55rem}.dpad button:nth-child(3){grid-column:3;grid-row:2;border-radius:.22rem .55rem .55rem .22rem}.dpad button:nth-child(4){grid-column:2;grid-row:3;border-radius:.22rem .22rem .55rem .55rem}.face-buttons{position:absolute;right:calc(var(--safe-right) + 1.2rem);bottom:calc(var(--safe-bottom) + 1.45rem);display:flex;align-items:flex-end;gap:clamp(.65rem,2vw,1.15rem);transform:rotate(-16deg);filter:drop-shadow(0 .9rem 1.2rem #0009)}.face-buttons button{display:grid;place-items:center;width:clamp(3rem,10vh,4.15rem);height:clamp(3rem,10vh,4.15rem);padding:0;border-radius:50%;background:radial-gradient(circle at 35% 25%,#8f5b70,#4a2639 68%);color:#ffd2df;font:900 clamp(.7rem,2.4vh,1rem) ui-monospace,SFMono-Regular,Menlo,monospace;box-shadow:inset 0 1px #ffffff38,inset 0 -4px #1d0e18,0 3px #050607}.face-buttons button:last-child{background:radial-gradient(circle at 35% 25%,#ffe585,#a97816 70%);color:#3c2a0a}.utility-buttons{position:absolute;bottom:calc(var(--safe-bottom) + .7rem);left:50%;display:flex;gap:.65rem;transform:translate(-50%)}.utility-buttons button{min-width:4.8rem;min-height:1.8rem;padding:.25rem .7rem;border-radius:1rem;background:linear-gradient(145deg,#30383b,#171c1f);color:#b6c2bf;font:800 .55rem ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em;box-shadow:inset 0 1px #ffffff18,inset 0 -2px #0008,0 2px #050607}.dpad button,.face-buttons button,.utility-buttons button{position:relative;overflow:hidden;border-color:#ffffff4b;backdrop-filter:blur(18px) saturate(170%);-webkit-backdrop-filter:blur(18px) saturate(170%);box-shadow:inset 0 1px #ffffff64,inset 0 -3px 5px #0006,0 3px 6px #0009,0 0 0 1px #ffffff0d}.dpad button:before,.face-buttons button:before,.utility-buttons button:before{position:absolute;inset:1px 1px auto;height:47%;border-radius:inherit;background:linear-gradient(180deg,#ffffff59,#ffffff0b 72%,transparent);content:"";opacity:.62;pointer-events:none}.dpad button{background:linear-gradient(145deg,#dcebea3b,#6072772e 52%,#111b208c);color:#eaf6f2;text-shadow:0 1px 3px #000a}.face-buttons button:first-child{border-color:#ffbedf7d;background:linear-gradient(145deg,#ffd8ea59,#d35a9552 54%,#4c203f91);color:#ffe7f1;text-shadow:0 1px 3px #4b1b35}.face-buttons button:last-child{border-color:#ffe99c91;background:linear-gradient(145deg,#fff3ac83,#f2b62b68 54%,#69430e91);color:#fff9dd;text-shadow:0 1px 3px #6b4507}.utility-buttons button{border-color:#ffffff43;background:linear-gradient(145deg,#e6f1ed32,#61717432 50%,#11191d91);color:#e8f4ef;text-shadow:0 1px 3px #000a}.dpad button:hover,.dpad button.is-held,.face-buttons button:hover,.face-buttons button.is-held,.utility-buttons button:hover,.utility-buttons button.is-held{border-color:#f3c969a8;filter:brightness(1.2);transform:translateY(-2px)}.dpad button:active,.face-buttons button:active,.utility-buttons button:active{transform:translateY(1px)}.key-hint{position:absolute;right:var(--safe-right);bottom:calc(var(--safe-bottom) + .8rem);display:none;margin:0;color:#718085;font-size:.6rem;line-height:1.8}kbd{padding:.12rem .28rem;border:1px solid #ffffff2b;border-radius:.25rem;background:#ffffff08;color:#c6d1cf;font:700 .56rem ui-monospace,SFMono-Regular,Menlo,monospace}.menu-button{position:absolute;z-index:11;top:var(--safe-top);right:var(--safe-right);display:grid;place-items:center;width:2.65rem;height:2.65rem;padding:0;border-radius:50%;background:#10171bd9;color:#d7e0dc;font-size:1.05rem;box-shadow:0 .5rem 1.5rem #0009,inset 0 1px #ffffff1c;opacity:0;pointer-events:none}#app.is-live .menu-button{opacity:.9;pointer-events:auto}.menu-button:hover,.menu-button[aria-expanded=true]{border-color:var(--yellow);background:#253237ee}.utility-menu{position:absolute;z-index:10;top:calc(var(--safe-top) + 3.15rem);right:var(--safe-right);display:grid;width:min(80vw,16rem);gap:.45rem;padding:.7rem;border:1px solid #ffffff2b;border-radius:.9rem;background:#11181def;box-shadow:0 1.5rem 3rem #000b,inset 0 1px #ffffff13;backdrop-filter:blur(18px)}.menu-heading{display:flex;align-items:center;justify-content:space-between;padding:.15rem .2rem .45rem;color:var(--yellow);font:800 .6rem ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.13em}#menu-close{display:grid;place-items:center;width:1.6rem;height:1.6rem;padding:0;border-radius:50%;background:#ffffff0b;color:#c6d1cf;font-size:1.15rem;line-height:1}.menu-action{min-height:2.4rem;padding:.5rem .7rem;border-radius:.55rem;background:#202a30;color:#dce6e2;text-align:left;font-size:.72rem}.menu-action:hover:not(:disabled){border-color:#7bd8d188;background:#7bd8d122}.menu-action:disabled{cursor:wait;opacity:.48}.game-message{min-height:1.2rem;margin:.25rem 0 0;padding:.65rem .2rem .1rem;border-top:1px solid var(--line);color:#9fb2b1;font-size:.68rem;line-height:1.4}.launch-gate{position:absolute;z-index:20;inset:0;display:grid;place-items:center;padding:var(--safe-top) var(--safe-right) var(--safe-bottom) var(--safe-left);background:radial-gradient(circle at 50% 42%,#19262bd9 0,#050708f2 58%,#020304f8);backdrop-filter:blur(10px)}.launch-card{display:grid;justify-items:center;width:min(82vw,22rem);padding:2rem 1.4rem 1.7rem;border:1px solid #ffffff28;border-radius:1.35rem;background:linear-gradient(150deg,#1d292eec,#0a0f12f5);box-shadow:0 2rem 5rem #000c,inset 0 1px #ffffff18;text-align:center}.launch-mark{display:grid;place-items:center;width:3.5rem;height:3.5rem;border:1px solid #f3c96999;border-radius:.8rem;color:var(--yellow-hot);font:900 1.05rem ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:-.1em;box-shadow:0 0 2rem #f3c96922,inset 0 1px #ffffff1c}.launch-kicker{margin:1.15rem 0 .3rem;color:var(--yellow);font:800 .65rem ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.18em}.launch-card h1{margin:0 0 1.2rem;color:#f4f6ef;font-size:clamp(2rem,8vw,2.65rem);letter-spacing:-.06em}.launch-button{min-width:12rem;min-height:3.35rem;padding:.8rem 1.2rem;border:1px solid #f3c969b8;border-radius:1rem;background:linear-gradient(145deg,#f9d978,#b38320);color:#241a08;cursor:pointer;font:900 .78rem ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;box-shadow:0 .7rem 1.5rem #0008,inset 0 1px #fff8}.launch-button span{display:inline-block;margin-left:.3rem;font-size:1rem;transition:transform .15s ease}.launch-button:hover{filter:brightness(1.08);transform:translateY(-2px)}.launch-button:hover span{transform:translate(2px,-2px)}.launch-hint{margin:1rem 0 0;color:#83918f;font-size:.65rem}@media(orientation:landscape){.game-stage{padding:0}.screen-frame{display:block;width:100%;height:100%;min-height:0;max-height:none;padding:var(--safe-top) var(--safe-right) var(--safe-bottom) var(--safe-left);border:0;border-radius:0;background:#050708;box-shadow:none}.screen-label{position:absolute;z-index:2;top:calc(var(--safe-top) + .45rem);right:var(--safe-right);left:var(--safe-left);padding:0;opacity:.7}.screen-footer{position:absolute;z-index:2;right:var(--safe-right);bottom:calc(var(--safe-bottom) + .42rem);left:var(--safe-left);padding:0;opacity:.7}.screen-well{position:absolute;inset:0;display:grid;place-items:center;width:auto;height:auto;min-height:0;aspect-ratio:auto;border:0;border-radius:0;box-shadow:none}#game-canvas{width:min(100%,calc(100dvh * 10 / 9));height:auto;max-height:100%}.device-wordmark{display:none}.key-hint{display:block}.launch-card{transform:scale(.94)}.dpad{grid-template-columns:repeat(3,clamp(2.5rem,10vh,3.65rem));grid-template-rows:repeat(3,clamp(2.5rem,10vh,3.65rem));filter:drop-shadow(0 1rem 1.5rem #000a)}.dpad button,.face-buttons button,.utility-buttons button{position:relative;overflow:hidden;border-color:#fff5;backdrop-filter:blur(18px) saturate(175%);-webkit-backdrop-filter:blur(18px) saturate(175%);box-shadow:inset 0 1px #ffffff70,inset 0 -2px 5px #0005,0 2px 5px #0009,0 0 0 1px #ffffff0d}.dpad button:before,.face-buttons button:before,.utility-buttons button:before{position:absolute;inset:1px 1px auto;height:47%;border-radius:inherit;background:linear-gradient(180deg,#ffffff59,#ffffff0b 72%,transparent);content:"";opacity:.62;pointer-events:none}.dpad button{background:linear-gradient(145deg,#dcebea42,#60727732 52%,#111b2090);color:#f0faf5;text-shadow:0 1px 3px #000a}.face-buttons{gap:clamp(.8rem,2.6vw,1.35rem);filter:drop-shadow(0 1rem 1.5rem #000a)}.face-buttons button{width:clamp(3.25rem,12vh,4.5rem);height:clamp(3.25rem,12vh,4.5rem)}.face-buttons button:first-child{border-color:#ffbedf91;background:linear-gradient(145deg,#ffd8ea66,#d35a9560 54%,#4c203f99);color:#ffe7f1}.face-buttons button:last-child{border-color:#ffe99ca6;background:linear-gradient(145deg,#fff3ac99,#f2b62b73 54%,#69430e99);color:#fff9dd;text-shadow:0 1px 3px #6b4507}.utility-buttons button{min-height:2rem;border-color:#ffffff4c;background:linear-gradient(145deg,#e6f1ed38,#61717438 50%,#11191d99);color:#f0f8f3;text-shadow:0 1px 3px #000a}}@media(orientation:portrait)and (max-height:680px){.screen-frame{width:min(88vw,22rem);max-height:53dvh;padding:.58rem;border-radius:1rem}.screen-label{padding-bottom:.42rem;font-size:.48rem}.screen-footer{padding-top:.42rem;font-size:.48rem}.device-wordmark{top:calc(50% + min(27vw,8rem));font-size:.62rem}.dpad{bottom:calc(var(--safe-bottom) + .8rem);left:calc(var(--safe-left) + .45rem);grid-template-columns:repeat(3,2.4rem);grid-template-rows:repeat(3,2.4rem)}.face-buttons{right:calc(var(--safe-right) + .55rem);bottom:calc(var(--safe-bottom) + 1.1rem)}.face-buttons button{width:2.85rem;height:2.85rem}.utility-buttons{bottom:calc(var(--safe-bottom) + .35rem);gap:.35rem}.utility-buttons button{min-width:4rem;min-height:1.55rem;font-size:.48rem}.launch-card{padding:1.5rem 1.1rem 1.25rem}.launch-mark{width:3rem;height:3rem}.launch-kicker{margin-top:.85rem}.launch-card h1{margin-bottom:.9rem}.launch-button{min-height:3rem}}@media(min-width:900px)and (orientation:landscape){.dpad{left:calc(var(--safe-left) + 2.4rem)}.face-buttons{right:calc(var(--safe-right) + 2.8rem)}}.joystick{position:absolute;bottom:calc(var(--safe-bottom) + .85rem);left:calc(var(--safe-left) + 1rem);display:grid;place-items:center;width:clamp(8.5rem,29vw,11.5rem);height:clamp(8.5rem,29vw,11.5rem);filter:drop-shadow(0 1rem 1.5rem #000a);pointer-events:auto;touch-action:none}.joystick-base{position:relative;display:grid;place-items:center;width:100%;height:100%;overflow:hidden;border:1px solid #ffffff45;border-radius:50%;background:radial-gradient(circle at 34% 24%,#ffffff34 0 8%,transparent 32%),radial-gradient(circle at 50% 48%,#a9c1c126 0 31%,#36484d35 57%,#10191d9b);box-shadow:inset 0 1px #ffffff60,inset 0 -10px 18px #0007,0 0 0 1px #ffffff0c;backdrop-filter:blur(18px) saturate(170%);-webkit-backdrop-filter:blur(18px) saturate(170%)}.joystick-base:before,.joystick-base:after{position:absolute;display:block;content:"";pointer-events:none}.joystick-base:before{inset:13%;border:1px solid #ffffff1f;border-radius:50%;box-shadow:inset 0 1px #ffffff1a,0 0 0 1px #0004}.joystick-base:after{width:48%;height:1px;background:#ffffff16;box-shadow:0 -2.6rem #ffffff0b,0 2.6rem #ffffff0b}.joystick-knob{--knob-x: 0px;--knob-y: 0px;position:absolute;top:50%;left:50%;width:44%;height:44%;border:1px solid #ffffff75;border-radius:50%;background:radial-gradient(circle at 32% 22%,#ffffff90 0 5%,transparent 28%),linear-gradient(145deg,#e8f4f066,#80969b52 48%,#1b2a2fbc);box-shadow:inset 0 1px #ffffff9c,inset 0 -7px 10px #0007,0 4px 8px #000b;transform:translate(calc(-50% + var(--knob-x)),calc(-50% + var(--knob-y)));transition:transform .09s ease-out,filter .12s ease;backdrop-filter:blur(14px) saturate(180%);-webkit-backdrop-filter:blur(14px) saturate(180%);pointer-events:none}.joystick.is-active .joystick-knob{filter:brightness(1.14) saturate(1.12);transition-duration:.03s}@media(orientation:landscape){.joystick{left:calc(var(--safe-left) + 1.35rem);bottom:calc(var(--safe-bottom) + .8rem);width:clamp(8rem,27vh,10.5rem);height:clamp(8rem,27vh,10.5rem)}}@media(orientation:portrait)and (max-height:680px){.joystick{left:calc(var(--safe-left) + .45rem);bottom:calc(var(--safe-bottom) + .65rem);width:8rem;height:8rem}}@media(min-width:900px)and (orientation:landscape){.joystick{left:calc(var(--safe-left) + 2.4rem)}}:root{--system-blue: #64d2ff;--system-pink: #ff375f;--system-yellow: #ffd60a;--glass-white: rgba(255, 255, 255, .16);--glass-regular: rgba(20, 25, 30, .56);--glass-clear: rgba(255, 255, 255, .11);--glass-stroke: rgba(255, 255, 255, .28);--glass-stroke-soft: rgba(255, 255, 255, .14);--glass-shadow: rgba(0, 0, 0, .34);--glass-ease: cubic-bezier(.22, 1, .36, 1)}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Avenir Next,Inter,ui-sans-serif,system-ui,sans-serif}#app{background:radial-gradient(72rem 34rem at 50% -12%,rgba(104,162,181,.2),transparent 66%),radial-gradient(34rem 34rem at 100% 48%,rgba(255,214,10,.075),transparent 72%),radial-gradient(30rem 30rem at 0 78%,rgba(100,210,255,.08),transparent 70%),linear-gradient(155deg,#151d22,#080b0e 55%,#020304)}#app:before{opacity:.42;background:radial-gradient(34rem 19rem at 18% 88%,rgba(100,210,255,.1),transparent 72%),radial-gradient(28rem 19rem at 86% 10%,rgba(255,214,10,.08),transparent 70%);background-size:auto;filter:blur(1.4rem);mask-image:none}#app:after{height:52%;background:linear-gradient(to top,rgba(0,0,0,.62),transparent 90%)}.screen-frame{border-color:#fff3;border-radius:1.55rem;background:linear-gradient(150deg,rgba(255,255,255,.1),transparent 30%),linear-gradient(145deg,#313e43eb,#0a0e11f0);box-shadow:0 2rem 5rem #0000009e,inset 0 1px #ffffff2e,inset 0 -1px #000000a3}.screen-label,.screen-footer{color:#e8f0edb8}.screen-label .runtime-pill{padding:.28rem .52rem;border:1px solid var(--glass-stroke-soft);border-radius:999px;background:#ffffff12;box-shadow:inset 0 1px #ffffff29,0 .35rem .8rem #00000029;backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%)}.screen-well{border-color:#000000c2;box-shadow:inset 0 0 0 1px #ffffff21,0 .8rem 1.8rem #0000007a}.virtual-controls{isolation:isolate}.dpad,.face-buttons,.utility-buttons,.joystick{filter:drop-shadow(0 1rem 1.45rem rgba(0,0,0,.34))}.dpad button,.face-buttons button,.utility-buttons button,.menu-button,.menu-action,#menu-close{--glass-x: 34%;--glass-y: 16%;border-color:var(--glass-stroke);background:radial-gradient(circle at var(--glass-x) var(--glass-y),rgba(255,255,255,.28),transparent 34%),linear-gradient(150deg,#ffffff2b,#ffffff0e 48%,#0000003d);box-shadow:inset 0 1px #ffffff7a,inset 0 -1px #00000038,0 .65rem 1.5rem var(--glass-shadow),0 0 0 .5px #ffffff1a;backdrop-filter:blur(24px) saturate(155%);-webkit-backdrop-filter:blur(24px) saturate(155%);transition:transform .28s var(--glass-ease),filter .28s var(--glass-ease),border-color .28s var(--glass-ease),background .28s var(--glass-ease)}.dpad button:before,.face-buttons button:before,.utility-buttons button:before,.menu-button:before,.menu-action:before,#menu-close:before{inset:1px;height:auto;border-radius:inherit;background:linear-gradient(152deg,rgba(255,255,255,.33),transparent 30% 66%,rgba(255,255,255,.04));opacity:.72;mix-blend-mode:screen}.dpad button:after,.face-buttons button:after,.utility-buttons button:after,.menu-button:after,.menu-action:after,#menu-close:after{position:absolute;inset:0;border:1px solid rgba(255,255,255,.1);border-radius:inherit;content:"";opacity:.7;pointer-events:none}.dpad button{color:#f6fbf9f0;text-shadow:0 1px 4px rgba(0,0,0,.5)}.face-buttons{gap:clamp(.72rem,2vw,1.1rem);transform:rotate(-12deg)}.face-buttons button{border-color:color-mix(in srgb,var(--glass-stroke) 72%,var(--glass-accent));background:radial-gradient(circle at 31% 22%,rgba(255,255,255,.42),transparent 28%),linear-gradient(145deg,color-mix(in srgb,var(--glass-accent) 31%,transparent),#ffffff12 55%,#0000004d);color:#fffffff0;text-shadow:0 1px 4px rgba(0,0,0,.42)}.face-buttons button:first-child{--glass-accent: var(--system-pink);border-color:color-mix(in srgb,var(--system-pink) 55%,rgba(255,255,255,.38))}.face-buttons button:last-child{--glass-accent: var(--system-yellow);border-color:color-mix(in srgb,var(--system-yellow) 65%,rgba(255,255,255,.42))}.utility-buttons{gap:.2rem;padding:.26rem;border:1px solid var(--glass-stroke-soft);border-radius:999px;background:#ffffff17;box-shadow:inset 0 1px #ffffff2e,0 .7rem 1.4rem #00000040;backdrop-filter:blur(22px) saturate(155%);-webkit-backdrop-filter:blur(22px) saturate(155%)}.utility-buttons button{min-width:4.5rem;min-height:1.72rem;border-color:transparent;background:transparent;box-shadow:none;color:#f2f8f5db;text-shadow:0 1px 3px rgba(0,0,0,.45)}.utility-buttons button:before{opacity:.34}.utility-buttons button:hover,.utility-buttons button.is-held{border-color:#ffffff38;background:#ffffff26}.dpad button:hover,.face-buttons button:hover,.menu-button:hover,.menu-button[aria-expanded=true]{border-color:#ffffff80;filter:brightness(1.08);transform:scale(1.025)}.dpad button.is-held,.face-buttons button.is-held,.utility-buttons button.is-held,.dpad button:active,.face-buttons button:active,.utility-buttons button:active,.menu-button:active,#menu-close:active{filter:brightness(1.12);transform:scale(.96)}.joystick{--glass-x: 34%;--glass-y: 18%;isolation:isolate}.joystick:before{position:absolute;inset:5%;z-index:-1;border-radius:50%;background:radial-gradient(circle at 35% 18%,rgba(255,255,255,.22),transparent 42%);box-shadow:0 1rem 2.2rem #0000003d;content:"";filter:blur(.55rem);pointer-events:none}.joystick-base{border-color:#ffffff4f;background:radial-gradient(circle at var(--glass-x) var(--glass-y),rgba(255,255,255,.3),transparent 29%),linear-gradient(145deg,#ffffff30,#ffffff0e 52%,#0000004d);box-shadow:inset 0 1px #ffffff8c,inset 0 -10px 18px #00000038,0 0 0 .5px #ffffff1f;backdrop-filter:blur(24px) saturate(155%);-webkit-backdrop-filter:blur(24px) saturate(155%)}.joystick-base:before{inset:12%;border-color:#fff3;box-shadow:inset 0 1px #ffffff26,0 0 0 1px #0000002e}.joystick-base:after{width:42%;background:#ffffff1a;box-shadow:0 -2.6rem #ffffff0d,0 2.6rem #ffffff0d}.joystick-knob{border-color:#ffffff94;background:radial-gradient(circle at 30% 19%,rgba(255,255,255,.75) 0 5%,transparent 25%),linear-gradient(145deg,#ffffff59,#b4d0d42e 48%,#00000059);box-shadow:inset 0 1px #ffffffbf,inset 0 -7px 10px #00000042,0 4px 8px #00000061,0 0 0 .5px #ffffff1f}.joystick.is-active .joystick-knob{border-color:#ffffffc2;filter:brightness(1.15) saturate(1.1);box-shadow:inset 0 1px #ffffffe6,inset 0 -7px 10px #0003,0 4px 8px #0006,0 0 1rem #64d2ff33}.menu-button{border-color:#ffffff4d;background:radial-gradient(circle at 34% 18%,rgba(255,255,255,.24),transparent 34%),linear-gradient(145deg,#ffffff29,#00000045);box-shadow:inset 0 1px #ffffff7a,0 .6rem 1.3rem #0000004d;backdrop-filter:blur(22px) saturate(155%);-webkit-backdrop-filter:blur(22px) saturate(155%)}.menu-button:hover,.menu-button[aria-expanded=true]{background:#ffffff30}.utility-menu{width:min(82vw,18rem);padding:.72rem;border-color:#ffffff3d;border-radius:1.25rem;background:linear-gradient(145deg,rgba(255,255,255,.16),transparent 42%),#11171ca8;box-shadow:0 1.5rem 3rem #00000075,inset 0 1px #fff3;backdrop-filter:blur(30px) saturate(160%);-webkit-backdrop-filter:blur(30px) saturate(160%)}.menu-heading{padding:.18rem .24rem .55rem;color:#f4f6efd1;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;font-size:.7rem;letter-spacing:.02em;text-transform:none}#menu-close{width:1.8rem;height:1.8rem;border-color:#ffffff38;background:#ffffff1a}.menu-action{min-height:2.5rem;border-color:#ffffff1a;border-radius:.82rem;background:#ffffff14;color:#f6f9f7e6;font-size:.78rem}.menu-action:hover:not(:disabled){border-color:#64d2ff6b;background:#64d2ff29}.game-message{border-top-color:#ffffff24;color:#dee8e4b3;font-size:.72rem}.launch-gate{background:#02040685;backdrop-filter:blur(22px) saturate(130%);-webkit-backdrop-filter:blur(22px) saturate(130%)}.launch-card{width:min(84vw,24rem);padding:2.1rem 1.5rem 1.75rem;border-color:#ffffff3d;border-radius:1.65rem;background:linear-gradient(145deg,rgba(255,255,255,.16),transparent 42%),#12191e94;box-shadow:0 2rem 5rem #00000080,inset 0 1px #ffffff38;backdrop-filter:blur(30px) saturate(155%);-webkit-backdrop-filter:blur(30px) saturate(155%)}.launch-mark{width:3.7rem;height:3.7rem;border-color:#ffd60ab3;border-radius:1.05rem;background:#ffd60a1a;box-shadow:inset 0 1px #fff3,0 0 2rem #ffd60a29}.launch-kicker{margin-top:1.18rem;color:#ffd60ae0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;font-size:.7rem;letter-spacing:.13em}.launch-card h1{font-weight:700;letter-spacing:-.045em}.launch-button{border-color:#ffffff7a;border-radius:999px;background:linear-gradient(145deg,#ffffffd9,#ffd60ac7 42%,#f0a510c2);box-shadow:0 .7rem 1.5rem #0000004d,inset 0 1px #ffffffdb;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;font-size:.78rem;letter-spacing:.08em;transition:transform .28s var(--glass-ease),filter .28s var(--glass-ease)}.launch-button:hover{filter:brightness(1.06);transform:scale(1.025)}.launch-button:active{filter:brightness(1.02);transform:scale(.97)}@supports not ((backdrop-filter: blur(1px))){.dpad button,.face-buttons button,.utility-buttons,.joystick-base,.joystick-knob,.menu-button,.utility-menu,.launch-card,.launch-gate{background-color:#192025eb}}@media(prefers-reduced-transparency:reduce){.dpad button,.face-buttons button,.utility-buttons,.joystick-base,.joystick-knob,.menu-button,.utility-menu,.launch-card{background-color:#192025f0;backdrop-filter:none;-webkit-backdrop-filter:none}}@media(prefers-reduced-motion:reduce){.dpad button,.face-buttons button,.utility-buttons button,.menu-button,.launch-button,.joystick-knob{transition:none}}@media(orientation:portrait){.face-buttons{bottom:calc(var(--safe-bottom) + 2.15rem)}}@media(orientation:landscape){.virtual-controls:before{position:absolute;inset:auto 0 0;z-index:0;height:45%;background:linear-gradient(to top,rgba(0,0,0,.2),transparent 88%);content:"";pointer-events:none}.joystick,.face-buttons,.utility-buttons,.key-hint{z-index:1}.utility-buttons{background:#19202533}}
