.AudioPlayer_player__jfQ4p{display:flex;align-items:center;gap:1rem;width:100%;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:.875rem 1rem}.AudioPlayer_btn__2w1eA{background:var(--accent-primary);color:var(--bg-base);border:none;border-radius:50%;width:40px;height:40px;min-width:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;transition:transform .15s var(--ease-out),box-shadow .15s;flex-shrink:0}.AudioPlayer_btn__2w1eA:hover{transform:scale(1.1);box-shadow:0 0 16px var(--accent-glow)}.AudioPlayer_btn__2w1eA:active{transform:scale(.95)}.AudioPlayer_btnDisabled__vnzTh{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none!important}.AudioPlayer_progressWrap__Pyjlx{flex:1 1;display:flex;flex-direction:column;gap:.375rem}.AudioPlayer_progressBar__W7Yy7{height:4px;background:var(--border);border-radius:2px;overflow:hidden}.AudioPlayer_progressFill__3F3Ct{height:100%;background:var(--accent-primary);border-radius:2px;transition:width .25s linear}.AudioPlayer_time__pfOsj{font-size:.7rem;color:var(--text-dim);letter-spacing:.05em}.ChoiceList_list__YSWoR{display:flex;flex-direction:column;gap:.625rem;width:100%}.ChoiceList_btn__1LrWx{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:52px;padding:.875rem 1rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);font-family:var(--font-mono);font-size:.8rem;text-align:left;cursor:pointer;transition:background .15s,border-color .15s,transform .15s var(--ease-out);line-height:1.4}.ChoiceList_btn__1LrWx:hover:not(:disabled){background:var(--bg-elevated);border-color:var(--accent-secondary);transform:translateX(4px)}.ChoiceList_btn__1LrWx:disabled{cursor:default}.ChoiceList_correct__s3WbZ{background:var(--correct-bg);border-color:var(--correct);color:var(--correct)}.ChoiceList_wrong__NJwlo{background:var(--wrong-bg);border-color:var(--wrong);color:var(--wrong)}.ChoiceList_label__US9O6{flex:1 1}.QuestionView_view__TmIKz{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%}.QuestionView_coverWrap__VL1lt{position:relative;width:160px;height:160px}.QuestionView_cover__kCFnK{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-lg);filter:blur(12px) brightness(.4) saturate(1.2);transition:filter .4s var(--ease-out)}.QuestionView_coverRevealed__AjkjD{filter:blur(0) brightness(1) saturate(1)!important;transition:filter .5s var(--ease-out)}.QuestionView_coverWrong__nLaqz{filter:blur(0) brightness(.7) saturate(.4) sepia(.4) hue-rotate(320deg)!important;transition:filter .5s var(--ease-out)}.QuestionView_coverOverlay__VqDBG{position:absolute;inset:0;border-radius:var(--radius-lg);border:2px solid var(--border)}.LivesIndicator_indicator__fw8kn{display:flex;gap:.375rem}.LivesIndicator_heart__KjDyz{font-size:1.375rem;transition:transform .3s var(--ease-out),color .3s}.LivesIndicator_heartActive__1WfgS{color:var(--heart-active)}.LivesIndicator_heartLost__un4iS{color:var(--heart-lost);filter:grayscale(1)}.ArtistSearch_search___yX3F{position:relative;width:100%}.ArtistSearch_inputWrap__9TAnl{position:relative;flex:1 1}.ArtistSearch_input__6R7fv{width:100%;padding:.875rem 2.5rem .875rem 1rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);font-family:var(--font-mono);font-size:16px;transition:border-color .15s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ArtistSearch_input__6R7fv:focus{outline:none;border-color:var(--accent-primary)}.ArtistSearch_input__6R7fv::placeholder{color:var(--text-dim)}.ArtistSearch_input__6R7fv::-webkit-search-cancel-button{display:none}.ArtistSearch_spinner__V82FH{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-size:.875rem;pointer-events:none}.ArtistSearch_dropdown__zoKnw{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);list-style:none;max-height:280px;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:100;box-shadow:0 8px 24px rgba(0,0,0,.4)}.ArtistSearch_dropdownUp__AyFw7{top:auto;bottom:calc(100% + 4px)}.ArtistSearch_option__QKKOR{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;min-height:48px;-webkit-tap-highlight-color:transparent;cursor:pointer;transition:background .1s;gap:.75rem}.ArtistSearch_option__QKKOR:focus,.ArtistSearch_option__QKKOR:hover{background:var(--bg-surface);outline:none}.ArtistSearch_optionName__gewhl{font-family:var(--font-mono);font-size:.85rem;color:var(--text-primary)}.ArtistSearch_optionGenre__n2fGb{font-size:.7rem;color:var(--text-dim);letter-spacing:.05em;flex-shrink:0}.ArtistSearch_overlay__tw14H{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:200;animation:ArtistSearch_fadeOverlay__IlkuS .2s ease}@keyframes ArtistSearch_fadeOverlay__IlkuS{0%{opacity:0}to{opacity:1}}.ArtistSearch_sheet__h4AoN{position:fixed;bottom:0;left:0;right:0;background:var(--bg-elevated);border-top:1px solid var(--border);border-radius:var(--radius-lg) var(--radius-lg) 0 0;z-index:201;padding-bottom:env(safe-area-inset-bottom,0);animation:ArtistSearch_sheetUp__vosVq .28s var(--ease-out);height:50vh;min-height:320px;display:flex;flex-direction:column}@keyframes ArtistSearch_sheetUp__vosVq{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ArtistSearch_sheetHandle__7ENZ9{width:36px;height:4px;background:var(--border);border-radius:2px;margin:10px auto 4px;flex-shrink:0}.ArtistSearch_sheetInputWrap__Q0IAp{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem .75rem;flex-shrink:0;border-bottom:1px solid var(--border)}.ArtistSearch_sheetInput__QvWpG{flex:1 1;padding-right:1rem!important}.ArtistSearch_sheetClose__12q7a{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-secondary);font-family:var(--font-mono);font-size:.8rem;width:36px;height:36px;min-width:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .15s}.ArtistSearch_sheetClose__12q7a:hover{background:var(--bg-elevated);color:var(--text-primary)}.ArtistSearch_sheetList__k9NmL{flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch}.ArtistSearch_sheetEmpty__5BKAQ{flex:1 1;color:var(--text-dim);font-size:.85rem}.ArtistSearch_sheetEmpty__5BKAQ,.home_home__kcaw_{display:flex;align-items:center;justify-content:center}.home_home__kcaw_{min-height:100dvh;padding:2rem}.home_content__LoR4c{max-width:480px;text-align:center}.home_titleEmoji__LUxUQ{display:block;font-size:4rem;margin-bottom:.5rem}.home_title__6bp0U{font-family:var(--font-display);font-size:clamp(2.5rem,8vw,4rem);font-weight:800;letter-spacing:-.02em;line-height:1;margin-bottom:1rem}.home_tagline__xrqDn{color:var(--text-secondary);font-size:1rem;margin-bottom:2rem;line-height:1.6}.home_rules__k8O5b{list-style:none;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;margin-bottom:2rem;text-align:left;display:flex;flex-direction:column;gap:.75rem}.home_rules__k8O5b li{font-size:.875rem;color:var(--text-secondary);padding-left:1.25rem;position:relative}.home_rules__k8O5b li:before{content:"→";position:absolute;left:0;color:var(--accent-primary)}.home_ctas__YFEOF{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}@media (max-height:740px) and (max-width:480px){.home_home__kcaw_{align-items:flex-start;padding:1.25rem 1.5rem 1.5rem}.home_titleEmoji__LUxUQ{font-size:2rem;margin-bottom:.25rem}.home_title__6bp0U{font-size:2rem;margin-bottom:.5rem}.home_tagline__xrqDn{font-size:.8rem;margin-bottom:1rem;line-height:1.4}.home_rules__k8O5b{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem;padding:.875rem 1rem;margin-bottom:2rem}.home_rules__k8O5b li{font-size:.75rem;padding-left:1rem;line-height:1.3}.home_ctas__YFEOF{gap:.75rem}.home_divider__FA3XC{font-size:.7rem}}