.SnakeGame-module__zFC1FG__toggle{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#fffc;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;top:0;right:60px}.SnakeGame-module__zFC1FG__toggle:hover{background:#fffffff2;border-color:#0003;transform:scale(1.05)}.dark-mode .SnakeGame-module__zFC1FG__toggle{background:#0a0a0acc;border-color:#ffffff1a}.dark-mode .SnakeGame-module__zFC1FG__toggle:hover{background:#0a0a0af2;border-color:#fff3}@media (max-width:640px){.SnakeGame-module__zFC1FG__toggle{width:40px;height:40px;right:56px}}.SnakeGame-module__zFC1FG__score{z-index:50;color:#000;letter-spacing:-.01em;background:#fff;border:1px solid #000;padding:.5rem 1rem;font-size:1rem;font-weight:400;position:fixed;top:20px;left:20px}.dark-mode .SnakeGame-module__zFC1FG__score{color:#e5e5e5;background:#0a0a0a;border-color:#fff}.SnakeGame-module__zFC1FG__segment{z-index:10;pointer-events:none;will-change:transform;backface-visibility:hidden;border-radius:8px;width:50px;height:50px;transition:none;position:fixed;top:0;left:0;transform:translateZ(0)}.SnakeGame-module__zFC1FG__head{z-index:11;background:#4ade80;border:3px solid #22c55e;box-shadow:0 2px 8px #4ade8080}.SnakeGame-module__zFC1FG__body{background:#22c55e;border:2px solid #16a34a;box-shadow:0 2px 4px #22c55e4d}.SnakeGame-module__zFC1FG__food{z-index:10;pointer-events:none;will-change:transform,box-shadow;backface-visibility:hidden;background:#ef4444;border:3px solid #dc2626;border-radius:50%;width:50px;height:50px;animation:1.5s ease-out infinite SnakeGame-module__zFC1FG__foodPulse;position:fixed;top:0;left:0;box-shadow:0 0 #ef4444b3}@keyframes SnakeGame-module__zFC1FG__foodPulse{0%{box-shadow:0 0 #ef4444b3}50%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}.SnakeGame-module__zFC1FG__fragment{z-index:15;pointer-events:none;color:#000;white-space:nowrap;will-change:transform,opacity;backface-visibility:hidden;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;font-size:1rem;font-weight:600;position:fixed;top:0;left:0}.dark-mode .SnakeGame-module__zFC1FG__fragment{color:#fff}.SnakeGame-module__zFC1FG__overlay{z-index:100;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.SnakeGame-module__zFC1FG__overlayContent{text-align:center;background:#fff;border:1px solid #000;width:90%;max-width:400px;padding:2.5rem 2rem}.dark-mode .SnakeGame-module__zFC1FG__overlayContent{background:#0a0a0a;border-color:#fff}.SnakeGame-module__zFC1FG__overlayTitle{color:#000;letter-spacing:-.02em;margin:0 0 1.5rem;font-size:2rem;font-weight:600}.dark-mode .SnakeGame-module__zFC1FG__overlayTitle{color:#fff}.SnakeGame-module__zFC1FG__overlayScore{color:#000;letter-spacing:-.01em;margin:0 0 .75rem;font-size:1.125rem;font-weight:400}.dark-mode .SnakeGame-module__zFC1FG__overlayScore{color:#e5e5e5}.SnakeGame-module__zFC1FG__newHighScore{color:#666;letter-spacing:-.01em;margin:0 0 .75rem;font-size:1rem;font-weight:400}.dark-mode .SnakeGame-module__zFC1FG__newHighScore{color:#999}.SnakeGame-module__zFC1FG__highScoreDisplay{color:#999;letter-spacing:-.01em;margin:0 0 1.5rem;font-size:1rem;font-weight:400}.dark-mode .SnakeGame-module__zFC1FG__highScoreDisplay{color:#666}.SnakeGame-module__zFC1FG__overlayButtons{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.SnakeGame-module__zFC1FG__gameButton{cursor:pointer;letter-spacing:-.01em;color:#000;background:0 0;border:1px solid #000;padding:.75rem 1.5rem;font-size:1rem;font-weight:400;transition:all .2s}.SnakeGame-module__zFC1FG__gameButton:hover{color:#fff;background:#000}.dark-mode .SnakeGame-module__zFC1FG__gameButton{color:#fff;border-color:#fff}.dark-mode .SnakeGame-module__zFC1FG__gameButton:hover{color:#000;background:#fff}@media (max-width:640px){.SnakeGame-module__zFC1FG__overlayContent{padding:2rem 1.5rem}.SnakeGame-module__zFC1FG__overlayTitle{font-size:1.5rem}.SnakeGame-module__zFC1FG__overlayScore{font-size:1rem}.SnakeGame-module__zFC1FG__gameButton{padding:.75rem 1.25rem;font-size:.9rem}}.SnakeGame-module__zFC1FG__mobileNotification{z-index:200;color:#000;letter-spacing:-.01em;text-align:center;background:#fff;border:1px solid #000;width:auto;max-width:90%;padding:1rem 1.5rem;font-size:.875rem;font-weight:400;animation:.3s ease-out SnakeGame-module__zFC1FG__slideUp;position:fixed;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000001a}.dark-mode .SnakeGame-module__zFC1FG__mobileNotification{color:#e5e5e5;background:#0a0a0a;border-color:#fff;box-shadow:0 4px 12px #ffffff1a}@keyframes SnakeGame-module__zFC1FG__slideUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (max-width:640px){.SnakeGame-module__zFC1FG__mobileNotification{max-width:calc(100% - 40px);padding:.875rem 1.25rem;font-size:.8125rem}}
.NowPlaying-module__eJcj0G__container{color:inherit;border-radius:6px;align-items:center;gap:.75rem;max-width:280px;padding:.5rem;text-decoration:none;transition:background-color .2s;display:flex;position:absolute;bottom:0;right:0}.NowPlaying-module__eJcj0G__container:hover{background-color:#00000008}.dark-mode .NowPlaying-module__eJcj0G__container:hover{background-color:#ffffff0d}.NowPlaying-module__eJcj0G__albumArt{object-fit:cover;border-radius:4px;flex-shrink:0;width:48px;height:48px}.NowPlaying-module__eJcj0G__info{flex-direction:column;gap:.125rem;min-width:0;display:flex;overflow:hidden}.NowPlaying-module__eJcj0G__statusRow{align-items:center;gap:.375rem;display:flex}.NowPlaying-module__eJcj0G__soundBars{color:#999;width:14px;height:14px}.NowPlaying-module__eJcj0G__bar1{transform-origin:bottom;animation:.8s ease-in-out infinite NowPlaying-module__eJcj0G__barBounce}.NowPlaying-module__eJcj0G__bar2{transform-origin:bottom;animation:.8s ease-in-out .2s infinite NowPlaying-module__eJcj0G__barBounce}.NowPlaying-module__eJcj0G__bar3{transform-origin:bottom;animation:.8s ease-in-out .4s infinite NowPlaying-module__eJcj0G__barBounce}@keyframes NowPlaying-module__eJcj0G__barBounce{0%,to{transform:scaleY(1)}50%{transform:scaleY(.5)}}.NowPlaying-module__eJcj0G__status{color:#999;text-transform:uppercase;letter-spacing:.02em;font-size:.6875rem;font-weight:500}.NowPlaying-module__eJcj0G__trackName{color:#000;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;font-size:.875rem;font-weight:500;overflow:hidden}.dark-mode .NowPlaying-module__eJcj0G__trackName{color:#e5e5e5}.NowPlaying-module__eJcj0G__artist{color:#666;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;font-size:.8125rem;overflow:hidden}.dark-mode .NowPlaying-module__eJcj0G__artist{color:#999}@media (max-width:640px){.NowPlaying-module__eJcj0G__container{max-width:100%;margin-top:2rem;margin-left:-.5rem;position:relative;bottom:auto;right:auto}.NowPlaying-module__eJcj0G__albumArt{width:40px;height:40px}.NowPlaying-module__eJcj0G__trackName{font-size:.8125rem}.NowPlaying-module__eJcj0G__artist{font-size:.75rem}}
