.QuickshotGame_gameContainer__REjmk{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:1rem;box-sizing:border-box;overflow:hidden;position:relative;font-family:var(--font-sans);background-color:white;color:var(--foreground)}.QuickshotGame_soundToggleWrapper___tdaK{position:absolute;top:1rem;right:1rem;z-index:10;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.QuickshotGame_instructionText__A8GvT{font-size:1.5rem;margin-top:2rem;text-align:center;color:#155dfc}.QuickshotGame_gameContent__W76wy{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;max-width:800px;padding-top:2rem}.QuickshotGame_timerArea__hP0IX{width:100%;margin-bottom:2rem}.QuickshotGame_timerArea__hP0IX,.QuickshotGame_timer__V7e_N{height:40px;display:flex;justify-content:center;align-items:center}.QuickshotGame_timer__V7e_N{flex-direction:row;padding:0 20px;border-radius:20px;background:rgba(75,4,251,.1)}.QuickshotGame_timerChar__iohj3{font-size:2rem;font-weight:700;width:1.5rem;text-align:center;color:#155dfc;padding:0 2px}.QuickshotGame_timerChar__iohj3.QuickshotGame_expired__cLvsR{color:#ef4444}.QuickshotGame_wordContainer__DOez_{margin-bottom:3rem;text-align:center}.QuickshotGame_word__ZItli{font-size:3rem;font-weight:700}.QuickshotGame_optionsArea__dYOdt{width:100%;display:flex;justify-content:center;overflow:hidden}.QuickshotGame_optionsHidden___jYNl{transform:translateY(100vh)}.QuickshotGame_optionsHidden___jYNl,.QuickshotGame_optionsVisible__v3GDY{transition:transform .5s ease-out;width:100%;max-width:500px;display:flex;flex-direction:column;justify-content:center;gap:1rem}.QuickshotGame_optionsVisible__v3GDY{transform:translateY(0)}.QuickshotGame_optionButton__gQ29q{padding:1rem 1.5rem;font-size:1.2rem;border-radius:.5rem;border:2px solid var(--border);background-color:var(--background);color:var(--foreground);cursor:pointer;transition:all .2s ease;min-width:120px;margin:.5rem}.QuickshotGame_optionButton__gQ29q:hover:not(:disabled){background-color:var(--primary-light);border-color:var(--primary)}.QuickshotGame_optionButton__gQ29q:disabled{cursor:not-allowed;opacity:.7}.QuickshotGame_optionButton__gQ29q.QuickshotGame_correct__jOPBj{background-color:var(--success);color:white;border-color:var(--success)}.QuickshotGame_optionButton__gQ29q.QuickshotGame_incorrect__YXHTL{background-color:var(--destructive);color:white;border-color:var(--destructive)}.QuickshotGame_completionScreen__RoqxT{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}.QuickshotGame_completionScreen__RoqxT h1{font-size:2.5rem;margin-bottom:1rem}.QuickshotGame_completionScreen__RoqxT h2{font-size:2rem;margin-bottom:3rem}.QuickshotGame_playAgainButton__oHI8D{padding:1rem 2rem;font-size:1.2rem;border-radius:.5rem;background-color:var(--primary);color:white;border:none;cursor:pointer;transition:background-color .2s ease}.QuickshotGame_playAgainButton__oHI8D:hover{background-color:var(--primary-dark)}.QuickshotGame_quadLayout__93QSW{width:100%}.QuickshotGame_quadGrid__Br__J{display:flex;flex-direction:column;align-items:center;width:100%;gap:1.5rem}.QuickshotGame_bottomOption__FianX,.QuickshotGame_topOption__5PFi5{width:100%;display:flex;justify-content:center}.QuickshotGame_middleRow__zkS_O{width:100%;display:flex;justify-content:space-between;gap:1.5rem}.QuickshotGame_leftOption__jUsWG,.QuickshotGame_rightOption__3CMUf{flex:1;display:flex;justify-content:center}.QuickshotGame_startScreen___3c42{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;height:100%;gap:1.5rem}.QuickshotGame_startTitle__yVCpF{font-size:2rem;color:#155dfc;margin-bottom:1rem;animation:QuickshotGame_fadeIn__k5ZVm .8s ease-in-out}.QuickshotGame_startInstructions__b_qSc{font-size:1.2rem;line-height:1.4;color:#333;max-width:600px;animation:QuickshotGame_fadeIn__k5ZVm 1s ease-in-out .3s both}.QuickshotGame_startInstructions__b_qSc p{margin-bottom:.8rem}.QuickshotGame_startButton__kHszK{padding:1rem 3rem!important;font-size:1.4rem!important;border-radius:50px!important;transition:transform .2s,box-shadow .2s!important;box-shadow:0 4px 8px rgba(77,4,251,.3)!important;animation:QuickshotGame_bounceIn__OmKRd 1s ease-in-out .6s both}.QuickshotGame_startButton__kHszK:hover{transform:translateY(-3px)!important;box-shadow:0 6px 12px rgba(77,4,251,.4)!important}.QuickshotGame_startButton__kHszK:active{transform:translateY(1px)!important;box-shadow:0 3px 6px rgba(77,4,251,.3)!important}@keyframes QuickshotGame_fadeIn__k5ZVm{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes QuickshotGame_bounceIn__OmKRd{0%{opacity:0;transform:scale(.8)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.95)}to{transform:scale(1)}}