.litres-player{--lp-a:#5181b8;--lp-a-soft:rgba(81, 129, 184, .22);--lp-play:#5181b8;--lp-bg:#fff;--lp-pill:rgba(118, 118, 128, .12);--lp-text:#1c1c1e;--lp-muted:rgba(60, 60, 67, .6);--lp-track:rgba(118, 118, 128, .22);--lp-buf:rgba(118, 118, 128, .36);--lp-line:rgba(118, 118, 128, .22);--lp-buy:#ffa800;--lp-buy-hover:#ffb624;--lp-buy-text:#1c1c1e;--lp-p:0%;--lp-b:0%;position:relative;box-sizing:border-box;width:100%;margin:0 0 14px;padding:14px 12px 12px;background:var(--lp-bg);border:1px solid var(--lp-line);border-radius:16px;color:var(--lp-text);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.35;text-align:left;-webkit-tap-highlight-color:transparent}.dark .litres-player{--lp-a:#7fb3e8;--lp-a-soft:rgba(127, 179, 232, .26);--lp-bg:#242424;--lp-pill:rgba(120, 120, 128, .24);--lp-text:#fff;--lp-muted:rgba(235, 235, 245, .6);--lp-track:rgba(235, 235, 245, .18);--lp-buf:rgba(235, 235, 245, .32);--lp-line:rgba(235, 235, 245, .14)}.litres-player *,.litres-player ::after,.litres-player ::before{box-sizing:border-box}.litres-player audio{display:none}.litres-player .lp-main{position:relative}.litres-player .lp-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 0 10px}.litres-player .lp-badge{display:inline-block;padding:3px 9px;border-radius:8px;background:var(--lp-a-soft);color:var(--lp-a);font-size:12px;font-weight:600;line-height:1.3}.litres-player .lp-src{color:var(--lp-muted);font-size:12px;font-weight:600;letter-spacing:.02em}.litres-player .lp-times{display:flex;justify-content:space-between;color:var(--lp-muted);font-size:13px;font-variant-numeric:tabular-nums}.litres-player .lp-seek{-webkit-appearance:none;appearance:none;display:block;width:100%;height:19px;margin:2px 0 8px;padding:0;background:transparent;border:0;border-radius:26px;outline:0;cursor:pointer}.litres-player .lp-seek:disabled{cursor:default;opacity:.6}.litres-player .lp-seek::-webkit-slider-runnable-track{height:5px;border-radius:5px;border:0;background:linear-gradient(to right,var(--lp-a) 0,var(--lp-a) var(--lp-p),var(--lp-buf) var(--lp-p),var(--lp-buf) var(--lp-b),var(--lp-track) var(--lp-b),var(--lp-track) 100%)}.litres-player .lp-seek::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:15px;height:15px;margin-top:-5px;border-radius:50%;background:var(--lp-bg);border:2px solid var(--lp-a);box-shadow:0 1px 3px rgba(0,0,0,.25)}.litres-player .lp-seek::-moz-range-track{height:5px;border-radius:5px;border:0;background:linear-gradient(to right,var(--lp-a) 0,var(--lp-a) var(--lp-p),var(--lp-buf) var(--lp-p),var(--lp-buf) var(--lp-b),var(--lp-track) var(--lp-b),var(--lp-track) 100%)}.litres-player .lp-seek::-moz-range-thumb{width:11px;height:11px;border-radius:50%;background:var(--lp-bg);border:2px solid var(--lp-a);box-shadow:0 1px 3px rgba(0,0,0,.25)}.litres-player .lp-seek:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 3px var(--lp-a-soft)}.litres-player .lp-seek:focus-visible::-moz-range-thumb{box-shadow:0 0 0 3px var(--lp-a-soft)}.litres-player .lp-ctl{display:flex;align-items:stretch;gap:8px;height:44px}.litres-player .lp-btn,.litres-player .lp-vol{position:relative;display:flex;align-items:center;justify-content:center;gap:6px;height:44px;border-radius:12px;background:var(--lp-pill);color:var(--lp-muted);font-size:13px;font-weight:600;line-height:1;cursor:pointer;user-select:none;-webkit-user-select:none;touch-action:manipulation;transition:background-color .15s,color .15s,transform .1s}.litres-player .lp-btn:hover{background:var(--lp-a-soft);color:var(--lp-a)}.litres-player .lp-btn:active{transform:scale(.97)}.litres-player .lp-btn:focus-visible,.litres-player .lp-vol:focus-visible,.litres-player a:focus-visible{outline:2px solid var(--lp-a);outline-offset:2px}.litres-player .lp-btn svg{flex:none}.litres-player .lp-back,.litres-player .lp-fwd{width:66px;flex:none}.litres-player .lp-play{flex:1 1 auto;min-width:0;background:var(--lp-play);color:#fff}.litres-player .lp-play:hover{background:var(--lp-play);color:#fff;filter:brightness(1.08)}.litres-player .lp-speed{width:88px;flex:none;color:var(--lp-text)}.litres-player .lp-speed svg{color:var(--lp-a)}.litres-player .lp-vol{width:88px;flex:none;overflow:hidden;color:var(--lp-text);justify-content:flex-start;padding:0 12px}.litres-player .lp-vol .lp-fill{position:absolute;left:0;top:0;bottom:0;width:100%;background:var(--lp-a-soft);pointer-events:none}.litres-player .lp-vol .lp-vol-ico,.litres-player .lp-vol .lp-vol-val{position:relative}.litres-player .lp-vol .lp-vol-ico{display:inline-flex;color:var(--lp-a)}.litres-player .lp-vol .lp-vol-val{font-variant-numeric:tabular-nums}.litres-player.is-loading .lp-play svg{display:none}.litres-player.is-loading .lp-play::after{content:"";width:20px;height:20px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:lp-spin .8s linear infinite}@keyframes lp-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.litres-player.is-loading .lp-play::after{animation-duration:2.4s}.litres-player .lp-btn{transition:none}}.litres-player .lp-msg{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;padding:8px 10px 8px 12px;border-radius:12px;background:rgba(255,59,48,.1);color:#d70015;font-size:13px}.dark .litres-player .lp-msg{background:rgba(255,69,58,.18);color:#ff8a80}.litres-player .lp-msg[hidden]{display:none}.litres-player .lp-msg .lp-retry{height:32px;padding:0 12px;background:var(--lp-pill);color:var(--lp-text)}.litres-player .lp-end{position:absolute;left:-6px;right:-6px;top:-4px;bottom:-4px;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:8px;border-radius:12px;background:var(--lp-bg);text-align:center}.litres-player .lp-end[hidden]{display:none}.litres-player .lp-end-title{font-size:16px;font-weight:700}.litres-player .lp-end-text{color:var(--lp-muted);font-size:13px}.litres-player .lp-end .lp-again{height:38px;margin-top:6px;padding:0 16px}.litres-player a.lp-buy,.litres-player a.lp-buy:visited{display:flex;align-items:center;justify-content:center;min-height:46px;margin:12px 0 0;padding:10px 16px;border-radius:12px;background:var(--lp-buy);color:var(--lp-buy-text);font-size:15px;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;transition:background-color .15s,transform .1s}.litres-player a.lp-buy:hover{background:var(--lp-buy-hover);color:var(--lp-buy-text);text-decoration:none}.litres-player a.lp-buy:active{transform:scale(.985)}.litres-player.is-ended a.lp-buy{box-shadow:0 0 0 3px rgba(255,168,0,.35)}.litres-player a.lp-buy.is-off,.litres-player a.lp-buy.is-off:hover,.litres-player a.lp-buy.is-off:visited{background:var(--lp-pill);color:var(--lp-muted);box-shadow:none;cursor:default;pointer-events:none}.litres-player.is-unavailable .lp-ctl,.litres-player.is-unavailable .lp-seek,.litres-player.is-unavailable .lp-times{opacity:.4;pointer-events:none}.litres-player.is-unavailable .lp-badge{background:var(--lp-pill);color:var(--lp-muted)}.litres-player a.lp-sub,.litres-player a.lp-sub:visited{display:flex;align-items:center;justify-content:center;min-height:46px;margin:8px 0 0;padding:10px 16px;border-radius:12px;background:var(--lp-a-soft);color:var(--lp-a);font-size:15px;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;transition:box-shadow .15s,transform .1s}.litres-player a.lp-sub:hover{box-shadow:inset 0 0 0 2px var(--lp-a);color:var(--lp-a);text-decoration:none}.litres-player a.lp-sub:active{transform:scale(.985)}.litres-player .lp-note[hidden],.litres-player a.lp-sub[hidden]{display:none}.litres-player .lp-note{margin:10px 2px 0;color:var(--lp-muted);font-size:12.5px;line-height:1.4}.litres-player .lp-note a{color:var(--lp-a);text-decoration:underline}@media (max-width:520px){.litres-player{padding:12px 10px 10px}.litres-player .lp-vol{display:none}.litres-player .lp-back,.litres-player .lp-fwd{width:58px}.litres-player .lp-speed{width:76px}}@media (max-width:360px){.litres-player .lp-ctl{gap:6px}.litres-player .lp-back,.litres-player .lp-fwd{width:52px}.litres-player .lp-speed{width:68px}.litres-player .lp-badge{font-size:11.5px;padding:3px 7px}}
