:root{--color-base: #FFFFFF;--color-base-secondary: #F5F5F5;--color-text: #333333;--color-text-secondary: #666666;--color-accent: #3B82F6;--color-accent-hover: #2563EB;--color-success: #10B981;--color-warning: #F59E0B;--color-danger: #EF4444;--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-family-mono: Consolas, "Courier New", monospace;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--border-radius: 12px;--border-radius-sm: 8px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--max-width: 1200px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);background:var(--color-base-secondary);color:var(--color-text);min-height:100vh;line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}ul,ol{list-style:none}._card_xqgcf_1{background:var(--color-base);border-radius:var(--border-radius);padding:var(--spacing-lg);box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s;display:block}._card_xqgcf_1:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}._icon_xqgcf_15{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:var(--spacing-md)}._name_xqgcf_26{font-size:1.25rem;font-weight:600;margin-bottom:var(--spacing-sm)}._description_xqgcf_32{font-size:.9rem;color:var(--color-text-secondary);line-height:1.5}._highScore_xqgcf_38{margin-top:var(--spacing-md);padding-top:var(--spacing-md);border-top:1px solid #eee;font-size:.85rem;color:#888}._highScore_xqgcf_38 span{color:var(--color-accent);font-weight:600}._container_ky84d_1{max-width:var(--max-width);margin:0 auto;padding:40px var(--spacing-lg)}._header_ky84d_7{text-align:center;margin-bottom:48px}._header_ky84d_7 h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:var(--spacing-sm)}._subtitle_ky84d_19{font-size:1.1rem;color:var(--color-text-secondary)}._category_ky84d_24{margin-bottom:40px}._categoryTitle_ky84d_28{font-size:1.25rem;font-weight:600;color:#555;margin-bottom:20px;padding-left:var(--spacing-md);border-left:4px solid var(--color-accent)}._gamesGrid_ky84d_37{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-lg)}@media(max-width:1023px){._gamesGrid_ky84d_37{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){._gamesGrid_ky84d_37{grid-template-columns:1fr}._header_ky84d_7 h1{font-size:2rem}}._container_1lr53_1{margin:0 auto;padding:var(--spacing-lg)}._header_1lr53_6{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--spacing-lg);flex-wrap:wrap;gap:var(--spacing-md)}._backLink_1lr53_15{color:var(--color-accent);font-size:.9rem}._backLink_1lr53_15:hover{text-decoration:underline}._title_1lr53_24{font-size:1.75rem;font-weight:700}._headerRight_1lr53_29{display:flex;gap:var(--spacing-md)}._main_1lr53_34{width:100%}@media(max-width:600px){._header_1lr53_6{flex-direction:column;align-items:flex-start}._headerRight_1lr53_29{width:100%;justify-content:flex-end}}._scoreBox_6tfc2_1{padding:8px 16px;border-radius:var(--border-radius-sm);text-align:center;min-width:80px}._primary_6tfc2_8{background:var(--color-accent);color:#fff}._secondary_6tfc2_13{background:var(--color-warning);color:#fff}._label_6tfc2_18{font-size:.7rem;text-transform:uppercase;opacity:.9}._value_6tfc2_24{font-size:1.25rem;font-weight:700;font-family:var(--font-family-mono)}._button_1tvj0_1{border:none;border-radius:var(--border-radius-sm);font-weight:600;transition:all .2s}._primary_1tvj0_8{background:var(--color-accent);color:#fff}._primary_1tvj0_8:hover:not(:disabled){background:var(--color-accent-hover)}._secondary_1tvj0_17{background:#6b7280;color:#fff}._secondary_1tvj0_17:hover:not(:disabled){background:#4b5563}._small_1tvj0_26{padding:8px 16px;font-size:.875rem}._medium_1tvj0_31{padding:12px 24px;font-size:1rem}._large_1tvj0_36{padding:16px 32px;font-size:1.125rem}._button_1tvj0_1:disabled{opacity:.5;cursor:not-allowed}._gameArea_18prh_1{background:#bbada0;border-radius:var(--border-radius);padding:12px;margin-bottom:var(--spacing-lg);touch-action:none}._grid_18prh_9{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;position:relative}._cell_18prh_16{aspect-ratio:1;background:#eee4da59;border-radius:var(--border-radius-sm)}._tilesContainer_18prh_22{position:absolute;inset:0;overflow:visible}._tile_18prh_22{position:absolute;display:flex;align-items:center;justify-content:center;font-weight:700;font-family:var(--font-family-mono);border-radius:var(--border-radius-sm);transition:top .12s ease-out,left .12s ease-out;width:calc((100% - 36px)/4);height:calc((100% - 36px)/4)}._row0_18prh_45{top:12px}._row1_18prh_46{top:calc((100% - 36px)/4 + 24px)}._row2_18prh_47{top:calc((100% - 36px)/2 + 36px)}._row3_18prh_48{top:calc((100% - 36px)*.75 + 48px)}._col0_18prh_51{left:12px}._col1_18prh_52{left:calc((100% - 36px)/4 + 24px)}._col2_18prh_53{left:calc((100% - 36px)/2 + 36px)}._col3_18prh_54{left:calc((100% - 36px)*.75 + 48px)}._tile_18prh_22._isNew_18prh_56{animation:_appear_18prh_1 .15s ease-out}._tile_18prh_22._isMerged_18prh_60{animation:_pop_18prh_1 .15s ease-out}@keyframes _appear_18prh_1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes _pop_18prh_1{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}._particle_18prh_76{position:absolute;width:calc((100% - 36px)/4);height:calc((100% - 36px)/4);pointer-events:none;z-index:10;overflow:visible}._particle_18prh_76 span{position:absolute;width:10px;height:10px;border-radius:50%;background:var(--particle-color, #FFD700);box-shadow:0 0 4px var(--particle-color, #FFD700),0 0 8px var(--particle-color, #FFD700),0 0 12px #ffffff80;top:50%;left:50%;animation:_particleBurst_18prh_1 .6s ease-out forwards}@keyframes _particleBurst_18prh_1{0%{transform:translate(-50%,-50%) translate(0) scale(1.2);opacity:1}60%{opacity:1}to{transform:translate(-50%,-50%) translate(var(--tx),var(--ty)) scale(0);opacity:0}}@media(prefers-reduced-motion:reduce){._particle_18prh_76{display:none}}._tile2_18prh_121{background:#eee4da;color:#776e65;font-size:2rem}._tile4_18prh_122{background:#ede0c8;color:#776e65;font-size:2rem}._tile8_18prh_123{background:#f2b179;color:#f9f6f2;font-size:2rem}._tile16_18prh_124{background:#f59563;color:#f9f6f2;font-size:2rem}._tile32_18prh_125{background:#f67c5f;color:#f9f6f2;font-size:2rem}._tile64_18prh_126{background:#f65e3b;color:#f9f6f2;font-size:2rem}._tile128_18prh_127{background:#edcf72;color:#f9f6f2;font-size:1.75rem}._tile256_18prh_128{background:#edcc61;color:#f9f6f2;font-size:1.75rem}._tile512_18prh_129{background:#edc850;color:#f9f6f2;font-size:1.75rem}._tile1024_18prh_130{background:#edc53f;color:#f9f6f2;font-size:1.5rem}._tile2048_18prh_131{background:#edc22e;color:#f9f6f2;font-size:1.5rem}._tileSuper_18prh_132{background:#3c3a32;color:#f9f6f2;font-size:1.25rem}._controls_18prh_134{display:flex;justify-content:center;gap:var(--spacing-md);margin-bottom:var(--spacing-lg)}._instructions_18prh_141{background:var(--color-base);border-radius:var(--border-radius);padding:20px;box-shadow:var(--shadow-sm)}._instructions_18prh_141 h2{font-size:1rem;margin-bottom:var(--spacing-md);color:#555}._instructions_18prh_141 ul{font-size:.9rem;color:var(--color-text-secondary);line-height:1.8}._instructions_18prh_141 li{padding-left:var(--spacing-md);position:relative}._instructions_18prh_141 li:before{content:"•";color:var(--color-accent);position:absolute;left:0}._key_18prh_172{display:inline-block;background:#eee;padding:2px 8px;border-radius:4px;font-family:var(--font-family-mono);font-size:.85rem;border:1px solid #ddd}._gameOverOverlay_18prh_182{position:absolute;inset:0;background:#eee4daba;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:var(--border-radius)}._gameOverOverlay_18prh_182 h2{font-size:2rem;color:#776e65;margin-bottom:var(--spacing-md)}._scores_18prh_202{display:flex;gap:var(--spacing-md)}@media(max-width:500px){._tile_18prh_22{font-size:1.5rem!important}._tile1024_18prh_130,._tile2048_18prh_131{font-size:1.25rem!important}._tileSuper_18prh_132{font-size:1rem!important}}._header_vvs10_1{display:flex;justify-content:center;gap:var(--spacing-md);margin-bottom:var(--spacing-lg);flex-wrap:wrap}._difficultyButtons_vvs10_9{display:flex;gap:var(--spacing-sm);justify-content:center;margin-bottom:var(--spacing-lg)}._difficultyButton_vvs10_9{padding:var(--spacing-sm) var(--spacing-md);border:2px solid var(--color-accent);background:var(--color-base);color:var(--color-accent);border-radius:var(--border-radius-sm);font-weight:500;cursor:pointer;transition:all .2s ease}._difficultyButton_vvs10_9:hover,._difficultyButton_vvs10_9._active_vvs10_32{background:var(--color-accent);color:#fff}._gameContainer_vvs10_37{display:flex;flex-direction:column;align-items:center}._boardWrapper_vvs10_43{background:#bdbdbd;border-radius:var(--border-radius);padding:var(--spacing-sm);box-shadow:var(--shadow-md);overflow-x:auto;max-width:100%}._board_vvs10_43{display:grid;gap:1px;background:#7b7b7b;border:3px solid;border-color:#7b7b7b #fff #fff #7b7b7b;grid-template-columns:repeat(var(--cols),1fr);grid-template-rows:repeat(var(--rows),1fr)}._cell_vvs10_62{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;font-family:var(--font-family-mono);cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .05s ease;border:2px solid}._cell_vvs10_62:active:not(._revealed_vvs10_78):not(._flagged_vvs10_78){transform:scale(.95)}._hidden_vvs10_82{background:silver;border-color:#fff #7b7b7b #7b7b7b #fff}._hidden_vvs10_82:hover{background:#d4d4d4}._revealed_vvs10_78{background:silver;border-color:silver}._flagged_vvs10_78{background:silver;border-color:#fff #7b7b7b #7b7b7b #fff}._mine_vvs10_101{background:#f44;border-color:#f44}._flag_vvs10_78{color:red;font-size:1rem}._mineIcon_vvs10_111{font-size:1rem}._num1_vvs10_116{color:#00f}._num2_vvs10_117{color:green}._num3_vvs10_118{color:red}._num4_vvs10_119{color:navy}._num5_vvs10_120{color:maroon}._num6_vvs10_121{color:teal}._num7_vvs10_122{color:#000}._num8_vvs10_123{color:gray}._controls_vvs10_125{display:flex;justify-content:center;gap:var(--spacing-md);margin-top:var(--spacing-lg)}._statusBar_vvs10_132{display:flex;justify-content:center;gap:var(--spacing-lg);margin-bottom:var(--spacing-md)}._statusItem_vvs10_139{background:#222;color:red;padding:var(--spacing-xs) var(--spacing-md);border-radius:var(--border-radius-sm);font-family:var(--font-family-mono);font-size:1.25rem;min-width:60px;text-align:center;border:2px inset #444}._gameOverlay_vvs10_151{position:absolute;inset:0;background:#000000b3;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:var(--border-radius);gap:var(--spacing-md)}._gameOverlay_vvs10_151 h2{font-size:1.5rem;color:#fff;margin:0}._won_vvs10_172 h2{color:#4caf50}._lost_vvs10_176 h2{color:#f44336}._boardContainer_vvs10_180{position:relative;display:inline-block}._clearTime_vvs10_185{color:#fff;margin:0}._instructions_vvs10_190{background:var(--color-base);border-radius:var(--border-radius);padding:20px;box-shadow:var(--shadow-sm);margin-top:var(--spacing-lg)}._instructions_vvs10_190 h2{font-size:1rem;margin-bottom:var(--spacing-md);color:#555}._instructions_vvs10_190 ul{font-size:.9rem;color:var(--color-text-secondary);line-height:1.8}._instructions_vvs10_190 li{padding-left:var(--spacing-md);position:relative}._instructions_vvs10_190 li:before{content:"";color:var(--color-accent);position:absolute;left:0}._key_vvs10_222{display:inline-block;background:#eee;padding:2px 8px;border-radius:4px;font-family:var(--font-family-mono);font-size:.85rem;border:1px solid #ddd}._scores_vvs10_232{display:flex;gap:var(--spacing-md)}@media(max-width:600px){._cell_vvs10_62{width:24px;height:24px;font-size:.8rem}._flag_vvs10_78,._mineIcon_vvs10_111{font-size:.85rem}._statusItem_vvs10_139{font-size:1rem;min-width:50px}}@media(max-width:480px){._cell_vvs10_62{width:20px;height:20px;font-size:.7rem}._flag_vvs10_78,._mineIcon_vvs10_111{font-size:.75rem}}._container_watri_1{background:#1a1a2e;border-radius:var(--border-radius);padding:var(--spacing-lg);min-height:500px}._header_watri_8{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-lg);flex-wrap:wrap;gap:var(--spacing-md)}._levelSelector_watri_17{display:flex;gap:var(--spacing-sm)}._levelButton_watri_22{padding:8px 16px;border:2px solid #3a3a5e;background:transparent;color:#9ca3af;border-radius:var(--border-radius-sm);font-size:.9rem;font-weight:600;transition:all .2s ease}._levelButton_watri_22:hover{border-color:#fbbf24;color:#fbbf24}._levelButton_watri_22._active_watri_38{background:#fbbf24;border-color:#fbbf24;color:#1a1a2e}._stats_watri_44{display:flex;gap:var(--spacing-lg)}._statItem_watri_49{text-align:center}._statLabel_watri_53{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}._statValue_watri_61{font-size:1.5rem;font-weight:700;color:#f3f4f6;font-family:var(--font-family-mono)}._statValue_watri_61._best_watri_68{color:#fbbf24}._gameArea_watri_72{position:relative;margin-bottom:var(--spacing-lg)}._grid_watri_77{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;max-width:400px;margin:0 auto}._cell_watri_85{aspect-ratio:1;border-radius:var(--border-radius-sm);border:none;cursor:pointer;transition:all .15s ease;position:relative;overflow:hidden}._cell_watri_85._off_watri_95{background:#2a2a4e;box-shadow:inset 0 2px 4px #0000004d}._cell_watri_85._on_watri_100{background:linear-gradient(135deg,#fbbf24,#f59e0b);box-shadow:0 0 20px #fbbf2480,0 0 40px #fbbf2433}._cell_watri_85:hover{transform:scale(.95)}._cell_watri_85:active{transform:scale(.9)}._cell_watri_85._off_watri_95:hover{background:#3a3a5e}._cell_watri_85._on_watri_100:hover{background:linear-gradient(135deg,#fcd34d,#fbbf24)}._cell_watri_85._on_watri_100:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30%;height:30%;background:#fff6;border-radius:50%;filter:blur(8px)}._controls_watri_136{display:flex;justify-content:center;gap:var(--spacing-md);margin-bottom:var(--spacing-lg)}._clearOverlay_watri_143{position:absolute;inset:0;background:#1a1a2ee6;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:var(--border-radius);animation:_fadeIn_watri_1 .3s ease}@keyframes _fadeIn_watri_1{0%{opacity:0}to{opacity:1}}._clearMessage_watri_163{font-size:2rem;font-weight:700;color:#fbbf24;margin-bottom:var(--spacing-md);text-shadow:0 0 20px rgba(251,191,36,.5)}._clearStats_watri_171{font-size:1.2rem;color:#f3f4f6;margin-bottom:var(--spacing-lg)}._instructions_watri_177{background:#252542;border-radius:var(--border-radius);padding:var(--spacing-lg)}._instructions_watri_177 h2{font-size:1rem;margin-bottom:var(--spacing-md);color:#9ca3af}._instructions_watri_177 ul{font-size:.9rem;color:#6b7280;line-height:1.8}._instructions_watri_177 li{padding-left:var(--spacing-md);position:relative}._instructions_watri_177 li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#fbbf24;border-radius:50%}@media(max-width:500px){._header_watri_8{flex-direction:column;align-items:stretch}._levelSelector_watri_17,._stats_watri_44{justify-content:center}._grid_watri_77{gap:6px}._cell_watri_85{border-radius:6px}._clearMessage_watri_163{font-size:1.5rem}}._gameContainer_f63q5_1{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-lg);padding:var(--spacing-md)}._scoreContainer_f63q5_9{display:flex;gap:var(--spacing-md);justify-content:center;flex-wrap:wrap}._boardWrapper_f63q5_16{position:relative;touch-action:none}._board_f63q5_16{display:grid;grid-template-columns:repeat(20,1fr);grid-template-rows:repeat(20,1fr);gap:1px;background-color:var(--color-text-secondary);border:2px solid var(--color-text-secondary);border-radius:var(--border-radius-sm);width:min(80vw,400px);height:min(80vw,400px);overflow:hidden}._cell_f63q5_34{background-color:var(--color-base);transition:background-color .05s ease}._snakeHead_f63q5_39{background-color:#059669;border-radius:4px}._snakeBody_f63q5_44{background-color:#10b981;border-radius:2px}._food_f63q5_49{background-color:#ef4444;border-radius:50%;animation:_pulse_f63q5_1 .5s ease-in-out infinite alternate}@keyframes _pulse_f63q5_1{0%{transform:scale(.8)}to{transform:scale(1)}}._overlay_f63q5_64{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-md);background-color:#000000b3;border-radius:var(--border-radius-sm);color:#fff}._overlayTitle_f63q5_80{font-size:1.5rem;font-weight:700}._overlayScore_f63q5_85{font-size:1.2rem}._controls_f63q5_89{display:flex;gap:var(--spacing-sm);flex-wrap:wrap;justify-content:center}._dpad_f63q5_96{display:none;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:var(--spacing-xs);width:150px;height:150px;margin-top:var(--spacing-md)}._dpadButton_f63q5_106{display:flex;align-items:center;justify-content:center;background-color:#10b981;border:none;border-radius:var(--border-radius-sm);color:#fff;font-size:1.5rem;cursor:pointer;transition:background-color .15s ease,transform .1s ease;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}._dpadButton_f63q5_106:active{background-color:#059669;transform:scale(.95)}._dpadButton_f63q5_106:disabled{opacity:.5;cursor:not-allowed}._dpadEmpty_f63q5_132{background:transparent}._dpadUp_f63q5_136{grid-column:2;grid-row:1}._dpadLeft_f63q5_141{grid-column:1;grid-row:2}._dpadCenter_f63q5_146{grid-column:2;grid-row:2;background-color:var(--color-text-secondary);font-size:.8rem}._dpadRight_f63q5_153{grid-column:3;grid-row:2}._dpadDown_f63q5_158{grid-column:2;grid-row:3}@media(max-width:767px){._dpad_f63q5_96{display:grid}._board_f63q5_16{width:min(85vw,350px);height:min(85vw,350px)}}._instructions_f63q5_174{text-align:center;color:var(--color-text-secondary);font-size:.875rem;margin-top:var(--spacing-sm)}@media(max-width:767px){._instructions_f63q5_174{display:none}}._gameContainer_1a8q4_1{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-lg)}._scores_1a8q4_8{display:flex;gap:var(--spacing-md);width:100%;justify-content:center}._canvasWrapper_1a8q4_15{position:relative;width:100%;max-width:480px;aspect-ratio:480 / 640;border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow-lg)}._canvas_1a8q4_15{width:100%;height:100%;display:block;cursor:none;touch-action:none}._overlay_1a8q4_33{position:absolute;inset:0;background:#0f0f23e6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-lg);border-radius:var(--border-radius)}._overlayTitle_1a8q4_48{font-size:2rem;font-weight:700;color:#fff}._overlayTitle_1a8q4_48._cleared_1a8q4_54{color:#22c55e}._overlayTitle_1a8q4_48._gameover_1a8q4_58{color:#ef4444}._overlayScore_1a8q4_62{font-size:1.25rem;color:#a1a1aa}._controls_1a8q4_67{display:flex;gap:var(--spacing-md);justify-content:center;flex-wrap:wrap}._instructions_1a8q4_74{background:var(--color-base);border-radius:var(--border-radius);padding:20px;box-shadow:var(--shadow-sm);width:100%;max-width:480px}._instructions_1a8q4_74 h2{font-size:1rem;margin-bottom:var(--spacing-md);color:#555}._instructions_1a8q4_74 ul{font-size:.9rem;color:var(--color-text-secondary);line-height:1.8}._instructions_1a8q4_74 li{padding-left:var(--spacing-md);position:relative}._instructions_1a8q4_74 li:before{content:"";position:absolute;left:0;width:8px;height:8px;top:50%;transform:translateY(-50%);border-radius:2px}._instructions_1a8q4_74 li:nth-child(1):before{background:#ef4444}._instructions_1a8q4_74 li:nth-child(2):before{background:#f97316}._instructions_1a8q4_74 li:nth-child(3):before{background:#eab308}._instructions_1a8q4_74 li:nth-child(4):before{background:#22c55e}._instructions_1a8q4_74 li:nth-child(5):before{background:#3b82f6}._pointsList_1a8q4_131{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--spacing-sm);margin-top:var(--spacing-md);padding-top:var(--spacing-md);border-top:1px solid #eee}._pointItem_1a8q4_140{display:flex;flex-direction:column;align-items:center;gap:4px}._pointColor_1a8q4_147{width:24px;height:12px;border-radius:2px}._pointValue_1a8q4_153{font-size:.75rem;color:var(--color-text-secondary);font-weight:500}@media(max-width:500px){._overlayTitle_1a8q4_48{font-size:1.5rem}._canvasWrapper_1a8q4_15{max-width:100%}}._gameContainer_79mxo_1{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-md)}._scoreSection_79mxo_8{display:flex;gap:var(--spacing-md);width:100%;justify-content:center}._canvasWrapper_79mxo_15{position:relative;border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow-lg)}._canvas_79mxo_15{display:block;cursor:pointer;touch-action:manipulation}._buttonSection_79mxo_28{display:flex;gap:var(--spacing-sm);justify-content:center;flex-wrap:wrap}._instructions_79mxo_35{text-align:center;color:var(--color-text-secondary);font-size:14px;margin-top:var(--spacing-sm)}._instructions_79mxo_35 p{margin:var(--spacing-xs) 0}._highlight_79mxo_46{color:#ec4899;font-weight:600}._gameContainer_1v4pb_1{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-md)}._statusBar_1v4pb_9{display:flex;justify-content:space-between;background:#16213e;padding:12px 16px;border-radius:var(--border-radius);width:100%;max-width:600px}._statusItem_1v4pb_19{text-align:center}._statusLabel_1v4pb_23{font-size:.7rem;color:#888;margin-bottom:2px;text-transform:uppercase;letter-spacing:.5px}._statusValue_1v4pb_31{font-size:1.1rem;font-weight:700;font-family:var(--font-family-mono)}._statusValue_1v4pb_31._gold_1v4pb_37{color:gold}._statusValue_1v4pb_31._lives_1v4pb_41{color:#ef4444}._statusValue_1v4pb_31._wave_1v4pb_45{color:#8b5cf6}._statusValue_1v4pb_31._score_1v4pb_49{color:#22c55e}._canvasWrapper_1v4pb_54{position:relative;width:100%;max-width:600px;border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow-lg)}._canvas_1v4pb_54{width:100%;height:auto;display:block;touch-action:none;cursor:crosshair}._overlay_1v4pb_72{position:absolute;inset:0;background:#0f0f23e6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-lg);border-radius:var(--border-radius)}._overlayTitle_1v4pb_87{font-size:1.75rem;font-weight:700;color:#fff}._overlayTitle_1v4pb_87._cleared_1v4pb_93{color:#22c55e}._overlayTitle_1v4pb_87._gameover_1v4pb_97{color:#ef4444}._overlayScore_1v4pb_101{font-size:1.1rem;color:#a1a1aa}._overlayButtons_1v4pb_106{display:flex;gap:var(--spacing-md)}._towerPanel_1v4pb_112{display:flex;gap:8px;width:100%;max-width:600px}._towerBtn_1v4pb_119{flex:1;background:#16213e;border:2px solid transparent;border-radius:var(--border-radius);padding:10px 6px;cursor:pointer;text-align:center;transition:all .15s}._towerBtn_1v4pb_119:hover:not(._disabled_1v4pb_130){background:#1f2f4f}._towerBtn_1v4pb_119._selected_1v4pb_134{border-color:#8b5cf6;background:#1f2f4f}._towerBtn_1v4pb_119._disabled_1v4pb_130{opacity:.4;cursor:not-allowed}._towerIcon_1v4pb_144{width:28px;height:28px;border-radius:50%;margin:0 auto 6px}._wallIcon_1v4pb_151{width:28px;height:28px;border-radius:4px;margin:0 auto 6px}._towerName_1v4pb_158{font-size:.7rem;font-weight:700;color:#fff;margin-bottom:2px}._towerCost_1v4pb_165{font-size:.65rem;color:gold;font-family:var(--font-family-mono)}._infoPanel_1v4pb_172{background:#16213e;border-radius:var(--border-radius);padding:14px;width:100%;max-width:600px}._infoTitle_1v4pb_180{font-size:.9rem;font-weight:700;margin-bottom:10px;color:#8b5cf6}._infoStats_1v4pb_187{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;font-size:.8rem}._infoStat_1v4pb_187{display:flex;justify-content:space-between}._infoStatLabel_1v4pb_199{color:#888}._sellBtn_1v4pb_203{width:100%;margin-top:12px;background:#dc2626;color:#fff;border:none;padding:10px;border-radius:var(--border-radius-sm);cursor:pointer;font-weight:700;transition:background .15s}._sellBtn_1v4pb_203:hover{background:#b91c1c}._controls_1v4pb_221{display:flex;gap:var(--spacing-md);width:100%;max-width:600px}._instructions_1v4pb_229{background:var(--color-base);border-radius:var(--border-radius);padding:16px;box-shadow:var(--shadow-sm);width:100%;max-width:600px}._instructions_1v4pb_229 h2{font-size:.9rem;margin-bottom:var(--spacing-sm);color:#555}._instructions_1v4pb_229 ul{font-size:.8rem;color:var(--color-text-secondary);line-height:1.7;padding-left:16px}@media(max-width:640px){._statusBar_1v4pb_9{flex-wrap:wrap;gap:8px;padding:10px 12px}._statusItem_1v4pb_19{flex:1 1 45%}._towerPanel_1v4pb_112{flex-wrap:wrap}._towerBtn_1v4pb_119{flex:1 1 45%}._overlayTitle_1v4pb_87{font-size:1.4rem}._infoStats_1v4pb_187{grid-template-columns:1fr}}:root{--fg-primary: #4299e1;--fg-primary-dark: #3182ce;--fg-secondary: #718096;--fg-success: #48bb78;--fg-warning: #ecc94b;--fg-danger: #f56565;--fg-bg-light: #f7fafc;--fg-bg-dark: #2d3748;--fg-text: #2d3748;--fg-text-light: #718096}._titleScreen_1pybh_23{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(180deg,#e8f4fc,#d0e8f7);padding:1rem}._titleContent_1pybh_33{text-align:center;max-width:400px;width:100%}._titleLogo_1pybh_39{margin-bottom:2rem}._titleIcon_1pybh_43{width:80px;height:80px;background:linear-gradient(135deg,#4299e1,#3182ce);border-radius:20px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #4299e166}._titleText_1pybh_55{font-size:2rem;font-weight:700;color:var(--fg-text);margin:0}._titleSubtext_1pybh_62{font-size:.9rem;color:var(--fg-text-light);margin-top:.5rem}._titleMenu_1pybh_68{display:flex;flex-direction:column;gap:.8rem}._titleButton_1pybh_74{padding:1rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:14px;cursor:pointer;transition:all .2s}._titleButtonPrimary_1pybh_84{background:linear-gradient(135deg,#4299e1,#3182ce);color:#fff;box-shadow:0 4px 14px #4299e166}._titleButtonPrimary_1pybh_84:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4299e180}._titleButtonContinue_1pybh_95{background:linear-gradient(135deg,#68d391,#48bb78);color:#fff;box-shadow:0 4px 14px #48bb7866}._titleButtonContinue_1pybh_95:hover{transform:translateY(-2px);box-shadow:0 6px 20px #48bb7880}._titleButtonSecondary_1pybh_106{background:#fff;color:var(--fg-text);box-shadow:0 2px 8px #0000001a}._titleButtonSecondary_1pybh_106:hover{background:var(--fg-bg-light);transform:translateY(-2px)}._saveInfo_1pybh_117{font-size:.8rem;color:var(--fg-text-light);margin-top:.3rem}._gameScreen_1pybh_127{width:100%;height:100vh;display:flex;flex-direction:column;background:#e8f4fc;overflow:hidden}._gameHeader_1pybh_136{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;background:#fff;box-shadow:0 2px 8px #0000001a;z-index:100}._gameHeaderLeft_1pybh_146{display:flex;align-items:center;gap:1rem}._gameTitle_1pybh_152{font-size:1rem;font-weight:700;color:var(--fg-primary);display:flex;align-items:center;gap:.5rem}._playTime_1pybh_161{font-size:.85rem;color:var(--fg-text-light);background:var(--fg-bg-light);padding:.3rem .6rem;border-radius:6px}._gameHeaderRight_1pybh_169{display:flex;align-items:center;gap:.5rem}._headerButton_1pybh_175{padding:.5rem 1rem;font-size:.85rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s;background:var(--fg-bg-light);color:var(--fg-text)}._headerButton_1pybh_175:hover{background:#e2e8f0}._gameMain_1pybh_191{flex:1;position:relative;overflow:hidden}._researchScreen_1pybh_201{min-height:100vh;background:linear-gradient(180deg,#e8f4fc,#d0e8f7);padding:1rem}._researchHeader_1pybh_207{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#fff;border-radius:16px;margin-bottom:1rem;box-shadow:0 2px 8px #0000001a}._researchTitle_1pybh_218{font-size:1.2rem;font-weight:700;color:var(--fg-text)}._backButton_1pybh_224{padding:.5rem 1rem;font-size:.9rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;background:var(--fg-bg-light);color:var(--fg-text);transition:all .2s}._backButton_1pybh_224:hover{background:#e2e8f0}._currentResearch_1pybh_240{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:12px;margin-bottom:1rem;box-shadow:0 2px 8px #0000001a}._researchProgress_1pybh_251{flex:1;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}._researchProgressFill_1pybh_259{height:100%;background:var(--fg-primary);transition:width .3s}._researchTree_1pybh_265{display:flex;flex-direction:column;gap:1.5rem}._researchTier_1pybh_271{background:#fff;border-radius:16px;padding:1rem;box-shadow:0 2px 8px #0000001a}._tierHeader_1pybh_278{font-size:1rem;font-weight:700;color:var(--fg-text);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}._tierNodes_1pybh_288{display:flex;flex-wrap:wrap;gap:1rem}._researchNode_1pybh_294{flex:1;min-width:200px;max-width:300px;padding:1rem;background:var(--fg-bg-light);border-radius:12px;border:2px solid transparent;cursor:pointer;transition:all .2s}._researchNode_1pybh_294:hover{border-color:var(--fg-primary)}._researchNodeLocked_1pybh_310{opacity:.5;cursor:not-allowed}._researchNodeCompleted_1pybh_315{background:#c6f6d5;border-color:var(--fg-success)}._researchNodeActive_1pybh_320{background:#bee3f8;border-color:var(--fg-primary)}._nodeName_1pybh_325{font-size:1rem;font-weight:600;color:var(--fg-text);margin-bottom:.3rem}._nodeDesc_1pybh_332{font-size:.8rem;color:var(--fg-text-light);margin-bottom:.5rem}._nodeCost_1pybh_338{font-size:.8rem;color:var(--fg-text);display:flex;align-items:center;gap:.3rem}._clearScreen_1pybh_350{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#e8f4fc,#d0e8f7);padding:1rem}._clearCard_1pybh_359{background:#fff;border-radius:24px;padding:2rem;max-width:420px;width:100%;text-align:center;box-shadow:0 8px 40px #4299e133}._clearTitle_1pybh_369{font-size:1.8rem;font-weight:700;color:var(--fg-success);margin-bottom:.5rem}._clearMission_1pybh_376{font-size:.9rem;color:var(--fg-text-light);margin-bottom:1.5rem}._clearStats_1pybh_382{text-align:left;margin-bottom:1.5rem}._clearStatRow_1pybh_387{display:flex;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid #f0f0f0}._clearStatRow_1pybh_387:last-child{border-bottom:none}._clearStatLabel_1pybh_398{color:var(--fg-text-light)}._clearStatValue_1pybh_402{font-weight:700;color:var(--fg-text)}._clearButtons_1pybh_407{display:flex;flex-direction:column;gap:.8rem;margin-top:1.5rem}._toolbar_1pybh_418{position:absolute;bottom:0;left:0;right:0;background:#fff;padding:.6rem 1rem;display:flex;justify-content:center;align-items:center;gap:.4rem;box-shadow:0 -2px 8px #0000001a;z-index:10}._toolbarButton_1pybh_433{display:flex;flex-direction:column;align-items:center;justify-content:center;width:56px;height:56px;padding:.4rem;border:2px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;transition:all .15s}._toolbarButton_1pybh_433:hover:not(:disabled){border-color:var(--fg-primary);background:#f7fafc}._toolbarButton_1pybh_433:disabled{opacity:.4;cursor:not-allowed}._toolbarButtonSelected_1pybh_458{border-color:var(--fg-primary);background:#ebf8ff;box-shadow:0 0 0 2px #4299e133}._toolbarButtonDanger_1pybh_464{border-color:var(--fg-danger);background:#fff5f5}._toolbarButtonDanger_1pybh_464:hover{border-color:var(--fg-danger);background:#fed7d7}._toolbarButtonIcon_1pybh_474{font-size:1.2rem;line-height:1}._toolbarButtonLabel_1pybh_479{font-size:.6rem;color:var(--fg-text-light);margin-top:.2rem;font-weight:500}._toolbarSeparator_1pybh_486{width:1px;height:40px;background:#e2e8f0;margin:0 .4rem}._missionPanel_1pybh_497{position:absolute;top:1rem;left:1rem;background:#fff;border-radius:12px;padding:1rem;box-shadow:0 4px 12px #0000001a;max-width:280px;z-index:10}._missionLabel_1pybh_509{font-size:.75rem;color:var(--fg-primary);font-weight:700}._missionTitle_1pybh_515{font-size:1rem;font-weight:700;margin-top:.3rem}._missionDesc_1pybh_521{font-size:.85rem;color:var(--fg-text-light);margin-top:.3rem}._missionObjective_1pybh_527{margin-top:.5rem;display:flex;justify-content:space-between;font-size:.85rem}._minimap_1pybh_538{position:absolute;bottom:70px;left:1rem;width:120px;height:90px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;overflow:hidden;z-index:10}._zoomControls_1pybh_555{position:absolute;bottom:70px;right:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:10}._zoomButton_1pybh_565{width:44px;height:44px;background:#fff;border:none;border-radius:12px;cursor:pointer;box-shadow:0 2px 8px #0000001a;font-size:1.2rem;transition:all .15s}._zoomButton_1pybh_565:hover{background:#f7fafc}._pack_1pybh_585{display:inline-block;width:18px;height:18px;border-radius:4px}._packRed_1pybh_592{background:linear-gradient(135deg,#fc8181,#f56565)}._packGreen_1pybh_596{background:linear-gradient(135deg,#68d391,#48bb78)}._packBlue_1pybh_600{background:linear-gradient(135deg,#63b3ed,#4299e1)}@media(max-width:640px){._titleText_1pybh_55{font-size:1.5rem}._titleIcon_1pybh_43{width:60px;height:60px}._gameHeader_1pybh_136{padding:.4rem .6rem}._gameTitle_1pybh_152 span:not(:first-child){display:none}._researchNode_1pybh_294{min-width:150px}}._modalOverlay_1pybh_635{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modalContent_1pybh_645{background:#fff;border-radius:16px;padding:1.5rem;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 8px 40px #0003}._modalHeader_1pybh_656{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}._modalHeader_1pybh_656 h3{margin:0;font-size:1.1rem;font-weight:700;color:var(--fg-text)}._modalCloseButton_1pybh_672{width:32px;height:32px;border:none;border-radius:8px;background:var(--fg-bg-light);cursor:pointer;font-size:1.2rem;color:var(--fg-text-light);transition:all .2s}._modalCloseButton_1pybh_672:hover{background:#e2e8f0;color:var(--fg-text)}._recipeList_1pybh_693{display:flex;flex-direction:column;gap:.5rem}._recipeItem_1pybh_699{display:flex;align-items:center;gap:.8rem;padding:.8rem;border:2px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;text-align:left;transition:all .15s}._recipeItem_1pybh_699:hover{border-color:var(--fg-primary);background:#f7fafc}._recipeItemSelected_1pybh_717{border-color:var(--fg-primary);background:#ebf8ff}._recipeIcon_1pybh_722{width:36px;height:36px;border-radius:8px;flex-shrink:0}._recipeInfo_1pybh_729{flex:1;display:flex;flex-direction:column;gap:.2rem}._recipeName_1pybh_736{font-size:.95rem;font-weight:600;color:var(--fg-text)}._recipeDesc_1pybh_742{font-size:.8rem;color:var(--fg-text-light)}._recipeCraftTime_1pybh_747{font-size:.75rem;color:var(--fg-secondary)}
