.Game2048-module__HDgJCq__page{--bg:#eef1f7;--panel:#fff;--board-bg:#d8dee9;--cell-bg:#b8c0d4;--text:#1b1f2b;--muted:#5b6472;--accent:#f2b807;--accent-2:#3b6cff;--radius:14px;--step:114%;--slide:.17s;--ease-slide:cubic-bezier(.22, .68, .32, 1);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:var(--font-space-grotesk), system-ui, -apple-system, Roboto, sans-serif;background:radial-gradient(1200px 600px at 50% -10%, #fff 0%, transparent 60%), var(--bg);color:var(--text);-webkit-tap-highlight-color:transparent;justify-content:center;min-height:100%;padding:24px 16px 40px;display:flex}.Game2048-module__HDgJCq__app{background:#fff;border-radius:18px;width:100%;max-width:480px;padding:18px 16px 20px;box-shadow:0 12px 40px #0f172a22,inset 0 0 0 1px #e2e6ef}.Game2048-module__HDgJCq__topbar{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.Game2048-module__HDgJCq__titleBlock h1{letter-spacing:-.5px;margin:0;font-size:clamp(26px,8vw,38px);font-weight:800;line-height:1}.Game2048-module__HDgJCq__titleBlock h1 span{color:var(--accent);-webkit-text-stroke:1px #b9950a}.Game2048-module__HDgJCq__subtitle{color:var(--muted);max-width:22ch;margin:6px 0 0;font-size:13px}.Game2048-module__HDgJCq__scores{gap:8px;display:flex}.Game2048-module__HDgJCq__scoreBox{background:var(--panel);text-align:center;border-radius:10px;min-width:74px;padding:8px 14px;box-shadow:inset 0 0 0 1px #0000000f,0 1px 3px #64748b1f}.Game2048-module__HDgJCq__scoreBox .Game2048-module__HDgJCq__label{letter-spacing:1px;color:var(--muted);font-size:10px;display:block}.Game2048-module__HDgJCq__scoreBox .Game2048-module__HDgJCq__value{font-size:22px;font-weight:800;display:block}.Game2048-module__HDgJCq__toolbar{gap:10px;margin-bottom:16px;display:flex}.Game2048-module__HDgJCq__btn{color:var(--text);background:var(--panel);cursor:pointer;border:none;border-radius:10px;flex:1;padding:11px 14px;font-family:inherit;font-size:14px;font-weight:700;transition:transform 80ms,filter .15s,background .15s;box-shadow:inset 0 0 0 1px #0000000f,0 1px 3px #64748b1f}.Game2048-module__HDgJCq__btn:hover{filter:brightness(1.12)}.Game2048-module__HDgJCq__btn:active{transform:scale(.96)}.Game2048-module__HDgJCq__btn:disabled{opacity:.4;cursor:not-allowed}.Game2048-module__HDgJCq__btnPrimary{color:#fff;background:linear-gradient(135deg, var(--accent-2), #2a4fd6);box-shadow:0 6px 16px #3b6cff33}.Game2048-module__HDgJCq__btnIcon{flex:none;width:46px;padding:11px 0;font-size:18px}.Game2048-module__HDgJCq__btnIcon.Game2048-module__HDgJCq__muted{opacity:.6}.Game2048-module__HDgJCq__board{aspect-ratio:1;background:var(--board-bg);border-radius:var(--radius);touch-action:none;width:100%;padding:3%;position:relative;box-shadow:0 18px 40px #64748b33,inset 0 0 0 1px #00000010}.Game2048-module__HDgJCq__canvasMount{border-radius:var(--radius);position:absolute;inset:0;overflow:hidden}.Game2048-module__HDgJCq__gridBg,.Game2048-module__HDgJCq__tiles{position:absolute;inset:3%}.Game2048-module__HDgJCq__gridBg{grid-template-rows:repeat(4,1fr);grid-template-columns:repeat(4,1fr);gap:3.17%;display:grid}.Game2048-module__HDgJCq__cell{background:var(--cell-bg);border-radius:10px;box-shadow:inset 0 2px 6px #00000030}.Game2048-module__HDgJCq__tiles{pointer-events:none}.Game2048-module__HDgJCq__tile{aspect-ratio:1;width:22.62%;transform:translate(calc(var(--c) * var(--step)), calc(var(--r) * var(--step)));transition:transform var(--slide) var(--ease-slide);will-change:transform;background:linear-gradient(160deg,#3a4160,#2c3145);border-radius:10px;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff14,0 4px 10px #00000040}.Game2048-module__HDgJCq__tile img{object-fit:contain;filter:drop-shadow(0 3px 5px #0006);pointer-events:none;width:88%;height:88%}.Game2048-module__HDgJCq__num{color:#fff;text-shadow:0 1px 3px #000,0 0 2px #000;z-index:2;font-size:clamp(11px,3.2vw,15px);font-weight:800;position:absolute;top:4px;left:6px}.Game2048-module__HDgJCq__tile[data-value="2"]{background:linear-gradient(160deg,#7fd08a,#4fae63)}.Game2048-module__HDgJCq__tile[data-value="4"]{background:linear-gradient(160deg,#f0b86b,#d99236)}.Game2048-module__HDgJCq__tile[data-value="8"]{background:linear-gradient(160deg,#9ec2ea,#5f8fd0)}.Game2048-module__HDgJCq__tile[data-value="16"]{background:linear-gradient(160deg,#b7a48f,#8a6f57)}.Game2048-module__HDgJCq__tile[data-value="32"]{background:linear-gradient(160deg,#ffe25a,#f2b807)}.Game2048-module__HDgJCq__tile[data-value="64"]{background:linear-gradient(160deg,#ff9b6b,#f2622e)}.Game2048-module__HDgJCq__tile[data-value="128"]{background:linear-gradient(160deg,#ff7a5c,#e0431f)}.Game2048-module__HDgJCq__tile[data-value="256"]{background:linear-gradient(160deg,#ff6a3d,#cf2f0c)}.Game2048-module__HDgJCq__tile[data-value="512"]{background:linear-gradient(160deg,#6b7bd6,#414fae)}.Game2048-module__HDgJCq__tile[data-value="1024"]{background:linear-gradient(160deg,#ffb03a,#e97a12)}.Game2048-module__HDgJCq__tile[data-value="2048"]{background:linear-gradient(160deg,#b06bff,#7a2edf)}.Game2048-module__HDgJCq__tile[data-value="4096"]{background:linear-gradient(160deg,#ff8ad4,#d94fb0)}.Game2048-module__HDgJCq__tile[data-value="512"],.Game2048-module__HDgJCq__tile[data-value="1024"]{box-shadow:inset 0 0 0 1px #fff3,0 0 14px #ffb03a66,0 4px 10px #0006}.Game2048-module__HDgJCq__tile[data-value="2048"]{box-shadow:inset 0 0 0 1px #fff5,0 0 22px #b06bffaa,0 4px 12px #0007}.Game2048-module__HDgJCq__tile[data-value="4096"]{box-shadow:inset 0 0 0 1px #fff6,0 0 26px #ff8ad4cc,0 4px 12px #0007}@keyframes Game2048-module__HDgJCq__appear{0%{transform:translate(calc(var(--c) * var(--step)), calc(var(--r) * var(--step))) scale(.2);opacity:0}60%{opacity:1}80%{transform:translate(calc(var(--c) * var(--step)), calc(var(--r) * var(--step))) scale(1.08)}to{transform:translate(calc(var(--c) * var(--step)), calc(var(--r) * var(--step))) scale(1);opacity:1}}.Game2048-module__HDgJCq__new{animation:.22s cubic-bezier(.34,1.4,.64,1) both Game2048-module__HDgJCq__appear}@keyframes Game2048-module__HDgJCq__bump{0%{transform:translate(calc(var(--c) * var(--step)), calc(var(--r) * var(--step))) scale(1)}35%{transform:translate(calc(var(--c) * var(--step)), calc(var(--r) * var(--step))) scale(1.22)}to{transform:translate(calc(var(--c) * var(--step)), calc(var(--r) * var(--step))) scale(1)}}.Game2048-module__HDgJCq__mergedTile{z-index:3;animation:.26s cubic-bezier(.34,1.3,.5,1) Game2048-module__HDgJCq__bump}.Game2048-module__HDgJCq__overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:var(--radius);z-index:10;background:#fffc;justify-content:center;align-items:center;animation:.3s Game2048-module__HDgJCq__fade;display:flex;position:absolute;inset:0}@keyframes Game2048-module__HDgJCq__fade{0%{opacity:0}to{opacity:1}}.Game2048-module__HDgJCq__overlayCard{text-align:center;padding:20px;animation:.35s Game2048-module__HDgJCq__rise}@keyframes Game2048-module__HDgJCq__rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.Game2048-module__HDgJCq__overlaySprite{object-fit:contain;filter:drop-shadow(0 6px 12px #000a);width:120px;height:120px}.Game2048-module__HDgJCq__overlayCard h2{margin:6px 0 4px;font-size:30px}.Game2048-module__HDgJCq__overlayCard p{color:var(--muted);margin:0 0 16px}.Game2048-module__HDgJCq__overlayActions{justify-content:center;gap:10px;display:flex}.Game2048-module__HDgJCq__overlayActions .Game2048-module__HDgJCq__btn{flex:0 auto;padding:10px 20px}.Game2048-module__HDgJCq__hint{text-align:center;color:var(--muted);margin:16px 0 0;font-size:12px}.Game2048-module__HDgJCq__hint b{color:var(--text)}.Game2048-module__HDgJCq__disclaimer{opacity:.65;max-width:360px;margin:6px auto 0;font-size:11px;line-height:1.5}@media (max-width:420px){.Game2048-module__HDgJCq__subtitle{display:none}.Game2048-module__HDgJCq__scoreBox{min-width:62px;padding:6px 10px}}
