<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#progress{background:var(--highlight);border-radius:2px;color:var(--secondary);height:4px;left:50%;transform:translatex(-50%);trasnition:opacity .25s linear;width:100%;max-width:500px;}#progress::after{color:var(--primary);content:attr(value) "%";font-size:12px;line-height:20px;position:absolute;right:0;text-align:right;top:-20px;z-index:2;}#progress::-moz-progress-bar{background:var(--secondary);border-radius:2px;}#progress::-webkit-progress-bar{background:var(--highlight);border-radius:2px;}#progress::-webkit-progress-value{background:var(--secondary);border-radius:2px;}#videos{grid-gap:10px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-auto-rows:1px;}#videos&gt;figure{transition:background 0s linear .75s,opacity .375s ease-in-out;}#videos&gt;figure:hover{background:var(--primary);transition-delay:0s;}#videos img{height:auto;transition:opacity .75s ease-in-out,transform .75s ease-in-out;width:100%;}#videos a:active&gt;img,#videos a:focus&gt;img,#videos a:hover&gt;img{opacity:.7;transform:scale(1.05);}#videos figcaption{bottom:0;color:var(--background);font-style:normal;font-size:19px;line-height:24px;left:0;opacity:0;padding:0 20px 20px;right:0;text-shadow:2px 2px 2px var(--shadow);top:50%;transition:opacity .75s ease-in-out;}#videos a:active&gt;figcaption,#videos a:focus&gt;figcaption,#videos a:hover&gt;figcaption{opacity:1;}#videos a::after{background:url(/uploads/svg/icons/materialdesignicons/play-circle-outline.svg?fill=fff&amp;size=56) no-repeat;content:"";height:56px;left:calc(50% - 28px);opacity:0;position:absolute;pointer-events:none;top:calc(50% - 56px);transition:opacity .75s ease-in-out;width:56px;}#videos a:active::after,#videos a:focus::after,#videos a:hover::after{opacity:1;}#player{background:var(--shadow);color:var(--background);bottom:0;left:0;right:0;top:0;transition:opacity .375s ease-in-out;user-select:none;z-index:9;}#toolbar{justify-content:flex-end;left:0;right:0;padding:8px;top:0;z-index:3;}#toolbar svg{margin-left:8px;opacity:.75;transition:opacity .375s ease-in-out;}#toolbar svg:hover{opacity:1;}#toolbar&gt;p{line-height:24px;margin-right:auto;}#toolbar path{transition:opacity .375s ease-in-out .25s;}#prev{left:0;top:calc(50% - 24px);width:48px}#next{right:0;top:calc(50% - 24px);width:48px}#video{left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;max-width:96vw;}#video&gt;iframe{left:0;height:100%;top:0;width:100%;}@media(prefers-reduced-motion:reduce){#videos a:active&gt;img,#videos a:focus&gt;img,#videos a:hover&gt;img,#videos a:active::after,#videos a:focus::after,#videos a:hover::after{transform:initial;}}</pre></body></html>