<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --poster-aspect: 1.7777778;
}
body, button {
    font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
}

body {
    --action: hsl(177 100% 19%);
--action-hover: hsl(178 100% 26%);
--bg-1: hsl(353 7% 9%);
--bg-1-85: hsl(353 7% 9% / 85%);
--bg-2: hsl(354 4% 15.000001%);
--bg-3: hsl(354 3% 20%);
--bg-mg: hsl(354 3% 27.000002%);
--checkerboard: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDY0IDY0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICAgPHJlY3QgZmlsbD0iaHNsKDM1NCA0JSAxNS4wMDAwMDElKSIgaGVpZ2h0PSIzMiIgd2lkdGg9IjMyIiB4PSIwIiB5PSIwIi8+CiAgICA8cmVjdCBmaWxsPSJoc2woMzU0IDQlIDE1LjAwMDAwMSUpIiBoZWlnaHQ9IjMyIiB3aWR0aD0iMzIiIHg9IjMyIiB5PSIzMiIvPgogICAgPHJlY3QgZmlsbD0iaHNsKDM1NCAzJSAyMCUpIiBoZWlnaHQ9IjMyIiB3aWR0aD0iMzIiIHg9IjAiIHk9IjMyIi8+CiAgICA8cmVjdCBmaWxsPSJoc2woMzU0IDMlIDIwJSkiIGhlaWdodD0iMzIiIHdpZHRoPSIzMiIgeD0iMzIiIHk9IjAiLz4KPC9zdmc+Cg==");
--d-1: hsl(353 7% 9%);
--d-1-85: hsl(353 7% 9% / 85%);
--d-2: hsl(354 4% 15.000001%);
--d-3: hsl(354 3% 20%);
--danger: hsl(358 61% 37%);
--danger-hover: hsl(359 57% 50%);
--fg-1: hsl(0 0% 100%);
--fg-2: hsl(354 4% 80%);
--fg-3: hsl(354 3% 71%);
--fg-mg: hsl(354 2% 60.000004%);
--l-1: hsl(0 0% 100%);
--l-2: hsl(354 4% 80%);
--mg: hsl(354 2% 54.000004%);
--warning-bg: hsl(15 36% 23%);
--warning-fg: hsl(0 0% 100%);

}
@supports (color: oklch(0% 0 0)) {
    body {
        --action: oklch(45% 0.2 190);
--action-hover: oklch(56% 0.24 190);
--bg-1: oklch(20% 0.005 10);
--bg-1-85: oklch(20% 0.005 10 / 85%);
--bg-2: oklch(26.9% 0.005 10);
--bg-3: oklch(32% 0.005 10);
--bg-mg: oklch(38.7% 0.005 10);
--checkerboard: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDY0IDY0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICAgPHJlY3QgZmlsbD0iaHNsKDM1NCA0JSAxNS4wMDAwMDElKSIgaGVpZ2h0PSIzMiIgd2lkdGg9IjMyIiB4PSIwIiB5PSIwIi8+CiAgICA8cmVjdCBmaWxsPSJoc2woMzU0IDQlIDE1LjAwMDAwMSUpIiBoZWlnaHQ9IjMyIiB3aWR0aD0iMzIiIHg9IjMyIiB5PSIzMiIvPgogICAgPHJlY3QgZmlsbD0iaHNsKDM1NCAzJSAyMCUpIiBoZWlnaHQ9IjMyIiB3aWR0aD0iMzIiIHg9IjAiIHk9IjMyIi8+CiAgICA8cmVjdCBmaWxsPSJoc2woMzU0IDMlIDIwJSkiIGhlaWdodD0iMzIiIHdpZHRoPSIzMiIgeD0iMzIiIHk9IjAiLz4KPC9zdmc+Cg==");
--d-1: oklch(20% 0.005 10);
--d-1-85: oklch(20% 0.005 10 / 85%);
--d-2: oklch(26.9% 0.005 10);
--d-3: oklch(32% 0.005 10);
--danger: oklch(45% 0.15 24);
--danger-hover: oklch(56% 0.18 24);
--fg-1: oklch(100% 0 0);
--fg-2: oklch(84% 0.005 10);
--fg-3: oklch(77% 0.005 10);
--fg-mg: oklch(68% 0.005 10);
--l-1: oklch(100% 0 0);
--l-2: oklch(84% 0.005 10);
--mg: oklch(62.699997% 0.005 10);
--warning-bg: oklch(35% 0.05 400);
--warning-fg: oklch(100% 0 0);

    }
}

a {
    color: var(--fg-1);
    text-decoration: none;
}
a:hover { color: var(--fg-3); }
.actions a,
.actions button {
    align-items: center;
    background: var(--bg-2);
    border: none;
    border-radius: .2rem;
    color: var(--fg-1);
    column-gap: .3rem;
    cursor: pointer;
    display: flex;
    padding: .3rem .6rem .3rem .5rem;
}
.actions a:focus-visible,
.actions a:hover,
.actions button:focus-visible,
.actions button:hover {
    background: var(--bg-3);
}
/* TODO: Temporarily hidden - unhide in an upcoming version when we figured out
         layout questions around banner. */
.banner { display: none; }
.breadcrumbs {
    align-items: center;
    column-gap: .7rem;
    display: flex;
    flex-wrap: wrap;
}
body {
    background: var(--bg-1);
    color: var(--fg-2);
    margin: 0;
}
button {
    color: var(--fg-2);
    font-size: 1rem;
}
.caption {
    font-weight: 500;
    margin-top: .4rem;
}
.center {
    margin: 0 auto;
    max-width: 64rem;
    padding: 0 1rem 4rem;
}
.center .banner {
    border-radius: .5rem;
    max-width: 32rem;
}
.center .description a {
    text-decoration: underline;
    text-underline-offset: .3rem;
}
.center .description a:hover { text-decoration: none; }
#copy-link::after {
    color: var(--fg-2);
    padding-left: .5rem;
}
#copy-link.confirmed::after { content: var(--t-copied); }
#copy-link.failed::after { content: var(--t-failed); }
.current { background: var(--bg-3); }
.feed_card {
    background: var(--bg-2);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    row-gap: 1rem;
}
.feed_card &gt; * { margin: 0; }
.feed_card a { text-decoration: underline; }
.feed_card button { background: var(--bg-1); }
.feed_card h2 {
    align-items: center;
    display: flex;
    column-gap: .4em;
}
.feed_card h2 span { flex-grow: 1; }
.feed_grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}
.flex { display: flex; }
.flex.align { align-items: center; }
.flex.apart { justify-content: space-between; }
.flex.space { column-gap: .3rem; }
footer {
    align-items: center;
    background: var(--bg-1);
    column-gap: .7rem;
    display: flex;
    font-size: .9rem;
    height: 2rem;
    margin: 2rem auto 0 auto;
    padding: 1rem;
    width: 64rem;
}
h1 {
    color: var(--fg-1);
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
}
h2 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 3rem;
}
header {
    align-items: center;
    column-gap: 1rem;
    display: flex;
    font-size: .9rem;
    justify-content: space-between;
    padding: .5rem .6rem .5rem 1rem;
}
header a {
    border-bottom: .2rem solid transparent;
    color: var(--fg-1);
    outline: none;
    padding: .3rem 0;
}
header a:focus-visible { border-bottom-color: var(--fg-1); }
img {
    display: block;
    max-width: 100%;
}
.large_font { font-size: 1.6rem; }
.layout {
    display: flex;
    flex-direction: column;
    height: 100dvh;
}
.layout .growing { flex-grow: 1; }
.links {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.links &gt; a {
    align-items: center;
    background: var(--bg-2);
    border-radius: .2rem;
    color: var(--fg-1);
    column-gap: .3rem;
    display: flex;
    padding: .3rem .6rem .3rem .5rem;
    width: max-content;
}
.links &gt; a:not(:first-child) { margin-top: .5rem; }
.links &gt; a:focus-visible,
.links &gt; a:hover {
    background: var(--bg-3);
}
.logo {
    background: var(--fg-2);
    color: var(--bg-1);
    font-weight: 500;
    padding: .5rem;
}
.medium_font { font-size: 1.2rem; }
/*.outline {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.outline &gt; a {
    border: 1px solid var(--bg-2);
    border-radius: .6rem;
    position: relative;
}
.outline &gt; a &gt; img,
.outline &gt; a &gt; .placeholder {
    border-radius: .6rem;
}
.outline &gt; a &gt; .placeholder {
    background: var(--bg-2);
    height: 12rem;
}
.outline .text {
    background: var(--bg-1-85);
    border-bottom-left-radius: .6rem;
    border-bottom-right-radius: .6rem;
    bottom: 0;
    left: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
}*/
.parents {
    font-size: .9rem;
    margin-top: .2rem;
}
.player_controls {
    bottom: 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
}
.player_controls button { padding: .9rem .7rem; }
.player_controls button svg { font-size: 1.4rem; }
.player_controls .control_pane {
    background: var(--d-1-85);
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    display: flex;
    font-size: .9rem;
    justify-content: space-between;
}
.player_controls .control_pane button { font-size: .9rem; }
.player_controls .control_pane &gt; div {
    align-items: center;
    display: flex;
}
.player_controls .control_pane input {
    opacity: 0;
    position: absolute;
    width: 100%;
}
.player_controls .left_side_controls button:first-child { padding-left: .9rem; }
.player_controls .right_side_controls button:last-child { padding-right: .9rem; }
.player_controls #select_subtitles {
    align-items: center;
    column-gap: .3rem;
    display: flex;
}
.player_controls .timeline {
    height: .8rem;
    position: relative;
}
.player_controls .timeline * { cursor: pointer; }
.player_controls .timeline .bar {
    bottom: 0;
    height: .3rem;
    pointer-events: none;
    position: absolute;
}
.player_controls .timeline:hover .bar { height: .35rem; }
.player_controls .timeline .bar.backdrop {
    background: var(--d-3);
    width: 100%;
    z-index: 1;
}
.player_controls .timeline .bar.outline {
    width: 100%;
    z-index: 3;
}
.player_controls .timeline input:focus-visible + .bar.outline { outline: 1px solid var(--l-1); }
.player_controls .timeline .bar.progress {
    background: var(--l-1);
    width: 0;
    z-index: 2;
}
.player_controls .timeline input {
    appearance: none;
    bottom: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}
.player_intro,
.player_outro {
    align-items: center;
    bottom: 2.9rem;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.player_outro {
    background: var(--d-1-85);
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    column-gap: 2rem;
}
.player_outro:not(.active) { display: none; }
.player_wrapper {
    color: var(--l-2);
    position: relative;
}
.player_wrapper button {
    background: none;
    border: none;
    color: var(--l-2);
    cursor: pointer;
}
.player_wrapper button:hover { color: var(--l-1); }
.player_wrapper &gt; *:not(video) { z-index: 1; }
.player_wrapper:not(:fullscreen) video { max-height: 80vh; }
.playlist {
    display: flex;
    flex-direction: column;
}
.playlist &gt; a &gt; div { flex-shrink: 0; }
.playlist &gt; * {
    align-items: center;
    border-radius: .5rem;
    column-gap: 1rem;
    display: flex;
    outline: none;
    padding: .5rem;
}
.playlist &gt; *:focus-visible,
.playlist &gt; *:hover { background: var(--bg-2); }
.playlist .description {
    align-items: center;
    color: var(--fg-1);
    display: flex;
    flex-grow: 1;
}
.playlist_context {
    border: 1px solid var(--bg-2);
    border-radius: .5rem;
    /* TODO: Shadows only in light mode or different strategy between both color schemes */
    box-shadow: 0 0 12rem #0001;
}
.playlist_context &gt; a {
    display: flex;
    outline: none;
    position: relative;
}
.playlist_context &gt; a:first-child {
    border-top-left-radius: .4rem;
    border-top-right-radius: .4rem;
}
.playlist_context &gt; a:first-child img { border-top-left-radius: .4rem }
.playlist_context &gt; a:last-child {
    border-bottom-left-radius: .4rem;
    border-bottom-right-radius: .4rem;
}
.playlist_context &gt; a:last-child img { border-bottom-left-radius: .4rem }
.playlist_context &gt; a:focus-visible,
.playlist_context &gt; a:hover { background: var(--bg-2); }
.playlist_context &gt; a:not(:last-child) {
    border-bottom: 1px solid var(--bg-1);
}
.playlist_context .current { background: var(--bg-3); }
.playlist_context .description {
    align-items: flex-start;
    color: var(--fg-1);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    padding: .2rem .8rem;
}
.playlist_context .details { font-size: .8rem; }
.playlist_context .duration { color: var(--fg-3); }
.playlist_context .label {
    font-size: .9rem;
    max-width: 15rem; /* TODO: Resolve this hack, need dynamic fitting into max-width */
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.playlist_context .more {
    align-items: center;
    display: flex;
    height: 4rem;
    justify-content: center;
}
.playlist_context .number {
    background: var(--bg-1);
    border-bottom-left-radius: .2rem;
    color: var(--fg-3);
    font-size: .8rem;
    padding: 0 .4rem 0 .5rem;
    position: absolute;
    right: 0;
    top: 0;
}
.playlist_context img {
    aspect-ratio: var(--poster-aspect);
    background: var(--d-1);
    border-radius: 0;
    display: block;
    flex-shrink: 0;
    height: 4rem;
    object-fit: contain;
}
.playlist_header {
    background: var(--bg-1);
    padding: .8rem;
}
.playlist_header .duration { color: var(--fg-3); }
.playlist_header .title {
    color: var(--fg-1);
    display: block;
}
.reading_width { max-width: 32rem; }
.release_date {
    color: var(--fg-3);
    display: inline-block;
    margin-top: .2rem;
}
.right_side_controls { position: relative; }
.sidebar {
    display: flex;
    flex-direction: column;
}
.site_title {
    color: var(--fg-2);
    font-size: 1.17rem;
}
#speed .x { font-size: .8em; }
.split {
    display: flex;
    row-gap: 1rem;
}
.subtitle_options {
    bottom: 100%;
    display: flex;
    flex-direction: column;
    opacity: 0;
    padding-bottom: .5rem;
    pointer-events: none;
    position: absolute;
    right: .5rem;
    z-index: 4;
}
.subtitle_options:focus-within,
.subtitle_controls:hover .subtitle_options {
    opacity: 1;
    pointer-events: auto;
}
.subtitle_options button {
    align-items: center;
    background: var(--d-1-85);
    display: flex;
}
.subtitle_options button:first-child {
    border-top-left-radius: .2em;
    border-top-right-radius: .2em;
}
.subtitle_options button:last-child {
    border-bottom-left-radius: .2em;
    border-bottom-right-radius: .2em;
}
.subtitle_options button .active_marker_container {
    height: 1em;
    width: 1em;
}
.subtitle_options button svg { font-size: 1rem; }
.subtitle_options button:not(.active) svg { display: none; }
.subtitle_options button:not(:first-child) { padding-top: .5rem; }
.subtitle_options button:not(:last-child) { padding-bottom: .5rem; }
svg {
    fill: currentColor;
    display: block;
}
.system_info {
    align-items: center;
    color: var(--fg-3);
    column-gap: .4rem;
    display: flex;
}
.system_info:focus-visible,
.system_info:hover {
    text-decoration: underline;
    text-underline-offset: .3rem;
}
.thumbnail {
    aspect-ratio: var(--poster-aspect);
    background: var(--d-1);
    border-radius: .5rem;
    flex-shrink: 0;
    object-fit: contain;
}
.thumbnail_wrapper { position: relative; }
.thumbnail_wrapper .duration {
    background: var(--bg-1-85);
    border-radius: .2rem;
    bottom: calc(var(--poster-aspect) * 3%);
    color: var(--fg-1);
    font-size: .8rem;
    padding: .1rem .3rem;
    position: absolute;
    right: 3%;
}
.unlisted_badge {
    background: var(--bg-2);
    border-radius: .2rem;
    padding: .3rem;
}
.versions_ring {
    aspect-ratio: 1;
    height: min(20rem, 100%);
    opacity: .9;
    width: auto;
}
.versions_ring circle.backdrop {
    fill: var(--d-1);
    opacity: .9;
}
.versions_ring path { fill: var(--l-1); }
.versions_ring g {
    cursor: pointer;
    opacity: .9;
}
.versions_ring g:focus-visible,
.versions_ring g:hover {
    opacity: 1;
    outline: none;
}
.versions_ring text {
    fill: var(--d-1);
    font-size: 1.3rem;
}
.versions_ring rect.backdrop { fill: var(--l-1); }
.versions_ring text.size {
    fill: var(--d-3);
    font-size: 1rem;
}
.versions_ring.interacting g:not(:focus-visible):not(:hover) { opacity: .5; }
video {
    border-radius: .5rem;
    display: block;
    height: 100%;
    width: 100%;
}
.video {
    color: var(--fg-2);
    display: flex;
    flex-direction: column;
}
.video_title {
    color: var(--fg-1);
    margin: 0;
}
.videos {
    column-gap: 1rem;
    display: flex;
    flex-flow: row wrap;
    row-gap: 1rem;
}
.videos_grid {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: minmax(0, 1fr);
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.videos_grid .number {
    background: var(--fg-3);
    border-radius: .2rem;
    color: var(--bg-1);
    font-size: .8rem;
    padding: .1rem .3rem .1rem .3rem;
}
.videos_grid .release_date { font-size: .9rem; }
.videos_grid .thumbnail { height: auto; }

@media (max-width: 33.999rem) {
    .playlist &gt; a &gt; div { width: 50%; }
    .playlist .thumbnail { height: auto; }
}
@media (min-width: 34rem) {
    .playlist .thumbnail {
        height: 8rem;
        width: auto;
    }
}

@media (min-width: 30rem) {
    .videos_grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 44rem) {
    .videos_grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 53rem) {
    .feed_grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 58rem) {
    .videos_grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 68rem) {
    .feed_grid { gap: 2rem; }
}
@media (min-width: 80rem) {
    /* .layout.with_sidebar { width: calc(100vw - 28rem); } width + padding of .outline */
    /* .outline {
        max-height: calc(100dvh - 4rem);
        overflow-y: auto;
        position: absolute;
        right: 2rem;
        top: 2rem;
        width: 24rem;
    }*/
}
@media (max-width: 66rem) {
    footer { width: calc(100% - 2rem); }
}
@media (max-width: 99.999rem) {
    .player_wrapper { margin-top: 4rem; }
}
@media (min-width: 100rem) {
    .center { max-width: 64vw; }
    footer { width: 64vw; }
    .player_wrapper { margin-top: calc(50dvh - 50% / var(--poster-aspect) - 6rem); }
}
@media (min-width: 110rem) {
    .videos_grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
@media (min-width: 134rem) {
    .videos_grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
@media (min-width: 135rem) {
    .feed_grid { grid-template-columns: 1fr 1fr 1fr; }
}

</pre></body></html>