.article-audio-player{border:1px solid var(--color-border);background:var(--color-surface);border-radius:12px;margin:0 0 2rem;padding:1rem 1.25rem;overflow:hidden}.article-audio-player__header{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.article-audio-player__icon{width:20px;height:20px;color:var(--color-text-tertiary);flex-shrink:0}.article-audio-player__title{color:var(--color-text-primary);font-size:.875rem;font-weight:600}.article-audio-player__controls{align-items:center;gap:.75rem;display:flex}.article-audio-player__play-btn{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s;display:flex}.article-audio-player__play-btn:hover{background:var(--color-accent-hover)}.article-audio-player__play-icon{width:18px;height:18px}.article-audio-player__progress-area{flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.article-audio-player__time{color:var(--color-text-tertiary);font-variant-numeric:tabular-nums;text-align:center;min-width:2.5rem;font-size:.75rem}.article-audio-player__track{appearance:none;background:linear-gradient(to right, var(--color-accent) var(--track-progress,0%), var(--color-border) var(--track-progress,0%));cursor:pointer;border:none;border-radius:3px;outline:none;flex:1;height:6px;margin:0;padding:0}.article-audio-player__track::-webkit-slider-thumb{-webkit-appearance:none;background:var(--color-accent);cursor:pointer;border:none;border-radius:50%;width:14px;height:14px;margin-top:-4px}.article-audio-player__track::-moz-range-thumb{background:var(--color-accent);cursor:pointer;border:none;border-radius:50%;width:14px;height:14px}.article-audio-player__track::-webkit-slider-runnable-track{border-radius:3px;height:6px}.article-audio-player__track::-moz-range-track{background:0 0;border:none;border-radius:3px;height:6px}.article-audio-player__track::-moz-range-progress{background:var(--color-accent);border-radius:3px;height:6px}.article-audio-player__speed{flex-shrink:0}.article-audio-player__speed-btn{color:var(--color-text-secondary);cursor:pointer;text-align:center;background:#e4e4e7;border:none;border-radius:4px;min-width:2.5rem;padding:.2rem .5rem;font-size:.75rem;font-weight:600;transition:background .15s}.article-audio-player__speed-btn:hover{background:#d4d4d8}.article-audio-player__download{color:var(--color-text-tertiary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;margin-top:.75rem;padding:0;font-family:inherit;font-size:.8rem;text-decoration:none;transition:color .15s;display:inline-flex}.article-audio-player__download:hover{color:#27272a}.article-audio-player__download-icon{width:14px;height:14px}.theme--dark .article-audio-player{border-color:var(--color-border);background:#262626}.theme--dark .article-audio-player__title{color:var(--color-text-primary)}.theme--dark .article-audio-player__time,.theme--dark .article-audio-player__icon{color:var(--color-text-muted)}.theme--dark .article-audio-player__play-btn{color:#1a1a1a;background:#e4e4e7}.theme--dark .article-audio-player__play-btn:hover{background:#d4d4d8}.theme--dark .article-audio-player__track{background:linear-gradient(to right, #e4e4e7 var(--track-progress,0%), #3f3f46 var(--track-progress,0%))}.theme--dark .article-audio-player__track::-webkit-slider-thumb{background:#e4e4e7}.theme--dark .article-audio-player__track::-moz-range-thumb{background:#e4e4e7}.theme--dark .article-audio-player__speed-btn{background:var(--color-surface-alt);color:#d4d4d8}.theme--dark .article-audio-player__speed-btn:hover{background:#52525b}.theme--dark .article-audio-player__download{color:var(--color-accent-hover)}.theme--dark .article-audio-player__download:hover{color:#ffb380}@media (width<=480px){.article-audio-player__controls{align-items:flex-start}.article-audio-player__progress-area{flex-wrap:wrap;padding-top:.6rem}.article-audio-player__track{flex-basis:100%;order:-1;width:100%}.article-audio-player__time{min-width:0;font-size:.6875rem}.article-audio-player__time:last-child{margin-left:auto}.article-audio-player__speed-btn{margin-top:.6rem}}
