.AudioPlayer-module__PRYyOG__root{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172ab3;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;width:100%;max-width:1000px;margin:0 auto;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.AudioPlayer-module__PRYyOG__rootWithSidebar{max-width:1400px}.AudioPlayer-module__PRYyOG__header{background:#ffffff08;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.AudioPlayer-module__PRYyOG__title{color:#f8fafc;letter-spacing:-.01em;font-size:1.1rem;font-weight:700}.AudioPlayer-module__PRYyOG__subtitle{color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;margin-top:2px;font-size:.75rem;font-weight:600}.AudioPlayer-module__PRYyOG__headerActions{align-items:center;gap:12px;display:flex}.AudioPlayer-module__PRYyOG__transcriptButtonLabel{margin-left:6px;font-size:.75rem;font-weight:700}.AudioPlayer-module__PRYyOG__contentWrapper{flex:1;min-height:400px;transition:all .5s;display:flex}.AudioPlayer-module__PRYyOG__mainArea{flex-direction:column;flex:1;gap:32px;min-width:0;padding:32px;display:flex}.AudioPlayer-module__PRYyOG__visualizerArea{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;justify-content:center;align-items:flex-end;height:180px;padding:20px;display:flex;position:relative;overflow:hidden}.AudioPlayer-module__PRYyOG__visualizerMessage{text-align:center;color:#cbd5e1;pointer-events:none;justify-content:center;align-items:center;padding:24px;font-size:.9rem;font-weight:600;display:flex;position:absolute;inset:0}.AudioPlayer-module__PRYyOG__visualizerLabel{color:#6366f1;text-transform:uppercase;letter-spacing:.15em;background:#6366f11a;border-radius:4px;padding:4px 8px;font-size:.65rem;font-weight:800;position:absolute;top:12px;left:12px}.AudioPlayer-module__PRYyOG__bars{justify-content:center;align-items:flex-end;gap:4px;width:100%;height:100%;display:flex}.AudioPlayer-module__PRYyOG__bar{background:linear-gradient(#a855f7,#6366f1);border-radius:4px 4px 0 0;flex:1;max-width:12px;min-height:4px;transition:height .1s}.AudioPlayer-module__PRYyOG__controlsArea{flex-direction:column;gap:20px;display:flex}.AudioPlayer-module__PRYyOG__progressBarContainer{flex-direction:column;gap:8px;display:flex}.AudioPlayer-module__PRYyOG__progressBar{-webkit-appearance:none;cursor:pointer;background:#ffffff1a;border-radius:3px;outline:none;width:100%;height:6px}.AudioPlayer-module__PRYyOG__progressBar::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#f8fafc;border-radius:50%;width:16px;height:16px;transition:all .2s;box-shadow:0 0 10px #00000080}.AudioPlayer-module__PRYyOG__progressBar::-webkit-slider-thumb:hover{background:#6366f1;transform:scale(1.2)}.AudioPlayer-module__PRYyOG__timeInfo{color:#94a3b8;justify-content:space-between;font-family:monospace;font-size:.75rem;font-weight:700;display:flex}.AudioPlayer-module__PRYyOG__mainControls{justify-content:center;align-items:center;gap:32px;display:flex}.AudioPlayer-module__PRYyOG__playBtn{color:#0f172a;cursor:pointer;background:#f8fafc;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 25px -5px #0000004d}.AudioPlayer-module__PRYyOG__playBtn:hover{color:#fff;background:#6366f1;transform:scale(1.05)}.AudioPlayer-module__PRYyOG__secondaryBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.AudioPlayer-module__PRYyOG__secondaryBtn:hover{color:#f8fafc;background:#ffffff0d}.AudioPlayer-module__PRYyOG__secondaryBtnActive{color:#6366f1;background:#6366f11a}.AudioPlayer-module__PRYyOG__extraControls{justify-content:space-between;align-items:center;padding-top:8px;display:flex}.AudioPlayer-module__PRYyOG__statusNote{color:#94a3b8;text-align:center;font-size:.85rem;line-height:1.5}.AudioPlayer-module__PRYyOG__volumeArea{align-items:center;gap:12px;width:150px;display:flex}.AudioPlayer-module__PRYyOG__volumeSlider{-webkit-appearance:none;background:#ffffff1a;border-radius:2px;outline:none;flex:1;height:4px}.AudioPlayer-module__PRYyOG__volumeSlider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#94a3b8;border-radius:50%;width:12px;height:12px}.AudioPlayer-module__PRYyOG__playbackRate{background:#0003;border-radius:8px;gap:2px;padding:2px;display:flex}.AudioPlayer-module__PRYyOG__rateBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 10px;font-size:.7rem;font-weight:700;transition:all .2s}.AudioPlayer-module__PRYyOG__rateBtnIdle:hover{color:#f8fafc;background:#ffffff0d}.AudioPlayer-module__PRYyOG__rateBtnActive{color:#0f172a;background:#f8fafc}.AudioPlayer-module__PRYyOG__sidebar{background:#0003;border-left:1px solid #ffffff0d;flex-direction:column;width:0;transition:width .5s cubic-bezier(.4,0,.2,1);display:none;overflow:hidden}.AudioPlayer-module__PRYyOG__sidebarVisible{width:400px;min-height:0;max-height:600px;display:flex}.AudioPlayer-module__PRYyOG__sidebarHeader{border-bottom:1px solid #ffffff0d;padding:16px}.AudioPlayer-module__PRYyOG__searchBox{align-items:center;display:flex;position:relative}.AudioPlayer-module__PRYyOG__searchIcon{color:#64748b;position:absolute;left:12px}.AudioPlayer-module__PRYyOG__searchInput{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:10px 12px 10px 40px;font-size:.85rem;transition:all .2s}.AudioPlayer-module__PRYyOG__searchInput:focus{background:#ffffff14;border-color:#6366f1}.AudioPlayer-module__PRYyOG__transcriptScroll{flex-direction:column;flex:1;gap:8px;min-height:0;padding:12px;display:flex;overflow-y:auto}.AudioPlayer-module__PRYyOG__transcriptScroll::-webkit-scrollbar{width:6px}.AudioPlayer-module__PRYyOG__transcriptScroll::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.AudioPlayer-module__PRYyOG__segment{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;padding:16px;transition:all .2s}.AudioPlayer-module__PRYyOG__segment:hover{background:#ffffff08}.AudioPlayer-module__PRYyOG__segmentActive{background:#6366f11a;border-color:#6366f133}.AudioPlayer-module__PRYyOG__segmentHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.AudioPlayer-module__PRYyOG__timestamp{color:#fff6;background:#ffffff0d;border-radius:4px;padding:2px 6px;font-family:monospace;font-size:.7rem;font-weight:700}.AudioPlayer-module__PRYyOG__speakerName{color:#6366f1;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:800}.AudioPlayer-module__PRYyOG__segmentText{color:#cbd5e1;margin:0;font-size:.9rem;line-height:1.6}.AudioPlayer-module__PRYyOG__segmentActive .AudioPlayer-module__PRYyOG__segmentText{color:#f8fafc}.AudioPlayer-module__PRYyOG__noTranscript{text-align:center;color:#64748b;padding:40px 20px;font-size:.9rem;font-style:italic}@media (max-width:640px){.AudioPlayer-module__PRYyOG__header{flex-direction:column;align-items:flex-start;gap:12px}.AudioPlayer-module__PRYyOG__headerActions{justify-content:space-between;width:100%}.AudioPlayer-module__PRYyOG__transcriptButtonLabel{display:none}.AudioPlayer-module__PRYyOG__mainArea{gap:24px;padding:20px}.AudioPlayer-module__PRYyOG__mainControls{gap:1.5rem}.AudioPlayer-module__PRYyOG__extraControls{flex-direction:column;align-items:flex-start;gap:16px}}
