.all-out-player-module{color:#fff;scroll-margin-top:1rem;container:all-out-player/inline-size}.all-out-player{border:1px solid color-mix(in srgb, var(--album-accent,var(--accent)) 55%, var(--line));background:#101010;grid-template-columns:6.5rem minmax(0,1fr);gap:1.25rem;padding:1.1rem;display:grid}.all-out-player__art{align-self:start}.all-out-player__artist,.all-out-player__release,.all-out-player__status{margin:0}.all-out-player__artist{color:#f50;font:700 .72rem/1.2 var(--font-mono);letter-spacing:.12em;text-transform:uppercase}.all-out-player__title{margin:.25rem 0 0;font-size:clamp(1rem,3vw,1.35rem);line-height:1.1}.all-out-player__release{color:#aaa;margin-top:.35rem;font-size:.82rem}.all-out-player__controls{grid-template-columns:2rem 2.6rem 2rem minmax(0,1fr);align-items:center;gap:.55rem;min-width:0;margin-top:1rem;display:grid}.all-out-player-module button{color:#fff;cursor:pointer;background:0 0;border:1px solid #555;border-radius:50%;place-items:center;padding:0;line-height:1;display:grid}.all-out-player-module button:focus-visible,.all-out-player-module input:focus-visible,.all-out-player-module a:focus-visible{outline-offset:3px;outline:3px solid #f50}.all-out-player-module button:disabled{opacity:.35;cursor:not-allowed}.all-out-player__toggle{width:2.6rem;height:2.6rem;background:#f50!important;border-color:#f50!important}.all-out-player__skip{width:2rem;height:2rem}.all-out-player__skip svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:1.1rem;height:1.1rem;overflow:visible}.all-out-player__icon{width:1.15rem;height:1.15rem;display:block;position:relative}.all-out-player__icon svg{width:100%;height:100%;position:absolute;inset:0}.all-out-player__icon svg.is-hidden{display:none}.all-out-player__icon-play{fill:currentColor;transform:translate(.06rem)}.all-out-player__icon-pause{fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round}.all-out-player__icon-loading{fill:none;stroke:currentColor;stroke-width:2.15px;stroke-linecap:round;stroke-dasharray:31 20;transform-origin:50%;animation:.8s linear infinite all-out-player-spin}.all-out-player__timeline{grid-template-columns:minmax(4ch,max-content) minmax(0,1fr) minmax(4ch,max-content);align-items:center;gap:.55rem;min-width:0;display:grid}.all-out-player__seek-shell{align-items:center;min-width:0;display:grid;position:relative}.all-out-player__seek-shell>*{grid-area:1/1}.all-out-player__seek{z-index:1;accent-color:#f50;width:100%;min-width:0;margin:0;transition:opacity .16s}.all-out-player__loading-track{z-index:2;opacity:0;pointer-events:none;background:#ffffff2e;border-radius:999px;height:4px;margin-inline:3px;transition:opacity .16s;overflow:hidden}.all-out-player__loading-track:after{border-radius:inherit;content:"";background:linear-gradient(90deg,#0000,#f50 35%,#ff8a50 70%,#0000);width:36%;height:100%;display:block;transform:translate(-120%);box-shadow:0 0 10px #ff55008c}.all-out-player-module[data-player-busy=true] .all-out-player__seek{opacity:.3}.all-out-player-module[data-player-busy=true] .all-out-player__loading-track{opacity:1}.all-out-player-module[data-player-busy=true] .all-out-player__loading-track:after{animation:1.05s cubic-bezier(.45,0,.55,1) infinite all-out-player-buffer}.all-out-player-module[data-player-busy=true] .all-out-player__toggle{cursor:progress;box-shadow:0 0 0 4px #ff55001f,0 0 18px #ff55003d}.all-out-player-module[data-player-busy=true] .all-out-player__toggle:disabled{opacity:1}.all-out-player__time{color:#bbb;font:.75rem/1 var(--font-mono);font-variant-numeric:tabular-nums;white-space:nowrap}.all-out-player__time--current{text-align:right}.all-out-player__time--duration{text-align:left}.all-out-player__status{color:#f0b7a0;margin-top:.45rem;font-size:.78rem}.all-out-player__status:empty{display:none}.all-out-player__social-summary{flex-wrap:wrap;align-items:center;gap:.45rem .9rem;min-height:1.85rem;margin-top:.35rem;display:flex}.all-out-player__plays{color:#999;font:.68rem/1.2 var(--font-mono);letter-spacing:.035em;margin:0}.all-out-player__comments-toggle,.all-out-player__comments-more{width:auto;min-width:0;max-width:100%;min-height:1.85rem;font:700 .64rem/1.15 var(--font-mono);letter-spacing:.08em;overflow-wrap:anywhere;text-align:center;text-transform:uppercase;align-items:center;color:#aaa!important;background:0 0!important;border:1px solid #444!important;border-radius:0!important;padding:.35rem .55rem!important;display:inline-flex!important}button.all-out-player__comments-toggle:hover,.all-out-player__comments-toggle[aria-expanded=true],.all-out-player__comments-more:hover{color:#fff!important;border-color:#f50!important}.all-out-player__comments-toggle--static{cursor:default;user-select:none}.all-out-player__comments{border-top:1px solid var(--line-strong,#444);color:var(--ink,#fff);margin-top:.9rem;padding-top:.8rem}.all-out-player__comments[hidden],.all-out-player__comment-markers[hidden],.all-out-player__comments-more[hidden],.all-out-player__comments-toggle[hidden],.all-out-player__plays[hidden]{display:none!important}.all-out-player__comments-heading{justify-content:space-between;align-items:center;gap:1rem;display:flex}.all-out-player__comments-heading h3{color:var(--ink-muted,#bbb);font:750 .68rem/1.2 var(--font-mono);letter-spacing:.1em;text-transform:uppercase;margin:0}.all-out-player__comments-close{width:1.8rem;height:1.8rem;color:#aaa!important;border-color:#444!important}.all-out-player__comments-close svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;width:.9rem;height:.9rem}.all-out-player__comments-status{color:#999;min-height:1.2em;margin:.65rem 0 0;font-size:.75rem}.all-out-player__comments-status:empty{display:none}.all-out-player__comments-list{border-top:1px solid #292929;gap:0;margin:.3rem 0 0;padding:0;list-style:none;display:grid}.all-out-player__comment{border-bottom:1px solid #292929;grid-template-columns:minmax(5.5rem,.28fr) minmax(0,1fr);gap:.65rem 1rem;padding:.68rem 0;transition:background-color .18s;display:grid}.all-out-player__comment.is-highlighted{background:#ff55001c}.all-out-player__comment-meta{color:#999;min-width:0;font:.68rem/1.25 var(--font-mono);overflow-wrap:anywhere;flex-direction:column;align-items:flex-start;gap:.3rem;display:flex}.all-out-player__comment-meta a{color:#aaa}.all-out-player__comment-time{width:auto;font:750 .72rem/1 var(--font-mono);text-underline-offset:.2em;text-decoration:underline;color:#ff7a38!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;display:inline!important}.all-out-player__comment>p{color:#ddd;overflow-wrap:anywhere;white-space:pre-wrap;min-width:0;margin:0;font-size:.8rem;line-height:1.4}.all-out-player__comments-list:not(.is-expanded) .all-out-player__comment>p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.all-out-player__comments-more{margin-top:.75rem}.all-out-player__comment-markers{z-index:3;pointer-events:none;position:absolute;inset:0 8px}.all-out-player__comment-marker{top:calc(50% + var(--marker-offset,0px));pointer-events:auto;width:28px;height:28px;position:absolute;transform:translate(-50%,-50%);background:0 0!important;border:0!important}.all-out-player__comment-marker-dot{background:#ff9a68;border:1px solid #101010;border-radius:50%;width:5px;height:5px;margin:auto;transition:width .12s,height .12s,background .12s;display:block;box-shadow:0 0 0 1px #ff9a6861}.all-out-player__comment-marker.is-active .all-out-player__comment-marker-dot{background:#fff;width:7px;height:7px;box-shadow:0 0 0 1px #f50}.all-out-player__comment-marker-preview{z-index:5;color:#eee;width:max-content;max-width:min(12rem,64vw);font:.62rem/1.3 var(--font-mono);pointer-events:none;text-align:left;background:#202020;padding:.3rem .4rem;position:absolute;bottom:calc(50% + 17px);transform:translate(-50%);box-shadow:0 0 0 1px #444}.all-out-player__comment-marker-preview[hidden]{display:none!important}.all-out-player__comment-marker-preview.is-near-start{transform:none}.all-out-player__comment-marker-preview.is-near-end{transform:translate(-100%)}.all-out-player__links{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem 1.5rem;margin-top:.4rem;display:flex}.all-out-player__links a{color:#bbb;font:.7rem/1.2 var(--font-mono)}.all-out-player__links img{image-rendering:auto;width:6.75rem;height:auto}@media (width<=36rem){.all-out-player{grid-template-columns:72px minmax(0,1fr);gap:12px;padding:.85rem}.all-out-player__links{flex-direction:column;align-items:flex-start;gap:1.15rem}.all-out-player__comment{grid-template-columns:minmax(0,1fr);gap:.45rem}.all-out-player__comment-meta{flex-flow:wrap;gap:.4rem .75rem}}@container all-out-player (width<=31rem){.all-out-player__controls{grid-template-columns:32px 42px 32px minmax(0,1fr);gap:8px}.all-out-player__toggle{width:42px;height:42px}.all-out-player__skip{width:32px;height:32px}.all-out-player__icon{width:18px;height:18px}.all-out-player__timeline{grid-area:2/1/auto/-1;gap:7px}}@keyframes all-out-player-spin{to{transform:rotate(360deg)}}@keyframes all-out-player-buffer{0%{transform:translate(-120%)}to{transform:translate(280%)}}@media (prefers-reduced-motion:reduce){.all-out-player__icon-loading{stroke-dasharray:4 3;animation:none}.all-out-player-module[data-player-busy=true] .all-out-player__loading-track:after{opacity:.65;width:100%;animation:none;transform:none}}
