:root{--app-height:100vh}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-transform:uppercase;font-size:16px}@media (max-width:550px){body,html{font-size:11px}}a{color:inherit;text-decoration:none}*{padding:0;margin:0;box-sizing:border-box}main{height:var(--app-height);width:100%;overflow:hidden}.loading{position:fixed;z-index:100;top:0;left:0;width:100%;height:100%;background:#fff;padding:.25rem .5rem}.loading>div{-webkit-animation:blink 1s linear infinite;animation:blink 1s linear infinite}@-webkit-keyframes blink{50%{opacity:0}}@keyframes blink{50%{opacity:0}}.info{position:fixed;top:0;left:0;z-index:-1;width:80%;padding:.25rem .5rem;display:flex;justify-content:space-between;align-items:flex-start}.info div:last-child{cursor:pointer}.info.top{z-index:999}@media (max-width:550px){.info{width:75%}.info div:first-child{width:45%}.info div:last-child{width:55%}}.content{position:fixed;top:0;left:0}.container,.content{width:100%;height:100%}.container{position:absolute;opacity:0}.container.visible{opacity:1}.container.top{z-index:10}video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.controls{position:fixed;z-index:20;top:0;right:0;padding:.25rem .5rem;display:flex;flex-direction:column;align-items:flex-start}.controls.playing button{color:#fff}button{border:none;background:none;font-size:inherit;display:block;position:relative;background:transparent;cursor:pointer;width:120px;text-align:left}button:focus{outline:none;border:none}button div{position:absolute;top:0;right:0;height:17px;width:17px;border-radius:50%;border:1px solid #000}button.active div{background:#fff}.controls.playing button div{border:1px solid #fff}@media (max-width:550px){button{width:80px}button div{height:11px;width:11px}}.lyrics{position:fixed;top:0;left:0;z-index:15;width:100%;height:100%;padding:.25rem;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lyrics div{display:flex;height:calc(100% / 113)}.lyrics div span{display:block;width:calc(100% / 8);text-transform:uppercase;font-size:.65rem;font-size:1vh;line-height:.9;color:#fff}.lyrics div span.left05{margin-left:-.5rem;margin-right:.5rem}.lyrics div span.left1{margin-left:-1rem;margin-right:1rem}.lyrics div span.left15{margin-left:-1.5rem;margin-right:1.5rem}.lyrics div span.left2{margin-left:-2rem;margin-right:2rem}.lyrics div span.right05{margin-right:-.5rem;margin-left:.5rem}.lyrics div span.right1{margin-right:-1rem;margin-left:1rem}.lyrics div span.right15{margin-right:-1.5rem;margin-left:1.5rem}.lyrics div span.right2{margin-right:-2rem;margin-left:2rem}.lyrics div span.right25{margin-right:-2.5rem;margin-left:2.5rem}.lyrics div span.right3{margin-right:-3rem;margin-left:3rem}.lyrics div span.right35{margin-right:-3.5rem;margin-left:3.5rem}.lyrics div span.right6{margin-right:-6rem;margin-left:6rem}