.Game2048_header___z6TC{display:flex;justify-content:center;align-items:center;gap:10px;margin-bottom:20px;flex-wrap:wrap}.Game2048_statBadge__7PnYr{display:inline-flex;align-items:center;gap:6px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:6px 14px;font-size:.82rem;font-weight:600;color:#475569}.Game2048_statIcon__NK1S5{font-size:.95rem}.Game2048_boardWrap__hNuA2{display:inline-grid;gap:8px;background:linear-gradient(145deg,#bfae9a,#c4b5a3);padding:10px;border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.1)}.Game2048_tile___g5_R{border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;transition:transform .12s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:inset 0 -2px 4px rgba(0,0,0,.08)}.Game2048_statusMsg__GnVNW{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:.85rem;padding:6px 14px;border-radius:20px;animation:Game2048_fadeSlide__8v927 .4s ease}.Game2048_statusWon__ZgBBp{color:#059669;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0}.Game2048_statusLost__SHi55{color:#dc2626;background:linear-gradient(135deg,#fef2f2,#fecaca);border:1px solid #fca5a5}@keyframes Game2048_fadeSlide__8v927{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.Game2048_controls__TmBlS{margin-top:14px;display:grid;grid-template-columns:repeat(3,44px);grid-gap:6px;gap:6px;justify-content:center}.Game2048_hint__IvdV3{margin-top:12px;color:#94a3b8;font-size:.82rem;text-align:center}@media (max-width:640px){.Game2048_header___z6TC{gap:8px}.Game2048_statBadge__7PnYr{padding:5px 10px;font-size:.78rem}}