*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html,body{background-color:#000;height:100%;font-family:Roboto,sans-serif}ul,li{margin:0;padding:0;list-style:none}#hover-wrapper{background:#000;width:100vw;height:100vh;overflow:hidden}#player{border:none;width:100vw;height:100vh}#playlist-overlay{background-color:rgba(255,255,255,.5);padding:.5rem;position:absolute;top:0}#playlist-overlay.open{width:100vw;height:100vh;overflow:auto}#add-video-box{background-color:#fff;border-radius:.25rem;align-items:center;margin-bottom:.5rem;padding:.5rem;display:flex}#add-video-box label{margin-right:.5rem}#playlist li+li{margin-top:.5rem}.playlist-entry{background-color:#fff;border-radius:.25rem;align-items:flex-start;padding:.5rem;display:flex}.playlist-entry>:not(:last-child){margin-right:.5rem}.playlist-entry.active{background-color:#e1f5fe}.playlist-entry .thumbnail{flex:0 0 10rem;height:5.625rem;overflow:hidden}.playlist-entry .thumbnail img{border-radius:.25rem;width:100%;height:100%;overflow:hidden}.playlist-entry .info{flex-direction:column;flex:1;justify-content:space-between;display:flex}.playlist-entry .info .title{color:#202020;margin:0 0 .25rem;font-size:1rem;line-height:1.2}.playlist-entry .info .channel{color:#606060;margin:0 0 .375rem;font-size:.875rem}.playlist-entry .info .meta{color:#909090;margin-bottom:.5rem;font-size:.75rem;display:flex}.playlist-entry .info{display:flex}.meta>:not(:last-child){margin-right:.5rem}button{cursor:pointer;background-color:#f1f1f1;border:none;border-radius:2px;padding:.25rem .5rem;font-size:.75rem;font-weight:700}button:hover{background-color:#e0e0e0}button.delete{color:#fff;background-color:rgba(255,80,97,.78)}#notifications{pointer-events:none;z-index:1000;flex-direction:column;display:flex;position:fixed;top:1rem;right:1rem}.notification{pointer-events:auto;color:#333;background-color:#f0f0f0;border-left:.25rem solid;border-radius:.25rem;min-width:200px;max-width:320px;padding:.75rem 1rem;font-size:.9rem;box-shadow:0 .125rem .375rem rgba(0,0,0,.2)}.notification:not(:last-child){margin-bottom:.5rem}.notification.success{background-color:#e6ffed;border-color:#28a745}.notification.warning{background-color:#fffbea;border-color:#ffc107}.notification.error{background-color:#ffe6e6;border-color:#dc3545}.hidden{display:none}.invisible{visibility:hidden}