*,*:before,*:after{box-sizing:border-box}*{margin:0}html{interpolate-size:allow-keywords}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p{overflow-wrap:break-word;text-wrap:pretty}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;text-wrap:balance}#root,#app{isolation:isolate}:root{font-family:ui-rounded,SF Pro Rounded,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color-scheme:light dark;--color-sky: #4fc3f7;--color-mint: #3ddcb0;--color-coral: #ff6f5e;--color-lemon: #ffd93d;--color-white: #ffffff;--color-navy: #1b2a4a;--color-bg: var(--color-white);--color-surface: #ffffff;--color-text: var(--color-navy);--color-text-soft: #5b6b8c;--radius-pill: 999px;--radius-lg: 28px;--radius-md: 18px;--shadow-soft: 0 12px 28px -12px rgba(27, 42, 74, .28);--tint-sky: rgba(79, 195, 247, .18);--tint-sky-soft: rgba(79, 195, 247, .12);--tint-mint: rgba(61, 220, 176, .16);--tint-scrim: rgba(27, 42, 74, .45);--tint-border: rgba(91, 107, 140, .35)}@media(prefers-color-scheme:dark){:root{--color-bg: #10192f;--color-surface: #182544;--color-text: #f2f6ff;--color-text-soft: #aab6d6;--shadow-soft: 0 12px 28px -12px rgba(0, 0, 0, .5)}}body{min-height:100dvh;background:var(--color-bg);color:var(--color-text)}.page{max-width:80ch;margin-inline:auto;padding:2rem}.game{min-height:100dvh;display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem 2rem;background:radial-gradient(circle at 20% 0%,var(--tint-sky),transparent 55%),radial-gradient(circle at 85% 100%,var(--tint-mint),transparent 55%),var(--color-bg)}.btn{font:inherit;font-weight:600;border:none;border-radius:var(--radius-pill);padding:.85rem 1.75rem;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.btn:active{transform:scale(.96)}.btn--primary{background:var(--color-coral);color:var(--color-white);box-shadow:var(--shadow-soft)}.btn--primary:hover{transform:translateY(-2px)}.btn--secondary{background:var(--color-sky);color:var(--color-navy)}.btn--ghost{background:transparent;color:var(--color-text-soft);border:2px solid var(--tint-border);padding:.6rem 1.4rem}.btn--icon{background:var(--color-surface);color:var(--color-text);border-radius:var(--radius-pill);width:2.6rem;height:2.6rem;padding:0;font-size:1.1rem;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--shadow-soft)}.screen{width:min(480px,100%);margin-inline:auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:2.5rem 1.5rem;background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);animation:screen-in .42s ease both}.screen__title{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800;color:var(--color-text);margin:0}.screen__tagline{color:var(--color-text-soft);font-weight:500;max-width:40ch}.screen__score{font-size:1.5rem;font-weight:700;margin:0}.screen__best{color:var(--color-text-soft);font-weight:600;margin:0}.screen__actions{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:260px;margin-top:.5rem}.instructions-list{text-align:left;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.9rem}.instructions-list li{background:var(--tint-sky-soft);border-radius:var(--radius-md);padding:.85rem 1rem;line-height:1.5}.instructions-list strong{color:var(--color-coral)}.game__play{width:100%;max-width:720px;display:flex;flex-direction:column;gap:.75rem;position:relative}.hud{display:flex;flex-direction:column;gap:.4rem;background:var(--color-surface);border-radius:var(--radius-md);padding:.75rem 1rem;box-shadow:var(--shadow-soft)}.hud__row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.hud__wave{font-weight:700;color:var(--color-text-soft);font-size:.9rem}.hud__stat{font-weight:700;font-size:1.05rem;letter-spacing:.02em}.hud__stat--timer{margin-left:auto;transition:color .2s ease}.hud__stat--urgent{color:var(--color-coral);animation:pulse .7s ease-in-out infinite}.arena{position:relative;width:100%;aspect-ratio:1;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);touch-action:none;-webkit-user-select:none;user-select:none}.arena__backdrop{position:absolute;inset:0;background:linear-gradient(to bottom,var(--color-sky) 0%,var(--color-sky) 38%,#eaf9f2 38%,#eaf9f2 100%)}.arena__ground{position:absolute;inset:38% 0 0;background:linear-gradient(to bottom,#b7e8c9,#9ad9b3)}.arena__cabin{position:absolute;top:12%;right:8%;width:22%;aspect-ratio:1;background:#c98a55;border-radius:var(--radius-md) var(--radius-md) 6px 6px}.arena__cabin:before{content:"";position:absolute;top:-45%;left:-10%;width:120%;height:55%;background:var(--color-coral);clip-path:polygon(50% 0%,100% 100%,0% 100%)}.obstacle{position:absolute;aspect-ratio:1;transform:translate(-50%,-50%);border-radius:50%}.obstacle--stump{background:#a9713f;box-shadow:inset 0 -6px #00000026}.obstacle--bush{background:var(--color-mint)}.obstacle--bush:before,.obstacle--bush:after{content:"";position:absolute;bottom:20%;width:55%;aspect-ratio:1;background:var(--color-mint);border-radius:50%}.obstacle--bush:before{left:-15%}.obstacle--bush:after{right:-15%}.berry{position:absolute;width:5%;aspect-ratio:1;transform:translate(-50%,-50%);background:var(--color-coral);border-radius:50%;box-shadow:inset -2px -2px #0000001f,0 3px 6px #00000026;animation:bob 1.6s ease-in-out infinite}.berry:after{content:"";position:absolute;top:-35%;left:45%;width:18%;height:45%;background:var(--color-mint);border-radius:2px}.critter{position:absolute;width:8%;aspect-ratio:1;transform:translate(-50%,-50%);transition:left 60ms linear,top 60ms linear}.critter--flip{transform:translate(-50%,-50%) scaleX(-1)}.critter--fox{background:var(--color-coral);border-radius:50% 50% 45% 45%}.critter--bear{width:13%;background:#8a5a3b;border-radius:50% 50% 45% 45%}.critter__ear{position:absolute;top:-22%;width:32%;aspect-ratio:1;background:inherit;border-radius:50%}.critter__ear--left{left:2%}.critter__ear--right{right:2%}.critter__face{position:absolute;inset:0}.critter__eye{position:absolute;top:38%;width:12%;aspect-ratio:1;background:var(--color-navy);border-radius:50%}.critter__eye--left{left:28%}.critter__eye--right{right:28%}.critter__nose,.critter__snout{position:absolute;bottom:18%;left:50%;transform:translate(-50%);background:var(--color-navy);border-radius:50%}.critter__nose{width:14%;aspect-ratio:1}.critter__snout{width:34%;height:26%;background:#d9a066;border-radius:50%}.critter__tail{position:absolute;right:-30%;bottom:10%;width:40%;height:40%;background:var(--color-lemon);border-radius:50% 50% 50% 0}.critter--dizzy{animation:wobble .5s ease-in-out infinite}.critter__dizzy{position:absolute;top:-30%;left:50%;transform:translate(-50%);display:flex;gap:2px;color:var(--color-lemon);font-size:.6rem;animation:spin 1.2s linear infinite}.critter--invincible{animation:flash .22s steps(1) infinite}.overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:var(--tint-scrim);border-radius:var(--radius-lg);animation:fade-in .2s ease both}.overlay__card{background:var(--color-surface);border-radius:var(--radius-md);padding:1.75rem 2rem;text-align:center;display:flex;flex-direction:column;gap:.75rem;align-items:center;box-shadow:var(--shadow-soft);animation:screen-in .26s ease both}.overlay__title{margin:0;font-size:1.4rem;font-weight:800}.overlay__text{margin:0;color:var(--color-text-soft);font-weight:600}.touch-controls{display:none;justify-content:center;margin-top:.5rem}@media(pointer:coarse){.touch-controls{display:flex}}.pad{display:grid;grid-template-columns:repeat(3,3.2rem);grid-template-rows:repeat(2,3.2rem);gap:.4rem;place-items:center}.pad__btn{width:3.2rem;height:3.2rem;border:none;border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-soft);box-shadow:var(--shadow-soft);font-size:1.1rem;display:flex;align-items:center;justify-content:center;touch-action:none}.pad__btn:active{background:var(--color-sky);color:var(--color-navy)}.pad__btn--up{grid-column:2;grid-row:1}.pad__btn--left{grid-column:1;grid-row:2;transform:rotate(-90deg)}.pad__btn--right{grid-column:3;grid-row:2;transform:rotate(90deg)}.pad__btn--down{grid-column:2;grid-row:2;transform:rotate(180deg)}.critter-badge{position:relative;width:72px;height:72px;margin-bottom:.25rem}.critter-badge .critter{position:static;width:100%;transform:none}@keyframes screen-in{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes bob{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-15%)}}@keyframes wobble{0%,to{transform:translate(-50%,-50%) rotate(-8deg)}50%{transform:translate(-50%,-50%) rotate(8deg)}}@keyframes spin{0%{transform:translate(-50%) rotate(0)}to{transform:translate(-50%) rotate(360deg)}}@keyframes flash{0%,49%{opacity:1}50%,to{opacity:.35}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@media(prefers-reduced-motion:reduce){.screen,.overlay,.overlay__card,.berry,.critter--dizzy,.critter__dizzy,.critter--invincible,.hud__stat--urgent{animation:none!important}}@media(min-width:640px){.game{padding:2.5rem 1.5rem 3rem}}
