.game-module-scss-module__iCqweW__gameCanvasContainer{background-color:var(--gray-900);width:100%;height:100vh;position:relative;overflow:hidden}.game-module-scss-module__iCqweW__gameHUD{z-index:20;pointer-events:none;flex-direction:column;gap:1rem;display:flex;position:absolute;inset:1rem}@media (min-width:1024px){.game-module-scss-module__iCqweW__gameHUD{display:none}}.game-module-scss-module__iCqweW__gameHUDBottom{pointer-events:auto;justify-content:center;margin-top:auto;display:flex}.game-module-scss-module__iCqweW__gameHUDTop{justify-content:space-between;align-items:center;width:100%;display:flex}.game-module-scss-module__iCqweW__gameHUDTopRight{align-items:center;gap:1rem;display:flex}.game-module-scss-module__iCqweW__gameScoreboard{flex-flow:wrap;gap:.5rem;display:flex}.game-module-scss-module__iCqweW__gameScoreItem{color:var(--white);pointer-events:auto;background-color:#00000080;border-left:4px solid;border-radius:.25rem;align-items:center;gap:.5rem;padding:.5rem;display:flex}.game-module-scss-module__iCqweW__gameScoreName{font-weight:700}.game-module-scss-module__iCqweW__gameScoreValue{background-color:var(--gray-700);border-radius:.25rem;padding:.125rem .5rem;font-size:.875rem}.game-module-scss-module__iCqweW__gameTimer{color:var(--white);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:700}.game-module-scss-module__iCqweW__stopRoundButton{color:var(--white);cursor:pointer;pointer-events:auto;white-space:nowrap;background-color:#ef4444cc;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background-color .2s,transform .1s;display:flex}.game-module-scss-module__iCqweW__stopRoundButton:hover{background-color:#ef4444;transform:translateY(-1px)}.game-module-scss-module__iCqweW__stopRoundButton:active{background-color:#dc2626;transform:translateY(0)}@media (max-width:640px){.game-module-scss-module__iCqweW__stopRoundButton{padding:.375rem .75rem;font-size:.75rem}.game-module-scss-module__iCqweW__stopRoundButton span{display:none}}.game-module-scss-module__iCqweW__gameArea{border:4px solid var(--gray-700);will-change:transform;border-radius:.5rem;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.game-module-scss-module__iCqweW__trailCanvas{z-index:1;position:absolute;top:0;left:0}.game-module-scss-module__iCqweW__mainCanvas{z-index:10;position:absolute;top:0;left:0}.game-module-scss-module__iCqweW__countdownOverlay{z-index:50;background-color:#0000;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.game-module-scss-module__iCqweW__countdownNumber{color:var(--white);opacity:.85;text-shadow:0 0 10px #fffc,0 0 20px #fff9,0 0 30px #fff6;font-size:9rem;font-weight:900;animation:1s ease-in-out infinite game-module-scss-module__iCqweW__pulse}.game-module-scss-module__iCqweW__touchControls{z-index:30;pointer-events:none;-webkit-user-select:none;user-select:none;justify-content:center;width:100%;padding:0 1rem;display:flex;position:absolute;bottom:1rem}.game-module-scss-module__iCqweW__touchControls *{-webkit-user-select:none;user-select:none}@media (min-width:768px){.game-module-scss-module__iCqweW__touchControls{display:none}}.game-module-scss-module__iCqweW__touchControls.game-module-scss-module__iCqweW__touchControlsTop{justify-content:center;top:1rem;bottom:auto}.game-module-scss-module__iCqweW__touchControls.game-module-scss-module__iCqweW__touchControlsBottom{justify-content:center;top:auto;bottom:1rem}.game-module-scss-module__iCqweW__touchControlsGroup{pointer-events:auto;gap:.5rem;width:100%;max-width:100%;display:flex}.game-module-scss-module__iCqweW__touchControlsGroup.game-module-scss-module__iCqweW__touchControlsMirrored{flex-direction:row-reverse}.game-module-scss-module__iCqweW__touchButton{aspect-ratio:1;min-width:0;max-width:33.333%;min-height:4rem;color:var(--white);cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:#0000;background-color:#3b82f680;border:none;border-radius:9999px;flex:1;justify-content:center;align-items:center;transition:background-color .2s;display:flex}.game-module-scss-module__iCqweW__touchButton *{-webkit-user-select:none;user-select:none}.game-module-scss-module__iCqweW__touchButton:active{background-color:var(--blue-600)}.game-module-scss-module__iCqweW__touchButton[style*=--player-color]{background-color:rgba(var(--player-color),.5)}.game-module-scss-module__iCqweW__touchButton[style*=--player-color]:active{background-color:var(--player-color)}.game-module-scss-module__iCqweW__zoomControls{z-index:25;pointer-events:none;-webkit-user-select:none;user-select:none;flex-direction:row;justify-content:center;gap:.75rem;width:100%;padding:0 1rem;display:flex;position:absolute;bottom:8.5rem;left:50%;transform:translate(-50%)}.game-module-scss-module__iCqweW__zoomControls *{-webkit-user-select:none;user-select:none}@media (min-width:1024px){.game-module-scss-module__iCqweW__zoomControls{display:none}}.game-module-scss-module__iCqweW__zoomButton{width:4.5rem;height:4.5rem;color:var(--white);border:2px solid var(--gray-600);cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:#0000;pointer-events:auto;background-color:#0009;border-radius:.5rem;justify-content:center;align-items:center;transition:background-color .2s,border-color .2s;display:flex}.game-module-scss-module__iCqweW__zoomButton *{-webkit-user-select:none;user-select:none}.game-module-scss-module__iCqweW__zoomButton:active:not(.game-module-scss-module__iCqweW__zoomButtonDisabled){border-color:var(--gray-500);background-color:#000c}.game-module-scss-module__iCqweW__zoomButton.game-module-scss-module__iCqweW__zoomButtonDisabled{opacity:.4;cursor:not-allowed;pointer-events:none}.game-module-scss-module__iCqweW__gameSidebar{display:none}@media (min-width:1024px){.game-module-scss-module__iCqweW__gameSidebar{background-color:var(--gray-800);border-right:2px solid var(--gray-700);z-index:10;flex-direction:column;width:280px;height:100vh;display:flex;position:absolute;top:0;left:0;overflow:hidden}}.game-module-scss-module__iCqweW__playerStatsSidebar{flex-direction:column;flex-shrink:0;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.game-module-scss-module__iCqweW__playerStatsTimerContainer{justify-content:center;align-items:center;margin-bottom:1rem;padding:.75rem 0;display:flex}.game-module-scss-module__iCqweW__playerStatsTimer{color:var(--white);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:700}.game-module-scss-module__iCqweW__playerStatsHeader{margin-bottom:.5rem}.game-module-scss-module__iCqweW__playerStatsTitle{color:var(--white);margin:0;font-size:1.25rem;font-weight:700}.game-module-scss-module__iCqweW__playerStatsList{flex-direction:column;flex:1;gap:.75rem;display:flex;overflow-y:auto}.game-module-scss-module__iCqweW__playerStatsBottom{border-top:1px solid #ffffff1a;justify-content:center;margin-top:auto;padding-top:1rem;display:flex}.game-module-scss-module__iCqweW__playerStatsItem{color:var(--white);background-color:#0000004d;border-left:4px solid;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem;display:flex}.game-module-scss-module__iCqweW__playerStatsRank{color:var(--gray-400);min-width:2rem;font-size:1rem;font-weight:700}.game-module-scss-module__iCqweW__playerStatsInfo{flex-direction:column;flex:1;gap:.25rem;display:flex}.game-module-scss-module__iCqweW__playerStatsName{font-size:.95rem;font-weight:600}.game-module-scss-module__iCqweW__playerStatsScore{color:var(--gray-300);font-size:.875rem}
.chat-module-scss-module__gw9FkW__chatContainer{background-color:var(--gray-800);border:1px solid var(--gray-700);border-radius:.75rem;flex-direction:column;height:100%;min-height:200px;max-height:350px;padding:1.5rem;display:flex;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.gameSidebar .chat-module-scss-module__gw9FkW__chatContainer{min-height:0;max-height:none;box-shadow:none;border:none;border-top:1px solid var(--gray-700);border-radius:0;flex:1;padding:1rem}.chat-module-scss-module__gw9FkW__chatHeader{margin-bottom:1rem}.chat-module-scss-module__gw9FkW__chatTitle{align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.chat-module-scss-module__gw9FkW__chatIcon{font-size:1.25rem}.chat-module-scss-module__gw9FkW__chatMessages{background-color:var(--gray-900);border-radius:.5rem;flex-direction:column;flex:1;gap:.5rem;min-height:100px;max-height:200px;margin-bottom:1rem;padding:.75rem;display:flex;overflow:hidden auto}.chat-module-scss-module__gw9FkW__chatMessages::-webkit-scrollbar{width:8px}.chat-module-scss-module__gw9FkW__chatMessages::-webkit-scrollbar-track{background:var(--gray-800);border-radius:4px}.chat-module-scss-module__gw9FkW__chatMessages::-webkit-scrollbar-thumb{background:var(--gray-600);border-radius:4px}.chat-module-scss-module__gw9FkW__chatMessages::-webkit-scrollbar-thumb:hover{background:var(--gray-500)}.chat-module-scss-module__gw9FkW__chatEmpty{color:var(--gray-500);text-align:center;padding:2rem 1rem;font-size:.875rem;font-style:italic}.chat-module-scss-module__gw9FkW__chatMessage{word-wrap:break-word;word-break:break-word;gap:.25rem;font-size:.875rem;line-height:1.5;display:flex}.chat-module-scss-module__gw9FkW__chatTimestamp{color:var(--gray-500);flex-shrink:0;min-width:40px;font-size:.75rem}.chat-module-scss-module__gw9FkW__chatUserText{color:var(--gray-300);flex:1}.chat-module-scss-module__gw9FkW__chatSenderName{font-weight:700}.chat-module-scss-module__gw9FkW__chatMessageText{color:var(--gray-300)}.chat-module-scss-module__gw9FkW__chatSystemText{color:var(--gray-400);flex:1;font-style:italic}.chat-module-scss-module__gw9FkW__chatSystemLabel{color:var(--gray-400);font-weight:600}.chat-module-scss-module__gw9FkW__chatInputContainer{align-items:center;gap:.5rem;display:flex}.chat-module-scss-module__gw9FkW__chatInput{background-color:var(--gray-900);border:1px solid var(--gray-600);color:var(--white);border-radius:.5rem;outline:none;flex:1;padding:.75rem;font-family:inherit;font-size:.875rem;transition:border-color .2s}.chat-module-scss-module__gw9FkW__chatInput:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px #3b82f61a}.chat-module-scss-module__gw9FkW__chatInput::placeholder{color:var(--gray-500)}.chat-module-scss-module__gw9FkW__chatSendButton{background-color:var(--blue-600);color:var(--white);cursor:pointer;border:none;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;padding:.75rem;transition:background-color .2s;display:flex}.chat-module-scss-module__gw9FkW__chatSendButton:hover:not(:disabled){background-color:var(--blue-700)}.chat-module-scss-module__gw9FkW__chatSendButton:active:not(:disabled){transform:scale(.95)}.chat-module-scss-module__gw9FkW__chatSendButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.chat-module-scss-module__gw9FkW__chatContainer{min-height:180px;max-height:300px}.chat-module-scss-module__gw9FkW__chatMessages{min-height:80px;max-height:180px}.chat-module-scss-module__gw9FkW__chatInput{font-size:1rem}}
.confirmation-module-scss-module__6kfKuW__confirmationModal{color:var(--white);z-index:2000;background-color:#000000d9;flex-direction:column;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out forwards confirmation-module-scss-module__6kfKuW__fade-in;display:flex;position:fixed;inset:0}.confirmation-module-scss-module__6kfKuW__confirmationContainer{background-color:var(--gray-800);text-align:center;border:1px solid var(--gray-700);border-radius:1rem;width:100%;max-width:28rem;padding:1.5rem;animation:.3s ease-out forwards confirmation-module-scss-module__6kfKuW__fade-in-up;box-shadow:0 25px 50px -12px #00000080}@media (min-width:768px){.confirmation-module-scss-module__6kfKuW__confirmationContainer{padding:2rem}}.confirmation-module-scss-module__6kfKuW__confirmationIcon{color:var(--yellow-400);margin:0 auto 1rem}.confirmation-module-scss-module__6kfKuW__confirmationTitle{color:var(--white);margin-bottom:.75rem;font-size:1.5rem;font-weight:700;line-height:2rem}.confirmation-module-scss-module__6kfKuW__confirmationMessage{color:var(--gray-300);margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.confirmation-module-scss-module__6kfKuW__confirmationActions{flex-direction:column;gap:.75rem;width:100%;display:flex}@media (min-width:768px){.confirmation-module-scss-module__6kfKuW__confirmationActions{flex-direction:row;gap:1rem}}.confirmation-module-scss-module__6kfKuW__confirmationButton{flex:1;width:100%}@media (min-width:768px){.confirmation-module-scss-module__6kfKuW__confirmationButton{width:auto}}@keyframes confirmation-module-scss-module__6kfKuW__fade-in{0%{opacity:0}to{opacity:1}}@keyframes confirmation-module-scss-module__6kfKuW__fade-in-up{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}
.shared-module-scss-module__MMdhcG__button{cursor:pointer;border:none;border-radius:.5rem;outline:none;padding:.75rem 1.5rem;font-weight:700;transition:all .2s;transform:scale(1)}.shared-module-scss-module__MMdhcG__button:hover:not(:disabled){transform:scale(1.05)}.shared-module-scss-module__MMdhcG__button:active:not(:disabled){transform:scale(.95)}.shared-module-scss-module__MMdhcG__button:disabled{opacity:.5;cursor:not-allowed}.shared-module-scss-module__MMdhcG__button-primary{color:#fff;background:linear-gradient(90deg,#3b82f6,#9333ea);box-shadow:0 4px 14px #3b82f680}.shared-module-scss-module__MMdhcG__button-secondary{color:#fff;background-color:#374151}.shared-module-scss-module__MMdhcG__button-secondary:hover:not(:disabled){background-color:#4b5563}.shared-module-scss-module__MMdhcG__button-danger{color:#fff;background-color:#ef4444}.shared-module-scss-module__MMdhcG__button-danger:hover:not(:disabled){background-color:#dc2626}.shared-module-scss-module__MMdhcG__button-success{color:#fff;background-color:#22c55e}.shared-module-scss-module__MMdhcG__button-success:hover:not(:disabled){background-color:#16a34a}.shared-module-scss-module__MMdhcG__toggleContainer{background-color:#1f2937;border-radius:.5rem;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.75rem;display:flex}.shared-module-scss-module__MMdhcG__toggleLabel{color:#d1d5db;font-weight:500}.shared-module-scss-module__MMdhcG__toggle{cursor:pointer;background-color:#4b5563;border:none;border-radius:9999px;outline:none;width:3rem;height:1.5rem;padding:.25rem;transition:background-color .2s}.shared-module-scss-module__MMdhcG__toggle.shared-module-scss-module__MMdhcG__toggleActive{background-color:#22c55e}.shared-module-scss-module__MMdhcG__toggleSlider{background-color:#fff;border-radius:9999px;width:1rem;height:1rem;transition:transform .2s;transform:translate(0);box-shadow:0 1px 3px #0000004d}.shared-module-scss-module__MMdhcG__toggleSlider.shared-module-scss-module__MMdhcG__toggleSliderActive{transform:translate(1.5rem)}.shared-module-scss-module__MMdhcG__sliderContainer{margin-bottom:1rem}.shared-module-scss-module__MMdhcG__sliderLabel{color:#d1d5db;margin-bottom:.25rem;font-size:.875rem;font-weight:500;display:block}.shared-module-scss-module__MMdhcG__sliderWrapper{width:100%;position:relative}.shared-module-scss-module__MMdhcG__sliderDots{pointer-events:none;z-index:0;height:.5rem;position:absolute;top:50%;left:0;right:0;transform:translateY(-25%)}.shared-module-scss-module__MMdhcG__sliderDot{background-color:#4b5563;border-radius:50%;width:1rem;height:1rem;position:absolute;top:50%;transform:translate(-50%,-50%)}.shared-module-scss-module__MMdhcG__slider{appearance:none;cursor:default;z-index:2;background-color:#4b5563;border-radius:.5rem;outline:none;width:100%;height:.5rem;position:relative}.shared-module-scss-module__MMdhcG__slider::-webkit-slider-thumb{appearance:none;cursor:grab;background-color:#3b82f6;border-radius:50%;width:1.25rem;height:1.25rem}.shared-module-scss-module__MMdhcG__slider::-moz-range-thumb{cursor:grab;background-color:#3b82f6;border:none;border-radius:50%;width:1.25rem;height:1.25rem}.shared-module-scss-module__MMdhcG__slider::-webkit-slider-runnable-track{cursor:default}.shared-module-scss-module__MMdhcG__slider::-moz-range-track{cursor:default}.shared-module-scss-module__MMdhcG__fullscreenButton{z-index:9999;border:2px solid var(--gray-600);width:2.5rem;height:2.5rem;color:var(--white);cursor:pointer;pointer-events:auto;background-color:#0009;border-radius:.5rem;justify-content:center;align-items:center;transition:background-color .2s,border-color .2s,transform .1s;display:flex;position:fixed;top:1rem;right:1rem}.shared-module-scss-module__MMdhcG__fullscreenButton:hover{border-color:var(--gray-500);background-color:#000c;transform:scale(1.05)}.shared-module-scss-module__MMdhcG__fullscreenButton:active{transform:scale(.95)}@media (max-width:640px){.shared-module-scss-module__MMdhcG__fullscreenButton{width:2.25rem;height:2.25rem;top:.75rem;right:.75rem}}
.postgame-module-scss-module__1uBOra__postGameModal{color:var(--white);z-index:1000;-webkit-overflow-scrolling:touch;background-color:#000000bf;flex-direction:column;justify-content:center;align-items:center;padding:1rem;animation:.3s ease-out forwards postgame-module-scss-module__1uBOra__fade-in;display:flex;position:fixed;inset:0;overflow-y:auto}.postgame-module-scss-module__1uBOra__postGamePage{background-color:var(--gray-900);min-height:100vh;color:var(--white);flex-direction:column;justify-content:center;align-items:center;padding:1rem;display:flex}.postgame-module-scss-module__1uBOra__postGameContainer{background-color:var(--gray-800);text-align:center;border:1px solid var(--gray-700);border-radius:1rem;width:100%;max-width:32rem;padding:1.5rem;animation:.5s ease-out forwards postgame-module-scss-module__1uBOra__fade-in-up;box-shadow:0 25px 50px -12px #00000040}@media (min-width:768px){.postgame-module-scss-module__1uBOra__postGameContainer{padding:2rem}}.postgame-module-scss-module__1uBOra__postGameTrophy{color:var(--yellow-400);margin:0 auto 1.5rem}.postgame-module-scss-module__1uBOra__postGameTitle{margin-bottom:.5rem;font-size:2.25rem;font-weight:900;line-height:2.5rem}.postgame-module-scss-module__1uBOra__postGameWinner{color:var(--gray-400);margin-bottom:2rem;font-size:1.25rem}.postgame-module-scss-module__1uBOra__postGameWinnerName{color:var(--white);font-weight:700}.postgame-module-scss-module__1uBOra__postGameMaxPoints{color:var(--gray-500);margin-bottom:1.5rem;font-size:.875rem}.postgame-module-scss-module__1uBOra__postGameScoreboard{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.postgame-module-scss-module__1uBOra__postGameScoreItem{background-color:var(--gray-900);will-change:transform;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.75rem;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .5s ease-out;display:flex}.postgame-module-scss-module__1uBOra__postGameScoreItemReordered{transform:translateY(0)}.postgame-module-scss-module__1uBOra__postGameScoreInfo{align-items:center;gap:.5rem;display:flex}.postgame-module-scss-module__1uBOra__postGameScoreColorDot{border-radius:9999px;width:.75rem;height:.75rem}.postgame-module-scss-module__1uBOra__postGameCrown{flex-shrink:0;display:inline-block}.postgame-module-scss-module__1uBOra__postGameScoreName{color:var(--gray-300)}.postgame-module-scss-module__1uBOra__postGameScoreValueContainer{align-items:center;gap:.5rem;display:flex}.postgame-module-scss-module__1uBOra__postGameScoreValue{font-size:1.25rem;font-weight:700;transition:opacity .3s ease-out}.postgame-module-scss-module__1uBOra__postGameScoreGain{color:var(--green-400);font-size:1rem;font-weight:600;animation:.6s ease-out postgame-module-scss-module__1uBOra__scoreGainPulse}@keyframes postgame-module-scss-module__1uBOra__scoreGainPulse{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.postgame-module-scss-module__1uBOra__postGameActions{flex-direction:column;gap:.75rem;width:100%;display:flex}@media (min-width:768px){.postgame-module-scss-module__1uBOra__postGameActions{flex-direction:row;gap:1rem}}.postgame-module-scss-module__1uBOra__postGameButton{flex:1;justify-content:center;align-items:center;gap:.5rem;width:100%;min-width:0;display:flex}@media (min-width:768px){.postgame-module-scss-module__1uBOra__postGameButton{width:auto}}.postgame-module-scss-module__1uBOra__postGameButtonIcon{display:inline-block}.postgame-module-scss-module__1uBOra__postGameSpaceHint{color:var(--gray-500);text-align:center;margin-top:.75rem;font-size:.875rem}.postgame-module-scss-module__1uBOra__postGameSpaceKey{background-color:var(--gray-700);border:1px solid var(--gray-600);color:var(--gray-300);border-radius:.25rem;padding:.25rem .5rem;font-family:monospace;font-size:.75rem;font-weight:600;display:inline-block;box-shadow:0 1px 2px #0000001a}@keyframes postgame-module-scss-module__1uBOra__fade-in{0%{opacity:0}to{opacity:1}}@keyframes postgame-module-scss-module__1uBOra__fade-in-up{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}
