.game2048-module__m7sDha__game2048-container{color:#fff;-webkit-user-select:none;user-select:none;touch-action:none;background-color:#121212;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex}.game2048-module__m7sDha__header{justify-content:space-between;align-items:stretch;width:90%;max-width:500px;margin-bottom:25px;display:flex}.game2048-module__m7sDha__title{background:linear-gradient(135deg,#edc22e,#f2b179);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:64px;font-weight:900}.game2048-module__m7sDha__scores{align-items:stretch;gap:10px;display:flex}.game2048-module__m7sDha__score-box{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;justify-content:center;min-width:100px;padding:10px 20px;display:flex}.game2048-module__m7sDha__score-label{color:#888;text-transform:uppercase;letter-spacing:1px;font-size:13px}.game2048-module__m7sDha__score-value{font-size:24px;font-weight:700}.game2048-module__m7sDha__grid-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;grid-template-rows:repeat(4,1fr);grid-template-columns:repeat(4,1fr);gap:12px;width:90vw;max-width:500px;height:90vw;max-height:500px;padding:12px;display:grid;position:relative;box-shadow:0 10px 50px #00000080}.game2048-module__m7sDha__grid-cell{background:#ffffff0d;border-radius:8px}.game2048-module__m7sDha__tile{z-index:10;pointer-events:none;width:22%;height:22%;transition:transform .1s ease-in-out;position:absolute;top:2.4%;left:2.4%}.game2048-module__m7sDha__tile-inner{text-align:center;border-radius:6px;justify-content:center;align-items:center;width:100%;height:100%;font-size:32px;font-weight:900;transition:background-color .1s,color .1s;display:flex}.game2048-module__m7sDha__tile-new .game2048-module__m7sDha__tile-inner{animation:.2s ease-out game2048-module__m7sDha__appear}.game2048-module__m7sDha__tile-merged .game2048-module__m7sDha__tile-inner{animation:.2s ease-in-out game2048-module__m7sDha__pop}@keyframes game2048-module__m7sDha__appear{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes game2048-module__m7sDha__pop{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.game2048-module__m7sDha__tile-2 .game2048-module__m7sDha__tile-inner{color:#776e65;background:#eee4da}.game2048-module__m7sDha__tile-4 .game2048-module__m7sDha__tile-inner{color:#776e65;background:#ede0c8}.game2048-module__m7sDha__tile-8 .game2048-module__m7sDha__tile-inner{color:#fff;background:#f2b179}.game2048-module__m7sDha__tile-16 .game2048-module__m7sDha__tile-inner{color:#fff;background:#f59563}.game2048-module__m7sDha__tile-32 .game2048-module__m7sDha__tile-inner{color:#fff;background:#f67c5f}.game2048-module__m7sDha__tile-64 .game2048-module__m7sDha__tile-inner{color:#fff;background:#f65e3b}.game2048-module__m7sDha__tile-128 .game2048-module__m7sDha__tile-inner{color:#fff;background:#edcf72;font-size:28px;box-shadow:0 0 10px #edcf72}.game2048-module__m7sDha__tile-256 .game2048-module__m7sDha__tile-inner{color:#fff;background:#edcc61;font-size:28px;box-shadow:0 0 15px #edcc61}.game2048-module__m7sDha__tile-512 .game2048-module__m7sDha__tile-inner{color:#fff;background:#edc850;font-size:24px;box-shadow:0 0 20px #edc850}.game2048-module__m7sDha__tile-1024 .game2048-module__m7sDha__tile-inner{color:#fff;background:#edc53f;font-size:20px;box-shadow:0 0 25px #edc53f}.game2048-module__m7sDha__tile-2048 .game2048-module__m7sDha__tile-inner{color:#fff;background:#edc22e;font-size:20px;box-shadow:0 0 35px #edc22e}.game2048-module__m7sDha__overlay-title{margin-bottom:20px;font-size:48px;font-weight:800}.game2048-module__m7sDha__btn-retry{color:#1a1a1a;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#edc22e,#f2b179);border:none;border-radius:8px;justify-content:center;align-items:center;padding:10px 25px;font-size:14px;font-weight:800;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 4px 15px #edc22e4d}.game2048-module__m7sDha__btn-retry:hover{background:linear-gradient(135deg,#f1d368,#f5bc8a);transform:translateY(-2px)scale(1.05);box-shadow:0 6px 20px #edc22e80}.game2048-module__m7sDha__btn-retry:active{transform:translateY(0)scale(.95)}.game2048-module__m7sDha__score-diff{color:#edc22e;pointer-events:none;z-index:100;text-shadow:0 0 10px #edc22e80;font-size:20px;font-weight:700;animation:.8s ease-out forwards game2048-module__m7sDha__move-up-fade;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@keyframes game2048-module__m7sDha__move-up-fade{0%{opacity:1;bottom:10px;transform:translate(-50%)scale(.8)}to{opacity:0;bottom:60px;transform:translate(-50%)scale(1.2)}}.game2048-module__m7sDha__overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:200;background:#000000bf;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;animation:.3s ease-out game2048-module__m7sDha__overlay-fade-in;display:flex;position:absolute;inset:0}.game2048-module__m7sDha__modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;animation:.2s ease-out game2048-module__m7sDha__fadeIn;display:flex;position:fixed;inset:0}.game2048-module__m7sDha__modal-card{text-align:center;background:#1e1e1e;border:1px solid #ffffff1a;border-radius:16px;width:90%;max-width:400px;padding:30px;box-shadow:0 20px 50px #00000080}.game2048-module__m7sDha__modal-title{color:#fff;margin-bottom:15px;font-size:24px;font-weight:800}.game2048-module__m7sDha__modal-message{color:#ccc;margin-bottom:25px;font-size:16px;line-height:1.6}.game2048-module__m7sDha__modal-footer{justify-content:center;gap:12px;display:flex}.game2048-module__m7sDha__btn-modal{cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-weight:700;transition:all .2s}.game2048-module__m7sDha__btn-confirm{color:#000;background:linear-gradient(135deg,#edc22e,#f2b179)}.game2048-module__m7sDha__btn-confirm:hover{transform:scale(1.05);box-shadow:0 5px 15px #edc22e66}.game2048-module__m7sDha__btn-cancel{color:#fff;background:#ffffff1a}.game2048-module__m7sDha__btn-cancel:hover{background:#fff3}.game2048-module__m7sDha__overlay-buttons{gap:15px;margin-top:10px;display:flex}.game2048-module__m7sDha__btn-retry.game2048-module__m7sDha__secondary{color:#fff;box-shadow:none;background:#ffffff1a}@keyframes game2048-module__m7sDha__overlay-fade-in{0%{opacity:0}to{opacity:1}}.game2048-module__m7sDha__overlay-title{background:linear-gradient(135deg,#fff,#888);-webkit-text-fill-color:transparent;text-shadow:0 10px 30px #00000080;-webkit-background-clip:text;background-clip:text;margin-bottom:24px;font-size:48px;font-weight:900}.game2048-module__m7sDha__rules-card{cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;width:90%;max-width:500px;margin-top:20px;padding:15px 20px;transition:all .3s}.game2048-module__m7sDha__rules-header{color:#edc22e;justify-content:space-between;align-items:center;margin:0;font-size:16px;font-weight:700;display:flex}.game2048-module__m7sDha__rules-arrow{opacity:.6;font-size:12px;transition:transform .3s}.game2048-module__m7sDha__rules-card.game2048-module__m7sDha__open .game2048-module__m7sDha__rules-arrow{transform:rotate(180deg)}.game2048-module__m7sDha__rules-content{max-height:0;transition:all .4s cubic-bezier(0,1,0,1);overflow:hidden}.game2048-module__m7sDha__rules-card.game2048-module__m7sDha__open .game2048-module__m7sDha__rules-content{max-height:500px}.game2048-module__m7sDha__rules-list{color:#ccc;margin-top:15px;margin-bottom:5px;padding-left:20px;font-size:14px;line-height:1.8;list-style-type:disc}.game2048-module__m7sDha__rules-note{color:#aaa;margin-top:10px;font-size:13px}
