.SnekstGame-module__fupdZq__gameContainer{flex-direction:column;gap:30px;width:100%;max-width:900px;margin:0 auto;display:flex}.SnekstGame-module__fupdZq__scalerContainer{flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.SnekstGame-module__fupdZq__gameHeader{justify-content:space-between;align-items:flex-start;width:100%;display:flex}@media (max-width:768px){.SnekstGame-module__fupdZq__gameHeader{display:none!important}}.SnekstGame-module__fupdZq__titleCol{flex-direction:column;gap:16px;display:flex}.SnekstGame-module__fupdZq__leftCol{flex-direction:column;flex-shrink:0;width:160px;display:flex}@media (max-width:768px){.SnekstGame-module__fupdZq__leftCol{display:none!important}}.SnekstGame-module__fupdZq__leaderboard{font-family:var(--font-mono);color:var(--muted);opacity:.75;font-size:.75rem;line-height:1.4}.SnekstGame-module__fupdZq__statsCol{border:1px solid var(--border);background-color:var(--glass-bg);flex-direction:column;gap:10px;min-width:160px;padding:16px;display:flex}.SnekstGame-module__fupdZq__statRow{justify-content:space-between;gap:20px;font-size:.8rem;display:flex}.SnekstGame-module__fupdZq__mainLayout{justify-content:center;align-items:center;gap:30px;width:100%;display:flex}@media (max-width:768px){.SnekstGame-module__fupdZq__mainLayout{flex-direction:column;gap:0}}.SnekstGame-module__fupdZq__mobileHeader{width:100%;max-width:480px;margin-bottom:8px;display:none}.SnekstGame-module__fupdZq__mobileTitleRow{border-bottom:1px solid var(--border);justify-content:space-around;align-items:center;width:100%;padding-bottom:6px;display:flex}.SnekstGame-module__fupdZq__mobileStatLabel{font-family:var(--font-mono);color:var(--muted);margin-right:4px;font-size:.65rem}.SnekstGame-module__fupdZq__mobileStatVal{font-family:var(--font-mono);font-size:.9rem;font-weight:700}@media (max-width:768px){.SnekstGame-module__fupdZq__mobileHeader{display:flex}}.SnekstGame-module__fupdZq__mobileFooter{border-top:1px dashed var(--border);flex-direction:column;align-items:center;gap:4px;width:100%;max-width:480px;margin-top:10px;padding-top:8px;display:none}.SnekstGame-module__fupdZq__leaderboardPreHorizontal{font-family:var(--font-mono);color:var(--foreground);letter-spacing:.05em;font-size:.7rem}.SnekstGame-module__fupdZq__sectionLabel{font-family:var(--font-mono);color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}@media (max-width:768px){.SnekstGame-module__fupdZq__mobileFooter{display:flex}}.SnekstGame-module__fupdZq__canvasWrapper{border:1px solid var(--border);background-color:var(--background);transition:border-color var(--transition-speed) var(--ease);justify-content:center;align-items:center;padding:8px;display:flex;position:relative}.SnekstGame-module__fupdZq__gameCanvas{aspect-ratio:2;max-width:100%;display:block}.SnekstGame-module__fupdZq__desktopOnly{display:flex!important}@media (max-width:768px){.SnekstGame-module__fupdZq__desktopOnly{display:none!important}}.SnekstGame-module__fupdZq__rotationOverlay{background-color:var(--background);color:var(--foreground);z-index:9999;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:30px;display:flex;position:fixed;inset:0}.SnekstGame-module__fupdZq__rotationPromptTitle{font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;margin-bottom:24px;font-size:1.1rem;font-weight:700}.SnekstGame-module__fupdZq__rotationIcon{width:64px;height:64px;stroke:var(--foreground);stroke-width:2px;fill:none;animation:2.5s ease-in-out infinite SnekstGame-module__fupdZq__rotateDevice}@keyframes SnekstGame-module__fupdZq__rotateDevice{0%{transform:rotate(0)}50%{transform:rotate(-90deg)}to{transform:rotate(0)}}.SnekstGame-module__fupdZq__joystickContainerFloating{z-index:2000;pointer-events:auto;touch-action:none;width:90px;height:90px;position:fixed}.SnekstGame-module__fupdZq__joystickAdjusting{opacity:.95!important;background-color:#00ff000d!important;border:1.5px dashed #0f0!important;box-shadow:0 0 12px #00ff004d!important}.SnekstGame-module__fupdZq__adjustBadge{font-family:var(--font-mono);color:#0f0;letter-spacing:.05em;text-transform:uppercase;background-color:#000000d9;border:1px solid #0f0;border-radius:2px;padding:1px 4px;font-size:.55rem;font-weight:700;position:absolute;top:-16px}.SnekstGame-module__fupdZq__joystickOuter{border:1.5px solid var(--border);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:.55;background-color:#ffffff05;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .2s,border-color .2s;display:flex;position:relative;box-shadow:inset 0 0 8px #ffffff0d}.SnekstGame-module__fupdZq__joystickOuter:active{opacity:.9;border-color:var(--foreground)}.SnekstGame-module__fupdZq__joystickKnob{border:1px solid var(--border);pointer-events:none;background:radial-gradient(circle,#ffffff40 0%,#ffffff05 100%);border-radius:50%;width:38px;height:38px;position:absolute;box-shadow:0 4px 10px #0000004d}.SnekstGame-module__fupdZq__joystickArrow{font-family:var(--font-mono);color:var(--muted);opacity:.4;pointer-events:none;font-size:.5rem;position:absolute}.SnekstGame-module__fupdZq__joystickArrowUp{top:6px;left:50%;transform:translate(-50%)}.SnekstGame-module__fupdZq__joystickArrowDown{bottom:6px;left:50%;transform:translate(-50%)}.SnekstGame-module__fupdZq__joystickArrowLeft{top:50%;left:6px;transform:translateY(-50%)}.SnekstGame-module__fupdZq__joystickArrowRight{top:50%;right:6px;transform:translateY(-50%)}
.TetristGame-module__SEhfXW__scalerContainer{flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;display:flex}.TetristGame-module__SEhfXW__mainLayout{justify-content:center;align-items:center;gap:30px;width:100%;display:flex}.TetristGame-module__SEhfXW__leftCol,.TetristGame-module__SEhfXW__rightCol{flex-direction:column;flex-shrink:0;gap:20px;width:150px;display:flex}.TetristGame-module__SEhfXW__leftCol{text-align:right;align-items:flex-end}.TetristGame-module__SEhfXW__rightCol{text-align:left;align-items:flex-start}@media (max-width:768px){.TetristGame-module__SEhfXW__leftCol,.TetristGame-module__SEhfXW__rightCol{display:none!important}.TetristGame-module__SEhfXW__mainLayout{gap:0}}.TetristGame-module__SEhfXW__mobileHeader{flex-direction:column;gap:8px;width:100%;max-width:320px;margin-bottom:8px;display:none}.TetristGame-module__SEhfXW__mobileTitleRow{justify-content:space-between;align-items:center;width:100%;display:flex}.TetristGame-module__SEhfXW__mobileStatsRow{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;width:100%;padding-bottom:6px;display:flex}.TetristGame-module__SEhfXW__mobileStatsRow>div{flex-direction:column;align-items:center;display:flex}.TetristGame-module__SEhfXW__mobileNextPiece{flex-direction:row;align-items:center;gap:8px;display:flex}.TetristGame-module__SEhfXW__mobileNextPieceText{font-family:var(--font-mono);color:var(--foreground);letter-spacing:.1em;background-color:var(--glass-bg);border:1px solid var(--border);padding:2px 6px;font-size:.75rem;line-height:1.1}.TetristGame-module__SEhfXW__mobileStatLabel{font-family:var(--font-mono);color:var(--muted);font-size:.65rem}.TetristGame-module__SEhfXW__mobileStatVal{font-family:var(--font-mono);font-size:.95rem;font-weight:700}@media (max-width:768px){.TetristGame-module__SEhfXW__mobileHeader{display:flex}}.TetristGame-module__SEhfXW__sectionLabel{font-family:var(--font-mono);color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.TetristGame-module__SEhfXW__leaderboardPre{font-family:var(--font-mono);color:var(--foreground);font-size:.7rem;line-height:1.4}.TetristGame-module__SEhfXW__leaderboardPreHorizontal{font-family:var(--font-mono);color:var(--foreground);letter-spacing:.05em;font-size:.7rem}.TetristGame-module__SEhfXW__desktopStatGroup{flex-direction:column;gap:4px;display:flex}.TetristGame-module__SEhfXW__statLabel{font-family:var(--font-mono);color:var(--muted);font-size:.7rem}.TetristGame-module__SEhfXW__statVal{font-family:var(--font-mono);font-size:1.5rem;font-weight:700}.TetristGame-module__SEhfXW__desktopNextPiece{flex-direction:column;gap:8px;display:flex}.TetristGame-module__SEhfXW__nextPieceGridPre{font-family:var(--font-mono);color:var(--foreground);letter-spacing:.1em;border:1px solid var(--border);background-color:var(--glass-bg);width:fit-content;padding:8px;font-size:.95rem;line-height:1.2}.TetristGame-module__SEhfXW__desktopControlsInfo{color:var(--muted);flex-direction:column;gap:6px;margin-top:10px;font-size:.65rem;line-height:1.4;display:flex}.TetristGame-module__SEhfXW__canvasWrapper{border:1px solid var(--border);background-color:var(--background);transition:border-color var(--transition-speed) var(--ease);justify-content:center;align-items:center;width:fit-content;margin:0 auto;padding:6px;display:flex;position:relative}.TetristGame-module__SEhfXW__gameCanvas{aspect-ratio:1/2;max-width:100%;display:block}.TetristGame-module__SEhfXW__mobileControls{justify-content:space-between;align-items:center;gap:12px;width:100%;max-width:320px;margin-top:10px;display:none}.TetristGame-module__SEhfXW__controlGroup{gap:8px;display:flex}.TetristGame-module__SEhfXW__controlBtn{border:1px solid var(--border);background-color:var(--glass-bg);width:44px;height:44px;color:var(--foreground);cursor:pointer;transition:all .2s var(--ease);touch-action:manipulation;border-radius:50%;justify-content:center;align-items:center;display:flex}.TetristGame-module__SEhfXW__controlBtn:active{background-color:var(--foreground);color:var(--background);border-color:var(--foreground)}.TetristGame-module__SEhfXW__dropBtn{border-color:var(--foreground)}.TetristGame-module__SEhfXW__mobileFooter{border-top:1px dashed var(--border);flex-direction:column;align-items:center;gap:4px;width:100%;max-width:320px;margin-top:10px;padding-top:8px;display:none}@media (max-width:768px){.TetristGame-module__SEhfXW__mobileControls,.TetristGame-module__SEhfXW__mobileFooter{display:flex}}
.BralstGame-module__XCDLoW__scalerContainer{flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.BralstGame-module__XCDLoW__mainLayout{justify-content:center;align-items:center;gap:30px;width:100%;display:flex}@media (max-width:768px){.BralstGame-module__XCDLoW__mainLayout{flex-direction:column;gap:0}}.BralstGame-module__XCDLoW__leftCol{flex-direction:column;flex-shrink:0;width:160px;display:flex}.BralstGame-module__XCDLoW__statsCol{border:1px solid var(--border);background-color:var(--glass-bg);flex-direction:column;gap:10px;min-width:160px;padding:16px;display:flex}.BralstGame-module__XCDLoW__statRow{justify-content:space-between;gap:20px;font-size:.8rem;display:flex}@media (max-width:768px){.BralstGame-module__XCDLoW__leftCol,.BralstGame-module__XCDLoW__statsCol{display:none!important}}.BralstGame-module__XCDLoW__leaderboard{font-family:var(--font-mono);color:var(--muted);opacity:.75;font-size:.75rem;line-height:1.4}.BralstGame-module__XCDLoW__sectionLabel{font-family:var(--font-mono);color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.BralstGame-module__XCDLoW__canvasWrapper{border:1px solid var(--border);background-color:var(--background);transition:border-color var(--transition-speed) var(--ease);justify-content:center;align-items:center;padding:8px;display:flex;position:relative}.BralstGame-module__XCDLoW__gameCanvas{aspect-ratio:2;max-width:100%;display:block}.BralstGame-module__XCDLoW__mobileHeader{width:100%;max-width:480px;margin-bottom:8px;display:none}.BralstGame-module__XCDLoW__mobileTitleRow{border-bottom:1px solid var(--border);justify-content:space-around;align-items:center;width:100%;padding-bottom:6px;display:flex}.BralstGame-module__XCDLoW__mobileStatLabel{font-family:var(--font-mono);color:var(--muted);margin-right:4px;font-size:.65rem}.BralstGame-module__XCDLoW__mobileStatVal{font-family:var(--font-mono);font-size:.9rem;font-weight:700}@media (max-width:768px){.BralstGame-module__XCDLoW__mobileHeader{display:flex}}.BralstGame-module__XCDLoW__rotationOverlay{background-color:var(--background);color:var(--foreground);z-index:9999;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:30px;display:flex;position:fixed;inset:0}.BralstGame-module__XCDLoW__rotationPromptTitle{font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;margin-bottom:24px;font-size:1.1rem;font-weight:700}.BralstGame-module__XCDLoW__rotationIcon{width:64px;height:64px;stroke:var(--foreground);stroke-width:2px;fill:none;animation:2.5s ease-in-out infinite BralstGame-module__XCDLoW__rotateDevice}@keyframes BralstGame-module__XCDLoW__rotateDevice{0%{transform:rotate(0)}50%{transform:rotate(-90deg)}to{transform:rotate(0)}}.BralstGame-module__XCDLoW__joystickContainerFloating{z-index:2000;pointer-events:auto;touch-action:none;width:90px;height:90px;position:fixed}.BralstGame-module__XCDLoW__joystickOuter{border:1.5px solid var(--border);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:.55;background-color:#ffffff05;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .2s,border-color .2s;display:flex;position:relative;box-shadow:inset 0 0 8px #ffffff0d}.BralstGame-module__XCDLoW__joystickOuter:active{opacity:.9;border-color:var(--foreground)}.BralstGame-module__XCDLoW__joystickAdjusting{opacity:.95!important;background-color:#00ff000d!important;border:1.5px dashed #0f0!important;box-shadow:0 0 12px #00ff004d!important}.BralstGame-module__XCDLoW__adjustBadge{font-family:var(--font-mono);color:#0f0;letter-spacing:.05em;text-transform:uppercase;background-color:#000000d9;border:1px solid #0f0;border-radius:2px;padding:1px 4px;font-size:.55rem;font-weight:700;position:absolute;top:-16px}.BralstGame-module__XCDLoW__joystickKnob{border:1px solid var(--border);pointer-events:none;background:radial-gradient(circle,#ffffff40 0%,#ffffff05 100%);border-radius:50%;width:38px;height:38px;position:absolute;box-shadow:0 4px 10px #0000004d}.BralstGame-module__XCDLoW__joystickArrow{font-family:var(--font-mono);color:var(--muted);opacity:.4;pointer-events:none;font-size:.5rem;position:absolute}.BralstGame-module__XCDLoW__joystickArrowUp{top:6px;left:50%;transform:translate(-50%)}.BralstGame-module__XCDLoW__joystickArrowDown{bottom:6px;left:50%;transform:translate(-50%)}.BralstGame-module__XCDLoW__joystickArrowLeft{top:50%;left:6px;transform:translateY(-50%)}.BralstGame-module__XCDLoW__joystickArrowRight{top:50%;right:6px;transform:translateY(-50%)}.BralstGame-module__XCDLoW__actionButtonsMobile{z-index:2000;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:fixed;bottom:80px;right:24px}.BralstGame-module__XCDLoW__btnAction{border:1.5px solid var(--border);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);width:50px;height:50px;color:var(--foreground);font-family:var(--font-mono);cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;opacity:.55;background-color:#ffffff05;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:700;transition:opacity .2s,background-color .2s,transform .1s;display:flex;position:absolute;box-shadow:0 4px 10px #0000004d}.BralstGame-module__XCDLoW__btnAction:active{opacity:.9;background-color:var(--foreground);color:var(--background);transform:scale(.95)}.BralstGame-module__XCDLoW__btnPunch{bottom:10px;left:10px}.BralstGame-module__XCDLoW__btnKick{top:10px;right:10px}
.Play-module__NoqokW__playPageContainer{background-color:var(--background);min-height:100vh;transition:background-color var(--transition-speed) var(--ease);flex-direction:column;justify-content:space-between;padding-top:80px;display:flex}.Play-module__NoqokW__gameWrapper{flex:1;justify-content:center;align-items:center;padding:20px 40px;display:flex}@media (max-width:768px){.Play-module__NoqokW__playPageContainer{height:100dvh;min-height:100dvh;max-height:100dvh;padding-top:50px;overflow:hidden}.Play-module__NoqokW__gameWrapper{padding:6px 12px;overflow:hidden}}.Play-module__NoqokW__menuContainer{border:1px solid var(--border);background-color:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:480px;margin:0 auto;padding:40px;display:flex}.Play-module__NoqokW__menuHeader{color:var(--foreground);letter-spacing:.1em;margin-bottom:30px}.Play-module__NoqokW__menuButtons{flex-direction:column;gap:16px;width:100%;display:flex}.Play-module__NoqokW__menuOption{border:1px solid var(--border);cursor:pointer;width:100%;transition:all .25s var(--ease);background-color:#0000;flex-direction:column;align-items:center;padding:16px;display:flex}.Play-module__NoqokW__menuOption:hover{border-color:var(--foreground);background-color:var(--foreground)}.Play-module__NoqokW__menuOption:hover .Play-module__NoqokW__menuBtnText{color:var(--background)}.Play-module__NoqokW__menuOption:hover .Play-module__NoqokW__menuDescription{color:var(--background);opacity:.8}.Play-module__NoqokW__menuBtnText{font-family:var(--font-mono);color:var(--foreground);text-transform:uppercase;transition:color .2s var(--ease);margin-bottom:6px;font-size:.95rem;font-weight:700}.Play-module__NoqokW__menuDescription{color:var(--muted);font-size:.75rem;font-family:var(--font-sans);transition:color .2s var(--ease)}
