.game-module__dGRLPW__gamePage{color:#fff;background:#0a0a0f;border:1px solid #1a1a2e;border-radius:16px;width:fit-content;margin:24px auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.game-module__dGRLPW__soundBtn{color:#fff;cursor:pointer;background:0 0;border:1px solid #333;border-radius:6px;padding:8px 12px}.game-module__dGRLPW__statsRow{background:#111;border-radius:8px;justify-content:center;gap:24px;margin-bottom:12px;padding:12px 16px;display:flex}.game-module__dGRLPW__statItem{text-align:center}.game-module__dGRLPW__statLabel{color:#666;text-transform:uppercase;letter-spacing:1px;font-size:11px}.game-module__dGRLPW__statValue{font-size:28px;font-weight:700}.game-module__dGRLPW__statValueTarget{color:#22c55e}.game-module__dGRLPW__pieceRowContainer{background:#0d0d12;border-radius:8px;justify-content:center;align-items:center;gap:24px;margin-bottom:12px;padding:10px 16px;display:flex}.game-module__dGRLPW__piecePreview{flex-direction:column;align-items:center;gap:8px;display:flex}.game-module__dGRLPW__piecePreviewLabel{color:#666;text-transform:uppercase;font-size:11px}.game-module__dGRLPW__pieceGrid{flex-direction:column;gap:2px;display:flex}.game-module__dGRLPW__pieceGridRow{gap:2px;display:flex}.game-module__dGRLPW__pieceCell{border-radius:3px;width:18px;height:18px}.game-module__dGRLPW__pieceName{color:#64ffda;font-size:12px;font-weight:600}.game-module__dGRLPW__dropIndicator{align-items:center;gap:12px;font-size:16px;font-weight:700;display:flex}.game-module__dGRLPW__dropArrow{font-size:24px}.game-module__dGRLPW__timerBadge{color:#000;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-left:8px;font-size:18px;font-weight:900;display:inline-flex}@keyframes game-module__dGRLPW__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.game-module__dGRLPW__bounceAnim{animation:.6s infinite game-module__dGRLPW__bounce}.game-module__dGRLPW__boardsContainer{justify-content:center;gap:12px;max-width:1200px;margin:0 auto;display:flex}.game-module__dGRLPW__mobileControls{justify-content:center;gap:12px;margin-top:20px;display:none}.game-module__dGRLPW__ctrlBtn{color:#fff;cursor:pointer;background:#1a1a2e;border:2px solid #333;border-radius:12px;width:60px;height:60px;font-size:24px}@media (max-width:1100px){.game-module__dGRLPW__mobileControls{display:flex}}.game-module__dGRLPW__pauseOverlay{z-index:100;cursor:pointer;background:#0a0a0ff2;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.game-module__dGRLPW__pauseText{color:#64ffda;font-size:64px;font-weight:900}.game-module__dGRLPW__pauseHint{color:#888;margin-top:16px}.game-module__dGRLPW__gpuColumn{flex-direction:column;align-items:center;display:flex}.game-module__dGRLPW__gpuBoardWrapper{background:linear-gradient(#12121a 0%,#0a0a10 100%);border:3px solid #2a2a4a;border-radius:10px;padding:6px;transition:all .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000080,inset 0 1px #ffffff0d}.game-module__dGRLPW__gpuBoardWrapper.game-module__dGRLPW__active{border-color:#e94560;box-shadow:0 0 25px #e9456066,0 4px 12px #00000080}.game-module__dGRLPW__gpuBoardWrapper.game-module__dGRLPW__optimal{border-color:#22c55e;box-shadow:0 0 20px #22c55e4d,0 4px 12px #00000080}.game-module__dGRLPW__boardGrid{z-index:1;background:0 0;border-radius:4px;grid-template-rows:repeat(16,18px);gap:1px;padding:4px;display:grid;position:relative}.game-module__dGRLPW__boardRow{grid-template-columns:repeat(8,18px);gap:1px;display:grid}.game-module__dGRLPW__cell{box-sizing:border-box;background:#151520;border:1px solid #2a2a3a;border-radius:2px;width:18px;min-width:18px;height:18px;min-height:18px}.game-module__dGRLPW__cell.game-module__dGRLPW__filled{border-color:#ffffff4d;box-shadow:inset 0 1px #fff3}.game-module__dGRLPW__cell.game-module__dGRLPW__ghost{opacity:.4;background:0 0;border-style:dashed;border-width:2px}.game-module__dGRLPW__gpuInfo{text-align:center;margin-top:8px}.game-module__dGRLPW__gpuName{color:#888;font-size:12px}.game-module__dGRLPW__gpuUtil{color:#64ffda;font-size:16px;font-weight:700}.game-module__dGRLPW__gpuUtil.game-module__dGRLPW__optimal{color:#22c55e}.game-module__dGRLPW__gpuFanBg{z-index:0;opacity:.25;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.game-module__dGRLPW__gpuFan{width:140px;height:140px;animation:20s linear infinite game-module__dGRLPW__spin;position:relative}@keyframes game-module__dGRLPW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.game-module__dGRLPW__fanBlade{transform-origin:0%;background:linear-gradient(90deg,#666 0%,#999 50%,#666 100%);border-radius:8px;width:60px;height:16px;position:absolute;top:50%;left:50%}.game-module__dGRLPW__fanBlade:first-child{transform:translateY(-50%)rotate(0)}.game-module__dGRLPW__fanBlade:nth-child(2){transform:translateY(-50%)rotate(60deg)}.game-module__dGRLPW__fanBlade:nth-child(3){transform:translateY(-50%)rotate(120deg)}.game-module__dGRLPW__fanBlade:nth-child(4){transform:translateY(-50%)rotate(180deg)}.game-module__dGRLPW__fanBlade:nth-child(5){transform:translateY(-50%)rotate(240deg)}.game-module__dGRLPW__fanBlade:nth-child(6){transform:translateY(-50%)rotate(300deg)}.game-module__dGRLPW__fanCenter{background:radial-gradient(circle,#777 0%,#444 100%);border:2px solid #888;border-radius:50%;width:30px;height:30px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:1100px){.game-module__dGRLPW__cell{width:12px;min-width:12px;height:12px;min-height:12px}.game-module__dGRLPW__boardGrid{grid-template-rows:repeat(16,12px);padding:3px}.game-module__dGRLPW__boardRow{grid-template-columns:repeat(8,12px)}.game-module__dGRLPW__boardsContainer{gap:6px}}.game-module__dGRLPW__startScreen{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-width:900px;padding:24px 20px;display:flex}@media (max-width:1100px){.game-module__dGRLPW__startScreen{min-width:600px}}.game-module__dGRLPW__title{background:linear-gradient(135deg,#e94560,#64ffda);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:42px;font-weight:900}.game-module__dGRLPW__subtitle{color:#888;margin-bottom:20px;font-size:16px}.game-module__dGRLPW__instructionsBox{text-align:left;background:#111;border:1px solid #222;border-radius:12px;max-width:500px;margin-bottom:20px;padding:16px 24px}.game-module__dGRLPW__instructionsBox h3{color:#64ffda;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:14px}.game-module__dGRLPW__instructionsBox ul{margin:0 0 20px;padding:0;list-style:none}.game-module__dGRLPW__instructionsBox li{color:#aaa;padding:8px 0 8px 20px;position:relative}.game-module__dGRLPW__instructionsBox li:before{content:">";color:#e94560;position:absolute;left:0}.game-module__dGRLPW__controlsList{color:#888;grid-template-columns:1fr 1fr;gap:8px;font-size:13px;display:grid}.game-module__dGRLPW__controlsList kbd{background:#222;border-radius:4px;padding:4px 8px;font-family:monospace}.game-module__dGRLPW__startBtn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:2px;background:linear-gradient(135deg,#e94560,#ff6b6b);border:none;border-radius:8px;padding:16px 48px;font-size:18px;font-weight:700}.game-module__dGRLPW__startBtn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #e9456066}.game-module__dGRLPW__prizeBanner{text-align:center;background:linear-gradient(135deg,#22c55e26,#feca5726);border:2px solid #22c55e;border-radius:12px;margin-bottom:20px;padding:12px 24px;animation:2s ease-in-out infinite game-module__dGRLPW__pulseGlow}@keyframes game-module__dGRLPW__pulseGlow{0%,to{box-shadow:0 0 20px #22c55e4d}50%{box-shadow:0 0 40px #22c55e80}}.game-module__dGRLPW__prizeBanner h3{color:#22c55e;justify-content:center;align-items:center;gap:12px;margin-bottom:8px;font-size:24px;font-weight:800;display:flex}.game-module__dGRLPW__prizeBanner p{color:#feca57;margin:0;font-size:16px}.game-module__dGRLPW__prizeValue{color:#fff;font-weight:700}.game-module__dGRLPW__overlay{z-index:100;border-radius:16px;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:0}.game-module__dGRLPW__modal{text-align:center;background:linear-gradient(#1a1a2e 0%,#0f0f18 100%);border:2px solid #64ffda;border-radius:16px;width:calc(100% - 40px);padding:40px 60px;box-shadow:0 8px 32px #000c,0 0 80px #64ffda33}.game-module__dGRLPW__modalGameOver{border-color:#ef4444;box-shadow:0 8px 32px #000c,0 0 80px #ef444433}.game-module__dGRLPW__modal h2{margin-bottom:16px;font-size:32px}.game-module__dGRLPW__modalGameOver h2{color:#ef4444}.game-module__dGRLPW__bigNumber{color:#22c55e;margin:24px 0;font-size:64px;font-weight:900}.game-module__dGRLPW__bigLabel{color:#666;text-transform:uppercase;letter-spacing:2px;font-size:12px}.game-module__dGRLPW__emailForm{background:#0a0a0f;border-radius:8px;margin-top:24px;padding:20px}.game-module__dGRLPW__emailForm h3{color:#feca57;margin-bottom:8px}.game-module__dGRLPW__emailForm p{color:#888;margin-bottom:16px;font-size:13px}.game-module__dGRLPW__inputRow{gap:8px;display:flex}.game-module__dGRLPW__inputRow input{color:#fff;background:#1a1a2e;border:1px solid #333;border-radius:6px;flex:1;padding:12px}.game-module__dGRLPW__inputRow button{color:#000;cursor:pointer;background:#22c55e;border:none;border-radius:6px;padding:12px 24px;font-weight:700}.game-module__dGRLPW__voucherBox{background:#22c55e1a;border:2px solid #22c55e;border-radius:8px;margin-top:24px;padding:20px}.game-module__dGRLPW__voucherCode{color:#feca57;background:#0a0a0f;border-radius:6px;margin:16px 0;padding:16px;font-family:monospace;font-size:28px;font-weight:900}.game-module__dGRLPW__retryBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e94560,#ff6b6b);border:none;border-radius:8px;margin-top:24px;padding:14px 32px;font-size:16px;font-weight:700}.game-module__dGRLPW__errorMsg{color:#ef4444;margin-top:12px;font-size:13px}.game-module__dGRLPW__mobileWarning{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:40px 24px;display:flex}.game-module__dGRLPW__mobileGpu{margin-bottom:24px;font-size:80px;animation:1s ease-in-out infinite game-module__dGRLPW__overheat}@keyframes game-module__dGRLPW__overheat{0%,to{transform:scale(1)}50%{filter:brightness(1.2);transform:scale(1.1)}}.game-module__dGRLPW__mobileWarning h2{background:linear-gradient(135deg,#ef4444,#feca57);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:28px;font-weight:800}.game-module__dGRLPW__mobileWarning p{color:#888;max-width:340px;margin-bottom:12px;font-size:16px;line-height:1.6}.game-module__dGRLPW__joke{color:#64ffda;background:#64ffda1a;border-radius:8px;max-width:340px;margin-top:20px;padding:16px;font-size:14px}.game-module__dGRLPW__specs{color:#666;text-align:left;background:#111;border-radius:8px;margin-top:24px;padding:16px;font-family:monospace;font-size:12px}.game-module__dGRLPW__specs span{color:#ef4444}
