.rp-persistent-space{height:calc(48px + env(safe-area-inset-bottom))}.rp-persistent{position:fixed;inset:auto 0 0;z-index:40;display:grid;grid-template-columns:auto minmax(100px,1fr) auto 44px;align-items:center;gap:20px;min-height:48px;padding:0 clamp(20px,2.8vw,50px) env(safe-area-inset-bottom);border-top:1px solid var(--player-ink,#1b1b1b);background:var(--player-ground,#fff);color:var(--player-ink,#1b1b1b);color-scheme:light;font:700 12px/1.3 DM Sans,Arial,sans-serif;letter-spacing:0}.rp-persistent button{font:inherit;color:inherit;background:none;border:0;border-radius:0;cursor:pointer;min-height:44px}.rp-persistent button:focus-visible{outline:1px solid currentColor;outline-offset:-4px}.rp-persistent button:disabled{opacity:.25;cursor:default}.rp-persistent-track{text-align:left;white-space:nowrap}.rp-persistent-track:hover{text-decoration:underline;text-underline-offset:4px}.rp-persistent-status:not(:empty){display:block;margin-top:2px;font-size:11px}.rp-persistent-controls{display:flex;align-items:center}.rp-persistent-controls button{display:grid;place-items:center;width:44px;padding:0}.rp-persistent-controls svg{width:19px;height:19px;fill:currentColor}.rp-persistent-progress{display:flex;align-items:center;gap:12px;min-width:0}.rp-persistent-time{font-variant-numeric:tabular-nums;min-width:5ch}.rp-persistent-time:last-child{text-align:right}.rp-persistent-seek{flex:1;min-width:0}.rp-persistent-seek>div{height:32px}.rp-persistent-seek [data-slot=slider-track]{height:2px;border-radius:0;background:color-mix(in srgb,currentColor 28%,transparent)}.rp-persistent-seek [data-slot=slider-range]{background:currentColor}.rp-persistent-seek [data-slot=slider-thumb]{width:8px;height:12px;border:0;border-radius:0;background:currentColor;box-shadow:none;transition:none}.rp-persistent-seek [data-slot=slider-thumb]:focus-within{outline:1px solid currentColor;outline-offset:3px}.rp-persistent-close{display:grid;place-items:center;width:44px;padding:0}.rp-persistent-close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}@media(max-width:850px){.rp-persistent-space{height:calc(89px + env(safe-area-inset-bottom))}.rp-persistent{grid-template-columns:132px minmax(0,1fr) 44px;gap:0 8px;padding-inline:16px}.rp-persistent-track{grid-column:1/3;grid-row:1;white-space:normal}.rp-persistent-close{grid-column:3;grid-row:1}.rp-persistent-controls{grid-column:1;grid-row:2}.rp-persistent-progress{grid-column:2/-1;grid-row:2;gap:6px}}body:has(.rp-site) .rp-persistent,body:has(.rp-site) .rp-persistent-space{display:none}