.PlinkoGame-module-scss-module___vhS1W__page{grid-template-columns:minmax(0,1fr) 320px;gap:20px;max-width:1200px;margin:0 auto;padding:28px 20px 44px;display:grid}.PlinkoGame-module-scss-module___vhS1W__gameArea{min-width:0}.PlinkoGame-module-scss-module___vhS1W__betPanel,.PlinkoGame-module-scss-module___vhS1W__board,.PlinkoGame-module-scss-module___vhS1W__historyArea,.PlinkoGame-module-scss-module___vhS1W__result{background:linear-gradient(150deg,#2a2150,#211b3b);border:1px solid #9a7eff2e;border-radius:18px;box-shadow:0 16px 42px #4a23b43d}.PlinkoGame-module-scss-module___vhS1W__betPanel{flex-direction:column;gap:18px;padding:26px;display:flex}.PlinkoGame-module-scss-module___vhS1W__field{flex-direction:column;gap:8px;display:flex}.PlinkoGame-module-scss-module___vhS1W__field label{color:#7971ac;letter-spacing:.06em;text-transform:uppercase;font-size:12px;font-weight:700}.PlinkoGame-module-scss-module___vhS1W__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}.PlinkoGame-module-scss-module___vhS1W__input:focus{border-color:#9a7eff94;box-shadow:0 0 28px #8b5cff4d}.PlinkoGame-module-scss-module___vhS1W__rowToggle{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.PlinkoGame-module-scss-module___vhS1W__rowBtn{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}.PlinkoGame-module-scss-module___vhS1W__rowBtn:hover:not(:disabled){color:#fff;border-color:#9a7eff94}.PlinkoGame-module-scss-module___vhS1W__rowBtn.PlinkoGame-module-scss-module___vhS1W__active{color:#fff;background:#8b5cff33;border-color:#8b5cff;box-shadow:0 0 18px #8b5cff33}.PlinkoGame-module-scss-module___vhS1W__rowBtn:disabled{opacity:.45;cursor:not-allowed}.PlinkoGame-module-scss-module___vhS1W__dropButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cff,#632cff);border:1px solid #8b5cff;border-radius:12px;width:100%;min-height:48px;font:800 15px Gilroy,sans-serif;transition:all .18s;box-shadow:0 10px 24px #632cff4d}.PlinkoGame-module-scss-module___vhS1W__dropButton:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px)}.PlinkoGame-module-scss-module___vhS1W__dropButton:disabled{opacity:.45;cursor:not-allowed}.PlinkoGame-module-scss-module___vhS1W__board{background:radial-gradient(circle at 50% 25%,#8b5cff2e,#0000 48%),linear-gradient(150deg,#2a2150,#211b3b);flex-direction:column;justify-content:space-between;align-items:center;gap:22px;min-height:360px;margin-top:20px;padding:34px 20px 20px;display:flex;position:relative;overflow:hidden}.PlinkoGame-module-scss-module___vhS1W__board:before{content:"";pointer-events:none;border:1px dashed #9a7eff29;border-radius:14px;position:absolute;inset:16px}.PlinkoGame-module-scss-module___vhS1W__bins{z-index:1;justify-content:center;gap:4px;width:100%;display:flex;position:relative}.PlinkoGame-module-scss-module___vhS1W__bin{color:#7971ac;text-align:center;background:#15112ac7;border:1px solid #9a7eff2e;border-radius:8px;flex:1;max-width:66px;padding:9px 4px;font-size:11px;font-weight:800;transition:all .22s}.PlinkoGame-module-scss-module___vhS1W__bin.PlinkoGame-module-scss-module___vhS1W__binActive{color:#ffc437;background:#ffc43733;border-color:#ffc437;animation:.65s PlinkoGame-module-scss-module___vhS1W__plinko-bin-pulse;transform:translateY(-3px);box-shadow:0 0 18px #ffc43747}@keyframes PlinkoGame-module-scss-module___vhS1W__plinko-bin-pulse{0%{transform:translateY(-3px)scale(1)}35%{transform:translateY(-7px)scale(1.14);box-shadow:0 0 28px #ffc437a6}to{transform:translateY(-3px)scale(1)}}.PlinkoGame-module-scss-module___vhS1W__binMult{font-family:Gilroy,sans-serif}.PlinkoGame-module-scss-module___vhS1W__pegGrid{z-index:1;flex-direction:column;gap:10px;display:flex;position:relative}.PlinkoGame-module-scss-module___vhS1W__pegRow{justify-content:center;gap:14px;display:flex}.PlinkoGame-module-scss-module___vhS1W__peg{background:#8b5cff;border:1px solid #9a7eff59;border-radius:50%;width:9px;height:9px;box-shadow:0 0 10px #8b5cff73}.PlinkoGame-module-scss-module___vhS1W__ball{z-index:2;pointer-events:none;will-change:transform;background:#ffc437;border:2px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;top:0;left:0;box-shadow:0 0 16px #ffc437e6}.PlinkoGame-module-scss-module___vhS1W__ballMoving{transition:transform .18s cubic-bezier(.45,.05,.55,.95)}.PlinkoGame-module-scss-module___vhS1W__result{text-align:center;margin-top:20px;padding:18px;font-size:18px;font-weight:800}.PlinkoGame-module-scss-module___vhS1W__result.PlinkoGame-module-scss-module___vhS1W__win{color:#aad208;border-color:#aad2088c}.PlinkoGame-module-scss-module___vhS1W__result.PlinkoGame-module-scss-module___vhS1W__lose{color:#ff6da8;border-color:#ff2f8666}.PlinkoGame-module-scss-module___vhS1W__historyArea{align-self:start;min-width:0;padding:22px}.PlinkoGame-module-scss-module___vhS1W__historyArea h3{color:#fff;margin:0 0 16px;font-size:16px}.PlinkoGame-module-scss-module___vhS1W__historyList{flex-direction:column;gap:7px;max-height:540px;display:flex;overflow-y:auto}.PlinkoGame-module-scss-module___vhS1W__historyItem{background:#15112a94;border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;padding:11px 12px;font-size:13px;display:flex}.PlinkoGame-module-scss-module___vhS1W__historyItem.PlinkoGame-module-scss-module___vhS1W__winItem{border-color:#aad2082e}.PlinkoGame-module-scss-module___vhS1W__historyItem.PlinkoGame-module-scss-module___vhS1W__loseItem{border-color:#ff2f8624}.PlinkoGame-module-scss-module___vhS1W__green{color:#aad208;font-weight:800}.PlinkoGame-module-scss-module___vhS1W__red{color:#ff6da8;font-weight:800}.PlinkoGame-module-scss-module___vhS1W__emptyState{color:#7971ac;text-align:center;padding:42px 8px;font-size:13px}@media (max-width:900px){.PlinkoGame-module-scss-module___vhS1W__page{grid-template-columns:1fr;padding-inline:14px}}@media (max-width:480px){.PlinkoGame-module-scss-module___vhS1W__betPanel,.PlinkoGame-module-scss-module___vhS1W__board{padding:18px 14px}.PlinkoGame-module-scss-module___vhS1W__board{min-height:320px}.PlinkoGame-module-scss-module___vhS1W__pegRow{gap:8px}}
