@charset "UTF-8";:root{--cw: calc(100cqw / 1280)}html,body,#root{width:100%;min-height:100%}body{margin:0;overflow:hidden;background:#050510;color:#fff;-webkit-user-select:none;user-select:none;font-family:Inter,Roboto,sans-serif;display:flex;justify-content:center;align-items:center;min-height:100vh}#root,.app-shell{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%}#screen{position:relative;aspect-ratio:16 / 9;container-type:size;overflow:hidden;max-width:100%}@media (min-width: 1280px){#screen{width:1280px}}@media (min-width: 1024px) and (max-width: 1279px){#screen{width:1024px}}@media (max-width: 1023px){#screen{width:600px}}#game-container{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden;background:radial-gradient(circle at 18% 70%,rgba(0,255,255,.12),transparent 26%),radial-gradient(circle at 72% 40%,rgba(255,90,0,.16),transparent 28%),radial-gradient(circle at 50% 100%,#2d112d,#090912 74%)}.stage-shell--stage2{background:radial-gradient(circle at 49% 84%,rgba(0,255,255,.08),transparent 14%),radial-gradient(circle at 50% 42%,rgba(255,36,18,.06),transparent 24%),#020202!important}.stage-shell--stage2 .bg-layer{opacity:.12;background-image:linear-gradient(to bottom,rgba(255,255,255,.03),transparent 35%);background-size:100% 100%}.stage-shell--stage2 .ambient-glow{display:none}.stage-shell--stage3{background:radial-gradient(circle at 22% 74%,rgba(0,255,255,.06),transparent 18%),radial-gradient(circle at 66% 56%,rgba(255,164,28,.05),transparent 16%),radial-gradient(circle at 82% 24%,rgba(255,64,40,.08),transparent 20%),#020202!important}.stage-shell--stage3 .bg-layer{opacity:.1;background-image:linear-gradient(to bottom,rgba(255,255,255,.025),transparent 40%);background-size:100% 100%}.stage-shell--stage3 .ambient-glow{display:none}.bg-layer{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.03),transparent 30%);background-size:calc(24 * var(--cw)) calc(24 * var(--cw)),100% 100%;opacity:.45}.ambient-glow{position:absolute;border-radius:999px;filter:blur(calc(60 * var(--cw)));pointer-events:none}.ambient-glow.cyan{left:-8%;bottom:8%;width:24%;height:24%;background:#00ffff2e}.ambient-glow.orange{right:8%;top:8%;width:28%;height:28%;background:#ff55001f}.timer-ui{position:absolute;left:2%;top:2%;width:calc(200 * var(--cw));padding:calc(12 * var(--cw)) calc(20 * var(--cw));background:#0a0f1e99;border:1px solid rgba(0,255,255,.3);border-radius:calc(8 * var(--cw));-webkit-backdrop-filter:blur(calc(8 * var(--cw)));backdrop-filter:blur(calc(8 * var(--cw)));box-shadow:0 0 calc(15 * var(--cw)) #00ffff26;display:flex;justify-content:center;align-items:center;font-size:calc(24 * var(--cw));font-weight:700;color:#0ff;text-shadow:0 0 calc(8 * var(--cw)) rgba(0,255,255,.6);letter-spacing:calc(2 * var(--cw))}.spawn-pad{position:absolute;left:0;bottom:17%;width:18%;min-width:calc(180 * var(--cw));height:3.2%;min-height:calc(22 * var(--cw));background:linear-gradient(to right,#18d7ff,#18a8ff);box-shadow:0 0 calc(28 * var(--cw)) #18d7ff73}.jump-block{position:absolute;left:24%;bottom:22%;width:10%;min-width:calc(100 * var(--cw));height:2.5%;min-height:calc(18 * var(--cw));background:linear-gradient(to right,#fc0,#fa0);box-shadow:0 0 calc(20 * var(--cw)) #fc09,inset 0 0 calc(10 * var(--cw)) #fff6;z-index:10;border-radius:calc(4 * var(--cw))}.stone-bridge{position:absolute;left:43%;top:73%;width:21%;min-width:calc(220 * var(--cw));height:2.8%;min-height:calc(20 * var(--cw));background:#9b6666;box-shadow:0 calc(10 * var(--cw)) calc(22 * var(--cw)) #00000059;z-index:10}.main-support{position:absolute;left:62.8%;top:24%;width:calc(15 * var(--cw));height:60%;background:#9b6666;box-shadow:0 0 0 1px #ffffff0f}.right-frame{position:absolute;left:77%;top:24%;width:calc(15 * var(--cw));height:60%;background:#6d6d6d;box-shadow:0 0 0 1px #ffffff0d}.top-beam{position:absolute;left:calc(62.8% + calc(15 * var(--cw)));top:24%;width:100vw;height:1.9%;min-height:calc(14 * var(--cw));background:linear-gradient(to right,#9b6666 0,#9b6666 70%,#6d6d6d 70%,#6d6d6d)}.mid-ledge{position:absolute;left:62.8%;top:58%;width:calc(14.2% + calc(15 * var(--cw)));height:1.9%;min-height:calc(14 * var(--cw));background:linear-gradient(to right,#9b6666 0,#9b6666 68%,#6d6d6d 68%,#6d6d6d)}[data-triggerable=true]{--collapse-x: 0px;--collapse-y: 0px;transform:translateZ(0);transform-origin:center;transition:transform .3s ease,opacity .3s ease,filter .3s ease;will-change:transform,opacity}[data-triggerable=true].is-collapsing{transform:translate3d(var(--collapse-x),var(--collapse-y),0);opacity:0;filter:blur(calc(2 * var(--cw)))}[data-triggerable=true].is-collapsed{visibility:hidden;pointer-events:none}[data-triggerable=true].is-resetting{transition:none}.trigger-block{position:absolute;background:linear-gradient(to right,#ff180d 0,#ff180d 78%,#cb2c2c 78%,#cb2c2c);box-shadow:0 0 calc(10 * var(--cw)) #ff180d4d;pointer-events:none;z-index:20;transition:transform .14s ease,box-shadow .14s ease,filter .14s ease,opacity .18s ease}.trigger-block--top{left:0;top:calc(-30 * var(--cw));width:100%;height:calc(30 * var(--cw))}.trigger-block--left{left:calc(-30 * var(--cw));top:0;width:calc(30 * var(--cw));height:100%}.trigger-block.is-interactable{filter:brightness(1.14);box-shadow:0 0 calc(14 * var(--cw)) #ff180d7a,0 0 calc(24 * var(--cw)) #ff6e4038}.trigger-block.is-used{opacity:0}.ladder{position:absolute;right:37.2%;top:24%;width:4.2%;min-width:calc(44 * var(--cw));height:49%;background:repeating-linear-gradient(to bottom,transparent 0,transparent 4.3%,rgba(0,0,0,.45) 4.3%,rgba(0,0,0,.45) 4.55%),#dcdcdce0;box-shadow:inset 1px 0 #0000006b,inset -1px 0 #0000006b;z-index:5}.fluid-zone,.lava-fall,.ice-water{position:absolute;overflow:hidden;pointer-events:none;z-index:8}.lava-fall,.ice-water{left:calc(62.8% + calc(15 * var(--cw)));width:calc(14.2% - calc(15 * var(--cw)))}.fluid-zone--lava,.lava-fall{background:linear-gradient(to bottom,#ff8768,#ff6248);box-shadow:inset 0 0 0 1px #ffffff14}.fluid-zone--water,.ice-water{background:linear-gradient(to bottom,#4f88e8,#3c78de);box-shadow:inset 0 0 0 1px #ffffff14}.lava-fall{top:25.9%;height:32.1%}.ice-water{top:59.9%;height:24%}.bottom-bar{position:absolute;left:62.8%;top:83.9%;width:calc(14.2% + calc(15 * var(--cw)));height:2.8%;background:#5a5a5a;box-shadow:0 calc(-5 * var(--cw)) calc(15 * var(--cw)) #00000040;border-top:calc(2 * var(--cw)) solid #3c78de}.goal-ledge{position:absolute;right:0;top:83.9%;width:calc(23% - calc(15 * var(--cw)));height:1.9%;min-height:calc(14 * var(--cw));background:#6d6d6d;box-shadow:0 calc(10 * var(--cw)) calc(20 * var(--cw)) #00000052}.goal-location{position:absolute;left:77%;top:58%;width:calc(23% - calc(15 * var(--cw)));height:1.9%;min-height:calc(14 * var(--cw));background:#6d6d6d;box-shadow:0 calc(10 * var(--cw)) calc(20 * var(--cw)) #00000052}.treasure-pile{position:absolute;left:88.5%;top:58%;transform:translate(-50%,-100%);width:calc(100 * var(--cw));height:calc(60 * var(--cw));z-index:20}.stage2-post,.stage2-cap,.stage2-fluid-divider,.stage2-white-block,.stage2-treasure-base,.stage2-treasure-support{position:absolute;background:#b27a81;box-shadow:0 0 0 1px #ffffff14}.stage2-post{top:9%;width:2.1%;height:91%;z-index:12}.stage2-cap{top:9%;width:28.6%;height:2.8%;z-index:12}.stage2-left-frame.stage2-post--outer{left:5%}.stage2-left-frame.stage2-post--inner{left:31.5%}.stage2-left-frame.stage2-cap{left:5%}.stage2-right-frame.stage2-post--outer{left:67%}.stage2-right-frame.stage2-post--inner{left:93.5%}.stage2-right-frame.stage2-cap{left:67%}.stage2-side-trigger{top:50%;width:calc(72 * var(--cw));height:calc(28 * var(--cw));border-radius:calc(4 * var(--cw));transform:translateY(-50%)}.stage2-cap-trigger{top:50%}.stage2-cap-trigger--left{left:calc(100% + calc(8 * var(--cw)))}.stage2-cap-trigger--right{right:calc(100% + calc(8 * var(--cw)))}.stage2-fluid-divider{top:48.6%;width:22.7%;height:3%;z-index:12}.stage2-fluid-divider--left{left:7.1%}.stage2-fluid-divider--right{left:69.1%}.stage2-divider-trigger{top:50%}.stage2-divider-trigger--left{left:calc(100% + calc(8 * var(--cw)))}.stage2-divider-trigger--right{right:calc(100% + calc(8 * var(--cw)))}.stage2-fluid-zone{position:absolute}.stage2-fluid-zone--left-lava{left:7.1%;top:13%;width:22.7%;height:34%}.stage2-fluid-zone--left-water{left:7.1%;top:55.2%;width:22.7%;height:19.1%}.stage2-fluid-zone--right-water{left:69.1%;top:13%;width:22.7%;height:34%}.stage2-fluid-zone--right-lava{left:69.1%;top:55.2%;width:22.7%;height:19.1%}.stage2-white-block{top:76.2%;width:22.7%;height:2.7%;background:#f2f2f2;box-shadow:0 0 calc(12 * var(--cw)) #ffffff1f,inset 0 calc(-2 * var(--cw)) 0 #00000014}.stage2-white-block--left{left:7.1%}.stage2-white-block--right{left:69.1%}.stage2-button-hitbox,.stage2-button-trigger{left:4.35%;top:58.05%;border-radius:calc(4 * var(--cw))}.stage2-button-hitbox{width:4.9%;height:11.9%;background:transparent;box-shadow:none;opacity:0;z-index:24}.stage2-button-trigger{position:absolute;width:3.8%;height:10.2%;background:linear-gradient(to right,#ff1208 0,#ff1208 72%,#cf291f 72%,#cf291f);z-index:23}.stage2-button-hitbox.is-used+.stage2-button-trigger{opacity:1;height:6.6%;transform:translateY(calc(10 * var(--cw)));filter:brightness(.92);box-shadow:0 0 calc(10 * var(--cw)) #ff180d2e,inset 0 calc(2 * var(--cw)) 0 #0000002e}.stage2-spawn-pad{left:41%;top:92.8%;bottom:auto;width:11.8%;min-width:0;height:5.2%;min-height:0;border-radius:0}.stage2-jump-block{min-width:0;min-height:0;height:5.8%;border-radius:0}.stage2-jump-block--low-left{left:31.7%;top:auto;bottom:13%;width:11%}.stage2-jump-block--upper-left{left:31.7%;top:auto;bottom:60%;width:10.5%}.stage2-jump-block--right{left:57%;top:58.9%;width:12.4%}.stage2-jump-block--upper-right{left:57%;top:auto;bottom:82.4%;width:10.5%}.stage2-throw-stone-anchor,.stage2-projectile-stone{left:40.2%;top:31.8%}.stage2-throw-stone-anchor{position:absolute;width:calc(28 * var(--cw));height:calc(28 * var(--cw));transform:translate(-50%,-50%);opacity:0;pointer-events:none}.stage2-stone-source{position:absolute;z-index:26}.stage2-stone-source--left{left:40.2%;top:31.8%}.stage2-stone-source--upper-right{left:57.6%;top:11.8%}.throw-stone{position:absolute;width:calc(28 * var(--cw));height:calc(28 * var(--cw));border-radius:50%;background:radial-gradient(circle at 32% 28%,#fff 0,#f0f0f0 18%,#c7c7c7 52%,#8f8f8f);box-shadow:inset calc(-2 * var(--cw)) calc(-3 * var(--cw)) calc(6 * var(--cw)) #00000038,0 0 calc(12 * var(--cw)) #ffffff3d;transform:translate(-50%,-50%);z-index:26;pointer-events:none}.held-stone{position:absolute;left:0;top:0;width:calc(28 * var(--cw));height:calc(28 * var(--cw));border-radius:50%;background:radial-gradient(circle at 32% 28%,#fff 0,#f0f0f0 18%,#c7c7c7 52%,#8f8f8f);box-shadow:inset calc(-2 * var(--cw)) calc(-3 * var(--cw)) calc(6 * var(--cw)) #00000038,0 0 calc(12 * var(--cw)) #ffffff3d;transform:translate(-50%,-50%);z-index:42;pointer-events:none}.held-stone--character{left:50%;top:calc(-8 * var(--cw));transform:translate(-50%,-100%)}.throw-stone.is-carried{z-index:42;box-shadow:inset calc(-2 * var(--cw)) calc(-3 * var(--cw)) calc(6 * var(--cw)) #00000038,0 0 calc(14 * var(--cw)) #ffffff4d,0 0 calc(22 * var(--cw)) #c4e6ff33}.throw-stone.is-held-ui{z-index:42}.held-stone.is-held-ui,.held-stone.is-carried{z-index:42;box-shadow:inset calc(-2 * var(--cw)) calc(-3 * var(--cw)) calc(6 * var(--cw)) #00000038,0 0 calc(14 * var(--cw)) #ffffff4d,0 0 calc(22 * var(--cw)) #c4e6ff33}.throw-stone.is-airborne{z-index:28}.stone-aim-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;overflow:visible;pointer-events:none;z-index:130}.stone-aim-line{fill:none;stroke:#050510;stroke-width:5;stroke-linecap:round;stroke-dasharray:16 12;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 calc(8 * var(--cw)) rgba(0,255,255,.55)) drop-shadow(0 0 calc(18 * var(--cw)) rgba(0,255,255,.32));opacity:1}.stone-aim-line[hidden]{display:none}.stone-aim-reticle,.stone-aim-reticle-axis{fill:none;stroke:#050510;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 calc(8 * var(--cw)) rgba(0,255,255,.55)) drop-shadow(0 0 calc(18 * var(--cw)) rgba(0,255,255,.32))}.stone-aim-reticle{stroke-width:4}.stone-aim-reticle-axis{stroke-width:4;stroke-linecap:round}.stone-aim-reticle[hidden],.stone-aim-reticle-axis[hidden]{display:none}.stage2-treasure-base{left:84.7%;top:91.8%;width:8.8%;height:3.4%;z-index:12}.stage2-treasure-support{left:84.7%;top:80.5%;width:2.1%;height:16.3%;z-index:12}.stage2-treasure-anchor,.stage2-treasure-pile{left:89.1%;top:91.8%}.stage2-treasure-anchor{position:absolute;width:calc(100 * var(--cw));height:calc(60 * var(--cw));transform:translate(-50%,-100%);opacity:0;pointer-events:none}.stage3-frame,.stage3-white-gate,.stage3-main-platform,.stage3-timed-block,.stage3-treasure-base{position:absolute;background:#a36d74;box-shadow:0 0 0 1px #ffffff14}.stage3-left-wall{position:absolute;left:5.2%;top:58.4%;width:2.2%;height:40.6%;background:#a36d74;z-index:12}.stage3-left-tower{left:7.4%;top:8.5%;width:2.2%;height:50%;z-index:12}.stage3-frame--right{left:30.6%}.stage3-left-tower-cap{left:7.4%;top:8.5%;width:25.4%;height:3%;z-index:12}.stage3-left-tower-divider{left:7.4%;top:34%;width:25.4%;height:2.5%;z-index:12}.stage3-left-tower-divider-trigger{position:absolute;left:32.8%;top:34%;width:2.5%;height:2.5%;z-index:12}.stage3-left-shaft{left:7.4%;top:58.5%;width:28%;height:2.8%;z-index:12}.stage3-left-bottom-floor{left:7.4%;top:99%;width:28%;height:2.8%;z-index:12}.stage3-mid-vertical-block{left:22.6%;top:69%;width:2.2%;height:30%;z-index:12}.stage3-mid-vertical-trigger{position:absolute;left:0;top:-43.7%;width:100%;height:43.7%;z-index:13}.stage3-initial-solidified{position:absolute;visibility:hidden;pointer-events:none}.stage3-mid-vertical-solid{width:3.2%;height:3.8%}.stage3-mid-vertical-solid--top{left:18.8%;top:61.6%}.stage3-mid-vertical-solid--mid{left:18.8%;top:66.1%}.stage3-bottom-seal-solid{width:2.4%;height:3.8%}.stage3-bottom-seal-solid--upper{left:19.8%;top:91.4%}.stage3-bottom-seal-solid--lower{left:20.9%;top:95%}.stage3-fluid-zone{position:absolute}.stage3-fluid-zone--left-lava{left:9.6%;top:11.6%;width:20.8%;height:21.2%}.stage3-fluid-zone--left-water{left:9.6%;top:39.4%;width:20.8%;height:17.6%}.stage3-left-bottom-lava{left:7.5%;top:88.6%;width:14.2%;height:10.4%}.stage3-left-bottom-water{left:22.4%;top:88.6%;width:12.9%;height:10.4%}.stage3-spawn-pad{left:7.8%;top:74.6%;bottom:auto;width:4.6%;min-width:0;height:3%;min-height:0;border-radius:0}.stage3-timed-block{--timed-progress: 0;left:16.1%;top:83.1%;width:7.2%;height:3.8%;min-width:0;min-height:0;border-radius:calc(4 * var(--cw));background:linear-gradient(to right,#ffc63af2,#ff8218f2),linear-gradient(to bottom,#ffffff2e,#00000029);box-shadow:0 0 calc(22 * var(--cw)) #ffa5266b,inset 0 0 calc(8 * var(--cw)) #ffffff2e;opacity:calc(1 - (var(--timed-progress) * .78));z-index:16}.stage3-timed-block--upper{left:34%;top:43.8%;width:7.2%}.stage3-timed-block--low{left:24.8%;top:82.9%;width:8.4%;height:3.6%}.stage3-timed-block.is-ticking{filter:saturate(.92) brightness(.98)}.stage3-jump-block{min-width:0;min-height:0;height:3.6%;border-radius:0}.stage3-jump-block--mid{left:50%;top:60%;width:8.2%}.stage3-main-platform{left:33.2%;top:75%;width:59%;height:3.1%;z-index:12}.stage3-center-support{left:33.2%;top:75%;width:2.2%;height:26.8%;z-index:12}.stage3-stone-anchor,.stage3-projectile-stone{left:17.8%;top:81.4%}.stage3-stone-anchor{position:absolute;width:calc(28 * var(--cw));height:calc(28 * var(--cw));transform:translate(-50%,-50%);opacity:0;pointer-events:none}.stage3-stone-source{left:17.8%;top:81.4%;z-index:26}.stage3-stone-anchor--upper,.stage3-projectile-stone--upper,.stage3-stone-source--upper{left:37.6%;top:42.2%}.stage3-contact-hitbox,.stage3-contact-button{left:17.3%;border-radius:calc(4 * var(--cw))}.stage3-contact-hitbox{top:53.9%;width:5%;height:4.6%;background:transparent;box-shadow:none;opacity:0;z-index:24}.stage3-contact-button{position:absolute;top:54.6%;width:4.3%;height:3.9%;background:linear-gradient(to right,#ff1208 0,#ff1208 72%,#cf291f 72%,#cf291f);box-shadow:0 0 calc(16 * var(--cw)) #ff1e124d,inset 0 calc(-2 * var(--cw)) 0 #0000002e;z-index:23}.stage3-contact-hitbox.is-used+.stage3-contact-button{transform:translateY(calc(10 * var(--cw)));height:2.7%;filter:brightness(.92);box-shadow:0 0 calc(10 * var(--cw)) #ff180d2e,inset 0 calc(2 * var(--cw)) 0 #0000002e}.stage3-cannon{position:absolute;left:69%;bottom:24%;top:auto;width:calc(108 * var(--cw));height:calc(82 * var(--cw));transform:translate(-50%);z-index:28}.stage3-cannon-seat{position:absolute;left:48%;top:34%;width:calc(42 * var(--cw));height:calc(18 * var(--cw));transform:translate(-50%,-50%);opacity:0;pointer-events:none}.stage3-cannon-barrel{position:absolute;left:50%;top:38%;width:calc(74 * var(--cw));height:calc(34 * var(--cw));border-radius:calc(18 * var(--cw));background:linear-gradient(145deg,#757575,#3a3a3a 58%,#0f0f0f);box-shadow:inset calc(2 * var(--cw)) calc(2 * var(--cw)) calc(8 * var(--cw)) #ffffff2e,0 calc(10 * var(--cw)) calc(20 * var(--cw)) #00000042;transform:translate(-50%,-50%) rotate(-52deg);transform-origin:35% 68%}.stage3-cannon-barrel:after{content:"";position:absolute;right:calc(-8 * var(--cw));top:50%;width:calc(16 * var(--cw));height:calc(16 * var(--cw));border-radius:50%;background:#ffd48533;transform:translateY(-50%)}.stage3-cannon-wheel{position:absolute;bottom:calc(8 * var(--cw));width:calc(22 * var(--cw));height:calc(22 * var(--cw));border-radius:50%;border:calc(3 * var(--cw)) solid #40311a;background:radial-gradient(circle at 40% 38%,#a57f43 0,#8f6932 58%,#60431f)}.stage3-cannon-wheel:before,.stage3-cannon-wheel:after{content:"";position:absolute;left:50%;top:50%;background:#2c1805a6;transform:translate(-50%,-50%)}.stage3-cannon-wheel:before{width:70%;height:calc(2 * var(--cw))}.stage3-cannon-wheel:after{width:calc(2 * var(--cw));height:70%}.stage3-cannon-wheel--left{left:calc(18 * var(--cw))}.stage3-cannon-wheel--right{left:calc(42 * var(--cw))}.stage3-cannon.is-aiming .stage3-cannon-barrel{filter:brightness(1.12);box-shadow:inset calc(2 * var(--cw)) calc(2 * var(--cw)) calc(8 * var(--cw)) #ffffff38,0 0 calc(24 * var(--cw)) #ffad3a33}.stage3-right-chamber{top:calc(8.5% - 30px);width:2.2%;height:32.8%;z-index:12}.stage3-right-chamber-mid{position:absolute;left:73.5%;top:calc(8.5% - 30px);width:2.2%;height:32.8%;z-index:12}.stage3-right-chamber-trigger--left,.stage3-right-chamber-trigger--mid{position:absolute;left:0;top:100%;width:100%;height:30px;z-index:13}.stage3-frame--right-outer{left:60.2%}.stage3-frame--right-inner{left:86.8%}.stage3-right-chamber-cap{left:60.2%;top:calc(8.5% - 30px);width:28.8%;height:3%;z-index:12}.stage3-right-water-shelf{left:60.2%;top:calc(17.4% - 30px);width:14.2%;height:2.5%;z-index:12}.stage3-right-water-shelf-trigger{position:absolute;left:-20px;top:0;width:20px;height:100%;z-index:13}.stage3-right-floor{left:60.2%;top:calc(38.5% - 30px);width:28.8%;height:2.8%;z-index:12}.stage3-fluid-zone--right-water{left:62.4%;top:calc(11.3% - 30px);width:11.8%;height:5.8%}.stage3-fluid-zone--right-lava{left:62.4%;top:calc(19.8% - 30px);width:11.8%;height:7%}.stage3-white-gate{left:60.2%;top:calc(28.5% - 30px);width:28.8%;height:2.7%;background:#f2f2f2;box-shadow:0 0 calc(12 * var(--cw)) #ffffff29,inset 0 calc(-2 * var(--cw)) 0 #00000014;z-index:18}.stage3-monster{position:absolute;left:66.4%;top:calc(31.2% - 30px);width:calc(48 * var(--cw));height:calc(52 * var(--cw));border-radius:calc(18 * var(--cw)) calc(18 * var(--cw)) calc(10 * var(--cw)) calc(10 * var(--cw));background:radial-gradient(circle at 50% 28%,rgba(255,255,255,.08),transparent 30%),linear-gradient(to bottom,#9f5bff,#5b21b6);box-shadow:0 0 calc(18 * var(--cw)) #9f5bff40,inset 0 calc(-4 * var(--cw)) calc(8 * var(--cw)) #0000002e;z-index:27;pointer-events:none;transform:translateZ(0);transition:filter .14s ease,opacity .18s ease}.stage3-monster:before,.stage3-monster:after{content:"";position:absolute;top:calc(-8 * var(--cw));width:calc(10 * var(--cw));height:calc(14 * var(--cw));border-radius:50% 50% 0 0;background:#7e3af2}.stage3-monster:before{left:calc(8 * var(--cw));transform:rotate(-18deg)}.stage3-monster:after{right:calc(8 * var(--cw));transform:rotate(18deg)}.stage3-monster-eye{position:absolute;left:50%;top:calc(10 * var(--cw));width:calc(18 * var(--cw));height:calc(18 * var(--cw));border-radius:50%;background:#fff;transform:translate(-50%)}.stage3-monster-eye:after{content:"";position:absolute;left:50%;top:50%;width:calc(8 * var(--cw));height:calc(8 * var(--cw));border-radius:50%;background:#0b1020;transform:translate(-50%,-50%)}.stage3-monster-teeth{position:absolute;left:50%;bottom:calc(7 * var(--cw));width:calc(20 * var(--cw));height:calc(8 * var(--cw));transform:translate(-50%);background:linear-gradient(-60deg,transparent 0 32%,#fff 32% 40%,transparent 40% 56%,#fff 56% 64%,transparent 64% 80%,#fff 80% 88%,transparent 88% 100%),linear-gradient(to bottom,transparent 0 22%,rgba(0,0,0,.18) 22% 100%)}.stage3-monster.is-alert{filter:brightness(1.08)}.stage3-monster.is-dead{opacity:0;filter:blur(calc(2 * var(--cw)))}.stage3-monster.is-facing-left{transform:scaleX(-1)}.stage3-treasure-base{left:79.8%;top:calc(38.5% - 30px);width:7%;height:2.8%;z-index:12}.stage3-treasure-anchor,.stage3-treasure-pile{left:84.8%;top:calc(38.4% - 30px)}.stage3-treasure-anchor{position:absolute;width:calc(100 * var(--cw));height:calc(60 * var(--cw));transform:translate(-50%,-100%);opacity:0;pointer-events:none}.fluid-zone.physics-fluid,.lava-fall.physics-fluid,.ice-water.physics-fluid{background:transparent;box-shadow:none}.physics-fluid-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;pointer-events:none}.physics-fluid-canvas--water{z-index:6}.physics-fluid-canvas--lava{z-index:7}.solidified-block{position:absolute;left:0;top:0;background:linear-gradient(145deg,#bdc3caeb,#686f78fa),linear-gradient(to bottom,#ffffff2e,#0000001f);border:1px solid rgba(38,43,49,.58);box-shadow:inset 0 calc(2 * var(--cw)) calc(8 * var(--cw)) #ffffff2e,inset 0 calc(-3 * var(--cw)) calc(8 * var(--cw)) #0000002e,0 calc(6 * var(--cw)) calc(12 * var(--cw)) #00000038;border-radius:calc(4 * var(--cw));pointer-events:none;z-index:12}.physics-particle{position:absolute;left:0;top:0;border-radius:999px;will-change:transform;transform:translate3d(-9999px,-9999px,0);pointer-events:none}.physics-particle--water{z-index:6}.physics-particle--lava{z-index:7}.water-particle{background:radial-gradient(circle at 35% 30%,#d6f7fff2,#67b7ff 60%,#2d66da);box-shadow:0 0 calc(10 * var(--cw)) #73c7ff73,inset 0 0 calc(6 * var(--cw)) #ffffff38;opacity:.94}.lava-particle{background:radial-gradient(circle at 35% 30%,#ffe6a8 0,#ff8f52 42%,#ff4e2e 75%,#b91f15);box-shadow:0 0 calc(12 * var(--cw)) #ff78406b,0 0 calc(18 * var(--cw)) #ff4a182e;opacity:.96}.treasure-pile.physics-managed,.throw-stone.physics-managed{left:0;top:0;transform:none;transform-origin:center center;will-change:transform}.coins-container{position:absolute;bottom:0;left:calc(10 * var(--cw));width:calc(80 * var(--cw));height:calc(38 * var(--cw));overflow:hidden;z-index:21}.coins{position:absolute;left:calc(2 * var(--cw));bottom:calc(-38 * var(--cw));width:calc(76 * var(--cw));height:calc(76 * var(--cw));border-radius:50%;background:radial-gradient(circle at 35% 35%,#ffff74 0,#f8ff00 58%,#c7c800);box-shadow:0 0 calc(24 * var(--cw)) #f8ff007a}.sword{position:absolute;left:calc(48 * var(--cw));bottom:calc(10 * var(--cw));width:calc(8 * var(--cw));height:calc(86 * var(--cw));background:linear-gradient(to bottom,#f2f2f2,#a9a9a9);box-shadow:0 0 calc(12 * var(--cw)) #ffffff2e;z-index:19;transform:rotate(15deg);transform-origin:bottom center}.sword-hilt{position:absolute;left:calc(-11 * var(--cw));top:calc(18 * var(--cw));width:calc(30 * var(--cw));height:calc(8 * var(--cw));background:gold;box-shadow:0 0 calc(10 * var(--cw)) #ffd7004d}.gem{position:absolute;left:calc(10 * var(--cw));top:calc(-1 * var(--cw));width:calc(8 * var(--cw));height:calc(8 * var(--cw));border-radius:50%;background:#00ff87;box-shadow:0 0 calc(12 * var(--cw)) #00ff8766}.character{position:absolute;left:0;top:0;width:calc(42 * var(--cw));height:calc(80 * var(--cw));background:#222;border:calc(2 * var(--cw)) solid #00ffff;border-radius:calc(20 * var(--cw)) calc(20 * var(--cw)) calc(10 * var(--cw)) calc(10 * var(--cw));box-shadow:0 0 calc(20 * var(--cw)) #00ffff80;display:flex;flex-direction:column;align-items:center;z-index:30;opacity:0;transform:translateZ(0);will-change:transform;transition:opacity .12s ease,box-shadow .14s ease,filter .14s ease}.character.is-ready{opacity:1}.character.is-moving{box-shadow:0 0 calc(24 * var(--cw)) #00ffffb3,0 0 calc(32 * var(--cw)) #00ffff38}.character.is-jumping{filter:brightness(1.15)}.character.is-climbing{box-shadow:0 0 calc(18 * var(--cw)) #84ffffd9,0 0 calc(28 * var(--cw)) #00ffff47}.character.is-throw-ready{cursor:grab}.character.is-throwing{cursor:grabbing;filter:brightness(1.08)}.character.is-facing-left .character-head{transform:scaleX(-1)}.character-head{position:relative;width:calc(30 * var(--cw));height:calc(30 * var(--cw));margin-top:calc(-15 * var(--cw));border:calc(2 * var(--cw)) solid #00ffff;border-radius:50%;background:#111;box-shadow:0 0 calc(15 * var(--cw)) #00ffff80;transition:transform .12s ease}.character-eye{position:absolute;top:calc(10 * var(--cw));right:calc(5 * var(--cw));width:calc(8 * var(--cw));height:calc(4 * var(--cw));border-radius:50%;background:#fff;box-shadow:0 0 calc(10 * var(--cw)) #fff,0 0 calc(18 * var(--cw)) #0ff}.clear-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0407108a;-webkit-backdrop-filter:blur(calc(5 * var(--cw)));backdrop-filter:blur(calc(5 * var(--cw)));z-index:120}.clear-overlay[hidden]{display:none}.clear-card{width:min(calc(420 * var(--cw)),72%);min-width:calc(280 * var(--cw));padding:calc(28 * var(--cw)) calc(30 * var(--cw)) calc(24 * var(--cw));border-radius:calc(22 * var(--cw));background:#fcfcfcf5;color:#171717;display:flex;flex-direction:column;align-items:center;gap:calc(14 * var(--cw));box-shadow:0 calc(24 * var(--cw)) calc(50 * var(--cw)) #00000047,inset 0 calc(1 * var(--cw)) 0 #fffc}.clear-title{font-size:calc(42 * var(--cw));font-weight:900;letter-spacing:calc(-1 * var(--cw))}.clear-time{font-size:calc(28 * var(--cw));font-weight:700}.clear-stars{display:flex;gap:calc(10 * var(--cw))}.clear-star{position:relative;display:inline-flex;width:calc(44 * var(--cw));height:calc(44 * var(--cw));align-items:center;justify-content:center;font-size:calc(42 * var(--cw));line-height:1}.clear-star-track,.clear-star-fill{display:block;line-height:1}.clear-star-track{color:#161616d1}.clear-star-mask{position:absolute;left:0;top:0;bottom:0;width:0%;overflow:hidden}.clear-star-fill{color:#f2ff00;text-shadow:0 0 calc(8 * var(--cw)) rgba(235,255,0,.32),calc(2 * var(--cw)) calc(2 * var(--cw)) 0 rgba(0,0,0,.42)}.clear-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:calc(16 * var(--cw));margin-top:calc(2 * var(--cw))}.clear-action{min-width:calc(110 * var(--cw));padding:calc(10 * var(--cw)) calc(20 * var(--cw));border:none;border-radius:999px;font-size:calc(16 * var(--cw));font-weight:800;color:#fff;cursor:pointer;transition:transform .12s ease,filter .12s ease,opacity .12s ease}.clear-action:hover:not(:disabled){transform:translateY(calc(-2 * var(--cw)));filter:brightness(1.06)}.clear-action--retry{background:linear-gradient(to bottom,#18ff33,#00cb17)}.clear-action--next{background:linear-gradient(to bottom,#ffc947,#ff8b1f)}.clear-action--main{background:linear-gradient(to bottom,#ff564d,#d91c12)}.clear-action[hidden]{display:none}.clear-action:disabled{cursor:default;opacity:.5}.vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle,transparent 55%,rgba(0,0,0,.82) 100%);pointer-events:none;z-index:100}.zIndex100{z-index:100}
