:root{--body-bg:oklch(var(--b3));--thead-bg:oklch(var(--b1));--thead-color:oklch(var(--a));--bd-color:oklch(var(--n));--time-color:oklch(var(--a));--time-width:75px;--sticky-height:90px}body{overflow-x:hidden}.sticky-header{height:var(--sticky-height);display:flex;align-items:center;justify-content:center;background:var(--body-bg);z-index:11;position:sticky;top:0;font-weight:700;overflow:hidden}.sticky-header span{opacity:0;transform:translateY(-100%);transition:.4s}.reveal .sticky-header span{opacity:1;transform:none}.table{position:relative;border:solid var(--bd-color);border-width:0 1px 0 0;overscroll-behavior:contain}.headers{top:var(--sticky-height);position:-webkit-sticky;position:sticky;display:flex;justify-content:flex-end;z-index:1;box-shadow:0 10px 50px rgba(0,0,0,.04)}.scroller,.tracks{display:flex;overflow-y:hidden;-webkit-overflow-scrolling:touch}.scroller{overflow-x:hidden;flex:1}.tracks{overflow:auto}.scroller::-webkit-scrollbar,.tracks::-webkit-scrollbar{display:none}.track{flex:1 0 22%}.track+.track{margin-left:-1px}.time{flex:0 0 var(--time-width);position:-webkit-sticky;position:sticky;left:0;z-index:10}.headers .time{z-index:5}.tracks .time{box-shadow:20px 0 50px rgba(0,0,0,.05)}time{font-weight:600;font-size:12px;letter-spacing:.03em}time{color:#aeb2b6;text-align:right}.time .heading{justify-content:flex-end;padding-right:1em;font-weight:500;background:oklch(var(--b1))}.heading{height:50px;display:flex;justify-content:center;align-items:center;position:-webkit-sticky;position:sticky;top:0;border:solid var(--bd-color);border-width:1px;color:oklch(var(--a));z-index:1;background:var(--thead-bg);font-weight:700}.entry{border:1px solid oklch(var(--n));border-top:0;background:var(--body-bg);height:9em;padding:1em;display:flex;flex-direction:column;justify-content:space-between}.entry:not(:last-of-type){border-bottom-style:dashed}.track:last-of-type>div{border-right:0}.time .entry,.time .heading{position:relative;border-color:transparent var(--bd-color) var(--bd-color) transparent;border-color:transparent var(--bd-color) transparent transparent}.time .entry:after,.time .heading:after{content:'';position:absolute;bottom:-1px;right:-1px;width:50%;height:1px;z-index:3;background:linear-gradient(to left,var(--bd-color),var(--body-bg))}.double{height:18em}.treble{height:27em}.details{border-radius:4px;background:#ebecee;box-shadow:0 15px 30px -10px rgba(0,0,0,.5);box-shadow:0 10px 40px rgba(0,0,0,.08);border:1px solid #ebecee;padding:10px;border-left:5px solid var(--theme-bg);height:100%}h3{font-size:12px;background:var(--theme-bg);padding:2px 5px;font-weight:600;line-height:1.4;border-radius:2px;color:var(--theme-color);width:max-content}.yellow{--theme-color:hsl(40, 50%, 30%);--theme-bg:#ffd800}.turquoise{--theme-color:hsl(180, 50%, 30%);--theme-bg:#00facd}.blue{--theme-color:hsl(200, 50%, 30%);--theme-bg:#52F0FA}.purple{--theme-color:hsl(235, 75%, 90%);--theme-bg:#473BBE}.green{--theme-color:#2d4710;--theme-bg:#86F250}.orange{--theme-color:#2d4710;--theme-bg:#f27350}.pink{--theme-color:hsl(235, 75%, 90%);--theme-bg:#ed50f2}.gray{--theme-color:var(--thead-bg);--theme-bg:#BBBCBC}p{font-size:12px;color:#333;font-weight:500;margin:0}p+p{color:#858585;margin-top:5px;font-weight:400}.buttons{display:flex;justify-content:space-between;position:absolute;z-index:6;height:100%;padding:1px 0;width:calc(100% - var(--time-width))}button{border-radius:0;border:0;padding:5px;font:inherit;display:inline-flex;justify-content:center;align-items:center;outline:0!important;cursor:pointer;background:var(--thead-bg)}button>svg{line-height:0;width:30px;height:30px;fill:var(--thead-color);pointer-events:none}.btn-left{transform:scaleX(-1)}#top-of-site-pixel-anchor{position:absolute;width:1px;height:1px;top:15em;left:0}@media (max-width:767px){.track:not(.time){flex:1 0 calc(50% + 7px)}}