.rtvslos-player{--rtv-bg:#ffffff;--rtv-border:rgba(15, 23, 42, 0.10);--rtv-text:#101828;--rtv-muted:#667085;--rtv-accent:#0ea5a8;--rtv-shadow:0 10px 30px rgba(15, 23, 42, 0.08);width:100%;max-width:780px;padding:16px 18px;border:1px solid var(--rtv-border);border-radius:22px;background:var(--rtv-bg);box-shadow:var(--rtv-shadow);box-sizing:border-box}.rtvslos-player *{box-sizing:border-box}.rtvslos-player__brand{display:flex;align-items:center;gap:14px;margin-bottom:14px}.rtvslos-player__logo{width:64px;height:64px;object-fit:contain;border-radius:14px;background:#fff;flex:0 0 auto}.rtvslos-player__text{min-width:0}.rtvslos-player__title{font-size:18px;line-height:1.2;font-weight:700;color:var(--rtv-text)}.rtvslos-player__subtitle{margin-top:4px;font-size:13px;color:var(--rtv-muted)}.rtvslos-player__audio-wrap{width:100%;padding:10px 12px;border:1px solid rgb(15 23 42 / .08);border-radius:16px;background:#f8fafc}.rtvslos-player__audio{display:block;width:100%;min-height:42px;border-radius:12px;background:#fff0}.rtvslos-player__volume{display:flex;align-items:center;gap:10px;margin-top:12px;color:var(--rtv-muted);font-size:13px}.rtvslos-player__volume-icon{line-height:1;font-size:15px}.rtvslos-player__volume-slider{flex:1 1 auto;width:100%;accent-color:var(--rtv-accent);cursor:pointer}.rtvslos-player__volume-value{min-width:42px;text-align:right;font-variant-numeric:tabular-nums}.rtvslos-player__actions{margin-top:12px}.rtvslos-player__external{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border:1px solid rgb(14 165 168 / .18);border-radius:999px;background:#f7fefe;color:var(--rtv-accent);text-decoration:none;font-size:12px;font-weight:700;cursor:pointer;transition:transform 0.15s ease,background 0.15s ease}.rtvslos-player__external:hover,.rtvslos-player__external:focus-visible{background:#ecfeff;transform:translateY(-1px);outline:none}@media (max-width:720px){.rtvslos-player{padding:14px;border-radius:18px}.rtvslos-player__brand{align-items:center;margin-bottom:12px}.rtvslos-player__logo{width:56px;height:56px}.rtvslos-player__title{font-size:16px}.rtvslos-player__volume{gap:8px}.rtvslos-player__volume-value{min-width:38px}}