:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box}html,body,#root{width:100%;height:100%}body{background:#003d78;margin:0;font-family:Arial,sans-serif;overflow:hidden}.game{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100vw;height:100vh;position:relative;overflow:hidden}.game:after{content:"";pointer-events:none;z-index:1;background:#00235a14;position:absolute;inset:0}.game.paused .item{animation-play-state:paused}.game.paused .controls button{cursor:default;opacity:.7}.hud{z-index:30;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;top:18px;left:50%;transform:translate(-50%)}.hud-card{color:#fff;text-align:center;background:#00366ee6;border:3px solid #001846bf;border-radius:18px;min-width:118px;padding:10px 16px;font-size:20px;font-weight:900;box-shadow:0 4px #00143cb3}.preview-badge{color:#08345c;letter-spacing:.04em;text-transform:uppercase;background:#ffe67ef2;border:2px solid #71530073;border-radius:999px;padding:8px 14px;font-size:14px;font-weight:900;box-shadow:0 3px #7153004d}.whale{z-index:5;will-change:top;width:180px;transition:top .12s linear,transform .15s;position:absolute;left:60px}.whale-bounce{transform:scale(1.08)rotate(-5deg)}.monster{z-index:4;pointer-events:none;opacity:.96;filter:drop-shadow(0 12px #0000002e);width:340px;transition:transform .5s,opacity .4s;position:absolute;bottom:10px;right:180px}.item{z-index:12;width:115px;height:115px;animation:1.6s ease-in-out infinite floatItem;position:absolute}.bubble{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#e6ffffb8;border:3px solid #ffffffeb;border-radius:999px;justify-content:center;align-items:center;width:115px;height:115px;display:flex;box-shadow:0 0 18px #78ffe6cc,inset 0 0 14px #ffffffe6}.item.animal .bubble{box-shadow:0 0 22px #ff5f5fbf,inset 0 0 14px #ffffffe6}.item.trash .bubble{box-shadow:0 0 24px #6eff78f2,inset 0 0 14px #ffffffe6}.bubble img{object-fit:contain;width:82px;height:82px}@keyframes floatItem{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.flash-good{animation:.35s flashGood}.flash-bad{animation:.45s flashBad}@keyframes flashGood{0%{box-shadow:inset 0 0 #00ff7800}50%{box-shadow:inset 0 0 170px 70px #00ff7873}to{box-shadow:inset 0 0 #00ff7800}}@keyframes flashBad{0%{box-shadow:inset 0 0 #f000}50%{box-shadow:inset 0 0 170px 70px #ff00006b}to{box-shadow:inset 0 0 #f000}}.controls{z-index:35;flex-direction:column;gap:16px;display:flex;position:absolute;bottom:35px;left:28px}.controls button{color:#fff;cursor:pointer;background:linear-gradient(#42b8ff,#006de0);border:4px solid #003c87;border-radius:50%;width:82px;height:82px;font-size:42px;font-weight:900;box-shadow:0 6px #002c66}.controls button:active{transform:translateY(4px);box-shadow:0 2px #002c66}.screen{z-index:50;color:#fff;text-align:center;background:#005096d1;flex-direction:column;justify-content:center;align-items:center;padding:32px;display:flex;position:absolute;inset:0}.screen h1,.screen h2{color:#fff45a;text-shadow:4px 4px #005b9c;margin:0 0 18px;font-size:64px}.screen p{max-width:720px;font-size:24px;font-weight:700}.screen button{color:#fff;cursor:pointer;background:linear-gradient(#6ee84b,#25a822);border:none;border-radius:24px;margin-top:16px;padding:18px 52px;font-size:30px;font-weight:900;box-shadow:0 7px #127711}.screen button:active{transform:translateY(4px);box-shadow:0 3px #127711}.game-over-screen{background:#002d5fe6}.game-over-whale{filter:drop-shadow(0 10px #0003);width:230px;max-width:70vw;margin:10px 0 20px}.celebration{overflow:hidden}.confetti{pointer-events:none;position:absolute;inset:0;overflow:hidden}.confetti:before,.confetti:after{content:"";background-image:radial-gradient(circle,#ffeb3b 0 6px,#0000 7px),radial-gradient(circle,#ff4081 0 5px,#0000 6px),radial-gradient(circle,#00e5ff 0 5px,#0000 6px),radial-gradient(circle,#69f0ae 0 5px,#0000 6px);background-size:140px 140px,180px 180px,220px 220px,160px 160px;animation:4s linear infinite confettiFall;position:absolute;inset:-20%}.confetti:after{opacity:.65;animation-delay:1.2s}@keyframes confettiFall{0%{transform:translateY(-120px)}to{transform:translateY(900px)}}@media (width<=900px){.hud{gap:7px;top:10px}.hud-card{min-width:86px;padding:8px 10px;font-size:15px}.whale{width:160px;left:40px}.monster{width:210px;right:85px}.item,.bubble{width:76px;height:76px}.bubble img{width:55px;height:55px}.screen h1,.screen h2{font-size:44px}.screen p{font-size:19px}}.satisfaction{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.satisfaction p{width:100%;margin:10px 0 0}.satisfaction button{border-radius:50%;width:72px;height:72px;padding:0;font-size:34px}
