.start-screen{background:#0875cf;width:100%;height:100svh;min-height:100svh;position:relative;overflow:hidden}.start-screen__background{object-fit:cover;object-position:center center;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.start-screen__action{z-index:2;left:20%;bottom:max(50px, calc(5vh + env(safe-area-inset-bottom)));width:min(62vw,280px);position:absolute}.start-screen__button{color:#fff;letter-spacing:.02em;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:linear-gradient(#2f963f 0%,#17682d 100%);border:3px solid #fff;border-radius:999px;width:100%;min-height:58px;padding:14px 30px;font-size:clamp(1rem,4.5vw,1.25rem);font-weight:800;line-height:1;box-shadow:0 8px #0e4d20,0 14px 24px #00000047}.start-screen__button:focus-visible{outline-offset:4px;outline:4px solid #ffd329}@media (height<=700px){.start-screen__action{bottom:max(24px, calc(5vh + env(safe-area-inset-bottom)))}.start-screen__button{min-height:52px}}@media (width>=768px){.start-screen{width:min(100%,520px);margin:0 auto}.start-screen__action{width:min(70%,340px)}}.collectible-sprite{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block;position:relative;overflow:hidden}.collectible-sprite__sheet{width:500%;max-width:none;height:auto;transform:translateX(calc(var(--sprite-column) * -20%)) translateY(-50%);transform-origin:0;pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute;top:50%;left:0}.region-screen{isolation:isolate;color:#fff;background:#075a69;width:100%;height:100dvh;margin:0;padding:0;position:fixed;inset:0;overflow:hidden}.region-screen,.region-screen *{box-sizing:border-box}.region-screen__map-stage{z-index:1;background:#087080;width:100%;height:100%;margin:0;padding:0;position:absolute;inset:0;overflow:hidden}.region-screen__map-canvas{z-index:1;aspect-ratio:9/16;width:max(100vw,56.25dvh);position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.region-screen__map-image{z-index:1;object-fit:cover;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;margin:0;padding:0;display:block;position:absolute;inset:0}.region-screen__map-overlay{z-index:2;pointer-events:none;background:linear-gradient(#0019201a 0%,#0000 18% 80%,#0019191f 100%);position:absolute;inset:0}.region-screen__hotspot-position{z-index:10;pointer-events:auto;position:absolute;transform:translate(-50%,-50%)}.region-screen__hotspot{isolation:isolate;color:#fff;appearance:none;cursor:pointer;touch-action:manipulation;background:linear-gradient(#186337f7 0%,#073a23f7 100%);border:2px solid #fff4b7;border-radius:999px;justify-content:center;align-items:center;gap:5px;min-width:74px;min-height:35px;margin:0;padding:4px 10px 4px 5px;font-family:inherit;line-height:1;display:inline-flex;position:relative;box-shadow:0 5px #042f1ad1,0 9px 16px #0000004f,0 0 0 4px #ffd64e2b}.region-screen__hotspot--north{background:linear-gradient(#e5a82c 0%,#8f5908 100%);box-shadow:0 5px #684005,0 9px 16px #0000004f,0 0 0 4px #ffdd4c33}.region-screen__hotspot--central{background:linear-gradient(#a06d3b 0%,#57320f 100%);box-shadow:0 5px #3f2109,0 9px 16px #0000004f,0 0 0 4px #e8b46f33}.region-screen__hotspot--east{background:linear-gradient(#9555ac 0%,#54246c 100%);box-shadow:0 5px #3b154d,0 9px 16px #0000004f,0 0 0 4px #d592f733}.region-screen__hotspot--south{background:linear-gradient(#43a760 0%,#176133 100%);box-shadow:0 5px #0e4522,0 9px 16px #0000004f,0 0 0 4px #6feb9e33}.region-screen__hotspot--west{background:linear-gradient(#d6ad27 0%,#806308 100%);box-shadow:0 5px #5d4705,0 9px 16px #0000004f,0 0 0 4px #ffbb4833}.region-screen__hotspot-icon{z-index:3;pointer-events:none;background:#ffefa9f5;border:1px solid #fff;border-radius:50%;flex:none;width:25px;height:25px;padding:2px;display:block;position:relative;overflow:hidden;box-shadow:inset 0 1px 2px #5b340633}.region-screen__hotspot-icon .collectible-sprite{width:100%;height:100%;display:block}.region-screen__hotspot-name{z-index:3;letter-spacing:.01em;white-space:nowrap;text-shadow:0 2px 3px #00000052;pointer-events:none;font-size:.68rem;font-weight:900;line-height:1;display:block;position:relative}.region-screen__hotspot-pulse{z-index:1;pointer-events:none;border:2px solid #ffdd5fc7;border-radius:999px;animation:1.8s ease-out infinite region-hotspot-pulse;position:absolute;inset:-7px}@keyframes region-hotspot-pulse{0%{opacity:.9;transform:scale(.9)}70%{opacity:0;transform:scale(1.2)}to{opacity:0;transform:scale(1.2)}}.region-screen__hotspot:hover{filter:brightness(1.12)}.region-screen__hotspot:active{filter:brightness(.96)}.region-screen__hotspot:focus-visible{outline-offset:4px;outline:4px solid #ffe36e}.region-screen__back-button{z-index:30;top:max(16px, env(safe-area-inset-top));left:max(16px, env(safe-area-inset-left));color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);appearance:none;cursor:pointer;touch-action:manipulation;background:#042927c2;border:2px solid #ffffffe0;border-radius:50%;place-items:center;width:44px;height:44px;margin:0;padding:0;font-family:inherit;font-size:1.4rem;font-weight:900;line-height:1;display:grid;position:absolute;box-shadow:0 7px 15px #00000045}.region-screen__back-button:hover{background:#043d36e6}.region-screen__back-button:focus-visible{outline-offset:3px;outline:4px solid #ffe36e}@media (width<=370px){.region-screen__hotspot{gap:4px;min-width:64px;min-height:31px;padding:3px 8px 3px 4px}.region-screen__hotspot-icon{width:21px;height:21px}.region-screen__hotspot-name{font-size:.61rem}.region-screen__back-button{width:40px;height:40px}}@media (width>=430px) and (orientation:portrait){.region-screen__hotspot{gap:6px;min-width:82px;min-height:38px;padding:5px 12px 5px 6px}.region-screen__hotspot-icon{width:27px;height:27px}.region-screen__hotspot-name{font-size:.73rem}}@media (orientation:landscape){.region-screen__map-canvas{width:56.25dvh;height:100dvh}}@media (prefers-reduced-motion:reduce){.region-screen__hotspot-pulse{animation:none}}.game-guide-screen{z-index:100;isolation:isolate;width:100vw;height:100dvh;padding:max(28px, env(safe-area-inset-top)) 16px max(28px, env(safe-area-inset-bottom));color:#fff;background:#174f2b;place-items:center;margin:0;display:grid;position:fixed;inset:0;overflow:hidden}.game-guide-screen,.game-guide-screen *{box-sizing:border-box}.game-guide-screen__background{z-index:0;object-fit:cover;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block;position:absolute;inset:0}.game-guide-screen__overlay{z-index:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;background:linear-gradient(#00141280 0%,#00120e9e 100%);position:absolute;inset:0}.game-guide-screen__popup{z-index:5;color:#51320d;text-align:center;background:linear-gradient(#fff2b8 0%,#f4d98a 100%);border:9px solid #8b4d20;border-radius:30px;width:min(100vw - 32px,350px);padding:52px 22px 20px;position:relative;overflow:visible;box-shadow:0 9px #563018,0 22px 45px #00000075,inset 0 0 0 3px #ffffff8c}.game-guide-screen__popup:before,.game-guide-screen__popup:after{z-index:2;content:"";background:linear-gradient(#ffe49a 0%,#bb711e 100%);border:2px solid #673616;border-radius:50%;width:10px;height:10px;position:absolute;bottom:13px;box-shadow:inset 0 1px 1px #ffffffa6}.game-guide-screen__popup:before{left:14px}.game-guide-screen__popup:after{right:14px}.game-guide-screen__title-tab{z-index:4;color:#ffe5a1;letter-spacing:.02em;text-transform:uppercase;text-shadow:0 3px #4e250ab3;background:linear-gradient(#b86d2e 0%,#77401b 100%);border:5px solid #653616;border-radius:24px 24px 15px 15px;justify-content:center;align-items:center;width:min(76%,245px);min-height:62px;padding:10px 20px;font-size:1.25rem;font-weight:950;line-height:1;display:flex;position:absolute;top:-34px;left:50%;transform:translate(-50%);box-shadow:0 5px #4a2510,inset 0 2px #ffffff3d}.game-guide-screen__region{color:#915316;letter-spacing:.13em;text-transform:uppercase;margin:0 0 4px;font-size:.68rem;font-weight:900;line-height:1.2}.game-guide-screen__collectible{filter:drop-shadow(0 8px 6px #5b2f0940);width:76px;height:76px;margin:0 auto 3px}.game-guide-screen__collectible .collectible-sprite{width:100%;height:100%;display:block}.game-guide-screen__title{color:#60350f;text-shadow:0 2px #ffffff80;margin:0;font-size:clamp(1.3rem,5.8vw,1.75rem);font-weight:950;line-height:1.08}.game-guide-screen__description{color:#7d4e1a;margin:6px 0 15px;font-size:.82rem;font-weight:800;line-height:1.3}.game-guide-screen__instructions{gap:8px;margin-bottom:15px;display:grid}.game-guide-screen__instruction{text-align:left;background:#ffffff6b;border:2px solid #9e5a1552;border-radius:15px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;min-height:48px;padding:7px 11px;display:grid;box-shadow:inset 0 1px #ffffffb8}.game-guide-screen__instruction-number{color:#fff;background:linear-gradient(#31b95d 0%,#137137 100%);border:2px solid #fff;border-radius:50%;place-items:center;width:32px;height:32px;font-size:.82rem;font-weight:950;line-height:1;display:grid;box-shadow:0 3px #0b4d26}.game-guide-screen__instruction p{color:#654017;margin:0;font-size:.76rem;font-weight:750;line-height:1.25}.game-guide-screen__instruction strong{color:#3b751f;font-weight:950}.game-guide-screen__timer{color:#704514;justify-content:center;align-items:baseline;gap:5px;margin-bottom:8px;display:flex}.game-guide-screen__timer p{margin:0;font-size:.72rem;font-weight:800}.game-guide-screen__timer strong{color:#16813d;min-width:28px;font-size:1.35rem;font-weight:950;line-height:1}.game-guide-screen__timer span{font-size:.72rem;font-weight:800}.game-guide-screen__progress-track{background:#bb792b;border:2px solid #724014;border-radius:999px;width:100%;height:11px;overflow:hidden;box-shadow:inset 0 2px 3px #4b230759}.game-guide-screen__progress-bar{border-radius:inherit;transform-origin:0;background:linear-gradient(#55e567 0%,#119139 100%);width:100%;height:100%;animation:5s linear forwards game-guide-countdown;display:block}@keyframes game-guide-countdown{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (width<=370px){.game-guide-screen{padding-left:12px;padding-right:12px}.game-guide-screen__popup{border-width:7px;width:calc(100vw - 24px);padding:48px 16px 17px}.game-guide-screen__title-tab{min-height:56px;font-size:1.05rem;top:-31px}.game-guide-screen__collectible{width:66px;height:66px}.game-guide-screen__title{font-size:1.2rem}.game-guide-screen__instruction{grid-template-columns:31px minmax(0,1fr);min-height:44px;padding:6px 9px}.game-guide-screen__instruction-number{width:29px;height:29px}.game-guide-screen__instruction p{font-size:.7rem}}@media (height<=650px){.game-guide-screen{padding-top:20px;padding-bottom:20px}.game-guide-screen__popup{padding:43px 16px 14px}.game-guide-screen__title-tab{min-height:50px;font-size:1rem;top:-27px}.game-guide-screen__region{font-size:.58rem}.game-guide-screen__collectible{width:56px;height:56px}.game-guide-screen__title{font-size:1.08rem}.game-guide-screen__description{margin:3px 0 9px;font-size:.7rem}.game-guide-screen__instructions{gap:5px;margin-bottom:9px}.game-guide-screen__instruction{min-height:39px;padding:4px 8px}.game-guide-screen__instruction-number{width:27px;height:27px}.game-guide-screen__timer{margin-bottom:5px}}@media (width>=768px){.game-guide-screen__popup{width:380px}}@media (prefers-reduced-motion:reduce){.game-guide-screen__collectible{transform:none}.game-guide-screen__progress-bar{animation:none}}.collection-game{isolation:isolate;color:#fff;background:#135e49;grid-template-rows:auto minmax(0,1fr);width:100%;height:100dvh;margin:0;padding:0;display:grid;position:relative;overflow:hidden}.collection-game,.collection-game *{box-sizing:border-box}.collection-game__background{z-index:0;object-fit:cover;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block;position:absolute;inset:0}.collection-game__background-overlay{z-index:1;pointer-events:none;background:linear-gradient(#00231c6b 0%,#00231c12 24%,#00231c05 66%,#001c164d 100%);position:absolute;inset:0}.collection-game__header{z-index:40;min-height:72px;padding:max(12px, env(safe-area-inset-top)) 10px 7px;background:linear-gradient(#002424ad 0%,#0024243d 75%,#0000 100%);grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:7px;display:grid;position:relative}.collection-game__back-button{color:#fff;appearance:none;cursor:pointer;touch-action:manipulation;background:#042e2bc7;border:2px solid #ffffffe6;border-radius:50%;place-items:center;width:43px;height:43px;margin:0;padding:0;font-family:inherit;font-size:1.4rem;font-weight:900;line-height:1;display:grid;box-shadow:0 6px 14px #00000047}.collection-game__back-button:focus-visible{outline-offset:3px;outline:4px solid #ffe36e}.collection-game__heading{text-align:center;min-width:0}.collection-game__region{color:#ffe36e;letter-spacing:.1em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;text-shadow:0 2px 4px #00000061;margin:0 0 2px;font-size:.61rem;font-weight:900;line-height:1.15;overflow:hidden}.collection-game__title{color:#fff;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 3px 7px #00000070;margin:0;font-size:clamp(.9rem,4vw,1.35rem);font-weight:950;line-height:1.05;overflow:hidden}.collection-game__status-group{align-items:center;gap:4px;display:flex}.collection-game__score-badge{color:#4b2d08;background:linear-gradient(#fff7c9 0%,#f4ca4f 100%);border:2px solid #fff;border-radius:999px;align-items:center;gap:4px;min-width:64px;min-height:40px;padding:4px 8px 4px 4px;display:flex;box-shadow:0 5px #844e09bd,0 9px 15px #0000003d}.collection-game__score-icon{flex:none;width:27px;height:27px;display:block}.collection-game__score-icon .collectible-sprite{width:100%;height:100%;display:block}.collection-game__score-badge strong{white-space:nowrap;font-size:.77rem;font-weight:950;line-height:1}.collection-game__attempt-badge{color:#fff;background:#044336e6;border:2px solid #ffffffe0;border-radius:13px;place-items:center;min-width:40px;min-height:40px;padding:4px 6px;line-height:1;display:grid;box-shadow:0 5px 10px #00000038}.collection-game__attempt-badge strong{font-size:.9rem;font-weight:950}.collection-game__attempt-badge span{letter-spacing:.04em;text-transform:uppercase;margin-top:2px;font-size:.48rem;font-weight:900}.collection-game__play-area{z-index:5;touch-action:none;-webkit-user-select:none;user-select:none;min-width:0;min-height:0;position:relative;overflow:hidden}.collection-game__play-area--aiming{cursor:default}.collection-game__play-area--pulling{cursor:grabbing}.collection-game__play-area--falling{cursor:ew-resize}.collection-game__instruction{z-index:50;color:#3d2b06;text-align:center;white-space:nowrap;pointer-events:none;background:#fff1a5f2;border:2px solid #fff;border-radius:999px;width:fit-content;max-width:calc(100% - 24px);margin:0;padding:7px 13px;font-size:.68rem;font-weight:900;line-height:1.2;position:absolute;top:8px;left:50%;translate:-50%;box-shadow:0 5px 13px #0000003b}.collection-game__target-fruit{z-index:24;aspect-ratio:1;pointer-events:none;width:clamp(58px,16vw,84px);position:absolute;translate:-50% -50%}.collection-game__target-fruit .collectible-sprite{z-index:3;filter:drop-shadow(0 8px 6px #00000057);width:100%;height:100%;display:block;position:relative}.collection-game__target-fruit--aimed .collectible-sprite{filter:drop-shadow(0 0 8px #fff47b)drop-shadow(0 0 18px #69ff7ee6)drop-shadow(0 8px 6px #00000057)}.collection-game__aim-preview{z-index:33;pointer-events:none;position:absolute;inset:0;overflow:hidden}.collection-game__aim-preview span{pointer-events:none;background:#fff5adf2;border:1px solid #ffffffeb;border-radius:50%;width:9px;height:9px;display:block;position:absolute;box-shadow:0 2px 4px #00000075,0 0 5px #ffdf538c}.collection-game__aim-preview--hit span{background:#88ff91f5;border-color:#e8ffe4;box-shadow:0 2px 4px #0006,0 0 7px #57ff73d1}.collection-game__impact-burst,.collection-game__leaf-burst{z-index:37;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:clamp(78px,21vw,112px);height:auto;position:absolute;translate:-50% -50%}.collection-game__leaf-burst{z-index:36;width:clamp(100px,27vw,150px)}.collection-game__projectile{z-index:34;object-fit:contain;filter:drop-shadow(0 4px 4px #00000073);pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:clamp(20px,5.5vw,28px);height:auto;display:block;position:absolute;translate:-50% -50%}.collection-game__falling-item{z-index:30;aspect-ratio:1;pointer-events:none;width:clamp(58px,16vw,84px);position:absolute;translate:-50% -50%}.collection-game__falling-item .collectible-sprite{filter:drop-shadow(0 8px 6px #00000057);width:100%;height:100%;display:block}.collection-game__falling-item--catching{z-index:30}.collection-game__character-controller{z-index:28;touch-action:none;-webkit-user-select:none;user-select:none;outline:none;width:clamp(230px,66vw,360px);position:absolute;bottom:0;translate:-50%}.collection-game__character-controller--enabled{cursor:grab}.collection-game__character-controller--moving{cursor:grabbing}.collection-game__character-controller--disabled{cursor:default}.collection-game__character-controller:focus-visible{outline-offset:3px;border-radius:24px;outline:3px solid #ffe66de0}.collection-game__character-body{width:100%;position:relative;overflow:visible}.collection-game__character{z-index:2;object-fit:contain;object-position:bottom center;filter:drop-shadow(0 10px 8px #0000004a);pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:auto;max-height:74dvh;display:block;position:relative}.collection-game__basket-anchor{z-index:6;pointer-events:none;width:2px;height:2px;position:absolute;top:5%;left:50%;translate:-50% -50%}.collection-game__stone-anchor{z-index:9;width:2px;height:2px;position:absolute;top:25%;left:61%;translate:-50% -50%}.collection-game__aim-stone-button{z-index:10;appearance:none;cursor:grab;touch-action:none;background:0 0;border:0;border-radius:50%;place-items:center;width:44px;height:44px;margin:0;padding:0;display:grid;position:absolute;top:50%;left:50%;translate:-50% -50%}.collection-game__aim-stone-button--pulling{cursor:grabbing}.collection-game__aim-stone-button:before{content:"";pointer-events:none;background:#ffe2502e;border:2px solid #ffef9cd1;border-radius:50%;position:absolute;inset:-5px;box-shadow:0 0 0 5px #ffe25017}.collection-game__aim-stone-button--pulling:before{background:#ffb43247;border-color:#ffee93f5}.collection-game__aim-stone-button img{z-index:2;object-fit:contain;filter:drop-shadow(0 4px 4px #00000073);pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:27px;height:27px;display:block;position:relative}.collection-game__aim-stone-button:hover:before{background:#ffe25047}.collection-game__aim-stone-button:focus-visible{outline-offset:7px;outline:4px solid #ffe36e}.collection-game__power-meter{z-index:46;pointer-events:none;background:#00000085;border:2px solid #ffffffe0;border-radius:999px;width:min(138px,42vw);height:14px;padding:2px;position:absolute;bottom:64px;left:50%;overflow:hidden;translate:-50%;box-shadow:0 4px 10px #00000047}.collection-game__power-meter span{border-radius:inherit;background:linear-gradient(90deg,#54d56c 0%,#f4dd45 55%,#e85b32 100%);min-width:0;height:100%;transition:width 50ms linear;display:block}.collection-game__movement-indicator{z-index:38;color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);pointer-events:none;background:#033027c2;border:1px solid #ffffffa6;border-radius:999px;justify-content:center;align-items:center;gap:9px;width:fit-content;margin:0 auto;padding:6px 14px;font-size:.68rem;font-weight:900;display:flex;position:absolute;bottom:9px;left:0;right:0;box-shadow:0 5px 13px #00000038}.collection-game__movement-indicator span:first-child,.collection-game__movement-indicator span:last-child{color:#ffe36e;font-size:1rem}.collection-game__feedback{z-index:55;white-space:nowrap;pointer-events:none;border:3px solid #fff;border-radius:999px;width:fit-content;padding:9px 16px;font-size:.85rem;font-weight:950;position:absolute;top:18%;left:50%;translate:-50%;box-shadow:0 7px #643907b8,0 12px 20px #0000004a}.collection-game__feedback--caught{color:#3b2a06;background:linear-gradient(#fff8c9 0%,#f5c744 100%)}.collection-game__feedback--missed{color:#fff;background:linear-gradient(#e96a39 0%,#a52f1c 100%)}@media (width<=370px){.collection-game__aim-preview span{width:7px;height:7px}.collection-game__header{grid-template-columns:38px minmax(0,1fr) auto;gap:4px;padding-left:6px;padding-right:6px}.collection-game__back-button{width:38px;height:38px}.collection-game__region{font-size:.5rem}.collection-game__title{font-size:.82rem}.collection-game__status-group{gap:3px}.collection-game__score-badge{min-width:56px;min-height:36px;padding:3px 6px 3px 3px}.collection-game__score-icon{width:23px;height:23px}.collection-game__score-badge strong{font-size:.68rem}.collection-game__attempt-badge{min-width:34px;min-height:36px;padding:3px 4px}.collection-game__attempt-badge strong{font-size:.78rem}.collection-game__attempt-badge span{font-size:.43rem}.collection-game__instruction{max-width:calc(100% - 18px);padding:6px 10px;font-size:.62rem}.collection-game__character-controller{width:clamp(200px,62vw,280px)}.collection-game__aim-stone-button{width:40px;height:40px}.collection-game__aim-stone-button img{width:23px;height:23px}.collection-game__power-meter{height:12px;bottom:58px}.collection-game__movement-indicator{padding:5px 11px;font-size:.62rem}}@media (height<=680px){.collection-game__header{min-height:62px;padding-top:max(7px, env(safe-area-inset-top));padding-bottom:4px}.collection-game__back-button{width:38px;height:38px}.collection-game__region{font-size:.52rem}.collection-game__title{font-size:.88rem}.collection-game__score-badge,.collection-game__attempt-badge{min-height:36px}.collection-game__instruction{padding:5px 10px;top:5px}.collection-game__character-controller{width:clamp(190px,55vw,265px)}.collection-game__character{max-height:65dvh}.collection-game__power-meter{bottom:54px}.collection-game__movement-indicator{bottom:5px}}@media (width>=768px){.collection-game{width:min(100%,540px);margin:0 auto}.collection-game__header{grid-template-columns:46px minmax(0,1fr) auto;padding-left:16px;padding-right:16px}.collection-game__back-button{width:46px;height:46px}.collection-game__score-badge{min-width:72px;min-height:44px}.collection-game__attempt-badge{min-width:44px;min-height:44px}.collection-game__character-controller{width:300px}}@media (prefers-reduced-motion:reduce){.collection-game__projectile,.collection-game__falling-item,.collection-game__character-controller,.collection-game__impact-burst,.collection-game__leaf-burst{transition:none}}.result-screen{--theme-top:#ffd948;--theme-middle:#ffad1d;--theme-bottom:#ee740d;--theme-accent:#ee6410;--theme-accent-dark:#a63b06;--theme-light:#fff3c3;--theme-heading:#672c05;--theme-card-bottom:#fffaf0;--theme-glow:#fff288cc}.result-screen[data-region=north]{--theme-top:#ffdc47;--theme-middle:#ffad1a;--theme-bottom:#ef6c0d;--theme-accent:#ed6610;--theme-accent-dark:#a43c05;--theme-light:#fff2b7;--theme-heading:#692d04;--theme-card-bottom:#fff9e9;--theme-glow:#fff174d1}.result-screen[data-region=central]{--theme-top:#a44328;--theme-middle:#71251d;--theme-bottom:#47120f;--theme-accent:#db8422;--theme-accent-dark:#76330f;--theme-light:#f8dfb7;--theme-heading:#fff4dc;--theme-card-bottom:#fff8e9;--theme-glow:#ffaf4999}.result-screen[data-region=east]{--theme-top:#f3ef44;--theme-middle:#d3d522;--theme-bottom:#86b51f;--theme-accent:#4a9b27;--theme-accent-dark:#286015;--theme-light:#f7ffc9;--theme-heading:#335412;--theme-card-bottom:#fdfff1;--theme-glow:#ffff9bd9}.result-screen[data-region=south]{--theme-top:#71d9ff;--theme-middle:#25a9de;--theme-bottom:#087ab5;--theme-accent:#0585c3;--theme-accent-dark:#07547d;--theme-light:#dff7ff;--theme-heading:#064f75;--theme-card-bottom:#f4fdff;--theme-glow:#e1fbffdb}.result-screen[data-region=west]{--theme-top:#fff04d;--theme-middle:#d5d427;--theme-bottom:#8cae17;--theme-accent:#e95813;--theme-accent-dark:#913109;--theme-light:#fff7c2;--theme-heading:#4f5109;--theme-card-bottom:#fffdec;--theme-glow:#ffff92d6}.result-screen{isolation:isolate;width:100%;min-height:100dvh;padding:max(64px, calc(env(safe-area-inset-top) + 52px)) 16px max(16px, env(safe-area-inset-bottom));color:#fff;background:#075b36;place-items:center;display:grid;position:relative;overflow:hidden}.result-screen,.result-screen *{box-sizing:border-box}.result-screen__background{z-index:0;object-fit:cover;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block;position:absolute;inset:0}.result-screen__overlay{z-index:1;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);pointer-events:none;background:linear-gradient(#002a1f94 0%,#002b1f6b 42%,#001c16b8 100%);position:absolute;inset:0}.result-screen__back-button{z-index:20;top:max(12px, env(safe-area-inset-top));width:43px;height:43px;color:var(--theme-accent-dark);appearance:none;cursor:pointer;touch-action:manipulation;background:#fffffff0;border:2px solid #fffffff2;border-radius:50%;place-items:center;margin:0;padding:0;font-family:inherit;font-size:1.4rem;font-weight:950;line-height:1;display:grid;position:absolute;left:14px;box-shadow:0 8px 19px #00000047}.result-screen__back-button:focus-visible{outline-offset:3px;outline:4px solid #ffe36e}.result-screen__card{z-index:5;color:#273a1d;background:var(--theme-card-bottom);border:4px solid #fffffff5;border-radius:29px;width:min(100%,380px);position:relative;overflow:hidden;box-shadow:0 24px 55px #0006}.result-screen__hero{isolation:isolate;color:var(--theme-heading);background:linear-gradient(180deg, var(--theme-top) 0%, var(--theme-middle) 52%, var(--theme-bottom) 100%);text-align:center;padding:18px 18px 12px;position:relative;overflow:hidden}.result-screen__hero:before{z-index:-1;content:"";background:radial-gradient(circle,#ffffff52 0%,#fff0 70%);border-radius:50%;width:230px;height:230px;position:absolute;top:-105px;left:-100px}.result-screen__hero:after{z-index:-1;content:"";background:radial-gradient(circle,#ffffff40 0%,#fff0 70%);border-radius:50%;width:250px;height:250px;position:absolute;bottom:-110px;right:-110px}.result-screen__hero-decoration{z-index:-1;pointer-events:none;background:#ffffff21;border:2px solid #ffffff2b;border-radius:50%;display:block;position:absolute}.result-screen__hero-decoration--one{width:108px;height:108px;top:70px;left:-40px}.result-screen__hero-decoration--two{width:120px;height:120px;bottom:45px;right:-43px}.result-screen__title{z-index:6;color:var(--theme-heading);letter-spacing:-.04em;margin:0;font-size:clamp(1.85rem,8vw,2.3rem);font-weight:950;line-height:1;position:relative}.result-screen__product-stage{place-items:center;min-height:270px;margin-top:2px;display:grid;position:relative}.result-screen__product-glow{background:radial-gradient(circle, var(--theme-glow) 0%, #ffffff2e 48%, #fff0 72%);pointer-events:none;border-radius:50%;width:275px;height:275px;position:absolute;top:50%;left:50%;transform:translate(-50%,-48%)}.result-screen__product-image{z-index:3;object-fit:contain;filter:drop-shadow(0 17px 13px #00000047);pointer-events:none;-webkit-user-select:none;user-select:none;width:min(78%,260px);max-height:265px;display:block;position:relative}.result-screen__product-shadow{z-index:2;filter:blur(8px);background:#0000003d;border-radius:50%;width:58%;height:17px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.result-screen__discount-badge{z-index:8;color:#fff;background:linear-gradient(145deg, var(--theme-accent) 0%, var(--theme-accent-dark) 100%);border:4px solid #fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:76px;height:76px;line-height:1;display:flex;position:absolute;top:20px;right:1px;box-shadow:0 9px 20px #00000042}.result-screen__discount-badge strong{letter-spacing:-.05em;font-size:1.45rem;font-weight:950}.result-screen__discount-badge span{letter-spacing:.08em;margin-top:2px;font-size:.63rem;font-weight:950}.result-screen__reward-section{color:#3a452d;background:var(--theme-card-bottom);padding:16px 17px 17px}.result-screen__reward-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.result-screen__reward-heading span{color:#6b735f;letter-spacing:.09em;text-transform:uppercase;font-size:.64rem;font-weight:950;line-height:1.2}.result-screen__reward-heading strong{color:var(--theme-accent-dark);text-align:right;font-size:.92rem;font-weight:950;line-height:1.2}.result-screen__voucher{background:linear-gradient(145deg, var(--theme-light) 0%, #fff 100%);border:3px dashed var(--theme-accent);text-align:center;border-radius:17px;gap:5px;padding:11px 12px;display:grid;position:relative;overflow:hidden}.result-screen__voucher:before,.result-screen__voucher:after{background:var(--theme-card-bottom);content:"";border-radius:50%;width:16px;height:16px;position:absolute;top:50%;transform:translateY(-50%)}.result-screen__voucher:before{left:-9px}.result-screen__voucher:after{right:-9px}.result-screen__voucher-label{color:#6f7566;letter-spacing:.09em;text-transform:uppercase;font-size:.59rem;font-weight:950;line-height:1.2}.result-screen__voucher-code{color:var(--theme-accent-dark);letter-spacing:.08em;overflow-wrap:anywhere;font-size:clamp(1.05rem,5vw,1.35rem);font-weight:950;line-height:1.15}.result-screen__voucher-note{color:#707565;font-size:.61rem;font-weight:700;line-height:1.25}.result-screen__lost-message{color:#723429;text-align:center;background:#fff0e8;border:2px solid #df846c;border-radius:17px;padding:14px 13px}.result-screen__lost-message strong{font-size:1rem;font-weight:950;display:block}.result-screen__lost-message p{color:#80574d;margin:5px 0 0;font-size:.72rem;font-weight:700;line-height:1.35}.result-screen__actions{gap:8px;margin-top:12px;display:grid}.result-screen__button{appearance:none;cursor:pointer;touch-action:manipulation;border-radius:999px;width:100%;min-height:43px;margin:0;padding:8px 15px;font-family:inherit;font-size:.8rem;font-weight:950;line-height:1.2}.result-screen__button--primary{color:#fff;background:linear-gradient(180deg, var(--theme-accent) 0%, var(--theme-accent-dark) 100%);box-shadow:0 4px 0 var(--theme-accent-dark);border:2px solid #fff}.result-screen[data-result=lost] .result-screen__button--primary{background:linear-gradient(#e86749 0%,#a93223 100%);box-shadow:0 4px #782319}.result-screen__button--secondary{color:var(--theme-accent-dark);border:2px solid var(--theme-accent);background:#fff;box-shadow:0 4px 10px #0000001a}.result-screen__button:focus-visible{outline:4px solid var(--theme-light);outline-offset:3px}@media (width<=370px){.result-screen{padding-left:10px;padding-right:10px}.result-screen__card{border-radius:25px}.result-screen__hero{padding:15px 13px 9px}.result-screen__title{font-size:1.7rem}.result-screen__product-stage{min-height:235px}.result-screen__product-image{width:74%;max-height:230px}.result-screen__discount-badge{width:66px;height:66px;top:15px;right:0}.result-screen__discount-badge strong{font-size:1.27rem}.result-screen__reward-section{padding:13px 13px 14px}.result-screen__button{min-height:41px;font-size:.76rem}}@media (height<=760px){.result-screen{padding-top:max(57px, calc(env(safe-area-inset-top) + 48px));padding-bottom:max(10px, env(safe-area-inset-bottom))}.result-screen__hero{padding-top:13px;padding-bottom:7px}.result-screen__title{font-size:1.65rem}.result-screen__product-stage{min-height:210px}.result-screen__product-image{width:70%;max-height:205px}.result-screen__discount-badge{width:63px;height:63px;top:10px}.result-screen__discount-badge strong{font-size:1.2rem}.result-screen__reward-section{padding:12px 14px 13px}.result-screen__reward-heading{margin-bottom:7px}.result-screen__voucher{gap:3px;padding:8px 10px}.result-screen__actions{gap:7px;margin-top:9px}.result-screen__button{min-height:39px;padding:7px 13px}}@media (height<=650px){.result-screen__product-stage{min-height:170px}.result-screen__product-image{max-height:168px}.result-screen__reward-heading,.result-screen__voucher-note{display:none}.result-screen__discount-badge{width:58px;height:58px}.result-screen__discount-badge strong{font-size:1.1rem}.result-screen__button{min-height:37px}}@media (width>=768px){.result-screen{width:min(100%,540px);margin:0 auto}.result-screen__card{width:min(100%,395px)}}@media (prefers-reduced-motion:reduce){.result-screen *,.result-screen :before,.result-screen :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}#root{width:100%;min-height:100dvh}@media (width>=768px){body{background:#e8e0ce}}html,body,#root{width:100%;height:100%;margin:0;padding:0}html{overflow:hidden}body{min-width:320px;min-height:100dvh;overflow:hidden}#root{max-width:none;text-align:initial}
