.AudioPlayer_player__vEYBs{background:var(--background);border:1px solid var(--border);border-radius:12px;padding:16px;margin:8px 0}.AudioPlayer_trackInfo__loYpF{margin-bottom:12px}.AudioPlayer_trackTitle__TWU3n{font-weight:600;font-size:.9rem;color:var(--foreground);margin-bottom:4px}.AudioPlayer_trackDescription__MzFRW{font-size:.8rem;color:var(--muted-foreground)}.AudioPlayer_controls__Zq2mj{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.AudioPlayer_playButton__QVP19{background:var(--primary);color:var(--primary-foreground);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.AudioPlayer_playButton__QVP19:hover{background:var(--primary-hover);transform:scale(1.05)}.AudioPlayer_playButton__QVP19:disabled{opacity:.6;cursor:not-allowed;transform:none}.AudioPlayer_controlButton__4YZHV{background:transparent;border:1px solid var(--border);border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--foreground);transition:all .2s ease}.AudioPlayer_controlButton__4YZHV:hover{background:var(--muted);border-color:var(--ring)}.AudioPlayer_progressContainer__j5rIo{flex:1 1;min-width:120px;display:flex;flex-direction:column;gap:4px}.AudioPlayer_progressBar__96Imd{width:100%;height:4px;background:var(--muted);border-radius:2px;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.AudioPlayer_progressBar__96Imd::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:var(--primary);cursor:pointer}.AudioPlayer_progressBar__96Imd::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:var(--primary);cursor:pointer;border:none}.AudioPlayer_timeDisplay__PhQwE{display:flex;justify-content:space-between;font-size:.75rem;color:var(--muted-foreground)}.AudioPlayer_loopIndicator__hxFxB,.AudioPlayer_startIndicator__m4Add{display:flex;align-items:center;gap:4px;font-size:.75rem;color:var(--muted-foreground);background:var(--muted);padding:4px 8px;border-radius:12px}.AudioPlayer_loadingSpinner__89OaI{width:16px;height:16px;border-top:2px solid var(--muted);border:2px solid var(--muted);border-top-color:var(--primary-foreground);border-radius:50%;animation:AudioPlayer_spin__WoKn8 1s linear infinite}@keyframes AudioPlayer_spin__WoKn8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.AudioPlayer_error__YqQzf{color:var(--destructive);font-size:.8rem;margin-top:8px;text-align:center}@media (max-width:768px){.AudioPlayer_controls__Zq2mj{gap:8px}.AudioPlayer_progressContainer__j5rIo{order:3;width:100%}.AudioPlayer_loopIndicator__hxFxB,.AudioPlayer_startIndicator__m4Add{font-size:.7rem;padding:2px 6px}}.SoundLibrarySelector_container__B3tbH{width:100%;max-height:500px;display:flex;flex-direction:column}.SoundLibrarySelector_header__mCVMp{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.SoundLibrarySelector_header__mCVMp h3{margin:0;color:var(--text)}.SoundLibrarySelector_uploadButton__h4c_U{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:var(--accent);color:var(--onAccent);border:none;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background-color .2s}.SoundLibrarySelector_uploadButton__h4c_U:hover{background-color:var(--accent-hover)}.SoundLibrarySelector_filters__IAwqg{display:flex;gap:1rem;margin-bottom:1rem}.SoundLibrarySelector_categorySelect__u86QW,.SoundLibrarySelector_searchInput__2mFN2{flex:1 1;padding:.5rem;border:1px solid var(--border);border-radius:4px;background-color:var(--surface);color:var(--text);font-size:.9rem}.SoundLibrarySelector_categorySelect__u86QW:focus,.SoundLibrarySelector_searchInput__2mFN2:focus{outline:none;border-color:var(--primary)}.SoundLibrarySelector_soundGrid__l00aH{flex:1 1;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem;padding-right:.5rem}.SoundLibrarySelector_soundItem__HWU1t{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid var(--border);border-radius:8px;background-color:var(--surface);cursor:pointer;transition:all .2s}.SoundLibrarySelector_soundItem__HWU1t:hover{border-color:var(--primary);background-color:var(--surface-hover)}.SoundLibrarySelector_soundItem__HWU1t.SoundLibrarySelector_selected__6cwDU{border-color:var(--primary);background-color:var(--primary-light)}.SoundLibrarySelector_soundInfo__cR4f8{flex:1 1;min-width:0}.SoundLibrarySelector_soundInfo__cR4f8 h4{margin:0 0 .25rem;color:var(--text);font-size:1rem;font-weight:600}.SoundLibrarySelector_description__dJPBd{margin:0 0 .5rem;color:var(--text-secondary);font-size:.85rem;line-height:1.3}.SoundLibrarySelector_metadata__SKrly{display:flex;flex-wrap:wrap;gap:.5rem}.SoundLibrarySelector_category__6ZuyV,.SoundLibrarySelector_duration__ZoSuq,.SoundLibrarySelector_loop__tFowj,.SoundLibrarySelector_startAt__DHRv9{padding:.125rem .5rem;background-color:var(--background);border:1px solid var(--border);border-radius:12px;font-size:.75rem;color:var(--text-secondary)}.SoundLibrarySelector_loop__tFowj{background-color:var(--success-light);color:var(--success);border-color:var(--success)}.SoundLibrarySelector_startAt__DHRv9{background-color:var(--warning-light);color:var(--warning);border-color:var(--warning)}.SoundLibrarySelector_soundControls__nwzPC{display:flex;align-items:center;gap:.5rem;margin-left:1rem}.SoundLibrarySelector_externalLink__mbfO_{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--text-secondary);text-decoration:none;border-radius:4px;transition:all .2s}.SoundLibrarySelector_externalLink__mbfO_:hover{background-color:var(--surface-hover);color:var(--primary)}.SoundLibrarySelector_loading__QvYLG,.SoundLibrarySelector_noResults__0qZBl{display:flex;align-items:center;justify-content:center;padding:2rem;color:var(--text-secondary);text-align:center}.SoundLibrarySelector_noResults__0qZBl{flex-direction:column;gap:.5rem}[data-theme=dark] .SoundLibrarySelector_soundItem__HWU1t.SoundLibrarySelector_selected__6cwDU{background-color:rgba(var(--primary-rgb),.1)}[data-theme=dark] .SoundLibrarySelector_category__6ZuyV,[data-theme=dark] .SoundLibrarySelector_duration__ZoSuq,[data-theme=dark] .SoundLibrarySelector_startAt__DHRv9{background-color:var(--surface-variant)}@media (max-width:768px){.SoundLibrarySelector_filters__IAwqg{flex-direction:column}.SoundLibrarySelector_soundItem__HWU1t{flex-direction:column;align-items:flex-start;gap:1rem}.SoundLibrarySelector_soundControls__nwzPC{margin-left:0;width:100%;justify-content:space-between}.SoundLibrarySelector_metadata__SKrly{justify-content:flex-start}}