:root{--bg: #faf8ef;--board-panel: #bbada0;--empty-cell: #cdc1b4;--text-primary: #776e65;--text-secondary: #8f857a;--text-muted: #b6ada3;--accent: #edc22e;--button-warm: #8f7a63;--button-warm-press: #7a6750;--button-danger: #b6624e;--safe-top: env(safe-area-inset-top);--safe-bottom: env(safe-area-inset-bottom)}[data-theme=dark]{--bg: #1c1a20;--board-panel: #3b3640;--empty-cell: #2a262e;--text-primary: #f4eee4;--text-secondary: #c8bfa9;--text-muted: #7d7466;--accent: #e3c454;--button-warm: #7867a0;--button-warm-press: #5a4d80;--button-danger: #a05650}*,*:before,*:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}html,body{margin:0;padding:0;width:100%;height:100%;background:var(--bg);color:var(--text-primary);font-family:LetterForge,Noto Sans,Noto Sans Arabic,system-ui,-apple-system,Segoe UI,Helvetica Neue,sans-serif;font-weight:700;letter-spacing:.5px;overscroll-behavior:none;touch-action:manipulation;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}#app{position:fixed;inset:0;display:flex;align-items:stretch;justify-content:center;background:var(--bg);padding:max(env(safe-area-inset-top),12px) max(env(safe-area-inset-right),0px) max(env(safe-area-inset-bottom),8px) max(env(safe-area-inset-left),0px)}@font-face{font-family:LetterForge;src:url(../assets/font.ttf) format("truetype");font-display:swap;unicode-range:U+0020-007F,U+00A0-024F,U+0400-04FF}@font-face{font-family:LetterForgeArabic;src:url(../assets/font_arabic.ttf) format("truetype");font-display:swap;unicode-range:U+0600-06FF,U+0750-077F,U+FB50-FDFF,U+FE70-FEFF}html[data-lang=ar]{direction:rtl;font-family:LetterForgeArabic,Noto Sans Arabic,Geeza Pro,Tahoma,system-ui,sans-serif}.screen{width:100%;max-width:520px;margin:0 auto;display:flex;flex-direction:column;position:relative;height:100%;padding:0 12px}button{font-family:inherit;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;color:#fff;background:linear-gradient(to bottom,color-mix(in srgb,var(--button-warm) 92%,white 8%) 0%,var(--button-warm) 55%,color-mix(in srgb,var(--button-warm) 90%,black 10%) 100%);border:2px solid color-mix(in srgb,var(--button-warm) 78%,black 22%);border-bottom-width:5px;border-radius:14px;box-shadow:0 3px 6px #00000029,inset 0 1px #ffffff38;text-shadow:0 1px 1px rgba(0,0,0,.22);transition:transform 80ms cubic-bezier(.34,1.56,.64,1),border-bottom-width 80ms ease,box-shadow .12s ease,filter .12s ease}button:hover:not(:disabled){filter:brightness(1.06);box-shadow:0 4px 8px #0000002e,inset 0 1px #ffffff47}button:active:not(:disabled){transform:translateY(3px);border-bottom-width:2px;box-shadow:0 1px 2px #00000024,inset 0 1px #ffffff29}button:disabled{filter:grayscale(.45) brightness(.78);cursor:default}.hud-row{display:flex;align-items:center;justify-content:space-between;position:relative;gap:8px;padding:10px 0;flex:0 0 auto}.hud-side{display:flex;align-items:center;gap:6px;flex:1 1 0;min-width:0}.hud-left{justify-content:flex-start}.hud-right{justify-content:flex-end}.hud-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(to bottom,color-mix(in srgb,var(--button-warm) 92%,white 8%) 0%,var(--button-warm) 55%,color-mix(in srgb,var(--button-warm) 90%,black 10%) 100%);border:none;box-shadow:0 2px 6px #00000029,inset 0 1px #ffffff47;flex-shrink:0;cursor:pointer;transition:transform 80ms cubic-bezier(.34,1.56,.64,1),border-bottom-width 80ms ease,box-shadow .12s ease,filter .12s ease}.hud-icon:hover{filter:brightness(1.08);box-shadow:0 3px 7px #0003,inset 0 1px #ffffff42}.hud-icon:active{transform:translateY(2px);border-bottom-width:2px;box-shadow:0 1px 2px #00000024,inset 0 1px #ffffff24}.hud-icon svg{width:24px;height:24px;color:#fff;fill:none;stroke:currentColor;shape-rendering:geometricPrecision}.score-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none;text-align:center}.score-chip{background:transparent;border-radius:999px;padding:6px 18px;text-align:center;flex:1 1 auto;min-width:0;transition:transform .12s cubic-bezier(.34,1.56,.64,1)}.score-chip.pop,.coin-pill.pop{animation:chip-pop .32s cubic-bezier(.34,1.56,.64,1)}@keyframes chip-pop{0%,to{transform:scale(1)}40%{transform:scale(1.12)}}.score-chip .label{font-size:11px;letter-spacing:2px;color:var(--text-secondary);opacity:.95}.score-chip .value{font-size:32px;font-weight:900;color:var(--text-primary);line-height:1.1;text-shadow:0 1px 0 rgba(255,255,255,.4)}.coin-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 12px 4px 4px;background:var(--board-panel);border-radius:999px;color:#fff;font-size:16px;flex-shrink:0;transform-origin:center}.coin-pill img{width:28px;height:28px}.coin-cluster{display:flex;align-items:center;gap:5px;flex-shrink:0}.hud-icon.earn-plus{border:none;background:none;box-shadow:none}.hud-icon.earn-plus:active{transform:translateY(1px);box-shadow:none}.hud-icon.earn-plus svg{width:26px;height:26px;color:var(--accent);filter:drop-shadow(0 1px 1.5px rgba(0,0,0,.22))}.hud-icon.earn-plus svg path{stroke-width:3.3}.earn-plus.alert{animation:earn-plus-pulse 1.4s ease-in-out infinite}.earn-plus.pending{filter:grayscale(.3) brightness(.9)}@keyframes earn-plus-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.16)}}.sound-toggle{display:inline-flex;align-items:center;justify-content:center}.sound-toggle .sound-ico{display:inline-flex;margin-right:6px}.sound-toggle .sound-ico svg{width:17px;height:17px;fill:none;stroke:currentColor}.earn-coins-pill{display:inline-flex;align-items:center;gap:4px;padding:8px 12px 8px 10px;background:linear-gradient(to bottom,color-mix(in srgb,var(--accent) 92%,white 8%) 0%,var(--accent) 60%,color-mix(in srgb,var(--accent) 88%,black 12%) 100%);border-radius:999px;color:#3b332e;font-weight:800;font-size:13px;line-height:1;letter-spacing:.5px;cursor:pointer;border:1.5px solid color-mix(in srgb,var(--accent) 70%,black 30%);box-shadow:0 2px 4px #0000002e,inset 0 1px #fff6;flex-shrink:0;transition:transform .1s cubic-bezier(.34,1.56,.64,1),box-shadow .12s ease,filter .12s ease;touch-action:manipulation;-webkit-touch-callout:none;user-select:none;-webkit-user-select:none}.earn-coins-pill.alert{animation:earn-coins-pulse 2.4s ease-in-out infinite}.earn-coins-pill:hover{filter:brightness(1.06)}.earn-coins-pill:active{transform:translateY(2px);box-shadow:0 1px 2px #00000024}.earn-coins-pill.pending{animation:none;filter:grayscale(.4) brightness(.85);cursor:progress}@media (max-width: 500px){.hud-icon{width:40px;height:40px}.hud-icon svg{width:22px;height:22px}.coin-pill{font-size:14px;padding:4px 10px 4px 4px}.coin-pill img{width:24px;height:24px}.score-chip{padding:4px 5px}.score-chip .label{font-size:10px;letter-spacing:1.5px}.score-chip .value{font-size:30px}.hud-row{gap:5px}.hud-row .earn-coins-pill{padding:0;width:40px;height:40px;gap:0;justify-content:center;border-radius:50%;border:none;box-shadow:0 2px 4px #0000002e}.hud-row .earn-coins-pill .earn-coins-amount{display:none}.hud-row .earn-coins-pill .earn-coins-icon{width:18px;height:18px}}.earn-coins-icon{width:12px;height:12px;flex-shrink:0}.earn-coins-amount{white-space:nowrap}.earn-coins-spinner{font-size:16px;font-weight:900;padding:0 8px}@keyframes earn-coins-pulse{0%,to{box-shadow:0 2px 4px #0000002e,inset 0 1px #fff6,0 0 #edc22e00}50%{box-shadow:0 2px 4px #0000002e,inset 0 1px #fff6,0 0 0 8px #edc22e2e}}.board-frame{position:relative;background:var(--board-panel);border-radius:14px;padding:8px;width:min(94vw,calc(100dvh - 380px));height:min(94vw,calc(100dvh - 380px));max-width:460px;max-height:460px;aspect-ratio:1 / 1;margin:auto auto 4px;flex:0 0 auto}.grid{display:grid;grid-template-columns:repeat(var(--grid-size, 5),1fr);grid-template-rows:repeat(var(--grid-size, 5),1fr);gap:6px;width:100%;height:100%}.cell{border-radius:9px;background:var(--empty-cell);display:grid;place-items:center;font-size:clamp(22px,6.5vw,40px);font-weight:900;color:#3b332e;position:relative;box-shadow:inset 0 -3px #0000000f;transition:transform .14s cubic-bezier(.34,1.56,.64,1),box-shadow .14s ease-out;cursor:pointer;touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.cell.tile{box-shadow:0 4px #0003,inset 0 -3px #00000029,inset 0 1px #ffffff40}.cell:active{transform:translate3d(0,2px,0);filter:brightness(.92)}.cell.puzzle-selected:active{transform:translate3d(0,-2px,0);filter:brightness(1.05)}.cell.spawn{animation:spawn .28s cubic-bezier(.34,1.56,.64,1)}.cell.clearing{animation:clear .34s cubic-bezier(.55,0,.55,1) forwards}.cell.puzzle-selected{box-shadow:0 0 0 3px var(--accent),0 0 12px 2px #edc22e8c,0 10px #00000040;transform:translate3d(0,-4px,0);z-index:2;animation:puzzle-selected-pulse 1.4s ease-in-out infinite}@keyframes puzzle-selected-pulse{0%,to{box-shadow:0 0 0 3px var(--accent),0 0 12px 2px #edc22e8c,0 10px #00000040}50%{box-shadow:0 0 0 3px var(--accent),0 0 18px 6px #edc22ed9,0 10px #00000040}}.cell.puzzle-hint-to{box-shadow:inset 0 0 0 3px var(--accent),0 0 14px 2px #edc22e80;animation:hint-pulse 1.2s ease-in-out infinite}@keyframes hint-pulse{0%,to{box-shadow:inset 0 0 0 3px var(--accent),0 0 14px 2px #edc22e80}50%{box-shadow:inset 0 0 0 3px var(--accent),0 0 20px 6px #edc22ed9}}@keyframes spawn{0%{transform:scale(.45) rotate(-4deg);opacity:0}60%{transform:scale(1.08) rotate(1deg);opacity:1}to{transform:scale(1) rotate(0);opacity:1}}@keyframes clear{0%{transform:scale(1);filter:brightness(1)}30%{transform:scale(1.22);filter:brightness(1.45)}to{transform:scale(.55);opacity:0;filter:brightness(1.2)}}.combo-banner{text-align:center;font-size:22px;font-weight:900;color:var(--accent);letter-spacing:2px;padding:2px 0;height:28px;flex:0 0 auto;transform-origin:center;text-shadow:0 0 14px rgba(237,194,46,.65),0 2px 0 rgba(0,0,0,.25)}.combo-banner.bump{animation:combo-bump .36s cubic-bezier(.34,1.56,.64,1)}@keyframes combo-bump{0%,to{transform:scale(1)}45%{transform:scale(1.22)}}.bonus-banner{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-align:center;pointer-events:none;z-index:6;opacity:0}.bonus-banner .wp-label{font-size:clamp(28px,9.5vw,50px);font-weight:900;letter-spacing:1.5px;color:#fff;-webkit-text-stroke:2.5px rgba(60,44,20,.55);paint-order:stroke fill;text-shadow:0 3px 0 rgba(0,0,0,.3),0 0 22px rgba(237,194,46,.5)}.bonus-banner[data-kind=color] .wp-label{color:#8fe07f;text-shadow:0 3px 0 rgba(0,0,0,.3),0 0 24px rgba(150,230,140,.6)}.bonus-banner[data-kind=double] .wp-label{color:#ff9e85;text-shadow:0 3px 0 rgba(0,0,0,.3),0 0 24px rgba(255,150,120,.6)}.bonus-banner[data-kind=triple] .wp-label{color:#ffd54a;text-shadow:0 3px 0 rgba(0,0,0,.3),0 0 26px rgba(255,210,90,.7)}.bonus-banner .wp-words{margin-top:3px;font-size:clamp(18px,6vw,32px);font-weight:900;letter-spacing:1px;color:#fff;-webkit-text-stroke:1.8px rgba(60,44,20,.5);paint-order:stroke fill;text-shadow:0 2px 0 rgba(0,0,0,.3);max-width:92%;line-height:1.15}.bonus-banner.burst{animation:bonus-burst 1s cubic-bezier(.34,1.56,.64,1) both}@keyframes bonus-burst{0%{opacity:0;transform:scale(.3)}15%{opacity:1;transform:scale(1.26)}32%{transform:scale(.94)}46%{transform:scale(1.08)}60%{opacity:1;transform:scale(1)}80%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(1.03) translateY(-26px)}}.bonus-banner.big .wp-label{font-size:clamp(34px,12.5vw,62px)}.board-frame.punch{animation:board-punch .42s cubic-bezier(.34,1.56,.64,1)}.board-frame.punch-big{animation:board-punch-big .48s cubic-bezier(.34,1.56,.64,1)}@keyframes board-punch{0%,to{transform:scale(1)}30%{transform:scale(1.022)}60%{transform:scale(.992)}}@keyframes board-punch-big{0%{transform:scale(1) rotate(0)}20%{transform:scale(1.04) rotate(-.6deg)}45%{transform:scale(.984) rotate(.5deg)}70%{transform:scale(1.012) rotate(-.2deg)}to{transform:scale(1) rotate(0)}}.action-row{display:flex;gap:10px;padding:4px 0;flex:0 0 auto}.action-btn{flex:1;height:46px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;font-size:13px;letter-spacing:1.2px}.action-btn .cost{display:inline-flex;align-items:center;gap:4px;color:#ffe68c;font-size:17px}.action-btn .cost img{width:24px;height:24px}.action-btn:disabled .cost{color:#c8baa3}.hand-tray{background:var(--board-panel);border-radius:14px;padding:8px;display:flex;gap:10px;justify-content:center;margin:4px auto 0;flex:0 0 auto}.hand-card{width:64px;height:64px;border-radius:11px;background:var(--empty-cell);display:grid;place-items:center;font-size:34px;font-weight:900;color:#3b332e;box-shadow:0 4px #0003,inset 0 -3px #00000029,inset 0 1px #ffffff40;transition:transform .16s cubic-bezier(.34,1.56,.64,1),box-shadow .16s ease;cursor:pointer}.hand-card.selected{transform:translateY(-8px) scale(1.04);box-shadow:0 8px 0 var(--accent),0 0 0 3px var(--accent),inset 0 1px #ffffff59;animation:hand-card-pulse 1.4s ease-in-out infinite}@keyframes hand-card-pulse{0%,to{filter:brightness(1)}50%{filter:brightness(1.08)}}.last-word{text-align:center;font-size:12px;letter-spacing:1.5px;color:var(--text-muted);padding:6px 0 4px;margin-bottom:auto;flex:0 0 auto}.last-word.placed{color:var(--accent)}.screen.puzzle-mode .board-frame{width:min(94vw,calc(100dvh - 304px));height:min(94vw,calc(100dvh - 304px))}.screen.puzzle-mode .action-row{justify-content:center}.screen.puzzle-mode .action-row .action-btn{flex:0 1 auto;min-width:200px;max-width:320px}.action-btn.hint-btn{justify-content:center;font-size:15px;letter-spacing:2px;color:#3d2a00;text-shadow:0 1px 0 rgba(255,255,255,.3);background:linear-gradient(to bottom,color-mix(in srgb,var(--accent) 88%,white 12%) 0%,var(--accent) 55%,color-mix(in srgb,var(--accent) 80%,black 20%) 100%);border-color:color-mix(in srgb,var(--accent) 68%,black 32%);box-shadow:0 3px 6px #0003,0 0 16px 3px #edc22e6b,inset 0 1px #ffffff59}.action-btn.hint-btn:hover:not(:disabled){filter:brightness(1.08);box-shadow:0 4px 10px #00000038,0 0 22px 5px #edc22e99,inset 0 1px #ffffff59}.action-btn.hint-btn:active:not(:disabled){box-shadow:0 0 8px 2px #edc22e52,inset 0 1px #fff3}.menu{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0 16px 24px;text-align:center}.menu .play-btn{width:100%}.menu h1{font-size:52px;margin:0 0 6px;color:var(--text-primary);letter-spacing:3px}.menu .sub{font-size:14px;color:var(--text-secondary);letter-spacing:2px;margin-bottom:28px}.stat-row{display:flex;gap:14px;margin-bottom:18px}.stat-chip{flex:1;background:linear-gradient(to bottom,color-mix(in srgb,var(--board-panel) 92%,white 8%) 0%,var(--board-panel) 60%,color-mix(in srgb,var(--board-panel) 88%,black 12%) 100%);border-radius:12px;padding:10px 22px;text-align:center;min-width:110px;color:#fff;box-shadow:0 3px #00000026,inset 0 1px #fff3}.stat-chip .label{font-size:11px;letter-spacing:2px;opacity:.9}.stat-chip .value{font-size:26px;margin-top:2px}.menu .best-word{font-size:14px;color:var(--accent);margin-bottom:6px}.menu .stats-line{font-size:12px;color:var(--text-muted);margin-bottom:32px}.play-btn{font-size:30px;padding:18px 70px;border-radius:16px;margin-bottom:26px;border-bottom-width:7px;animation:play-pulse 2.2s ease-in-out infinite}.play-btn:active{transform:translateY(4px);border-bottom-width:3px;animation:none}.puzzle-btn{margin-top:0;margin-bottom:0;animation:none;background:linear-gradient(to bottom,#88a0b0,#708496 55%,#5a6c7a);border-color:#475868}.puzzle-btn:active{background:linear-gradient(to bottom,#6e8593,#5a6c7a)}.continue-btn{background:linear-gradient(to bottom,color-mix(in srgb,var(--accent) 88%,white 12%) 0%,var(--accent) 55%,color-mix(in srgb,var(--accent) 80%,black 20%) 100%);border-color:color-mix(in srgb,var(--accent) 68%,black 32%);color:#3d2a00;text-shadow:0 1px 0 rgba(255,255,255,.25)}.continue-btn:active{background:linear-gradient(to bottom,color-mix(in srgb,var(--accent) 78%,black 22%),color-mix(in srgb,var(--accent) 70%,black 30%))}.new-game-btn{font-size:20px;padding:12px 40px;border-bottom-width:5px;animation:none}.menu-secondary-row{display:flex;gap:12px;justify-content:center;align-items:center;width:100%}.menu-secondary-row .play-btn{flex:1 1 0;max-width:200px;margin-bottom:0;font-size:16px;line-height:1.15;padding:13px 10px;white-space:normal;overflow-wrap:break-word;word-break:break-word;text-align:center;hyphens:none}@keyframes play-pulse{0%,to{box-shadow:0 3px 6px #00000024,0 0 #edc22e00}50%{box-shadow:0 4px 8px #0000002e,0 0 0 14px #edc22e3d}}.lang-row{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.lang-pill{font-size:13px;padding:8px 14px;border-radius:11px;touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;background:linear-gradient(to bottom,color-mix(in srgb,var(--board-panel) 92%,white 8%) 0%,var(--board-panel) 55%,color-mix(in srgb,var(--board-panel) 90%,black 10%) 100%);color:#fff;border:2px solid color-mix(in srgb,var(--board-panel) 78%,black 22%);border-bottom-width:4px;box-shadow:0 2px 4px #00000024,inset 0 1px #ffffff29;text-shadow:0 1px 1px rgba(0,0,0,.2);cursor:pointer;transition:transform 80ms cubic-bezier(.34,1.56,.64,1),border-bottom-width 80ms ease,box-shadow .12s ease,filter .12s ease}.lang-pill:hover{filter:brightness(1.08);box-shadow:0 3px 6px #0000002b,inset 0 1px #ffffff38}.lang-pill:active{transform:translateY(2px);border-bottom-width:2px;box-shadow:0 1px 2px #0000001f,inset 0 1px #ffffff1f}.lang-pill.active{background:linear-gradient(to bottom,color-mix(in srgb,var(--accent) 90%,white 10%) 0%,var(--accent) 55%,color-mix(in srgb,var(--accent) 88%,black 12%) 100%);color:#3b332e;border-color:#b89322;text-shadow:0 1px 0 rgba(255,240,200,.45)}.track-button{min-width:130px;font-size:14px;letter-spacing:1.1px;padding:6px 14px}.menu-top-row{width:100%;display:flex;align-items:center;gap:8px;padding:max(var(--safe-top),8px) 12px 4px;box-sizing:border-box;flex-shrink:0}.dialog-backdrop{position:fixed;inset:0;background:#1412188c;display:grid;place-items:center;z-index:100;padding:max(env(safe-area-inset-top),16px) max(env(safe-area-inset-right),16px) max(env(safe-area-inset-bottom),16px) max(env(safe-area-inset-left),16px)}.dialog{background:var(--board-panel);border-radius:16px;padding:16px 16px 14px;width:100%;max-width:420px;color:#fff;max-height:90dvh;display:flex;flex-direction:column;box-shadow:0 24px 60px #00000073}.dialog h2{margin:0 0 10px;text-align:center;font-size:20px;color:var(--accent);letter-spacing:2px}.new-best-badge{text-align:center;background:var(--accent);color:#3b332e;font-weight:900;letter-spacing:2px;padding:6px 14px;margin:0 auto 10px;border-radius:999px;display:inline-block;align-self:center;animation:new-best-pop .54s cubic-bezier(.34,1.56,.64,1) both;box-shadow:0 4px #b89322,0 0 #edc22e80}@keyframes new-best-pop{0%{transform:scale(.4) rotate(-8deg);opacity:0}60%{transform:scale(1.18) rotate(2deg);opacity:1;box-shadow:0 4px #b89322,0 0 0 12px #edc22e59}to{transform:scale(1) rotate(0);opacity:1;box-shadow:0 4px #b89322,0 0 #edc22e00}}.go-score-card{text-align:center;background:#00000029;border-radius:14px;padding:14px 16px 16px;margin:2px 0 4px;animation:go-card-in .44s cubic-bezier(.34,1.56,.64,1) both}.go-score-value{font-size:52px;font-weight:900;line-height:1;color:#fff;text-shadow:0 3px 0 rgba(0,0,0,.25),0 0 22px rgba(237,194,46,.35)}.go-score-sub{margin-top:8px;font-size:13px;letter-spacing:1px;color:#ece6db;opacity:.85}.go-best-word{margin-top:8px;font-size:14px;font-weight:800;letter-spacing:1px;color:var(--accent)}@keyframes go-card-in{0%{opacity:0;transform:scale(.82) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.dialog .body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.dialog .row{display:flex;justify-content:space-between;align-items:center;padding:6px 4px;border-bottom:1px solid rgba(255,255,255,.08);flex-wrap:wrap;gap:6px}.dialog .lang-row{margin-top:4px;gap:5px}.dialog .lang-pill{font-size:11px;padding:5px 9px;border-bottom-width:3px;border-radius:9px}.dialog .actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.dialog .actions button{flex:1 1 calc(50% - 5px);min-width:0;height:42px;font-size:13px;letter-spacing:1px;padding:0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toggle{position:relative;width:52px;height:30px;border-radius:15px;background:#b0a8a0;border:2px solid rgba(0,0,0,.1);box-shadow:inset 0 1px 3px #0000002e;cursor:pointer;flex-shrink:0;transition:background .2s ease,border-color .2s ease}.toggle.on{background:#4cd964;border-color:#3ab852}.toggle:after{content:"";position:absolute;top:2px;left:2px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #00000047;transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.toggle.on:after{transform:translate(22px)}.score-pop{position:absolute;z-index:8;pointer-events:none;white-space:nowrap;font-weight:900;font-size:30px;color:#fff;-webkit-text-stroke:2.5px rgba(60,44,20,.6);paint-order:stroke fill;text-shadow:0 2px 0 rgba(0,0,0,.3),0 0 16px rgba(237,194,46,.55);will-change:transform,opacity;animation:score-pop-float 1.15s cubic-bezier(.22,1,.36,1) both}.score-pop.big{font-size:46px;color:var(--accent);text-shadow:0 2px 0 rgba(0,0,0,.3),0 0 22px rgba(237,194,46,.8)}@keyframes score-pop-float{0%{opacity:0;transform:translate(-50%,-50%) scale(.4) rotate(-5deg)}16%{opacity:1;transform:translate(-50%,-80%) scale(1.32) rotate(3deg)}30%{transform:translate(-50%,-94%) scale(1) rotate(0)}68%{opacity:1;transform:translate(-50%,-150%) scale(1)}to{opacity:0;transform:translate(-50%,-215%) scale(.9)}}.particle{position:absolute;width:8px;height:8px;left:50%;top:50%;margin-left:-4px;margin-top:-4px;border-radius:50%;background:var(--accent);pointer-events:none;animation:particle .58s ease-out forwards;box-shadow:0 0 8px #edc22e73}.particle.big{width:12px;height:12px;margin-left:-6px;margin-top:-6px;animation-duration:.7s;box-shadow:0 0 14px #edc22e99}@keyframes particle{0%{transform:translate(0) scale(.6);opacity:1}to{transform:translate(var(--dx, 0),var(--dy, 0)) scale(.2);opacity:0}}@media (max-width: 380px){.hand-card{width:56px;height:56px;font-size:30px}.action-btn{font-size:12px;padding:0 10px}.action-btn .cost{font-size:15px}.action-btn .cost img{width:20px;height:20px}}@media (max-height: 700px){.board-frame{width:min(94vw,calc(100dvh - 340px));height:min(94vw,calc(100dvh - 340px))}.hand-card{width:56px;height:56px;font-size:30px}.action-btn{height:42px}}@media (min-width: 700px){.screen{max-width:720px;padding:0 20px}.board-frame{width:min(80vw,calc(100dvh - 460px));height:min(80vw,calc(100dvh - 460px));max-width:640px;max-height:640px;padding:12px}.grid{gap:10px}.cell{border-radius:14px;font-size:clamp(36px,5.5vw,64px)}.cell.tile{box-shadow:0 5px #0000002e,inset 0 -5px #00000026}.hud-row{padding:16px 0 10px;gap:10px}.hud-icon{width:60px;height:60px}.hud-icon svg{width:30px;height:30px}.score-chip{padding:10px 20px}.score-chip .label{font-size:12px;letter-spacing:1.5px}.score-chip .value{font-size:32px}.coin-pill{font-size:22px;padding:6px 16px 6px 6px}.coin-pill img{width:40px;height:40px}.hand-card{width:88px;height:88px;font-size:48px;border-radius:16px}.hand-tray{gap:16px;padding:12px;border-radius:18px}.action-row{gap:14px}.action-btn{height:60px;font-size:16px;padding:0 18px}.action-btn .cost{font-size:22px}.action-btn .cost img{width:32px;height:32px}.last-word{font-size:15px;padding:10px 0 6px}.menu h1{font-size:clamp(56px,8vw,96px)}.menu .sub{font-size:clamp(15px,2vw,22px);margin-bottom:18px}.stat-chip .label{font-size:14px}.stat-chip .value{font-size:36px}.play-btn{font-size:38px;padding:22px 90px}.lang-pill{font-size:16px;padding:10px 18px}}@media (min-width: 1000px){.screen{max-width:820px}.board-frame{max-width:720px;max-height:720px}.cell{font-size:clamp(44px,5vw,72px)}.hand-card{width:100px;height:100px;font-size:56px}.play-btn{font-size:44px;padding:26px 110px}}
