a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}:root{--orange:#ff870b;--red:#ef4a40;--purple:#6a24ff;--gray:#1d1d1d;--dgray:#101010}body{background:var(--gray);color:#fff;min-height:100vh}main{width:100vw;max-width:2560px;display:flex;align-items:center;justify-content:center;background:var(--purple);flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}@media screen and (min-width:1600px){main{max-height:300px;flex-direction:row}header{width:700px}}header{min-width:200px;padding:50px 0;stroke-width:2px;text-align:center;font-weight:bolder;display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}header .logo{width:300px;height:130px;position:relative}header .logo svg{position:absolute;top:0;left:10px;width:100%}header .logo svg:nth-of-type(1){top:10px;left:0;fill:var(--red)}header .logo svg:nth-of-type(2){top:5px;left:5px;fill:var(--orange)}header .logo svg:nth-of-type(3){fill:#fff}header a{width:90%;margin-top:25px;display:block;padding:20px;background:var(--gray);border-radius:5px;color:#fff;text-decoration:none;font-size:1.5em;transition:all .4s ease}header a img{height:1em;padding-left:20px;vertical-align:bottom}header a:hover{background:var(--dgray);transform:translateY(-2px)}main .status{width:100%;display:flex;flex-direction:column}main .status div{padding:50px 0;position:relative;height:calc(50vw + 100px);display:flex;flex-direction:column;justify-content:start;text-align:center}main .status div:hover p{padding-left:20px}main .status a{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}main .status img{position:absolute;bottom:0;width:100%}main .status h1{font-family:'Alfa Slab One',cursive;font-size:1.5em;text-transform:uppercase;letter-spacing:1.5px;font-weight:500;padding-bottom:10px}main .status p{font-family:Poppins,sans-serif;font-size:1.2em;font-weight:700;line-height:1.5em;overflow:hidden;text-overflow:ellipsis;width:90%;margin:0 auto;transition:padding .2s ease}main .status .now{background:var(--orange)}main .status .next{background:var(--red)}main .status .offline{font-family:'Alfa Slab One',cursive;text-align:center;font-size:2.5em;width:80%;margin:0 auto;padding:0}.late,.test-stream{position:fixed;bottom:0;background:red;padding:20px;border-radius:5px;font-weight:700;font-size:120%}.test-stream{background:#fff;color:#000;padding:5px;bottom:10px;font-size:90%}.hidden{display:none!important}@media screen and (min-width:900px){body{display:flex;justify-content:center;align-items:center}main header{width:100%;max-width:900px;flex-direction:row}main header a{width:auto}header a:first-of-type{margin-right:20px}main .status div{text-align:left;padding:25px 50px;height:100px;justify-content:center}main .status h1{font-size:1.8em}main .status p{font-size:2em;white-space:nowrap;max-width:75%;margin:0}main .status img{right:0;width:auto;height:150px}.late{bottom:50px}}