*{box-sizing:border-box}body{font-family:sans-serif;padding:0;margin:0}nav{position:sticky;top:0;background-color:#fff}#days,#stages{display:flex;flex-direction:row;gap:.5rem;width:100%;padding:.5rem;font-size:1.5rem;overflow-x:auto;-webkit-user-select:none;user-select:none}#days>div,#stages>div{border-radius:.5rem;padding:.5rem 1rem;cursor:pointer;transition:opacity .5s}#days>div{background-color:#eee}#stages>div{display:flex;align-items:center;justify-content:center}#stages>div>div{text-wrap:nowrap;text-align:center}#events{display:flex;flex-direction:column;gap:0;overflow-x:auto;width:100%;padding:.5rem}.stage.inactive{opacity:.5}.stage.unavailable{display:none!important}.day.inactive{opacity:.2}#button-now{position:fixed;bottom:.5rem;right:.5rem;border-radius:.5rem;background:#eee;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}#button-now:hover{background:#ddd}#button-now.unavailable{display:none}@media screen and (min-width: 900px){#button-now{width:5rem;height:5rem;font-size:2.5rem}}@media not screen and (min-width: 900px){#button-now{width:3rem;height:3rem;font-size:1.5rem}}#version-label{position:fixed;bottom:.5rem;left:.5rem}#version-label>a{color:#ccc;text-decoration:none}g.stage-schedule{transition:opacity .5s}g.stage-schedule.active{opacity:1}g.stage-schedule.inactive{opacity:0;pointer-events:none}g.stage-schedule.active.was-active{transition:transform .5s}rect.block{stroke:#fff;stroke-width:.5;transition:opacity .5s}rect.block.clickable{cursor:pointer}rect.block.clickable:hover{opacity:.5}foreignObject.block-text{pointer-events:none}div.text-container{font-size:6px;color:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}div.text-container>div.artist-name{text-align:center}div.text-container>div.time{font-size:.75em}line.current-time{stroke:#000;opacity:.5;stroke-width:1}line.hour{stroke:#eee;stroke-width:.5}
