:root{--default-font-size:16px;--prm-drk-green:#012e01;--prm-lgt-green:#04fac1;--prm-drk-blue:#09179a;--prm-lgt-blue:#9eccdc;--prm-lgt-pink:#e0cbed;--prm-drk-red:#710101;--prm-drk-yellow:#e9a254;--prm-lgt-yellow:#fadc7b;--bpm-animation-duration:2.72s;--primary-blue:linear-gradient(45deg,#9eccdc,#f5f5f5);--secondary-blue:linear-gradient(-45deg,#00008b,#f5f5f5);--success-color:linear-gradient(135deg,#012e01 70%,#04fac1);--success-color-inverted:linear-gradient(135deg,#04fac1 70%,#012e01);--error-color:linear-gradient(45deg,#710101 70%,#e0cbed);--error-color-inverted:linear-gradient(45deg,#e0cbed 70%,#710101);--reset-color:linear-gradient(45deg,#09179a 70%,#e0cbed);--reset-color-inverted:linear-gradient(45deg,#e0cbed 70%,#09179a);--neutral-btn-clr:linear-gradient(135deg,#000 70%,#fff);--neutral-btn-clr-inverted:linear-gradient(135deg,#fff 70%,#000);--text-shadow-standard:-1px 1px 0 #000,1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000}*{box-sizing:border-box;font-family:Alegreya,serif}body,html{height:100%}body{background:linear-gradient(45deg,#9eccdc,#f5f5f5);background:var(--primary-blue);background-attachment:fixed;background-repeat:no-repeat;margin:0}main{align-items:center;display:flex;flex-direction:column;height:auto;padding:3%;place-content:center;justify-content:start;min-height:600px;overflow-x:auto;width:100vw}hr{border-color:#000;border-radius:20px;border-style:dotted;border-width:3px 2px 0 3px;height:30px;margin-top:50px;overflow:visible;width:95%}section{border-bottom:2px dashed #000;display:contents;margin-bottom:5vh}header{margin-bottom:1rem;padding:.5rem}header>menu{display:flex;flex-direction:row}header li{list-style:none;margin:10px;padding:10px}.hidden{display:none}h2[data-direction=up]{color:linear-gradient(135deg,#012e01 70%,#04fac1);color:var(--success-color)}h2[data-direction=down],h2[data-direction=up]{animation-duration:2.72s;animation-duration:var(--bpm-animation-duration);animation-iteration-count:infinite;animation-name:blink;text-align:left;width:clamp(100px,50%,300px)}h2[data-direction=down]{color:linear-gradient(45deg,#710101 70%,#e0cbed);color:var(--error-color)}h2[data-direction=down]:before{content:"▼  "}h2[data-foot=right]:after{content:"  right"}h2[data-direction=up]:before{content:"▲  "}h2[data-foot=left]:after{content:"  left"}a,button,input,p{font-size:16px;font-size:var(--default-font-size)}main>h1{text-decoration:underline}article{background-color:#f5f5f5;border:2px solid #000;border-radius:10px;box-shadow:0 0 15px #d3d3d3;margin:1rem;padding:.75rem;width:clamp(300px,-webkit-fit-content,100%);width:clamp(300px,-moz-fit-content,100%);width:clamp(300px,fit-content,100%)}article>h1,article>h2{text-align:center;text-decoration:underline}article>p{text-align:left}section.col{display:flex;flex-direction:column}section:last-child{border-bottom:none}header{display:flex;flex-direction:row;justify-content:space-between;max-height:160px;width:100%}.logo{border-radius:25px;height:100px;width:10%}#metric-switcher{background-color:#f5f5f5;border:2px solid #000;border-radius:5px 0 0 5px;position:fixed;right:0;top:80%;z-index:10}#metric-switcher>fieldset{border:none;margin:0;padding:10px}#metric-switcher>label{width:95%}footer{bottom:0;padding:20px;position:relative}address{display:flex;flex-direction:column;position:fixed;top:50%;z-index:100}address,address>a{height:200px;text-orientation:upright;width:40px;writing-mode:vertical-rl}address>a{background-color:#f5f5f5;border-bottom:2px solid #000;border-radius:0 20px 20px 0;border-right:2px solid #000;border-top:2px solid #000;color:#000;font-style:normal;font-weight:700;text-decoration:none!important}@media print{*{background:#0000!important;border-color:#000!important;box-shadow:none!important;color:#000!important}a,button,footer,header,nav{display:none!important}article{border:none}.no-print{display:none}table,td,th,thead,tr{border-width:1px}}@media screen and (min-width:700px){section{display:flex;flex-direction:row;justify-content:space-evenly}section>h2{text-align:center}}button{text-wrap:wrap;border-radius:20px;border-style:solid;border-width:1px;max-width:200px;min-width:50px;padding:10px;transition:all .3s ease-in-out}button:hover{cursor:pointer}button[type=submit]:enabled{background-image:var(--success-color);color:#fff;text-shadow:var(--text-shadow-standard)}button[type=submit]:enabled:hover{background-image:var(--success-color-inverted);color:#000;text-shadow:none}button[type=submit]:enabled:active{background-image:var(--success-color-inverted);box-shadow:0 4px 5px -2px grey;color:#000;transform:translateY(-5px)}button[type=submit]:disabled{background-image:var(--error-color);color:#fff;text-shadow:var(--text-shadow-standard)}button[type=submit]:disabled:hover{background-image:var(--error-color-inverted);color:#000;text-shadow:none}button[type=reset]{background-image:var(--reset-color);color:#fff;text-shadow:var(--text-shadow-standard)}button[type=reset]:hover{text-shadow:none}button[type=reset]:active,button[type=reset]:hover{background-image:var(--reset-color-inverted);color:#000}button[type=reset]:active{box-shadow:0 4px 5px -2px grey;transform:translateY(-5px)}button[type=button]{background-image:var(--neutral-btn-clr);color:#fff}button[type=button]:hover{background-image:var(--neutral-btn-clr-inverted);color:#000}button[type=button]:active{box-shadow:0 4px 5px -2px grey;transform:translateY(-5px)}button[disabled]:active,button[disabled]:hover{cursor:not-allowed}button[title="Close feedback widget"]{border-radius:50%!important;font-size:12px;height:30px!important;left:25px;margin:0;min-width:30px;padding:0;position:absolute;width:30px!important}span:has(button){display:flex;flex-direction:row;justify-content:space-evenly;width:100%}button[data-direction=next]:after{content:"  ▶";font-size:10px;margin:5px}button[data-direction=previous]:before{content:"◀  ";font-size:10px;margin:5px}button[data-showhamburger=true]{min-height:100px}form{background-color:#f5f5f5;border:2px solid #000;border-radius:10px;box-shadow:0 0 15px #d3d3d3;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;margin:30px clamp(10px,1rem,30px) clamp(10px,1rem,30px);min-height:400px;padding:clamp(10px,5%,20px);transition:max-width 2s ease,border-color 1s ease,box-shadow 2s ease;width:clamp(300px,95%,600px)}form label{display:inline-block;margin:10px 0}form:invalid{border-color:var(--prm-drk-red)}form:valid{border-color:var(--prm-drk-green)}form:focus-within{border-color:var(--prm-lgt-blue);box-shadow:0 0 20px #000}form details{color:#000;margin-left:clamp(5px,5%,15px)}summary{padding:clamp(5px,1rem,10px)}fieldset{border-radius:10px;border-style:solid;border-width:1px;margin-bottom:10px;padding:1rem;width:100%}fieldset:invalid{border-color:var(--prm-drk-red);color:var(--prm-drk-red)}fieldset:valid{border-color:var(--prm-drk-green);color:var(--prm-drk-green)}fieldset:has(select){border-color:#000;color:#000}fieldset:focus-within{border-color:var(--prm-drk-blue);color:var(--prm-drk-blue)}fieldset:has(input:placeholder-shown){border-color:#000;color:#000}input{background-color:#f5f5f5;border:none;border-bottom:1px solid #000;height:100%;outline-offset:5px;padding:5px 10px;width:100%}input:invalid{border-bottom-color:var(--prm-drk-red);color:var(--prm-drk-red)}input:valid{border-bottom-color:var(--prm-drk-green);color:var(--prm-drk-green)}input:blank{border-bottom-color:#000}input:focus{border-bottom:none;color:var(--prm-drk-blue);outline-color:var(--prm-drk-blue)}input:placeholder-shown{border-bottom-color:#000}legend{text-align:left}select{max-height:50px;outline-offset:5px;padding:5px 10px}select:hover{cursor:pointer}select:focus{border-width:0}form span{display:flex;justify-content:space-evenly;margin-bottom:10px}article>form,article>form:focus-within{border:none;box-shadow:none}label:has(input[type=checkbox]){display:flex;flex-direction:row}input[type=checkbox]{margin:5px 10px 5px 5px;width:auto}.validity-error{color:var(--prm-drk-red)}.message-container{min-height:60px;text-align:center;width:100%}option[disabled][value=default]{display:none}option:checked{background-color:red}fieldset>span{justify-content:start}fieldset:has(input:required) legend:after{color:"red";content:"*";font-size:18px;height:20px;left:5px;margin-right:10px;position:relative;vertical-align:middle;width:20px;z-index:10}fieldset:has(select:required) legend:after{color:"red";content:"*";font-size:18px;height:20px;left:5px;margin-right:5px;position:relative;vertical-align:middle;width:20px;z-index:10}form:has(input:placeholder-shown){border-color:#000}fieldset:has(select:required:empty) legend:after{color:"red";content:"*";font-size:18px;height:20px;left:5px;margin-right:5px;position:relative;vertical-align:middle;width:20px;z-index:10}#metric-switcher{max-width:165px}@media screen and (max-width:400px){form{border:none;border-radius:0;box-shadow:none;margin:0;width:100%}}table{margin-bottom:20px;margin-left:10px;margin-right:10px;overflow-x:auto;text-align:center;text-transform:capitalize}table *{text-align:center!important}table h1,table h2,table h3,table h4,table h5,table h6{margin:0}table,tbody,td,th,thead{background-color:#f5f5f5;border:1px solid #000;padding:4px 7px}table{border-collapse:collapse;box-shadow:0 0 15px grey;margin:20px}tr[data-currentcategory=yes]{color:var(--prm-drk-green);outline:2px solid var(--prm-drk-green)}tr[data-currentcategory=yes]>td:first-child:before{color:var(--prm-drk-green);content:"▶ "}a{background-color:var(--prm-lgt-blue);border:none;padding:clamp(3px,1rem,10px);text-decoration:none;transition:all .3s ease-in-out}a:visited{color:#000;text-decoration:line-through}a:focus,a:hover{border-color:var(--prm-drk-blue)}a:focus{outline:none}a:active,a:focus{text-decoration:underline}a:active{background-color:var(--prm-lgt-green);border-color:var(--prm-drk-green);color:var(--prm-drk-green)}a:disabled{-webkit-text-decoration:strike-through;text-decoration:strike-through}nav button{background-color:var(--prm-lgt-blue);border:2px solid var(--prm-lgt-blue);margin:0;padding:clamp(5px,1rem,10px)}.link{min-height:15px}button.link{border:2px solid var(--prm-lgt-blue);border-radius:0;font-size:clamp(8px,1rem,16px);overflow:hidden;text-align:left;width:100%}button.link[data-active=false]:after{content:"  ►";font-size:10px}button.link[data-active=true]:after{content:"  ▼";font-size:10px}button.link:hover{text-align:left}button.link:focus{border-color:var(--prm-drk-blue)}button.link:active,button.link:focus{outline:none;text-decoration:underline}button.link:active{background-color:var(--prm-lgt-green);border-color:var(--prm-drk-green);color:var(--prm-drk-green)}nav a{display:block;width:100%!important}nav>ul>*{width:100%}nav li{font-weight:500;list-style:none}nav>ul>li{width:clamp(100px,10rem,300px)}.light{background-color:var(--prm-lgt-blue);min-width:140px;padding:0}.light,.light>a{margin:0;max-height:42px}.light>a{background-color:inherit;color:inherit;height:100%;overflow:hidden;padding:5%;text-overflow:ellipsis;white-space:nowrap}.dark{background-color:var(--prm-drk-blue);color:#fff;min-width:140px;padding:0}.dark,.dark>a{margin:0;max-height:42px}.dark>a{background-color:inherit;color:inherit;height:100%;overflow:hidden;padding:5%;text-overflow:ellipsis;white-space:nowrap;width:inherit}li.subnav{background-color:initial;border:none;width:clamp(120px,10%,250px)}.subnav button{border:none;height:100%;padding:5%;width:clamp(200px,10%,250px)}.subnav li{margin:0;padding:0}.subnav>button{margin:0;width:160px}.subnav{margin:0;padding:0}.link{width:clamp(50px,15%,140px)}button.link[data-active=false]+*{display:none!important}button.link[data-active=true]+*{position:relative;z-index:100}button[data-showhamburger=false]{display:none}ul{width:100%}a{text-wrap:"nowrap";text-overflow:ellipsis}footer a{line-height:100%;text-align:center;width:clamp(200px,100%,300px)}@media screen and (min-width:800px){nav{flex-direction:row;justify-content:end;margin:0;padding:0;width:100%}nav,nav>ul{display:flex}nav>ul{flex-direction:row-reverse;height:clamp(10px,10rem,40px)}nav a,nav>ul>button,nav>ul>li{margin:clamp(0px,1%,10px);padding:clamp(0px,1%,10px)}}@media (max-width:800px){nav{display:flex;flex-direction:column;justify-content:start;margin:0;padding:0;position:relative;z-index:10}nav>button{opacity:.5;overflow-wrap:break-all;width:160px}nav>ul{margin:0;padding:0}ul[data-showAll=false]{display:none}main h1,main h2,main h3,main h4,main h5,main h6,main p{text-align:left;width:100%}header{flex-direction:row-reverse;justify-content:space-between}.dark,.light{height:auto}.logo{border-radius:25px;width:160px}}details{background-color:#f5f5f5;border:2px solid #000;border-radius:1rem;text-align:left;transition:height .3s ease-in-out;width:100%}details>*,details>table{margin:0;width:100%}details>table{border-collapse:collapse;border-spacing:0;border-style:hidden;box-shadow:none}details a,details>ul{background-color:#f5f5f5}details>ul{display:flex;flex-direction:column}details[open]::details-content{background-color:#f5f5f5}details[open]{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-width:100%;padding-bottom:15px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}select+details{margin-left:0;margin-top:15px}summary{background-color:var(--prm-drk-blue);border-radius:10px;color:#fff}summary:hover{cursor:pointer}summary::marker{background-color:var(--prm-lgt-blue)}@media screen and (min-width:500px){details>ul{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;padding:0;width:100%}}dialog.alert{align-items:center;border:2px solid #000;border-radius:20px;display:flex;font-size:1rem;font-weight:200;height:100px;justify-content:center;position:fixed;right:450%;text-transform:capitalize;top:1%;width:200px;z-index:1000}dialog.alert[data-type=warning]{background-color:var(--prm-lgt-yellow);border-color:var(--prm-drk-yellow)}dialog.alert[data-type=success]{background-color:var(--prm-lgt-green);border-color:var(--prm-drk-green)}dialog.alert[data-type=error]{background-color:var(--prm-lgt-pink);border-color:var(--prm-drk-red)}dialog.alert[data-type=info]{background-color:var(--prm-lgt-blue);border-color:var(--prm-drk-blue)}div.loader:before{animation:spin 2s infinite;border:5px solid #fff;border-radius:50%;border-top-color:#000;content:" ";display:block;height:50px;margin:3px 6px 3px 12px;width:50px}div.loader{background-color:#fff;border:3px solid #000;border-radius:10px;height:100px;left:45%;position:fixed;top:45%;width:100px;z-index:10}div.loader:after{content:"Loading...";display:block;text-align:center}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}main.treadmill-container{display:"flex";flex-direction:column;justify-content:space-between;min-height:500px;text-align:center}main.treadmill-container>button{max-width:200px;place-self:center}main.treadmill-container h1{text-decoration:underline}main.treadmill-container h3{color:green;font-size:2rem}main.treadmill-container time{font-size:2rem}div.error-handler{border:2px solid red;border-radius:15px;color:red;left:45%;max-width:600px;min-width:300px;position:absolute;top:45%}.timer>h2.blink{animation-duration:1s;animation-iteration-count:infinite;animation-name:blink}.countdown{color:red;min-height:35px;text-align:center}@keyframes blink{0%{color:#000;opacity:0}to{color:blue;opacity:1}}
/*# sourceMappingURL=main.1e17d8ae.css.map*/