.GameShell_root__9G53B{width:100%;max-width:520px;margin:0 auto;padding:var(--space-3);display:flex;flex-direction:column;align-items:center;gap:var(--space-3)}.GameShell_head__Cf1sn{width:100%;display:flex;align-items:center;gap:var(--space-2)}.GameShell_back__1Mwiw{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border-radius:var(--radius-full);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);touch-action:manipulation;transition:transform .08s ease}.GameShell_back__1Mwiw:active{transform:scale(.92)}.GameShell_title__S97u9{flex:1 1;min-width:0;margin:0;font-size:1.125rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.GameShell_icon__1PAhW{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;padding:0;border-radius:var(--radius-full);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary);cursor:pointer;touch-action:manipulation;transition:transform .08s ease}.GameShell_icon__1PAhW:active{transform:scale(.92)}.GameShell_top__hcz3q{height:40px;padding:0 var(--space-4);font-weight:700}.GameShell_restart__hqWGh,.GameShell_top__hcz3q{display:inline-flex;align-items:center;gap:var(--space-2);border-radius:var(--radius-full);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary);font-size:.8125rem}.GameShell_restart__hqWGh{height:36px;padding:0 var(--space-3);font-weight:600;cursor:pointer;touch-action:manipulation;transition:transform .08s ease}.GameShell_restart__hqWGh:active{transform:scale(.94)}.GameShell_stats__h3vVq{width:100%;display:flex;gap:var(--space-2)}.GameShell_stat__PvOb4{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:var(--space-2);border-radius:var(--radius-md);background:var(--color-bg-elevated)}.GameShell_stat__PvOb4 span{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-tertiary)}.GameShell_stat__PvOb4 b{font-size:1.125rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.GameShell_status__XVpbY{background:var(--color-accent-soft);color:var(--color-text);font-weight:600}.GameShell_award__QAxM9,.GameShell_status__XVpbY{width:100%;padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);font-size:.875rem;text-align:center;animation:GameShell_status-in__p1FSd .22s ease-out}.GameShell_award__QAxM9{background:var(--color-accent);color:var(--color-accent-fg);font-weight:700}@keyframes GameShell_status-in__p1FSd{0%{opacity:0;transform:translateY(-4px)}}@media(prefers-reduced-motion:reduce){.GameShell_status__XVpbY{animation:none}.GameShell_back__1Mwiw,.GameShell_restart__hqWGh{transition:none}}.GameShell_board__sOe_Z{width:100%;display:flex;flex-direction:column;align-items:center;gap:var(--space-3)}.Game2048_frame__hDM9H{width:100%;aspect-ratio:1;padding:2.2%;border-radius:var(--radius-lg);background:var(--color-bg-elevated);border:1px solid var(--color-border);touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Game2048_board__pSl_Y{position:relative;width:100%;height:100%}.Game2048_cells__yMxQU{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);grid-gap:2.2%;gap:2.2%;width:100%;height:100%}.Game2048_cell__GbqnB{border-radius:var(--radius-md);background:color-mix(in srgb,var(--color-text) 8%,transparent)}.Game2048_tile__GpT82{position:absolute;top:0;left:0;width:23.35%;height:23.35%;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:#d6d3d1;color:#1c1917;font-size:clamp(1.1rem,6.5vw,2rem);font-weight:800;transform:translate(calc(var(--x) * 109.42%),calc(var(--y) * 109.42%));transition:transform .12s ease-in-out;z-index:2;will-change:transform}.Game2048_absorbed__lauNQ{z-index:1}.Game2048_born__iOZXL{animation:Game2048_pop-in__v_34V .16s ease-out .1s backwards}.Game2048_merged__yu8JJ{animation:Game2048_pop__iXgW9 .16s ease-in-out .1s}@keyframes Game2048_pop-in__v_34V{0%{transform:translate(calc(var(--x) * 109.42%),calc(var(--y) * 109.42%)) scale(.2);opacity:0}}@keyframes Game2048_pop__iXgW9{50%{transform:translate(calc(var(--x) * 109.42%),calc(var(--y) * 109.42%)) scale(1.16)}}@media(prefers-reduced-motion:reduce){.Game2048_tile__GpT82{transition:none}.Game2048_born__iOZXL,.Game2048_merged__yu8JJ{animation:none}}.Game2048_tile__GpT82[data-value="4"]{background:#bfbab6}.Game2048_tile__GpT82[data-value="8"]{background:#fbbf24;color:#fff}.Game2048_tile__GpT82[data-value="16"]{background:#f59e0b;color:#fff}.Game2048_tile__GpT82[data-value="32"]{background:#f97316;color:#fff}.Game2048_tile__GpT82[data-value="64"]{background:#ef4444;color:#fff}.Game2048_tile__GpT82[data-value="128"]{background:#ec4899;color:#fff}.Game2048_tile__GpT82[data-value="256"]{background:#a855f7;color:#fff}.Game2048_tile__GpT82[data-value="512"]{background:#6366f1;color:#fff}.Game2048_tile__GpT82[data-value="1024"]{background:#3b82f6;color:#fff;font-size:clamp(.9rem,5vw,1.6rem)}.Game2048_tile__GpT82[data-value="2048"]{background:#0d9488;color:#fff;font-size:clamp(.9rem,5vw,1.6rem);box-shadow:0 0 0 3px color-mix(in srgb,#0d9488 45%,transparent)}.Game2048_hint__2LH8C{margin:0;font-size:.8125rem;color:var(--color-text-tertiary);text-align:center}.Tetris_play__39lUt{display:flex;align-items:flex-start;justify-content:center;gap:var(--space-3);width:100%}.Tetris_board__ClcZE{display:grid;grid-template-columns:repeat(10,1fr);grid-template-rows:repeat(20,1fr);grid-gap:2px;gap:2px;height:min(56vh,520px);aspect-ratio:1/2;padding:var(--space-2);border-radius:var(--radius-md);background:var(--color-bg-elevated);border:1px solid var(--color-border);-webkit-user-select:none;-moz-user-select:none;user-select:none}.Tetris_side__UeUH3{display:flex;flex-direction:column;gap:var(--space-2)}.Tetris_sideLabel__j7v78{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-tertiary)}.Tetris_preview__znUGl{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);grid-gap:2px;gap:2px;width:76px;height:76px;padding:var(--space-1);border-radius:var(--radius-sm);background:var(--color-bg-elevated);border:1px solid var(--color-border)}.Tetris_cell__DKpvO{border-radius:2px;background:color-mix(in srgb,var(--color-text) 7%,transparent);transition:background-color .08s linear}.Tetris_cell__DKpvO[data-kind="-1"]{background:color-mix(in srgb,var(--color-text) 20%,transparent)}.Tetris_cell__DKpvO[data-kind="1"]{background:#06b6d4}.Tetris_cell__DKpvO[data-kind="2"]{background:#f59e0b}.Tetris_cell__DKpvO[data-kind="3"]{background:#a855f7}.Tetris_cell__DKpvO[data-kind="4"]{background:#22c55e}.Tetris_cell__DKpvO[data-kind="5"]{background:#ef4444}.Tetris_cell__DKpvO[data-kind="6"]{background:#3b82f6}.Tetris_cell__DKpvO[data-kind="7"]{background:#f97316}.Tetris_pad__5t1eP{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:var(--space-2);gap:var(--space-2);width:100%;max-width:320px}.Tetris_padKey__cAyhw{display:flex;align-items:center;justify-content:center;height:52px;padding:0;border:1px solid var(--color-border);border-radius:var(--radius-md);background:color-mix(in srgb,var(--color-text) 8%,transparent);color:var(--color-text);cursor:pointer;touch-action:manipulation;transition:transform .08s ease}.Tetris_padKey__cAyhw:active{transform:scale(.9);background:var(--color-accent-soft)}@media(prefers-reduced-motion:reduce){.Tetris_cell__DKpvO,.Tetris_padKey__cAyhw{transition:none}}.WordBuild_slots__W4n7u{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-2);padding:var(--space-2) 0}.WordBuild_slot__ityVs{display:flex;align-items:center;justify-content:center;width:52px;height:60px;border-radius:var(--radius-md);border:1px solid var(--color-border);border-bottom:3px solid color-mix(in srgb,var(--color-text) 28%,transparent);background:color-mix(in srgb,var(--color-text) 5%,transparent);color:var(--color-text);font-size:1.5rem;font-weight:800;transition:background-color .12s ease,border-color .12s ease}@media(max-width:420px){.WordBuild_slot__ityVs{width:44px;height:52px;font-size:1.25rem}}.WordBuild_filled__J_Ipp{background:color-mix(in srgb,var(--color-text) 12%,transparent);border-bottom-color:var(--color-text-secondary);animation:WordBuild_pop___goK8 .16s ease-out}.WordBuild_revealed__WFkP2{border-bottom-color:var(--color-accent);color:var(--color-accent)}.WordBuild_good__seNld .WordBuild_slot__ityVs{border-color:var(--color-success)}.WordBuild_bad__f_gqN{animation:WordBuild_shake__tNO4P .35s ease-in-out}@keyframes WordBuild_pop___goK8{0%{transform:scale(.72)}}@keyframes WordBuild_shake__tNO4P{25%{transform:translateX(-8px)}60%{transform:translateX(7px)}}.WordBuild_letters__wIDsF{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-2)}.WordBuild_letter__sfu1E{display:flex;align-items:center;justify-content:center;width:56px;height:56px;padding:0;border:1px solid var(--color-border);border-radius:var(--radius-md);background:color-mix(in srgb,var(--color-text) 10%,transparent);color:var(--color-text);font-size:1.375rem;font-weight:800;cursor:pointer;touch-action:manipulation;transition:transform .09s ease,opacity .12s ease}.WordBuild_letter__sfu1E:active{transform:scale(.9)}.WordBuild_used__PAxJt{opacity:.25;transform:scale(.92);pointer-events:none}.WordBuild_actions__PwAaE{display:flex;gap:var(--space-2)}.WordBuild_action__rFfdE{display:flex;align-items:center;justify-content:center;width:60px;height:46px;border:1px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-surface);color:var(--color-text-secondary);cursor:pointer;touch-action:manipulation;transition:transform .08s ease}.WordBuild_action__rFfdE:active{transform:scale(.93)}.WordBuild_primary__XAQlF{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-accent-fg);width:84px}@media(prefers-reduced-motion:reduce){.WordBuild_action__rFfdE,.WordBuild_letter__sfu1E,.WordBuild_slot__ityVs{transition:none}.WordBuild_bad__f_gqN,.WordBuild_filled__J_Ipp{animation:none}}.Minesweeper_grid__TZoRY{width:100%;aspect-ratio:1;display:grid;grid-template-columns:repeat(9,1fr);grid-template-rows:repeat(9,1fr);grid-gap:3px;gap:3px;padding:var(--space-2);border-radius:var(--radius-lg);background:var(--color-bg-elevated);border:1px solid var(--color-border);-webkit-user-select:none;-moz-user-select:none;user-select:none}.Minesweeper_cell__eXh4I{display:flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:5px;background:color-mix(in srgb,var(--color-text) 22%,transparent);color:var(--color-text);font-size:clamp(.75rem,3.5vw,1rem);font-weight:800;cursor:pointer;touch-action:manipulation;transition:background-color .15s ease,transform .08s ease}.Minesweeper_cell__eXh4I:active{transform:scale(.88)}.Minesweeper_cell__eXh4I[data-count="1"]{color:#3b82f6}.Minesweeper_cell__eXh4I[data-count="2"]{color:#22c55e}.Minesweeper_cell__eXh4I[data-count="3"]{color:#ef4444}.Minesweeper_cell__eXh4I[data-count="4"]{color:#8b5cf6}.Minesweeper_cell__eXh4I[data-count="5"]{color:#f59e0b}.Minesweeper_cell__eXh4I[data-count="6"]{color:#06b6d4}.Minesweeper_cell__eXh4I[data-count="7"]{color:#ec4899}.Minesweeper_cell__eXh4I[data-count="8"]{color:var(--color-text-secondary)}.Minesweeper_open__iPHsv{background:color-mix(in srgb,var(--color-text) 4%,transparent);animation:Minesweeper_reveal__abpB3 .18s ease-out}.Minesweeper_open__iPHsv:active{transform:none}.Minesweeper_flagged__Pd4OD{color:var(--color-warning)}.Minesweeper_mine__ka_Ej{background:var(--color-danger);color:#fff}@keyframes Minesweeper_reveal__abpB3{0%{transform:scale(.82);opacity:.4}}.Minesweeper_flagToggle__hWJCO{display:inline-flex;align-items:center;gap:var(--space-2);height:40px;padding:0 var(--space-4);border-radius:var(--radius-full);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary);font-size:.8125rem;font-weight:600;cursor:pointer;touch-action:manipulation;transition:transform .08s ease}.Minesweeper_flagToggle__hWJCO:active{transform:scale(.96)}.Minesweeper_flagActive__zDo0a{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-accent-fg)}@media(prefers-reduced-motion:reduce){.Minesweeper_cell__eXh4I,.Minesweeper_flagToggle__hWJCO{transition:none}.Minesweeper_open__iPHsv{animation:none}}.Sudoku_grid__bMtSS{width:100%;aspect-ratio:1;display:grid;grid-template-columns:repeat(9,1fr);grid-template-rows:repeat(9,1fr);border:2px solid color-mix(in srgb,var(--color-text) 45%,transparent);border-radius:var(--radius-sm);overflow:hidden;background:var(--color-bg-elevated);-webkit-user-select:none;-moz-user-select:none;user-select:none}.Sudoku_cell__XPjKU{display:flex;align-items:center;justify-content:center;padding:0;aspect-ratio:1;border:1px solid color-mix(in srgb,var(--color-text) 12%,transparent);background:rgba(0,0,0,0);color:var(--color-accent);font-size:clamp(.875rem,4vw,1.25rem);font-weight:600;cursor:pointer;touch-action:manipulation;transition:background-color .12s ease}.Sudoku_cell__XPjKU[data-col="2"],.Sudoku_cell__XPjKU[data-col="5"]{border-right-color:color-mix(in srgb,var(--color-text) 45%,transparent)}.Sudoku_cell__XPjKU[data-row="2"],.Sudoku_cell__XPjKU[data-row="5"]{border-bottom-color:color-mix(in srgb,var(--color-text) 45%,transparent)}.Sudoku_given__l3zoM{color:var(--color-text);font-weight:800}.Sudoku_peer__EZShe{background:color-mix(in srgb,var(--color-text) 7%,transparent)}.Sudoku_twin__MDkhv{background:color-mix(in srgb,var(--color-accent) 22%,transparent)}.Sudoku_wrong__1_BCf{color:var(--color-danger);background:var(--color-danger-soft)}.Sudoku_selected__t8Osg{background:var(--color-accent);color:var(--color-accent-fg)}.Sudoku_pad__j4fig{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:var(--space-2);gap:var(--space-2);width:100%}.Sudoku_padKey__RvEcK{display:flex;align-items:center;justify-content:center;height:48px;border-radius:var(--radius-md);border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-text) 8%,transparent);color:var(--color-text);font-size:1.125rem;font-weight:700;cursor:pointer;touch-action:manipulation;transition:transform .08s ease}.Sudoku_padKey__RvEcK:active{transform:scale(.92);background:var(--color-accent-soft)}@media(prefers-reduced-motion:reduce){.Sudoku_cell__XPjKU,.Sudoku_padKey__RvEcK{transition:none}}.Snake_frame__50_sq{position:relative;width:100%;aspect-ratio:1;padding:var(--space-2);border-radius:var(--radius-lg);background:var(--color-bg-elevated);border:1px solid var(--color-border);touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Snake_grid__oDYVn{display:grid;grid-template-columns:repeat(17,1fr);grid-template-rows:repeat(17,1fr);grid-gap:1px;gap:1px;width:100%;height:100%}.Snake_cell__QkVIa{border-radius:2px;transition:background-color .09s linear,transform .09s ease-out}.Snake_cell__QkVIa[data-kind=body]{background:#22c55e}.Snake_cell__QkVIa[data-kind=head]{background:#15803d;border-radius:4px;transform:scale(1.1)}.Snake_cell__QkVIa[data-kind=food]{background:#ef4444;border-radius:50%;animation:Snake_pulse__ruMLq .9s ease-in-out infinite}@keyframes Snake_pulse__ruMLq{50%{transform:scale(.72)}}.Snake_start___MA3E{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:var(--space-2);border:none;border-radius:var(--radius-lg);background:color-mix(in srgb,var(--color-bg) 72%,transparent);color:var(--color-text);font-size:.9375rem;font-weight:700;cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.Snake_pad___ch2O{display:grid;grid-template-areas:". up ." "left . right" ". down .";grid-gap:var(--space-2);gap:var(--space-2);width:168px}.Snake_padKey___0c06{display:flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;border:1px solid var(--color-border);border-radius:var(--radius-md);background:color-mix(in srgb,var(--color-text) 8%,transparent);color:var(--color-text);cursor:pointer;touch-action:manipulation;transition:transform .08s ease}.Snake_padKey___0c06:active{transform:scale(.9);background:var(--color-accent-soft)}@media(prefers-reduced-motion:reduce){.Snake_cell__QkVIa,.Snake_padKey___0c06{transition:none}.Snake_cell__QkVIa[data-kind=food]{animation:none}}