.ps-audio-player{--ps-red:#c91522;--ps-red-light:#ef3340;--ps-gold:#d6a94f;--ps-gold-light:#f2d184;--ps-black:#0d0d0e;position:relative;display:flex;align-items:center;gap:18px;width:100%;box-sizing:border-box;margin:18px 0 22px;padding:20px 22px;overflow:hidden;border:1px solid rgb(214 169 79 / .48);border-radius:16px;background:radial-gradient(circle at 95% 0,rgb(201 21 34 / .3),transparent 38%),radial-gradient(circle at 0 100%,rgb(214 169 79 / .11),transparent 35%),linear-gradient(135deg,#19191b 0%,#080809 100%);box-shadow:0 12px 30px rgb(0 0 0 / .25),inset 0 1px 0 rgb(255 255 255 / .06);font-family:inherit}.ps-audio-player:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(180deg,var(--ps-red-light),var(--ps-red));box-shadow:2px 0 14px rgb(201 21 34 / .45)}.ps-audio-player button{font:inherit;-webkit-tap-highlight-color:#fff0}.ps-audio-play{position:relative;width:60px;height:60px;min-width:60px;padding:0;border:1px solid rgb(242 209 132 / .75);border-radius:50%;color:#fff;background:linear-gradient(145deg,var(--ps-red-light),#9e0d17);box-shadow:0 8px 24px rgb(201 21 34 / .34),inset 0 1px 0 rgb(255 255 255 / .22);cursor:pointer;transition:.2s}.ps-audio-play:hover{transform:scale(1.05);filter:brightness(1.12);box-shadow:0 10px 28px rgb(201 21 34 / .48),0 0 0 5px rgb(214 169 79 / .1)}.ps-audio-play:focus-visible,.ps-volume-button:focus-visible,.ps-progress:focus-visible{outline:2px solid var(--ps-gold-light);outline-offset:4px}.ps-audio-play svg{position:absolute;top:50%;left:50%;width:26px;height:26px;fill:currentColor;transform:translate(-45%,-50%)}.ps-audio-play .ps-pause-icon{display:none;transform:translate(-50%,-50%)}.ps-audio-player.is-playing .ps-play-icon{display:none}.ps-audio-player.is-playing .ps-pause-icon{display:block}.ps-audio-content{flex:1;min-width:0}.ps-audio-top{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:13px}.ps-audio-title strong{display:block;color:#fff;font-size:16px;line-height:1.25}.ps-audio-title span{display:block;margin-top:4px;color:#aaa7a1;font-size:13px}.ps-audio-time{display:flex;white-space:nowrap;color:var(--ps-gold-light);font-size:13px;font-variant-numeric:tabular-nums}.ps-separator{padding:0 4px;color:#77736c}.ps-progress{position:relative;height:8px;border-radius:20px;background:#343436;box-shadow:inset 0 1px 3px rgb(0 0 0 / .65);cursor:pointer;touch-action:none}.ps-progress-played{width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--ps-red),var(--ps-gold),var(--ps-gold-light));box-shadow:0 0 12px rgb(214 169 79 / .35)}.ps-progress-handle{position:absolute;top:50%;left:0;width:17px;height:17px;box-sizing:border-box;border:3px solid var(--ps-black);border-radius:50%;background:var(--ps-gold-light);box-shadow:0 0 0 2px var(--ps-gold),0 3px 10px rgb(0 0 0 / .6);transform:translate(-50%,-50%);pointer-events:none}.ps-volume-button{display:grid;place-items:center;width:40px;height:40px;min-width:40px;padding:0;border:1px solid rgb(214 169 79 / .42);border-radius:50%;color:var(--ps-gold-light);background:rgb(255 255 255 / .05);cursor:pointer}.ps-volume-button:hover{border-color:var(--ps-gold);background:rgb(214 169 79 / .12)}.ps-volume-button svg{width:20px;height:20px;fill:currentColor}.ps-volume-off{display:none}.ps-volume-button.is-muted{color:var(--ps-red-light);border-color:rgb(239 51 64 / .45)}.ps-volume-button.is-muted .ps-volume-on{display:none}.ps-volume-button.is-muted .ps-volume-off{display:block}@media(max-width:650px){.ps-audio-player{gap:13px;margin:16px 0 20px;padding:17px 14px 17px 18px;border-radius:13px}.ps-audio-play{width:52px;height:52px;min-width:52px}.ps-audio-play svg{width:22px;height:22px}.ps-audio-top{display:block;margin-bottom:11px}.ps-audio-title strong{font-size:14px}.ps-audio-time{margin-top:6px}.ps-volume-button{display:none}}