.TowersGame-module-scss-module__q5RO0q__page{grid-template-columns:minmax(0,1fr) 320px;gap:20px;max-width:1200px;margin:0 auto;padding:28px 20px 44px;display:grid}.TowersGame-module-scss-module__q5RO0q__gameArea{min-width:0}.TowersGame-module-scss-module__q5RO0q__betPanel,.TowersGame-module-scss-module__q5RO0q__tower,.TowersGame-module-scss-module__q5RO0q__historyArea,.TowersGame-module-scss-module__q5RO0q__result{background:linear-gradient(150deg,#2a2150,#211b3b);border:1px solid #9a7eff2e;border-radius:18px;box-shadow:0 16px 42px #4a23b43d}.TowersGame-module-scss-module__q5RO0q__betPanel{flex-direction:column;gap:18px;padding:26px;display:flex}.TowersGame-module-scss-module__q5RO0q__field{flex-direction:column;gap:8px;display:flex}.TowersGame-module-scss-module__q5RO0q__field label{color:#7971ac;letter-spacing:.06em;text-transform:uppercase;font-size:12px;font-weight:700}.TowersGame-module-scss-module__q5RO0q__input{box-sizing:border-box;color:#fff;background:#15112a;border:1px solid #9a7eff2e;border-radius:11px;outline:none;width:100%;padding:13px 15px;font:600 16px Gilroy,sans-serif}.TowersGame-module-scss-module__q5RO0q__input:focus{border-color:#9a7eff94;box-shadow:0 0 28px #8b5cff4d}.TowersGame-module-scss-module__q5RO0q__riskToggle{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.TowersGame-module-scss-module__q5RO0q__riskBtn{color:#7971ac;cursor:pointer;background:#15112ab3;border:1px solid #9a7eff2e;border-radius:11px;padding:12px 8px;font:700 13px Gilroy,sans-serif;transition:all .18s}.TowersGame-module-scss-module__q5RO0q__riskBtn:hover:not(:disabled){color:#fff;border-color:#9a7eff94}.TowersGame-module-scss-module__q5RO0q__riskBtn.TowersGame-module-scss-module__q5RO0q__active{color:#fff;background:#8b5cff33;border-color:#8b5cff;box-shadow:0 0 18px #8b5cff33}.TowersGame-module-scss-module__q5RO0q__riskBtn:disabled{cursor:not-allowed;opacity:.45}.TowersGame-module-scss-module__q5RO0q__playButton,.TowersGame-module-scss-module__q5RO0q__cashoutButton{color:#fff;cursor:pointer;border:1px solid #8b5cff;border-radius:12px;width:100%;min-height:48px;font:800 15px Gilroy,sans-serif;transition:all .18s}.TowersGame-module-scss-module__q5RO0q__playButton:hover:not(:disabled),.TowersGame-module-scss-module__q5RO0q__cashoutButton:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px)}.TowersGame-module-scss-module__q5RO0q__playButton:disabled,.TowersGame-module-scss-module__q5RO0q__cashoutButton:disabled{cursor:not-allowed;opacity:.45}.TowersGame-module-scss-module__q5RO0q__playButton{background:linear-gradient(135deg,#8b5cff,#632cff);box-shadow:0 10px 24px #632cff4d}.TowersGame-module-scss-module__q5RO0q__cashoutButton{color:#111;background:linear-gradient(135deg,#b7e517,#78a900);border-color:#aad20899;box-shadow:0 10px 24px #aad20833}.TowersGame-module-scss-module__q5RO0q__tower{flex-direction:column;gap:9px;margin-top:20px;padding:20px;display:flex}.TowersGame-module-scss-module__q5RO0q__row{justify-content:center;gap:9px;display:flex}.TowersGame-module-scss-module__q5RO0q__row.TowersGame-module-scss-module__q5RO0q__currentRow .TowersGame-module-scss-module__q5RO0q__cell{border-color:#ffc437;box-shadow:0 0 18px #ffc4373d}.TowersGame-module-scss-module__q5RO0q__cell{color:#fff;cursor:pointer;background:#15112a;border:1px solid #9a7eff2e;border-radius:11px;flex:80px;width:80px;max-width:150px;height:54px;font-size:21px;transition:all .18s}.TowersGame-module-scss-module__q5RO0q__cell:hover:not(:disabled){background:#8b5cff2e;border-color:#9a7eff94;transform:translateY(-2px)}.TowersGame-module-scss-module__q5RO0q__cell:disabled{cursor:not-allowed}.TowersGame-module-scss-module__q5RO0q__cell.TowersGame-module-scss-module__q5RO0q__safe{color:#aad208;background:#aad20824;border-color:#aad208b3;box-shadow:0 0 14px #aad20824}.TowersGame-module-scss-module__q5RO0q__cell.TowersGame-module-scss-module__q5RO0q__bomb{color:#ff6da8;background:#ff2f8621;border-color:#ff2f86a6}.TowersGame-module-scss-module__q5RO0q__cell.TowersGame-module-scss-module__q5RO0q__opened{background:#8b5cff1f}.TowersGame-module-scss-module__q5RO0q__result{text-align:center;margin-top:20px;padding:18px;font-size:18px;font-weight:800}.TowersGame-module-scss-module__q5RO0q__result.TowersGame-module-scss-module__q5RO0q__win{color:#aad208;border-color:#aad2088c}.TowersGame-module-scss-module__q5RO0q__result.TowersGame-module-scss-module__q5RO0q__lose{color:#ff6da8;border-color:#ff2f8666}.TowersGame-module-scss-module__q5RO0q__historyArea{align-self:start;min-width:0;padding:22px}.TowersGame-module-scss-module__q5RO0q__historyArea h3{color:#fff;margin:0 0 16px;font-size:16px}.TowersGame-module-scss-module__q5RO0q__historyList{flex-direction:column;gap:7px;max-height:540px;display:flex;overflow-y:auto}.TowersGame-module-scss-module__q5RO0q__historyItem{background:#15112a94;border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;padding:11px 12px;font-size:13px;display:flex}.TowersGame-module-scss-module__q5RO0q__historyItem.TowersGame-module-scss-module__q5RO0q__winItem{border-color:#aad2082e}.TowersGame-module-scss-module__q5RO0q__historyItem.TowersGame-module-scss-module__q5RO0q__loseItem{border-color:#ff2f8624}.TowersGame-module-scss-module__q5RO0q__green{color:#aad208;font-weight:800}.TowersGame-module-scss-module__q5RO0q__red{color:#ff6da8;font-weight:800}.TowersGame-module-scss-module__q5RO0q__emptyState{color:#7971ac;text-align:center;padding:42px 8px;font-size:13px}@media (max-width:900px){.TowersGame-module-scss-module__q5RO0q__page{grid-template-columns:1fr;padding-inline:14px}}@media (max-width:480px){.TowersGame-module-scss-module__q5RO0q__betPanel,.TowersGame-module-scss-module__q5RO0q__tower{padding:18px 14px}.TowersGame-module-scss-module__q5RO0q__cell{height:48px}}
