.UserPreferencesPanel_sliderContainer__HjGbL{position:relative;width:100%;padding-top:8px}.UserPreferencesPanel_slider__D0GjV{-webkit-appearance:none;width:100%;height:4px;background:var(--wenge-500);outline:none;opacity:.7;transition:opacity .2s;background:linear-gradient(to right,var(--wenge-500) 50%,var(--bittersweet) 50%,var(--bittersweet) 50%,var(--wenge-500) 50%);background-size:200% 100%;background-position:100% 100%;transition:background-position .3s ease}.UserPreferencesPanel_slider__D0GjV:hover{opacity:1}.UserPreferencesPanel_slider__D0GjV::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:var(--bittersweet);cursor:pointer;border-radius:50%;z-index:2;position:relative}.UserPreferencesPanel_slider__D0GjV::-moz-range-thumb{width:16px;height:16px;background:var(--bittersweet);cursor:pointer;border-radius:50%;z-index:2;position:relative}.UserPreferencesPanel_sliderContainer__HjGbL:before{content:"";position:absolute;top:0;left:50%;height:8px;width:1px;background-color:#4b5563;content:none}.UserPreferencesPanel_sliderTrack__zdxEd{position:absolute;top:10px;left:0;right:0;height:4px;background:var(--wenge-500)}.UserPreferencesPanel_sliderFill__B0RN8{position:absolute;top:10px;height:4px;background:var(--bittersweet)}.UserPreferencesPanel_sliderCenter__wBW23{position:absolute;top:0;left:50%;height:10px;width:1px;background-color:var(--wenge-500)}.UserPreferencesPanel_customScrollbar__g4VQp{--scrollbar-color:var(--wenge-400);--scrollbar-hover-color:var(--bittersweet-600);--scrollbar-arrow-color:var(--wenge-600);--scrollbar-track-color:var(--wenge-200);scrollbar-width:thin;scrollbar-color:var(--scrollbar-color) var(--scrollbar-track-color)}.UserPreferencesPanel_customScrollbar__g4VQp::-webkit-scrollbar{width:12px}.UserPreferencesPanel_customScrollbar__g4VQp::-webkit-scrollbar-track{background:var(--scrollbar-track-color);border-radius:6px}.UserPreferencesPanel_customScrollbar__g4VQp::-webkit-scrollbar-thumb{background-color:var(--scrollbar-color);border-radius:6px;border:2px solid var(--scrollbar-track-color);transition:background-color .3s ease}.UserPreferencesPanel_customScrollbar__g4VQp::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-hover-color);border:2px solid var(--scrollbar-track-color)}.UserPreferencesPanel_customScrollbar__g4VQp::-webkit-scrollbar-button{width:12px;height:12px;background-color:var(--scrollbar-track-color);background-repeat:no-repeat;background-position:50%}.UserPreferencesPanel_customScrollbar__g4VQp::-webkit-scrollbar-button:vertical:start{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='rgb(156, 163, 175)' viewBox='0 0 16 16'%3E%3Cpath d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E")}.UserPreferencesPanel_customScrollbar__g4VQp::-webkit-scrollbar-button:vertical:end{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='rgb(156, 163, 175)' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.matrix-rain,.warp-effect{opacity:0}.matrix-rain,.spin-overlay,.warp-effect{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:100;animation:fadeIn .5s forwards}.spin-overlay{display:flex;align-items:center;justify-content:center}.spin-content{position:relative;width:200px;height:200px}.spin-ring{position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid transparent;border-top-color:#ed6a5a;border-radius:50%;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.content-spin{animation:contentSpin 3s ease-in-out;transform-origin:center center}@keyframes contentSpin{0%{transform:rotate(0deg) scale(1)}50%{transform:rotate(1turn) scale(.8)}to{transform:rotate(2turn) scale(1)}}.wave-effect{pointer-events:none;z-index:100;opacity:0}.snake-game,.wave-effect{position:fixed;top:0;left:0;width:100%;height:100%;animation:fadeIn .5s forwards}.snake-game{background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000}.game-container{position:relative;padding:20px;background:#2a2a2a;border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.5)}.score{color:#fff;font-size:24px;margin-bottom:10px;text-align:center}canvas{border:2px solid #ed6a5a}.game-over{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.9);color:#ed6a5a;padding:20px;border-radius:10px;text-align:center;font-size:24px;line-height:1.5}.monster-game{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1000}.monster{position:absolute;width:50px;height:50px;background:#ed6a5a;border-radius:25px;transition:transform .1s linear}.monster.flip{transform:scaleX(-1)}.monster.eating{animation:chomp .3s infinite}.monster-eye{top:10px;right:10px;width:15px;background:#fff;border-radius:50%}.monster-eye,.monster-mouth{position:absolute;height:15px}.monster-mouth{bottom:10px;left:50%;transform:translateX(-50%);width:30px;background:#000;border-radius:0 0 15px 15px;transition:height .3s}.monster.eating .monster-mouth{height:25px}.monster-score{position:fixed;top:20px;right:20px;font-size:24px;color:#ed6a5a;z-index:1001;background:rgba(0,0,0,.7);padding:10px 20px;border-radius:10px}.being-eaten{animation:disappear .5s forwards}@keyframes chomp{0%,to{transform:scaleY(1)}50%{transform:scaleY(.8)}}@keyframes disappear{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}.fade-out{animation:fadeOut .5s forwards}.speedreporter-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-in-out forwards}.speedreporter-container{position:relative;min-height:100vh;background-color:#f3f4f6;padding:1rem;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.speedreporter-header{text-align:center;margin-bottom:1rem}.speedreporter-title{font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.speedreporter-stats{display:flex;justify-content:center;gap:2rem}.speedreporter-quit-instruction{font-size:.875rem;color:#6b7280;margin-top:.25rem}.speedreporter-game-area{position:relative;height:24rem;border:2px solid #d1d5db;border-radius:.5rem;background-color:#fff;overflow:hidden}.speedreporter-falling-word{position:absolute;padding:.5rem 1rem;background-color:#e0f2fe;border-radius:.25rem}.speedreporter-input-area{margin-top:1rem;text-align:center}.speedreporter-input{width:16rem;padding:.5rem 1rem;font-size:1.125rem;border:2px solid #d1d5db;border-radius:.25rem}.speedreporter-start-button-area{text-align:center;margin-top:1rem}.speedreporter-start-button{padding:.5rem 1.5rem;background-color:#3b82f6;color:#fff;border-radius:.25rem;transition:background-color .2s}.speedreporter-start-button:hover{background-color:#2563eb}.speedreporter-dialog-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center}.speedreporter-dialog-content{background-color:#fff;padding:2rem;border-radius:.5rem;text-align:center}.speedreporter-dialog-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.speedreporter-dialog-stats{margin-top:1rem}.speedreporter-dialog-button{margin-top:1rem;padding:.5rem 1.5rem;background-color:#3b82f6;color:#fff;border-radius:.25rem;transition:background-color .2s}.speedreporter-dialog-button:hover{background-color:#2563eb}@keyframes fall{0%{top:-50px}to{top:100%}}@keyframes moveLeftRight{0%,to{transform:translateX(0)}50%{transform:translateX(100px)}}@keyframes moveRightLeft{0%,to{transform:translateX(0)}50%{transform:translateX(-100px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-out{animation:fadeOut .5s ease-in-out forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}