#video-root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Oxygen,Open Sans,sans-serif;font-size:80%;line-height:1.5}#video-root #header{border:1px solid var(--gray-color);z-index:1000;background-color:#fff;border-radius:.3em;flex-direction:row;align-items:center;gap:.5em;margin-bottom:2em;padding:.5em;font-size:90%;display:flex}#video-root #header h1{flex-grow:1;font-size:120%;font-weight:700}#video-root .pfp{aspect-ratio:1;background-color:gray;border-radius:100%}#video-root .chanlist-section{margin-bottom:2em}#video-root .chanlist-section h1{margin-bottom:.5em;font-size:150%;font-weight:700}#video-root .channel-list{flex-direction:row;gap:4em;font-size:90%;display:flex}#video-root .channel-list .channel{flex-direction:column;align-items:center;display:flex}#video-root .channel-list .channel:hover{text-decoration:none}#video-root .channel-list .channel .pfp{width:6em;margin-bottom:1em}#video-root .channel-list .channel h2{font-weight:500}#video-root .channel-list .channel small{font-size:80%}#video-root #channel-hero{gap:1rem;align-items:top;flex-direction:row;width:100%;margin-bottom:2rem;display:flex}#video-root #channel-hero .pfp{width:7em;height:7em}#video-root #channel-description{flex-direction:column;display:flex}#video-root #channel-description h1{margin-bottom:.5em;font-size:170%;font-weight:600}#video-root #channel-buttons{flex-direction:row;align-items:center;gap:.5em;margin-bottom:1em;display:flex}#video-root #channel-buttons .big{flex-direction:row;flex-grow:1;gap:.5em;font-size:110%;font-weight:500;display:flex}#video-root p{opacity:.8;margin-bottom:.5em}#video-root .video-item{flex-direction:column;display:flex;position:relative}#video-root .video-item.disabled{pointer-events:none}#video-root .video-item.disabled img{opacity:.5}#video-root .video-item .blocker{color:#fff;background-color:maroon;border-radius:1em;padding:.5em;font-size:80%;font-weight:700;position:absolute;top:1em;right:1em}#video-root .video-item img{aspect-ratio:16/9;object-fit:contain;background-color:gray;border-radius:1em;width:100%;margin-bottom:.4em}#video-root .video-item .title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-weight:600;display:-webkit-box;overflow:hidden}#video-root .video-item .duration{color:#fff;background-color:rgba(0,0,0,.6);border-radius:.3em;width:min-content;margin-bottom:-1.5em;margin-left:auto;margin-right:.8em;padding-left:.3em;padding-right:.3em;font-size:90%;font-weight:700;position:relative;top:-2.5em}#video-root .video-item .smalltext{white-space:nowrap;text-overflow:ellipsis;font-size:80%;overflow:hidden}#video-root .video-list{margin:-.5em}#video-root .video-list .video-item{width:100%;padding:.5em;display:inline-flex}@media (min-width:800px){#video-root .video-list .video-item{width:50%}}@media (min-width:1000px){#video-root .video-list .video-item{width:33.333%}}#video-root .badge{background-color:#d3d3d3;border-radius:.2em;padding-left:.2em;padding-right:.2em}#video-root .badge.success{color:#fff;background-color:#006400}#video-root .badge.warning{color:#fff;background-color:maroon}#video-root .player-wrap{aspect-ratio:16/9;color:#fff;background-color:#000;border-radius:1em;width:100%;margin-bottom:1em;position:relative}#video-root .player-wrap video,#video-root .player-wrap .overlay{border-radius:1em;width:100%;height:100%;position:absolute;top:0;left:0}#video-root .player-wrap .overlay{z-index:2;pointer-events:none}#video-root .player-wrap video{z-index:0}#video-root .player-wrap .overlay .controls{float:right;pointer-events:all;flex-direction:row;gap:.3em;padding:.5em;display:flex}#video-root .player-wrap .overlay .controls button{background-color:rgba(0,0,0,.6);border:1px solid rgba(255,255,255,.5);border-radius:0;font-size:80%}#video-root .player-wrap .overlay .controls button.selected{color:var(--text-color);background-color:rgba(255,255,255,.8)}#video-root .player-hero h1{margin-bottom:.5em;font-size:1.5em;font-weight:700}#video-root .player-hero .pfp-row{flex-direction:row;align-items:center;margin-bottom:1em;display:flex}#video-root .player-hero .pfp-row .pfp{height:3em;margin-right:1em}#video-root .player-hero .pfp-row .info{flex-direction:column;flex-grow:1;display:flex}#video-root .player-hero .pfp-row .info small{opacity:.8;font-size:80%}#video-root .player-hero .pfp-row .controls{flex-direction:row;gap:1em;display:flex}#video-root .player-hero .pfp-row .controls .btn{border-radius:50px;flex-direction:row;align-items:center;gap:.2em;padding:.5em 1em;display:flex}#video-root .player-hero .pfp-row .controls .btn .icon{font-size:120%}#video-root .player-description{background-color:rgba(0,0,0,.07);border-radius:1em;margin-bottom:2em;padding:1em}