.ExtrasRow-module__0g3WFq__row{padding-top:var(--space-14);border-top:1px solid var(--line);justify-content:space-around;align-items:center;display:flex}.ExtrasRow-module__0g3WFq__row>button,.ExtrasRow-module__0g3WFq__row>a{align-items:center;gap:var(--space-6);min-height:var(--control-sm);color:var(--text-dim);font-size:var(--text-sm);letter-spacing:.02em;cursor:pointer;background:0 0;border:none;flex-direction:column;font-weight:600;text-decoration:none;display:flex}.ExtrasRow-module__0g3WFq__pdf{background:#fff;border:0;width:100%;height:100%;display:block}@media (hover:hover) and (pointer:fine){.ExtrasRow-module__0g3WFq__row>button,.ExtrasRow-module__0g3WFq__row>a{transition:var(--hover-transition)}.ExtrasRow-module__0g3WFq__row>button:hover,.ExtrasRow-module__0g3WFq__row>a:hover{color:var(--text)}}
.SidePanel-module__fT5EnW__panel{background:var(--ink-2);border-left:1px solid var(--line);flex-direction:column;flex:none;min-width:0;height:100%;min-height:0;display:flex;position:relative}.SidePanel-module__fT5EnW__handle{top:0;bottom:0;left:calc(-1 * var(--space-12));width:var(--space-24);z-index:1;cursor:col-resize;touch-action:none;position:absolute}.SidePanel-module__fT5EnW__handle:after{content:"";background:0 0;width:2px;position:absolute;top:0;bottom:0;left:calc(50% - 1px)}.SidePanel-module__fT5EnW__handle:focus-visible:after{background:var(--brand-bright)}.SidePanel-module__fT5EnW__tabs{border-bottom:1px solid var(--line);min-width:0;display:flex}.SidePanel-module__fT5EnW__tab{min-width:0;min-height:var(--control-touch);justify-content:center;align-items:center;gap:var(--space-6);padding:var(--space-4) var(--space-4) 0;color:var(--text-dim);font-size:var(--text-sm);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;flex:1 1 0;font-weight:700;display:flex}.SidePanel-module__fT5EnW__tab[aria-selected=true]{color:var(--text);border-bottom-color:var(--brand-bright)}.SidePanel-module__fT5EnW__head{align-items:center;gap:var(--space-4);padding:var(--space-8) var(--space-8) var(--space-8) var(--space-14);border-bottom:1px solid var(--line);display:flex}.SidePanel-module__fT5EnW__about{gap:var(--space-2);flex-direction:column;flex:auto;min-width:0;margin:0;display:flex}.SidePanel-module__fT5EnW__aboutLabel{font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--text-mute);font-weight:800}.SidePanel-module__fT5EnW__aboutTitle{font-size:var(--text-sm);color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.SidePanel-module__fT5EnW__action{width:var(--control-sm);height:var(--control-sm);color:var(--text-dim);cursor:pointer;background:0 0;border:none;border-radius:50%;flex:none;place-items:center;padding:0;display:grid}.SidePanel-module__fT5EnW__body{min-height:0;padding:var(--space-14);flex:auto;overflow-y:auto}.SidePanel-module__fT5EnW__frame{padding:0;overflow:hidden}.SidePanel-module__fT5EnW__passage{padding:var(--space-18)}.SidePanel-module__fT5EnW__panel[data-resizing=true] .SidePanel-module__fT5EnW__body{pointer-events:none;-webkit-user-select:none;user-select:none}.SidePanel-module__fT5EnW__slide{animation:SidePanel-module__fT5EnW__panel-in var(--dur-enter) var(--ease-enter) both}.SidePanel-module__fT5EnW__fade{animation:.16s ease-out both SidePanel-module__fT5EnW__panel-fade}@keyframes SidePanel-module__fT5EnW__panel-in{0%{transform:translate(100%)}}@keyframes SidePanel-module__fT5EnW__panel-fade{0%{opacity:0}}@media (prefers-reduced-motion:reduce){.SidePanel-module__fT5EnW__slide{animation:.16s ease-out both SidePanel-module__fT5EnW__panel-fade}}@media (hover:hover) and (pointer:fine){.SidePanel-module__fT5EnW__tab,.SidePanel-module__fT5EnW__action{transition:var(--hover-transition)}.SidePanel-module__fT5EnW__tab:not([aria-selected=true]):hover{color:var(--text)}.SidePanel-module__fT5EnW__action:hover{color:var(--text);background:var(--surface)}.SidePanel-module__fT5EnW__handle:hover:after{background:var(--line)}}
.Scrubber-module__CMGtFG__scrubber{appearance:none;box-sizing:content-box;width:100%;height:5px;padding:var(--space-10) 0;cursor:pointer;background:0 0;margin:0;display:block;position:relative}.Scrubber-module__CMGtFG__scrubber::-webkit-slider-runnable-track{border-radius:var(--radius-xs);background:linear-gradient(to right,var(--brand-bright) var(--fill,0%),var(--scrub-track) var(--fill,0%));height:5px}.Scrubber-module__CMGtFG__scrubber::-moz-range-track{border-radius:var(--radius-xs);background:linear-gradient(to right,var(--brand-bright) var(--fill,0%),var(--scrub-track) var(--fill,0%));height:5px}.Scrubber-module__CMGtFG__scrubber:disabled{cursor:default;opacity:.5}.Scrubber-module__CMGtFG__scrubber::-webkit-slider-thumb{-webkit-appearance:none;background:var(--text);border:none;border-radius:50%;width:12px;height:12px;margin-top:-3.5px}.Scrubber-module__CMGtFG__scrubber::-moz-range-thumb{background:var(--text);border:none;border-radius:50%;width:12px;height:12px}.Scrubber-module__CMGtFG__scrubber:disabled::-webkit-slider-thumb{display:none}.Scrubber-module__CMGtFG__scrubber:disabled::-moz-range-thumb{border:none;width:0;height:0}.Scrubber-module__CMGtFG__scrubber:focus-visible{outline:2px solid var(--brand-bright);outline-offset:3px}@media (pointer:coarse){.Scrubber-module__CMGtFG__scrubber{margin-block:-9.5px;padding:19.5px 0}}
.SpeedMenu-module__zRTumq__speedwrap{flex:none;position:relative}.SpeedMenu-module__zRTumq__speedwrap .SpeedMenu-module__zRTumq__speed{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-pill);color:var(--brand-bright);align-items:center;gap:var(--space-6);padding:var(--space-8) var(--space-12);font-weight:800;font-size:var(--text-sm);cursor:pointer;flex-direction:row;display:flex}.SpeedMenu-module__zRTumq__speedmenu{z-index:41;padding:var(--space-6);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);min-width:6rem;margin:0;list-style:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 12px 30px -10px #000000b3}.SpeedMenu-module__zRTumq__speedmenu button{text-align:left;border-radius:var(--radius-sm);width:100%;padding:var(--space-8) var(--space-12);font-size:var(--text-md);color:var(--text);cursor:pointer;background:0 0;border:none;font-weight:700;display:block}.SpeedMenu-module__zRTumq__speedmenu button[aria-checked=true]{color:var(--brand-bright);background:var(--surface-2)}@media (hover:hover) and (pointer:fine){.SpeedMenu-module__zRTumq__speedwrap .SpeedMenu-module__zRTumq__speed,.SpeedMenu-module__zRTumq__speedmenu button{transition:var(--hover-transition)}.SpeedMenu-module__zRTumq__speedwrap .SpeedMenu-module__zRTumq__speed:hover{border-color:var(--text-dim)}.SpeedMenu-module__zRTumq__speedmenu button:not([aria-checked=true]):hover{background:var(--surface-2)}}.SpeedMenu-module__zRTumq__speed:disabled{color:var(--disabled);cursor:not-allowed}
.VolumeControl-module__B7hCJq__volume{display:none}@media (min-width:900px) and (min-height:500px){.VolumeControl-module__B7hCJq__volume{align-items:center;gap:var(--space-8);display:flex}.VolumeControl-module__B7hCJq__volume button{color:var(--text-dim);cursor:pointer;min-width:var(--control-sm);min-height:var(--control-sm);background:0 0;border:none;border-radius:50%;place-items:center;display:grid}.VolumeControl-module__B7hCJq__slider{appearance:none;box-sizing:content-box;width:88px;height:4px;padding:var(--space-10) 0;cursor:pointer;background:0 0;margin-block:0}.VolumeControl-module__B7hCJq__slider::-webkit-slider-runnable-track{border-radius:var(--radius-xs);background:linear-gradient(to right,var(--text-dim) var(--level,0%),var(--surface-2) var(--level,0%));height:4px}.VolumeControl-module__B7hCJq__slider::-moz-range-track{border-radius:var(--radius-xs);background:linear-gradient(to right,var(--text-dim) var(--level,0%),var(--surface-2) var(--level,0%));height:4px}.VolumeControl-module__B7hCJq__slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--text);border-radius:50%;width:10px;height:10px;margin-top:-3px}.VolumeControl-module__B7hCJq__slider::-moz-range-thumb{background:var(--text);border:none;border-radius:50%;width:10px;height:10px}@media (hover:hover) and (pointer:fine){.VolumeControl-module__B7hCJq__volume button{transition:var(--hover-transition)}.VolumeControl-module__B7hCJq__volume button:hover{color:var(--text);background:var(--surface-2)}}}.VolumeControl-module__B7hCJq__volume button:disabled{color:var(--disabled);cursor:not-allowed}.VolumeControl-module__B7hCJq__slider:disabled{cursor:default;opacity:.5}
.TransportButtons-module__JVOxvq__controls{justify-content:center;align-items:center;gap:var(--space-24);margin:var(--space-18) 0 var(--space-16);display:flex}.TransportButtons-module__JVOxvq__speed{flex:none}.TransportButtons-module__JVOxvq__controls button{color:var(--text);cursor:pointer;min-width:var(--control-sm);min-height:var(--control-sm);background:0 0;border:none;border-radius:50%;place-items:center;display:grid}.TransportButtons-module__JVOxvq__controls .TransportButtons-module__JVOxvq__skip{font-size:var(--text-sm);color:var(--text-dim);position:relative}.TransportButtons-module__JVOxvq__bigplay{width:var(--control-lg);height:var(--control-lg);cursor:pointer;background:linear-gradient(150deg,var(--brand),var(--brand-deep));color:#fff;border:none;border-radius:50%;place-items:center;display:grid;box-shadow:0 6px 18px -10px #0082c373}.TransportButtons-module__JVOxvq__controls .TransportButtons-module__JVOxvq__bigplay{background:linear-gradient(150deg,var(--brand),var(--brand-deep));color:#fff}.TransportButtons-module__JVOxvq__bigplay:disabled{background:var(--disabled);color:var(--surface);cursor:not-allowed;box-shadow:none}.TransportButtons-module__JVOxvq__controls .TransportButtons-module__JVOxvq__bigplay:disabled{background:var(--disabled);color:var(--surface);box-shadow:none}.TransportButtons-module__JVOxvq__busy{opacity:.6;cursor:progress}.TransportButtons-module__JVOxvq__failed{background:var(--disabled);color:var(--surface);box-shadow:none}.TransportButtons-module__JVOxvq__controls .TransportButtons-module__JVOxvq__bigplay.TransportButtons-module__JVOxvq__busy{opacity:.6;cursor:progress}.TransportButtons-module__JVOxvq__controls .TransportButtons-module__JVOxvq__bigplay.TransportButtons-module__JVOxvq__failed{background:var(--disabled);color:var(--surface);box-shadow:none}@media (min-width:900px) and (min-height:500px){.TransportButtons-module__JVOxvq__buttons{align-items:center;gap:var(--space-16);grid-template-columns:1fr auto 1fr;display:grid}.TransportButtons-module__JVOxvq__lead,.TransportButtons-module__JVOxvq__trail{align-items:center;gap:var(--space-16);display:flex}.TransportButtons-module__JVOxvq__lead{justify-content:flex-end}.TransportButtons-module__JVOxvq__trail{justify-content:flex-start}.TransportButtons-module__JVOxvq__buttons button{color:var(--text);cursor:pointer;min-width:var(--control-sm);min-height:var(--control-sm);background:0 0;border:none;border-radius:50%;place-items:center;display:grid}.TransportButtons-module__JVOxvq__buttons button:disabled{color:var(--disabled);cursor:not-allowed}.TransportButtons-module__JVOxvq__buttons .TransportButtons-module__JVOxvq__pp{width:var(--control-sm);height:var(--control-sm);background:var(--text);color:#161513;border-radius:50%}.TransportButtons-module__JVOxvq__buttons .TransportButtons-module__JVOxvq__pp:disabled{background:var(--disabled);color:var(--surface);cursor:not-allowed}.TransportButtons-module__JVOxvq__buttons .TransportButtons-module__JVOxvq__pp.TransportButtons-module__JVOxvq__busy{opacity:.6;cursor:progress}.TransportButtons-module__JVOxvq__buttons .TransportButtons-module__JVOxvq__pp.TransportButtons-module__JVOxvq__failed{background:var(--disabled);color:var(--surface)}@media (hover:hover) and (pointer:fine){.TransportButtons-module__JVOxvq__buttons button{transition:var(--hover-transition)}.TransportButtons-module__JVOxvq__buttons button:not(.TransportButtons-module__JVOxvq__pp):hover:not(:disabled){background:var(--surface-2)}.TransportButtons-module__JVOxvq__buttons .TransportButtons-module__JVOxvq__pp:hover:not(:disabled){transform:scale(var(--hover-lift))}}}@media (hover:hover) and (pointer:fine){.TransportButtons-module__JVOxvq__controls button{transition:var(--hover-transition)}.TransportButtons-module__JVOxvq__controls button:not(.TransportButtons-module__JVOxvq__bigplay):hover:not(:disabled){background:var(--surface-2)}.TransportButtons-module__JVOxvq__controls .TransportButtons-module__JVOxvq__bigplay:hover:not(:disabled){transform:scale(var(--hover-lift))}}
.SidePanelToggle-module__80wKCW__toggle{color:var(--text-dim);cursor:pointer;min-width:var(--control-sm);min-height:var(--control-sm);background:0 0;border:none;border-radius:50%;place-items:center;padding:0;display:grid}.SidePanelToggle-module__80wKCW__toggle[aria-pressed=true]{color:var(--brand-bright);background:var(--surface-2)}.SidePanelToggle-module__80wKCW__toggle:disabled{color:var(--disabled);cursor:not-allowed}@media (hover:hover) and (pointer:fine){.SidePanelToggle-module__80wKCW__toggle{transition:var(--hover-transition)}.SidePanelToggle-module__80wKCW__toggle:hover:not(:disabled){color:var(--text);background:var(--surface-2)}}
.PlayerTransport-module__M2RI-G__rowMain,.PlayerTransport-module__M2RI-G__rowScrub,.PlayerTransport-module__M2RI-G__right{display:none}@media (min-width:900px) and (min-height:500px){.PlayerTransport-module__M2RI-G__rowMain{grid-area:center;justify-content:center;align-items:center;display:flex}.PlayerTransport-module__M2RI-G__rowScrub{flex-direction:column;grid-area:scrub;width:75%;max-width:72rem;margin:0 auto;display:flex}.PlayerTransport-module__M2RI-G__times{justify-content:space-between;margin-top:-3px;display:flex}.PlayerTransport-module__M2RI-G__time{font-size:var(--text-sm);color:var(--text-dim);font-variant-numeric:tabular-nums}.PlayerTransport-module__M2RI-G__right{justify-content:flex-end;align-items:center;gap:var(--space-14);grid-area:right;display:flex}}
.FullPlayer-module__1_oT6G__player{z-index:40;gap:var(--space-14);padding:var(--space-6) var(--space-24) var(--space-32);overscroll-behavior:contain;background:linear-gradient(180deg,#2c2a27,var(--ink));flex-direction:column;display:flex;position:fixed;inset:0;overflow-y:auto}.FullPlayer-module__1_oT6G__player:focus-visible{outline:none}.FullPlayer-module__1_oT6G__slide{animation:FullPlayer-module__1_oT6G__player-rise var(--dur-enter) var(--ease-enter) both}.FullPlayer-module__1_oT6G__fade{animation:.16s ease-out both FullPlayer-module__1_oT6G__player-fade}@keyframes FullPlayer-module__1_oT6G__player-rise{0%{transform:translateY(100%)}}@keyframes FullPlayer-module__1_oT6G__player-fade{0%{opacity:0}}@keyframes FullPlayer-module__1_oT6G__art-in{0%{opacity:0}}@media (prefers-reduced-motion:reduce){.FullPlayer-module__1_oT6G__slide{animation:.16s ease-out both FullPlayer-module__1_oT6G__player-fade}}.FullPlayer-module__1_oT6G__player[data-exiting]{pointer-events:none}.FullPlayer-module__1_oT6G__player[data-exiting] .FullPlayer-module__1_oT6G__art{animation:none}.FullPlayer-module__1_oT6G__main,.FullPlayer-module__1_oT6G__stageWrap,.FullPlayer-module__1_oT6G__lower{display:contents}.FullPlayer-module__1_oT6G__top{min-height:var(--control-sm);touch-action:none;justify-content:space-between;align-items:center;display:flex}.FullPlayer-module__1_oT6G__close{color:var(--text-dim);cursor:pointer;width:var(--control-sm);height:var(--control-sm);background:0 0;border:none;border-radius:50%;place-items:center;padding:0;display:grid}.FullPlayer-module__1_oT6G__grabber{width:var(--space-40);height:var(--space-4);border-radius:var(--radius-pill);background:var(--line)}.FullPlayer-module__1_oT6G__spacer{width:var(--control-sm);height:var(--control-sm);flex:none}.FullPlayer-module__1_oT6G__stage{aspect-ratio:16/9;border-radius:var(--radius-md);background:#000;width:100%;overflow:hidden}.FullPlayer-module__1_oT6G__slot,.FullPlayer-module__1_oT6G__art{width:100%;height:100%}.FullPlayer-module__1_oT6G__art{aspect-ratio:16/9;animation:.2s ease-out both FullPlayer-module__1_oT6G__art-in}.FullPlayer-module__1_oT6G__meta{align-items:center;gap:var(--space-12);display:flex}.FullPlayer-module__1_oT6G__thumb{aspect-ratio:16/9;border-radius:var(--radius-sm);flex:none;width:56px;padding:0}.FullPlayer-module__1_oT6G__metaText{gap:var(--space-2);flex-direction:column;flex:auto;min-width:0;display:flex}.FullPlayer-module__1_oT6G__date{font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);font-weight:700}.FullPlayer-module__1_oT6G__title{font-size:var(--text-xl);letter-spacing:var(--tight);font-weight:800;line-height:var(--leading-tight);margin:0}.FullPlayer-module__1_oT6G__speaker{font-size:var(--text-md);color:var(--text-dim);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.FullPlayer-module__1_oT6G__times{font-size:var(--text-sm);color:var(--text-dim);font-variant-numeric:tabular-nums;justify-content:space-between;margin-top:-3px;display:flex}.FullPlayer-module__1_oT6G__modeRow{justify-content:center;gap:var(--space-10);display:flex}.FullPlayer-module__1_oT6G__modeButton,.FullPlayer-module__1_oT6G__cc{min-height:var(--control-sm);padding:0 var(--space-14);border-radius:var(--radius-pill);border:1px solid var(--line);background:var(--surface-2);color:var(--text);font-size:var(--text-sm);cursor:pointer;font-weight:700}.FullPlayer-module__1_oT6G__cc[aria-pressed=true]{background:var(--brand);border-color:var(--brand);color:#fff}.FullPlayer-module__1_oT6G__error,.FullPlayer-module__1_oT6G__notice{text-align:center;font-size:var(--text-sm);margin:0}.FullPlayer-module__1_oT6G__error{color:var(--text)}.FullPlayer-module__1_oT6G__notice{color:var(--text-dim)}.FullPlayer-module__1_oT6G__retry{margin-left:var(--space-8);min-height:var(--control-sm);padding:0 var(--space-12);border-radius:var(--radius-pill);background:var(--text);color:#161513;font-weight:700;font-size:var(--text-sm);cursor:pointer;border:none}.FullPlayer-module__1_oT6G__cornerWrap{padding:var(--space-6);pointer-events:none;transition:opacity .2s ease-out;position:absolute;bottom:0;right:0}.FullPlayer-module__1_oT6G__cornerWrap[data-hidden=true]{opacity:0}.FullPlayer-module__1_oT6G__corner,.FullPlayer-module__1_oT6G__immFull{pointer-events:auto;width:var(--control-sm);height:var(--control-sm);color:#fff;cursor:pointer;background:#00000073;border:none;border-radius:50%;place-items:center;padding:0;display:grid}.FullPlayer-module__1_oT6G__cornerWrap[data-hidden=true] .FullPlayer-module__1_oT6G__corner{pointer-events:none;cursor:none}.FullPlayer-module__1_oT6G__player[data-layout=immersive]{background:0 0;padding:0;display:block;overflow:hidden}.FullPlayer-module__1_oT6G__player[data-layout=immersive] .FullPlayer-module__1_oT6G__stage{aspect-ratio:auto;border-radius:var(--radius-none);background:0 0;width:100%;height:100%;position:absolute;inset:0}.FullPlayer-module__1_oT6G__immTop,.FullPlayer-module__1_oT6G__immMid,.FullPlayer-module__1_oT6G__immBottom{pointer-events:none;position:absolute;left:0;right:0}.FullPlayer-module__1_oT6G__immTop{justify-content:space-between;align-items:center;gap:var(--space-12);padding:max(var(--space-10),env(safe-area-inset-top)) max(var(--space-16),env(safe-area-inset-right)) var(--space-24) max(var(--space-16),env(safe-area-inset-left));background:linear-gradient(#0009,#0000);display:flex;top:0}.FullPlayer-module__1_oT6G__immTitle{min-width:0;font-size:var(--text-md);white-space:nowrap;text-overflow:ellipsis;margin:0;font-weight:800;overflow:hidden}.FullPlayer-module__1_oT6G__immMid{place-items:center;display:grid;top:0;bottom:0}.FullPlayer-module__1_oT6G__immMid>*{margin:0}.FullPlayer-module__1_oT6G__player .FullPlayer-module__1_oT6G__immMid button{color:#fff;filter:drop-shadow(0 1px 3px #0009)}.FullPlayer-module__1_oT6G__immBottom{gap:var(--space-4);padding:var(--space-24) max(var(--space-16),env(safe-area-inset-right)) max(var(--space-8),env(safe-area-inset-bottom)) max(var(--space-16),env(safe-area-inset-left));background:linear-gradient(#0000,#000000b3);flex-direction:column;display:flex;bottom:0}.FullPlayer-module__1_oT6G__immRow{justify-content:space-between;align-items:center;display:flex}.FullPlayer-module__1_oT6G__immTimes{font-size:var(--text-sm);color:#ffffffd9;font-variant-numeric:tabular-nums}.FullPlayer-module__1_oT6G__immTop button,.FullPlayer-module__1_oT6G__immMid button,.FullPlayer-module__1_oT6G__immBottom>*{pointer-events:auto}.FullPlayer-module__1_oT6G__player[data-layout=immersive] .FullPlayer-module__1_oT6G__chrome{transition:opacity .2s ease-out}.FullPlayer-module__1_oT6G__player[data-layout=immersive][data-controls=hidden] .FullPlayer-module__1_oT6G__chrome{opacity:0}.FullPlayer-module__1_oT6G__player[data-layout=immersive][data-controls=hidden] .FullPlayer-module__1_oT6G__chrome,.FullPlayer-module__1_oT6G__player[data-layout=immersive][data-controls=hidden] .FullPlayer-module__1_oT6G__chrome *{pointer-events:none}.FullPlayer-module__1_oT6G__player[data-layout=side]{column-gap:var(--space-24);row-gap:var(--space-6);padding:var(--space-6) max(var(--space-24),env(safe-area-inset-right)) var(--space-12) max(var(--space-24),env(safe-area-inset-left));grid-template-rows:auto 1fr;grid-template-columns:minmax(0,2fr) minmax(0,3fr);align-items:center;display:grid}.FullPlayer-module__1_oT6G__player[data-layout=side] .FullPlayer-module__1_oT6G__top{grid-column:1/-1}.FullPlayer-module__1_oT6G__player[data-layout=side] .FullPlayer-module__1_oT6G__stage{grid-column:1;align-self:center}.FullPlayer-module__1_oT6G__player[data-layout=side] .FullPlayer-module__1_oT6G__lower{gap:var(--space-10);flex-direction:column;grid-column:2;min-width:0;display:flex}.FullPlayer-module__1_oT6G__player[data-layout=side] .FullPlayer-module__1_oT6G__thumb{display:none}@media (min-width:900px) and (min-height:500px){.FullPlayer-module__1_oT6G__player{background:var(--ink);grid-template-columns:minmax(0,1fr) auto;gap:0;padding:0;display:grid;overflow:hidden}.FullPlayer-module__1_oT6G__main{gap:var(--space-14);min-width:0;min-height:0;padding:var(--space-14) var(--space-40) var(--space-24);flex-direction:column;display:flex;overflow-y:auto}.FullPlayer-module__1_oT6G__grabber{display:none}.FullPlayer-module__1_oT6G__chrome{flex:none}.FullPlayer-module__1_oT6G__stageWrap{flex:1 1 0;place-items:center;min-height:0;display:grid;container-type:size}.FullPlayer-module__1_oT6G__stage{aspect-ratio:16/9;width:min(100cqw,177.778cqh);height:auto}.FullPlayer-module__1_oT6G__lower{gap:var(--space-14);flex-direction:column;width:100%;max-width:48rem;margin:0 auto;display:flex}.FullPlayer-module__1_oT6G__slide{animation:FullPlayer-module__1_oT6G__player-fade var(--dur-enter) var(--ease-enter) both}.FullPlayer-module__1_oT6G__chrome{transition:opacity .2s ease-out}.FullPlayer-module__1_oT6G__player[data-controls=hidden] .FullPlayer-module__1_oT6G__chrome{opacity:0}.FullPlayer-module__1_oT6G__player[data-controls=hidden],.FullPlayer-module__1_oT6G__player[data-controls=hidden] .FullPlayer-module__1_oT6G__main .FullPlayer-module__1_oT6G__chrome,.FullPlayer-module__1_oT6G__player[data-controls=hidden] .FullPlayer-module__1_oT6G__main .FullPlayer-module__1_oT6G__chrome *{cursor:none}}@media (hover:hover) and (pointer:fine){.FullPlayer-module__1_oT6G__close,.FullPlayer-module__1_oT6G__modeButton,.FullPlayer-module__1_oT6G__cc,.FullPlayer-module__1_oT6G__retry{transition:var(--hover-transition)}.FullPlayer-module__1_oT6G__close:hover{color:var(--text);background:var(--surface-2)}.FullPlayer-module__1_oT6G__modeButton:hover,.FullPlayer-module__1_oT6G__cc:hover{border-color:var(--text-dim)}}
