*,:before,:after{box-sizing:border-box}html,body{max-width:var(--page-width);max-height:var(--page-height);overflow:hidden}#body{width:var(--page-width);height:var(--page-height);background:var(--background-color);margin:0;padding:0}#parent{height:var(--content-height);width:var(--content-width);border:none;flex-direction:column;align-items:center;margin:0;padding:0;display:flex}.loginh1{margin-top:var(--login-h1-margin-top);height:var(--login-h1-height);font-size:var(--font-size-large);color:var(--font-color-prompt-title);font-family:Arial,Helvetica,sans-serif;font-weight:var(--font-weight)}#loginPageForm{flex-direction:column;align-items:center;display:flex}.error-message{color:var(--error-message-color);margin:var(--login-error-message-margin);font-size:var(--font-size-large);font-family:Arial,Helvetica,sans-serif}#usercontainer,#passcontainer{border:solid .25vh var(--border-color-faded);border-radius:var(--border-radius);flex-direction:row;align-items:center;display:flex}#usercontainer{margin-top:var(--login-box-margin-top);margin-bottom:var(--login-box-margin-bottom)}#usercontainer:focus-within,#passcontainer:focus-within{border:solid .4vh var(--border-color-active);outline:none}#userimg,#passimg{width:var(--login-box-padding-left);height:var(--login-box-padding-left);background:var(--font-color-prompt-title);flex-shrink:0;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}#userimg{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202025%20Fonticons,%20Inc.--%3e%3cpath%20d='M320%20312C386.3%20312%20440%20258.3%20440%20192C440%20125.7%20386.3%2072%20320%2072C253.7%2072%20200%20125.7%20200%20192C200%20258.3%20253.7%20312%20320%20312zM290.3%20368C191.8%20368%20112%20447.8%20112%20546.3C112%20562.7%20125.3%20576%20141.7%20576L498.3%20576C514.7%20576%20528%20562.7%20528%20546.3C528%20447.8%20448.2%20368%20349.7%20368L290.3%20368z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202025%20Fonticons,%20Inc.--%3e%3cpath%20d='M320%20312C386.3%20312%20440%20258.3%20440%20192C440%20125.7%20386.3%2072%20320%2072C253.7%2072%20200%20125.7%20200%20192C200%20258.3%20253.7%20312%20320%20312zM290.3%20368C191.8%20368%20112%20447.8%20112%20546.3C112%20562.7%20125.3%20576%20141.7%20576L498.3%20576C514.7%20576%20528%20562.7%20528%20546.3C528%20447.8%20448.2%20368%20349.7%20368L290.3%20368z'/%3e%3c/svg%3e")}#passimg{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M160%2096L480%2096C515.3%2096%20544%20124.7%20544%20160L544%20480C544%20515.3%20515.3%20544%20480%20544L160%20544C124.7%20544%2096%20515.3%2096%20480L96%20160C96%20124.7%20124.7%2096%20160%2096z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M160%2096L480%2096C515.3%2096%20544%20124.7%20544%20160L544%20480C544%20515.3%20515.3%20544%20480%20544L160%20544C124.7%20544%2096%20515.3%2096%20480L96%20160C96%20124.7%20124.7%2096%20160%2096z'/%3e%3c/svg%3e")}#usercontainer,#passcontainer,#loginButton{width:var(--login-element-width)}#user,#pass{width:100%;max-width:calc(var(--login-element-width) - var(--login-box-padding-left));height:var(--login-element-height);color:var(--font-color-prompt-title);font-family:Arial,Helvetica,sans-serif;font-weight:var(--font-weight);font-size:var(--font-size-large);background:0 0;border:none}#user:focus,#pass:focus{outline:none}#user::placeholder,#pass::placeholder{color:var(--font-color-prompt-title);font-family:Arial,Helvetica,sans-serif;font-weight:var(--font-weight);font-size:var(--font-size-large)}#user:focus::placeholder,#pass:focus::placeholder{color:var(--background-color)}#loginButton{width:var(--login-element-width);height:var(--login-button-height);background:var(--accent-color3);border:1px solid var(--accent-color3);border-radius:var(--border-radius);box-shadow:0 4px 5px var(--drop-shadow-color);color:var(--font-color);font-family:Arial,Helvetica,sans-serif;font-weight:var(--font-weight);font-size:var(--font-size-large);cursor:pointer;outline:none;margin-top:5.7vh;margin-bottom:4.4vh}#loginButton:hover{background:var(--accent-color2)}#loginButton:disabled{opacity:.6;cursor:not-allowed}html,body{width:100%;height:100%;margin:0;padding:0;overflow:hidden}body{font-family:Arial,sans-serif;position:fixed}#navbar{height:var(--navbar-height);background:var(--sidenav-hover-color);z-index:999999;width:100%;margin:0;padding:0;top:0;left:0}#navWrapper{width:100%;height:var(--navbar-height);z-index:999999;flex-shrink:0;overflow:visible}.hamburger{margin-top:calc(.25 * var(--navbar-height));margin-left:calc(.1 * var(--navbar-height));height:calc(.8 * var(--navbar-height));width:calc(.8 * var(--navbar-height));background:var(--font-color);cursor:pointer;padding:var(--navbar-hamburger-padding);top:var(--navbar-hamburger-top-distance);z-index:1001;position:fixed;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M96%20160C96%20142.3%20110.3%20128%20128%20128L512%20128C529.7%20128%20544%20142.3%20544%20160C544%20177.7%20529.7%20192%20512%20192L128%20192C110.3%20192%2096%20177.7%2096%20160zM96%20320C96%20302.3%20110.3%20288%20128%20288L512%20288C529.7%20288%20544%20302.3%20544%20320C544%20337.7%20529.7%20352%20512%20352L128%20352C110.3%20352%2096%20337.7%2096%20320zM544%20480C544%20497.7%20529.7%20512%20512%20512L128%20512C110.3%20512%2096%20497.7%2096%20480C96%20462.3%20110.3%20448%20128%20448L512%20448C529.7%20448%20544%20462.3%20544%20480z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M96%20160C96%20142.3%20110.3%20128%20128%20128L512%20128C529.7%20128%20544%20142.3%20544%20160C544%20177.7%20529.7%20192%20512%20192L128%20192C110.3%20192%2096%20177.7%2096%20160zM96%20320C96%20302.3%20110.3%20288%20128%20288L512%20288C529.7%20288%20544%20302.3%20544%20320C544%20337.7%20529.7%20352%20512%20352L128%20352C110.3%20352%2096%20337.7%2096%20320zM544%20480C544%20497.7%20529.7%20512%20512%20512L128%20512C110.3%20512%2096%20497.7%2096%20480C96%20462.3%20110.3%20448%20128%20448L512%20448C529.7%20448%20544%20462.3%20544%20480z'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}#aneeshButton{border-radius:var(--border-radius);margin-top:calc(.25 * var(--navbar-height));margin-left:calc(.1 * var(--navbar-height));height:calc(1.5 * var(--navbar-height));width:calc(1.5 * var(--navbar-height));cursor:pointer;padding:var(--navbar-hamburger-padding);z-index:1001;top:calc(60vh - calc(1.5 * var(--navbar-height)));box-shadow:var(--font-color) 0 0 20px;background:url(/GreenScoutJS/assets/broken-4mGo2pEX.jpg) 0 0/100% 100% no-repeat;position:absolute}.back{margin-top:calc(.25 * var(--navbar-height));margin-left:calc(.1 * var(--navbar-height));height:calc(.5 * var(--navbar-height));width:calc(.5 * var(--navbar-height));background:var(--font-color);cursor:pointer;padding:var(--navbar-hamburger-padding);top:var(--navbar-hamburger-top-distance);z-index:1001;position:fixed;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.2.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M73.4%20297.4C60.9%20309.9%2060.9%20330.2%2073.4%20342.7L233.4%20502.7C245.9%20515.2%20266.2%20515.2%20278.7%20502.7C291.2%20490.2%20291.2%20469.9%20278.7%20457.4L173.3%20352L544%20352C561.7%20352%20576%20337.7%20576%20320C576%20302.3%20561.7%20288%20544%20288L173.3%20288L278.7%20182.6C291.2%20170.1%20291.2%20149.8%20278.7%20137.3C266.2%20124.8%20245.9%20124.8%20233.4%20137.3L73.4%20297.3z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.2.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M73.4%20297.4C60.9%20309.9%2060.9%20330.2%2073.4%20342.7L233.4%20502.7C245.9%20515.2%20266.2%20515.2%20278.7%20502.7C291.2%20490.2%20291.2%20469.9%20278.7%20457.4L173.3%20352L544%20352C561.7%20352%20576%20337.7%20576%20320C576%20302.3%20561.7%20288%20544%20288L173.3%20288L278.7%20182.6C291.2%20170.1%20291.2%20149.8%20278.7%20137.3C266.2%20124.8%20245.9%20124.8%20233.4%20137.3L73.4%20297.3z'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.aneeshBack{margin-top:calc(.25 * var(--navbar-height));margin-left:calc(.1 * var(--navbar-height));height:calc(2.5 * var(--navbar-height));width:calc(2.5 * var(--navbar-height));cursor:pointer;padding:var(--navbar-hamburger-padding);border-radius:var(--border-radius);top:calc(60vh - calc(2.5 * var(--navbar-height)));box-shadow:var(--font-color) 0 0 20px;z-index:1001;background:url(/GreenScoutJS/assets/broken-4mGo2pEX.jpg) 0 0/100% 100% no-repeat;position:fixed}#nav-toggle{display:none}.side-nav{top:0;left:calc(var(--sidenav-width) * -1);width:var(--sidenav-width);background:linear-gradient(90deg,var(--background-color) 0%,var(--background-color) 96%,#000 100%);max-width:min(70vw,22rem);height:100%;padding-top:var(--sidenav-padding-top);z-index:1000;flex-direction:column;justify-content:space-between;transition:left .3s;display:flex;position:fixed}.side-nav-top{z-index:2147483647;width:inherit;max-width:inherit;top:var(--sidenav-usertile-height);height:var(--sidenav-section-height);background:0 0;flex-direction:column;justify-content:flex-start;transition:left .3s;display:flex;position:fixed}.side-nav-top>:first-child{margin-top:var(--navbar-height)}.side-nav-bottom{z-index:9;top:calc(var(--sidenav-usertile-height) + var(--sidenav-section-height));width:inherit;max-width:inherit;height:var(--sidenav-section-height);background:0 0;flex-direction:column;justify-content:flex-end;transition:left .3s;display:flex;position:fixed}.side-nav-bottom>#logout{margin-bottom:var(--navbar-height)}.invis-nav{top:0;left:var(--page-width);width:calc(var(--page-width) - var(--sidenav-width));z-index:999;background:0 0;height:100%;position:fixed}.side-nav a{color:var(--font-color);text-decoration:none;display:block}.side-nav button{background:var(--accent-color)}.side-nav button:hover{background:var(--sidenav-hover-color);cursor:pointer}#nav-toggle:checked~.side-nav,#nav-toggle:checked~.side-nav-top,#nav-toggle:checked~.side-nav-bottom{left:0}#nav-toggle:checked~.invis-nav{left:var(--sidenav-width)}#nav-toggle:checked~.hamburger,#nav-toggle:not(:checked)~.hamburger.animated-accent{background:var(--font-color)}#nav-toggle:checked~.hamburger.animated-accent{background-image:linear-gradient(90deg,red,#f70,#ff0,#0f0,#00f,#8b00ff,red);background-size:400% 100%;animation:6s linear infinite loop}.textp{background:var(--sidenav-button-color);color:var(--font-color);font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:var(--font-size-large);border-radius:var(--border-radius);text-align:left;cursor:pointer;border:none;width:60%;margin-top:clamp(.3rem,2vh,.8rem);margin-left:20%;padding:clamp(.4rem,1.5vw,.9rem) clamp(.6rem,2vw,1.2rem);text-decoration:none;display:block}#usertile{width:var(--sidenav-usertile-width);height:var(--sidenav-usertile-height);margin-bottom:var(--sidenav-usertile-margin-bottom);justify-content:start;display:flex}#userimage{width:var(--sidenav-userimage-size);height:var(--sidenav-userimage-size);background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M463%20448.2C440.9%20409.8%20399.4%20384%20352%20384L288%20384C240.6%20384%20199.1%20409.8%20177%20448.2C212.2%20487.4%20263.2%20512%20320%20512C376.8%20512%20427.8%20487.3%20463%20448.2zM64%20320C64%20178.6%20178.6%2064%20320%2064C461.4%2064%20576%20178.6%20576%20320C576%20461.4%20461.4%20576%20320%20576C178.6%20576%2064%20461.4%2064%20320zM320%20336C359.8%20336%20392%20303.8%20392%20264C392%20224.2%20359.8%20192%20320%20192C280.2%20192%20248%20224.2%20248%20264C248%20303.8%20280.2%20336%20320%20336z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:var(--sidenav-userimage-size) var(--sidenav-userimage-size)}#usertext{width:var(--font-size-large);height:var(--font-size-large)}#usertext h1{color:var(--font-color);font-size:var(--font-size-large);margin-top:var(--sidenav-usertext-h1-margin-top);text-decoration:none}#usertext p{margin-top:var(--sidenav-usertext-p-margin-top);margin-left:var(--sidenav-usertext-p-margin-left);font-size:var(--font-size-small);color:var(--font-color);text-decoration:none}#homeBody{width:var(--page-width);height:var(--page-height);background:var(--background-color);flex-direction:column;justify-content:center;align-items:center;display:flex}#homeBody>*{margin-left:0;margin-right:0;padding:0}.textHome{color:var(--font-color-prompt-title);font-family:Arial,Helvetica,sans-serif;font-weight:lighter;font-size:var(--font-size-large);padding:0;padding-top:var(--home-text-padding-top);margin-bottom:0}.textHome2{color:var(--font-color-prompt-title);font-family:Arial,Helvetica,sans-serif;font-weight:lighter;font-size:var(--font-size-large)}#assigned{padding-top:var(--home-assigned-h-padding-top);margin-bottom:0}#refreshButtonContainer{bottom:var(--home-refresh-container-bottom);right:var(--home-refresh-container-right);margin:0;position:fixed}#refreshButton{margin-top:var(--home-refresh-button-margin-top);margin-bottom:var(--home-refresh-button-margin-bottom);border:1px var(--border-color-active);border-radius:var(--border-radius);box-shadow:0 4px 5px var(--drop-shadow-color);width:var(--refresh-button-size);height:var(--refresh-button-size);background:var(--font-color-prompt-title);cursor:pointer;outline:none;padding:0;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202025%20Fonticons,%20Inc.--%3e%3cpath%20d='M500.7%20138.7L512%20149.4L512%2096C512%2078.3%20526.3%2064%20544%2064C561.7%2064%20576%2078.3%20576%2096L576%20224C576%20241.7%20561.7%20256%20544%20256L416%20256C398.3%20256%20384%20241.7%20384%20224C384%20206.3%20398.3%20192%20416%20192L463.9%20192L456.3%20184.8C456.1%20184.6%20455.9%20184.4%20455.7%20184.2C380.7%20109.2%20259.2%20109.2%20184.2%20184.2C109.2%20259.2%20109.2%20380.7%20184.2%20455.7C259.2%20530.7%20380.7%20530.7%20455.7%20455.7C463.9%20447.5%20471.2%20438.8%20477.6%20429.6C487.7%20415.1%20507.7%20411.6%20522.2%20421.7C536.7%20431.8%20540.2%20451.8%20530.1%20466.3C521.6%20478.5%20511.9%20490.1%20501%20501C401%20601%20238.9%20601%20139%20501C39.1%20401%2039%20239%20139%20139C238.9%2039.1%20400.7%2039%20500.7%20138.7z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202025%20Fonticons,%20Inc.--%3e%3cpath%20d='M500.7%20138.7L512%20149.4L512%2096C512%2078.3%20526.3%2064%20544%2064C561.7%2064%20576%2078.3%20576%2096L576%20224C576%20241.7%20561.7%20256%20544%20256L416%20256C398.3%20256%20384%20241.7%20384%20224C384%20206.3%20398.3%20192%20416%20192L463.9%20192L456.3%20184.8C456.1%20184.6%20455.9%20184.4%20455.7%20184.2C380.7%20109.2%20259.2%20109.2%20184.2%20184.2C109.2%20259.2%20109.2%20380.7%20184.2%20455.7C259.2%20530.7%20380.7%20530.7%20455.7%20455.7C463.9%20447.5%20471.2%20438.8%20477.6%20429.6C487.7%20415.1%20507.7%20411.6%20522.2%20421.7C536.7%20431.8%20540.2%20451.8%20530.1%20466.3C521.6%20478.5%20511.9%20490.1%20501%20501C401%20601%20238.9%20601%20139%20501C39.1%20401%2039%20239%20139%20139C238.9%2039.1%20400.7%2039%20500.7%20138.7z'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}#refreshButton:hover{background:var(--accent-color)}#newmatchbutton{width:var(--new-matchpit-button-width);height:var(--new-matchpit-button-height);background:var(--accent-color);border:1px solid var(--accent-color);border-radius:var(--border-radius);box-shadow:0 4px 5px var(--drop-shadow-color);color:var(--faded-text-color);font-family:Arial,Helvetica,sans-serif;font-weight:var(--font-weight);font-size:var(--font-size-small);cursor:pointer;outline:none;margin:0;padding:0}#newmatchbutton:hover{background:var(--accent-color2)}#newmatchbuttonimg{background:var(--font-color);width:100%;height:40%;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202025%20Fonticons,%20Inc.--%3e%3cpath%20d='M100.4%20417.2C104.5%20402.6%20112.2%20389.3%20123%20378.5L304.2%20197.3L338.1%20163.4C354.7%20180%20389.4%20214.7%20442.1%20267.4L476%20301.3L442.1%20335.2L260.9%20516.4C250.2%20527.1%20236.8%20534.9%20222.2%20539L94.4%20574.6C86.1%20576.9%2077.1%20574.6%2071%20568.4C64.9%20562.2%2062.6%20553.3%2064.9%20545L100.4%20417.2zM156%20413.5C151.6%20418.2%20148.4%20423.9%20146.7%20430.1L122.6%20517L209.5%20492.9C215.9%20491.1%20221.7%20487.8%20226.5%20483.2L155.9%20413.5zM510%20267.4C493.4%20250.8%20458.7%20216.1%20406%20163.4L372%20129.5C398.5%20103%20413.4%2088.1%20416.9%2084.6C430.4%2071%20448.8%2063.4%20468%2063.4C487.2%2063.4%20505.6%2071%20519.1%2084.6L554.8%20120.3C568.4%20133.9%20576%20152.3%20576%20171.4C576%20190.5%20568.4%20209%20554.8%20222.5C551.3%20226%20536.4%20240.9%20509.9%20267.4z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202025%20Fonticons,%20Inc.--%3e%3cpath%20d='M100.4%20417.2C104.5%20402.6%20112.2%20389.3%20123%20378.5L304.2%20197.3L338.1%20163.4C354.7%20180%20389.4%20214.7%20442.1%20267.4L476%20301.3L442.1%20335.2L260.9%20516.4C250.2%20527.1%20236.8%20534.9%20222.2%20539L94.4%20574.6C86.1%20576.9%2077.1%20574.6%2071%20568.4C64.9%20562.2%2062.6%20553.3%2064.9%20545L100.4%20417.2zM156%20413.5C151.6%20418.2%20148.4%20423.9%20146.7%20430.1L122.6%20517L209.5%20492.9C215.9%20491.1%20221.7%20487.8%20226.5%20483.2L155.9%20413.5zM510%20267.4C493.4%20250.8%20458.7%20216.1%20406%20163.4L372%20129.5C398.5%20103%20413.4%2088.1%20416.9%2084.6C430.4%2071%20448.8%2063.4%20468%2063.4C487.2%2063.4%20505.6%2071%20519.1%2084.6L554.8%20120.3C568.4%20133.9%20576%20152.3%20576%20171.4C576%20190.5%20568.4%20209%20554.8%20222.5C551.3%20226%20536.4%20240.9%20509.9%20267.4z'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}#newpitbutton{width:var(--new-matchpit-button-width);height:var(--new-matchpit-button-height);background:var(--accent-color3);border:1px solid var(--accent-color3);border-radius:var(--border-radius);box-shadow:0 4px 5px var(--drop-shadow-color);color:var(--faded-text-color);font-family:Arial,Helvetica,sans-serif;font-weight:var(--font-weight);font-size:var(--font-size-small);cursor:pointer;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202025%20Fonticons,%20Inc.--%3e%3cpath%20d='M128.1%2064C92.8%2064%2064.1%2092.7%2064.1%20128L64.1%20512C64.1%20547.3%2092.8%20576%20128.1%20576L274.3%20576L285.2%20521.5C289.5%20499.8%20300.2%20479.9%20315.8%20464.3L448%20332.1L448%20234.6C448%20217.6%20441.3%20201.3%20429.3%20189.3L322.8%2082.7C310.8%2070.7%20294.5%2064%20277.6%2064L128.1%2064zM389.6%20240L296.1%20240C282.8%20240%20272.1%20229.3%20272.1%20216L272.1%20122.5L389.6%20240zM332.3%20530.9L320.4%20590.5C320.2%20591.4%20320.1%20592.4%20320.1%20593.4C320.1%20601.4%20326.6%20608%20334.7%20608C335.7%20608%20336.6%20607.9%20337.6%20607.7L397.2%20595.8C409.6%20593.3%20421%20587.2%20429.9%20578.3L548.8%20459.4L468.8%20379.4L349.9%20498.3C341%20507.2%20334.9%20518.6%20332.4%20531zM600.1%20407.9C622.2%20385.8%20622.2%20350%20600.1%20327.9C578%20305.8%20542.2%20305.8%20520.1%20327.9L491.3%20356.7L571.3%20436.7L600.1%20407.9z'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:100% 40%;outline:none;margin:0;padding:0}#newpitbutton:hover{background:var(--accent-color2)}.textMatchForm{color:var(--font-color);font-family:Arial,Helvetica,sans-serif;font-weight:lighter;font-size:var(--font-size-small);padding:0;padding-top:var(--matchform-text-padding-top);height:var(--matchform-text-height);margin-bottom:0;text-decoration:none}.text2{color:var(--font-color);font-family:Arial,Helvetica,sans-serif;font-weight:lighter;font-size:var(--font-size-small)}#body{width:100%;height:var(--page-height);box-sizing:border-box;padding:0;padding-bottom:env(safe-area-inset-bottom);flex-direction:column;margin:0;display:flex;overflow:hidden}#form{grid-template-columns:var(--matchform-grid-template);flex:1;width:100%;min-height:0;margin:0;padding:0;display:grid;overflow:hidden}#formScore{background:var(--background-color);box-sizing:border-box;border-left:1px solid #0002;flex-direction:column;justify-content:flex-end;align-items:center;min-width:0;height:100%;margin:0;padding-top:.4rem;padding-bottom:.4rem;display:flex;overflow:hidden auto}#formBody{height:var(--content-height);scrollbar-gutter:stable;box-sizing:border-box;padding-bottom:env(safe-area-inset-bottom);width:100%;overflow:hidden scroll}.child{color:var(--font-color-prompt-title);margin-left:var(--matchform-child-margin-side);margin-right:var(--matchform-child-margin-side);width:calc(100% - var(--matchform-child-width-to-subtract));box-sizing:border-box}.child.backgroundcolorfilled{background:var(--background-color)}.child>.header.no{background:0 0}.sectionBox{width:calc(100% - (var(--matchform-child-width-to-subtract)));margin-top:var(--matchform-sectionbox-margin-vertical);margin-bottom:var(--matchform-sectionbox-margin-vertical);margin-left:calc(var(--matchform-child-width-to-subtract) / 2);padding-top:var(--matchform-sectionbox-padding-top);padding-bottom:var(--matchform-sectionbox-padding-top);color:var(--font-color-prompt-title);font-family:Arial,Helvetica,sans-serif;font-weight:var(--font-weight);font-size:var(--font-size-small);border:solid 2px var(--border-color-faded);border-radius:var(--border-radius);background:var(--matchform-sectionbox-background-color);display:block}#matchNum{margin-top:var(--matchform-matchteam-margin-top);height:var(--matchform-element-height);width:calc(100% - var(--matchform-child-width-to-subtract));margin-left:var(--matchform-child-margin-side);border-radius:var(--border-radius);color:var(--font-color-prompt-title);font-family:Arial,Helvetica,sans-serif;font-size:var(--font-size-small);border:solid 2px var(--border-color-faded);text-align:center;box-sizing:border-box;display:block}#matchNum:focus{border:solid 2px var(--border-color-active);outline:0}#matchNum::placeholder{color:var(--font-color-prompt-title);font-family:Arial,Helvetica,sans-serif;font-weight:var(--font-weight)}#matchNum:focus::placeholder{color:var(--background-color)}#teamNum{width:calc(100% - var(--matchform-child-width-to-subtract));margin-left:var(--matchform-child-margin-side);font-size:var(--font-size-small);margin-top:var(--matchform-matchteam-margin-top);height:var(--matchform-element-height);border-radius:var(--border-radius);color:var(--font-color-prompt-title);font-family:Arial,Helvetica,sans-serif;font-weight:var(--font-weight);border:solid 2px var(--border-color-faded);text-align:center;box-sizing:border-box;display:block}#teamNum:focus{border:solid 2px var(--border-color-active);outline:0}#teamNum::placeholder{color:var(--font-color-prompt-title);font-family:Arial,Helvetica,sans-serif;font-weight:var(--font-weight)}#teamNum:focus::placeholder{color:var(--background-color)}.header{color:var(--font-color-header);font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:var(--font-size-small);padding:0;padding-top:var(--matchform-header-padding-top);text-align:center;filter:drop-shadow(var(--background-color) 2px 2px 3px);text-decoration:none}.headparent{background:0 0;flex-direction:column;align-items:center;display:flex}#climbheadparent{flex-direction:column;align-items:center;margin-bottom:0;padding-bottom:0;display:flex}#endheadparent{margin-top:var(--matchform-header-end-margin-top);flex-direction:column;align-items:center;display:flex}.child.notesdiv{width:calc(100% - var(--matchform-child-width-to-subtract));height:auto;margin-top:0;margin-bottom:0;padding:0;display:block}.notesbox{font-size:var(--font-size-small);background:var(--background-color);color:var(--font-color-prompt-title);box-sizing:border-box}.child.notesdiv .notesbox{width:100%;height:var(--matchform-notes-height);min-height:var(--matchform-notes-height);resize:vertical;display:block}.notesbox::placeholder{color:var(--font-color-prompt-title)}#cycleContainer{height:var(--matchform-cycle-container-height);margin-right:var(--matchform-child-margin-side);overflow:hidden scroll}.cycleElementImg.blue{background:var(--accent-color3)}.cycleElementImg.red{background:var(--error-color)}.cycle-item.Score{width:100%;height:var(--matchform-cycle-item-height);text-align:center;color:var(--font-color);font-size:var(--font-size-small);margin-bottom:var(--matchform-cycle-item-margin-bottom);justify-content:center;align-items:center;text-decoration:none;display:flex}.cycle-item.Score>.cycleElementImg{height:var(--matchform-cycle-item-image-height);width:var(--matchform-cycle-item-image-width);background:var(--font-color-prompt-title);box-shadow:0 4px 5px var(--drop-shadow-color);border:var(--font-color) .5px solid;border-radius:var(--border-radius);flex-shrink:0;position:relative;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M557.7%2064.9L363.5%20139.6L365.8%20110.3C366.8%2097.5%20353%2088.8%20341.8%2095.2L165.3%20197.4C102.6%20233.7%2064%20300.6%2064%20373C64%20485.1%20154.9%20576%20267%20576C339.4%20576%20406.3%20537.4%20442.6%20474.7L544.8%20298.3C551.3%20287.2%20542.6%20273.3%20529.7%20274.3L500.4%20276.6L575.1%2082.4C575.7%2080.9%20576%2079.2%20576%2077.6C576%2070.1%20570%2064.1%20562.5%2064.1C560.8%2064.1%20559.2%2064.4%20557.7%2065zM256%20256C326.7%20256%20384%20313.3%20384%20384C384%20454.7%20326.7%20512%20256%20512C185.3%20512%20128%20454.7%20128%20384C128%20313.3%20185.3%20256%20256%20256zM256%20352C256%20334.3%20241.7%20320%20224%20320C206.3%20320%20192%20334.3%20192%20352C192%20369.7%20206.3%20384%20224%20384C241.7%20384%20256%20369.7%20256%20352zM272%20448C280.8%20448%20288%20440.8%20288%20432C288%20423.2%20280.8%20416%20272%20416C263.2%20416%20256%20423.2%20256%20432C256%20440.8%20263.2%20448%20272%20448z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M557.7%2064.9L363.5%20139.6L365.8%20110.3C366.8%2097.5%20353%2088.8%20341.8%2095.2L165.3%20197.4C102.6%20233.7%2064%20300.6%2064%20373C64%20485.1%20154.9%20576%20267%20576C339.4%20576%20406.3%20537.4%20442.6%20474.7L544.8%20298.3C551.3%20287.2%20542.6%20273.3%20529.7%20274.3L500.4%20276.6L575.1%2082.4C575.7%2080.9%20576%2079.2%20576%2077.6C576%2070.1%20570%2064.1%20562.5%2064.1C560.8%2064.1%20559.2%2064.4%20557.7%2065zM256%20256C326.7%20256%20384%20313.3%20384%20384C384%20454.7%20326.7%20512%20256%20512C185.3%20512%20128%20454.7%20128%20384C128%20313.3%20185.3%20256%20256%20256zM256%20352C256%20334.3%20241.7%20320%20224%20320C206.3%20320%20192%20334.3%20192%20352C192%20369.7%20206.3%20384%20224%20384C241.7%20384%20256%20369.7%20256%20352zM272%20448C280.8%20448%20288%20440.8%20288%20432C288%20423.2%20280.8%20416%20272%20416C263.2%20416%20256%20423.2%20256%20432C256%20440.8%20263.2%20448%20272%20448z'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.cycle-item.hubSwitch{width:100%;height:var(--matchform-cycle-item-height);text-align:center;color:var(--font-color);font-size:var(--font-size-small);margin-bottom:var(--matchform-cycle-item-margin-bottom);justify-content:center;align-items:center;text-decoration:none;display:flex}.cycle-item.hubSwitch>.cycleElementImg{height:var(--matchform-cycle-item-image-height);width:var(--matchform-cycle-item-image-width);background:var(--font-color-prompt-title);box-shadow:0 4px 5px var(--drop-shadow-color);border:var(--font-color) .5px solid;border-radius:var(--border-radius);flex-shrink:0;position:relative;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.2.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M566.6%20214.6L470.6%20310.6C458.1%20323.1%20437.8%20323.1%20425.3%20310.6C412.8%20298.1%20412.8%20277.8%20425.3%20265.3L466.7%20224L96%20224C78.3%20224%2064%20209.7%2064%20192C64%20174.3%2078.3%20160%2096%20160L466.7%20160L425.3%20118.6C412.8%20106.1%20412.8%2085.8%20425.3%2073.3C437.8%2060.8%20458.1%2060.8%20470.6%2073.3L566.6%20169.3C579.1%20181.8%20579.1%20202.1%20566.6%20214.6zM169.3%20566.6L73.3%20470.6C60.8%20458.1%2060.8%20437.8%2073.3%20425.3L169.3%20329.3C181.8%20316.8%20202.1%20316.8%20214.6%20329.3C227.1%20341.8%20227.1%20362.1%20214.6%20374.6L173.3%20416L544%20416C561.7%20416%20576%20430.3%20576%20448C576%20465.7%20561.7%20480%20544%20480L173.3%20480L214.7%20521.4C227.2%20533.9%20227.2%20554.2%20214.7%20566.7C202.2%20579.2%20181.9%20579.2%20169.4%20566.7z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.2.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M566.6%20214.6L470.6%20310.6C458.1%20323.1%20437.8%20323.1%20425.3%20310.6C412.8%20298.1%20412.8%20277.8%20425.3%20265.3L466.7%20224L96%20224C78.3%20224%2064%20209.7%2064%20192C64%20174.3%2078.3%20160%2096%20160L466.7%20160L425.3%20118.6C412.8%20106.1%20412.8%2085.8%20425.3%2073.3C437.8%2060.8%20458.1%2060.8%20470.6%2073.3L566.6%20169.3C579.1%20181.8%20579.1%20202.1%20566.6%20214.6zM169.3%20566.6L73.3%20470.6C60.8%20458.1%2060.8%20437.8%2073.3%20425.3L169.3%20329.3C181.8%20316.8%20202.1%20316.8%20214.6%20329.3C227.1%20341.8%20227.1%20362.1%20214.6%20374.6L173.3%20416L544%20416C561.7%20416%20576%20430.3%20576%20448C576%20465.7%20561.7%20480%20544%20480L173.3%20480L214.7%20521.4C227.2%20533.9%20227.2%20554.2%20214.7%20566.7C202.2%20579.2%20181.9%20579.2%20169.4%20566.7z'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.accSlider{appearance:none;width:var(--matchform-accslider-width);height:var(--matchform-accslider-height);margin-right:var(--matchform-accslider-margin-right);background:var(--kelly-green);border-radius:var(--border-radius);cursor:pointer}.accSlider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--background-color);height:var(--matchform-accslider-thumb-size);width:var(--matchform-accslider-thumb-size);border:var(--font-color-prompt-title) 2px solid;border-radius:var(--border-radius)}.cycle-item.Shuttle{width:100%;height:var(--matchform-cycle-item-height);text-align:center;color:#000;font-size:var(--font-size-small);margin-bottom:var(--matchform-cycle-item-margin-bottom);justify-content:center;align-items:center;text-decoration:none;display:flex}.cycle-item.Shuttle>.cycleElementImg{height:var(--matchform-cycle-item-image-height);width:var(--matchform-cycle-item-image-width);background:var(--font-color-prompt-title);box-shadow:0 4px 5px var(--drop-shadow-color);border-radius:var(--border-radius);border:.5px solid #000;flex-shrink:0;position:relative;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M480%2064C568.4%2064%20640%20135.6%20640%20224L640%20448C640%20483.3%20611.3%20512%20576%20512L570.4%20512C557.2%20549.3%20521.8%20576%20480%20576C438.2%20576%20402.7%20549.3%20389.6%20512L250.5%20512C237.3%20549.3%20201.8%20576%20160.1%20576C118.4%20576%2082.9%20549.3%2069.7%20512L64%20512C28.7%20512%200%20483.3%200%20448L0%20160C0%20107%2043%2064%2096%2064L480%2064zM160%20432C133.5%20432%20112%20453.5%20112%20480C112%20506.5%20133.5%20528%20160%20528C186.5%20528%20208%20506.5%20208%20480C208%20453.5%20186.5%20432%20160%20432zM480%20432C453.5%20432%20432%20453.5%20432%20480C432%20506.5%20453.5%20528%20480%20528C506.5%20528%20528%20506.5%20528%20480C528%20453.5%20506.5%20432%20480%20432zM480%20128C462.3%20128%20448%20142.3%20448%20160L448%20352C448%20369.7%20462.3%20384%20480%20384L544%20384C561.7%20384%20576%20369.7%20576%20352L576%20224C576%20171%20533%20128%20480%20128zM248%20288L352%20288C369.7%20288%20384%20273.7%20384%20256L384%20160C384%20142.3%20369.7%20128%20352%20128L248%20128L248%20288zM96%20128C78.3%20128%2064%20142.3%2064%20160L64%20256C64%20273.7%2078.3%20288%2096%20288L200%20288L200%20128L96%20128z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M480%2064C568.4%2064%20640%20135.6%20640%20224L640%20448C640%20483.3%20611.3%20512%20576%20512L570.4%20512C557.2%20549.3%20521.8%20576%20480%20576C438.2%20576%20402.7%20549.3%20389.6%20512L250.5%20512C237.3%20549.3%20201.8%20576%20160.1%20576C118.4%20576%2082.9%20549.3%2069.7%20512L64%20512C28.7%20512%200%20483.3%200%20448L0%20160C0%20107%2043%2064%2096%2064L480%2064zM160%20432C133.5%20432%20112%20453.5%20112%20480C112%20506.5%20133.5%20528%20160%20528C186.5%20528%20208%20506.5%20208%20480C208%20453.5%20186.5%20432%20160%20432zM480%20432C453.5%20432%20432%20453.5%20432%20480C432%20506.5%20453.5%20528%20480%20528C506.5%20528%20528%20506.5%20528%20480C528%20453.5%20506.5%20432%20480%20432zM480%20128C462.3%20128%20448%20142.3%20448%20160L448%20352C448%20369.7%20462.3%20384%20480%20384L544%20384C561.7%20384%20576%20369.7%20576%20352L576%20224C576%20171%20533%20128%20480%20128zM248%20288L352%20288C369.7%20288%20384%20273.7%20384%20256L384%20160C384%20142.3%20369.7%20128%20352%20128L248%20128L248%20288zM96%20128C78.3%20128%2064%20142.3%2064%20160L64%20256C64%20273.7%2078.3%20288%2096%20288L200%20288L200%20128L96%20128z'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.Score.cycleElementText,.hubSwitch.cycleElementText,.Shuttle.cycleElementText{padding-top:var(--matchform-cycle-text-padding-top);padding-left:var(--matchform-cycle-text-padding-left);min-width:0;height:inherit;font-size:var(--font-size-cycle);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.Score.deleteButton,.hubSwitch.deleteButton,.Shuttle.deleteButton{height:var(--matchform-cycle-delete-height);width:var(--matchform-cycle-delete-width);min-width:1.6rem;box-shadow:0 4px 5px var(--drop-shadow-color);border-radius:var(--border-radius);background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M183.1%20137.4C170.6%20124.9%20150.3%20124.9%20137.8%20137.4C125.3%20149.9%20125.3%20170.2%20137.8%20182.7L275.2%20320L137.9%20457.4C125.4%20469.9%20125.4%20490.2%20137.9%20502.7C150.4%20515.2%20170.7%20515.2%20183.2%20502.7L320.5%20365.3L457.9%20502.6C470.4%20515.1%20490.7%20515.1%20503.2%20502.6C515.7%20490.1%20515.7%20469.8%20503.2%20457.3L365.8%20320L503.1%20182.6C515.6%20170.1%20515.6%20149.8%20503.1%20137.3C490.6%20124.8%20470.3%20124.8%20457.8%20137.3L320.5%20274.7L183.1%20137.4z'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:60%;border:.5px solid #000;flex-shrink:0;position:relative}.deleteButton:hover{background:var(--error-color)}.accuracyLabel{width:var(--matchform-acclabel-width);height:var(--matchform-acclabel-height);font-size:var(--font-size-cycle)}#bottomspace{height:var(--matchform-bottomspace-height);min-height:var(--matchform-bottomspace-max-height)}#restore{background:var(--accent-color3);border:1px var(--accent-color3);border-radius:var(--border-radius);box-shadow:0 4px 5px var(--drop-shadow-color);color:var(--text-color);font-family:Arial,Helvetica,sans-serif;font-weight:var(--font-weight);font-size:var(--font-size-small);text-align:center;width:calc(100% - var(--matchform-child-width-to-subtract));margin-left:var(--matchform-child-margin-side);outline:none;padding:.5rem}@media(min-width:700px){#formScore{min-width:4.5rem}}.textDropdown,.textCollectDrop{color:var(--font-color-prompt-title);font-family:Arial,Helvetica,sans-serif;font-weight:lighter;font-size:var(--font-size-small);margin:0;padding:0;line-height:1.3;text-decoration:none}.textDropdown:hover,.textCollectDrop:hover{cursor:default}.dropdown{background:var(--background-color)}.dropdown,#collectdropdown{width:var(--dropdown-width);min-width:0;max-width:40%;height:var(--dropdown-height);padding-bottom:var(--dropdown-padding-bottom);color:var(--font-color-prompt-title);font-size:var(--font-size-small);cursor:pointer;background:var(--background-color);border:none;border-bottom:1px solid gray;flex-shrink:0}.dropdown:focus,#collectdropdown:focus{outline:none}#driverStation{margin-top:var(--dropdown-driverstation-margin-top);min-height:var(--matchform-element-height);margin-left:var(--matchform-child-margin-side);margin-right:var(--matchform-child-margin-side);width:calc(100% - var(--matchform-child-width-to-subtract));box-sizing:border-box;flex-direction:row;align-items:center;gap:.5rem;display:flex}#dropDown{min-height:var(--matchform-element-height);flex-direction:row;align-items:center;gap:.5rem;display:flex}#dtext,#collectdtext{min-width:0;font-size:var(--font-size-small);flex:1;margin:0;line-height:1.3}#endtext{min-width:0;font-size:var(--font-size-small);padding-top:var(--dropdown-park-text-padding-top);flex:1;margin:0;line-height:1.3}.collectchild{margin-left:var(--matchform-child-margin-side);margin-right:var(--matchform-child-margin-side);width:calc(100% - var(--matchform-child-width-to-subtract));box-sizing:border-box}#collectdrop{min-height:var(--matchform-element-height);margin-top:var(--dropdown-collect-container-margin-top);flex-direction:row;align-items:center;gap:.5rem;display:flex}.textcheck{color:var(--font-color-prompt-title);font-family:Arial,Helvetica,sans-serif;font-weight:lighter;font-size:var(--font-size-small);flex:1;min-width:0;line-height:1.3}.text:hover{cursor:default}.child.divcheck{min-height:var(--check-div-height);width:calc(100% - var(--matchform-child-width-to-subtract));margin-left:var(--check-special-margin-left);flex-direction:row;align-items:center;gap:.5rem;padding-top:.3rem;padding-bottom:.3rem;display:flex}.divcheck:focus{outline:none}.check{height:var(--check-size);width:var(--check-size);flex-shrink:0}.checkcontainer{padding-left:var(--check-container-padding-left);cursor:pointer;font-size:var(--font-size-small);-webkit-user-select:none;user-select:none;min-width:calc(var(--check-container-padding-left) + var(--check-size));min-height:var(--check-size);flex-shrink:0;margin-bottom:0;display:block;position:relative}.checkcontainer input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.checkmark{top:50%;left:var(--check-mark-left);height:var(--check-size);width:var(--check-size);background:var(--checkbox-default-color);border-radius:3px;position:absolute;transform:translateY(-50%)}.checkcontainer:hover input~.checkmark{background:var(--checkbox-hover-color)}.checkcontainer input:checked~.checkmark{background:var(--check-background-color)}.checkmark:after{content:"";display:none;position:absolute}.checkcontainer input:checked~.checkmark:after{display:block}.checkcontainer .checkmark:after{left:var(--check-mark-after-left);top:var(--check-mark-after-top);width:var(--check-mark-after-size);height:var(--check-mark-after-size);border:3px solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}#autotext{min-width:0;width:var(--check-auto-text-width);flex:1}.autocounterwrap{margin-top:var(--counter-child-margin-vertical);margin-bottom:var(--counter-child-margin-vertical);padding:0;display:block}.autocountertextarea{width:100%;height:var(--counter-button-height);font-size:var(--font-size-small);color:var(--font-color-prompt-title);background:var(--background-color);box-sizing:border-box;resize:none;border:solid 2px var(--border-color-faded);border-radius:var(--border-radius);text-align:center;padding:0 .5rem;font-family:Arial,Helvetica,sans-serif;display:block}.autocountertextarea::placeholder{color:var(--font-color-prompt-title)}.autocountertextarea:focus{border:solid 2px var(--border-color-active);outline:0}#climbtimehead{flex-direction:column;align-items:center;padding:.25rem 0;display:flex}#climbtimetext{font-size:var(--font-size-small);color:var(--font-color-prompt-title);margin:0;font-weight:700}#sideButtonTrigger{border-radius:var(--border-radius);box-shadow:0 4px 5px var(--drop-shadow-color);color:var(--font-color);font-family:Arial,Helvetica,sans-serif;font-weight:var(--font-weight);font-size:var(--font-size-cycle);width:var(--trigger-size);height:var(--trigger-size);text-align:center;cursor:pointer;border:1px solid;outline:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;margin-top:clamp(.3rem,1.5vh,.8rem);margin-bottom:0;transition:background-color .2s;display:flex;position:relative;top:auto}#sideButtonTrigger.active{background:var(--error-color);border-color:var(--error-color)}#sideButtonTrigger.inactive{background:var(--accent-color3);border-color:var(--accent-color3)}#stopbuttonimg{height:var(--trigger-stop-image-height);background-size:var(--trigger-stop-image-background-size);background-position:50%;background-repeat:no-repeat;width:100%}.act{background:var(--font-color);-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M160%2096L480%2096C515.3%2096%20544%20124.7%20544%20160L544%20480C544%20515.3%20515.3%20544%20480%20544L160%20544C124.7%20544%2096%20515.3%2096%20480L96%20160C96%20124.7%20124.7%2096%20160%2096z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M160%2096L480%2096C515.3%2096%20544%20124.7%20544%20160L544%20480C544%20515.3%20515.3%20544%20480%20544L160%20544C124.7%20544%2096%20515.3%2096%20480L96%20160C96%20124.7%20124.7%2096%20160%2096z'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.inact{background:var(--font-color);-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M264.5%2064C251.2%2064%20240.5%2074.7%20240.5%2088C240.5%20101.3%20251.2%20112%20264.5%20112L296.5%20112L296.5%20137.3C188.5%20149.2%20104.5%20240.8%20104.5%20352C104.5%20471.3%20201.2%20568%20320.5%20568C439.8%20568%20536.5%20471.3%20536.5%20352C536.5%20312.2%20525.7%20274.9%20506.9%20242.8L535.1%20214.6C547.6%20202.1%20547.6%20181.8%20535.1%20169.3C522.6%20156.8%20502.3%20156.8%20489.8%20169.3L466.4%20192.7C433.5%20162.5%20391.2%20142.4%20344.4%20137.2L344.4%20111.9L376.4%20111.9C389.7%20111.9%20400.4%20101.2%20400.4%2087.9C400.4%2074.6%20389.7%2063.9%20376.4%2063.9L264.4%2063.9zM344.5%20248L344.5%20352C344.5%20365.3%20333.8%20376%20320.5%20376C307.2%20376%20296.5%20365.3%20296.5%20352L296.5%20248C296.5%20234.7%20307.2%20224%20320.5%20224C333.8%20224%20344.5%20234.7%20344.5%20248z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M264.5%2064C251.2%2064%20240.5%2074.7%20240.5%2088C240.5%20101.3%20251.2%20112%20264.5%20112L296.5%20112L296.5%20137.3C188.5%20149.2%20104.5%20240.8%20104.5%20352C104.5%20471.3%20201.2%20568%20320.5%20568C439.8%20568%20536.5%20471.3%20536.5%20352C536.5%20312.2%20525.7%20274.9%20506.9%20242.8L535.1%20214.6C547.6%20202.1%20547.6%20181.8%20535.1%20169.3C522.6%20156.8%20502.3%20156.8%20489.8%20169.3L466.4%20192.7C433.5%20162.5%20391.2%20142.4%20344.4%20137.2L344.4%20111.9L376.4%20111.9C389.7%20111.9%20400.4%20101.2%20400.4%2087.9C400.4%2074.6%20389.7%2063.9%20376.4%2063.9L264.4%2063.9zM344.5%20248L344.5%20352C344.5%20365.3%20333.8%20376%20320.5%20376C307.2%20376%20296.5%20365.3%20296.5%20352L296.5%20248C296.5%20234.7%20307.2%20224%20320.5%20224C333.8%20224%20344.5%20234.7%20344.5%20248z'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}#resetbutton{background:var(--accent-color3);border:1px solid var(--accent-color3);border-radius:var(--border-radius);color:var(--faded-text-color);font-family:Arial,Helvetica,sans-serif;font-weight:var(--font-weight);font-size:var(--font-size-small);width:100%;height:var(--trigger-reset-height);min-height:2rem;box-shadow:none;cursor:pointer;outline:none}#resetbutton:hover{background:var(--accent-color2)}.divSubmit{margin-left:var(--matchform-child-margin-side);margin-right:var(--matchform-child-margin-side);width:calc(100% - var(--matchform-child-width-to-subtract));height:var(--submitreplay-div-height);margin-bottom:var(--submitreplay-div-margin-bottom);box-sizing:border-box}.submitButton{border:1px solid var(--accent-color3);border-radius:var(--border-radius);box-shadow:0 4px 5px var(--drop-shadow-color);color:var(--faded-text-color);font-family:Arial,Helvetica,sans-serif;font-weight:var(--font-weight);font-size:var(--font-size-small);background:var(--accent-color);cursor:pointer;outline:none;flex-direction:column;justify-content:center;align-items:center;gap:.1rem;width:100%;height:100%;display:flex}.submitButton:hover{background:var(--accent-color2)}.submitButton:disabled{opacity:.6;cursor:not-allowed}.submitText{color:var(--font-color);font-size:var(--font-size-small);margin:0;padding:0;line-height:1.2;text-decoration:none}#submitImage{background:var(--font-color);-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M160%2096C124.7%2096%2096%20124.7%2096%20160L96%20480C96%20515.3%20124.7%20544%20160%20544L480%20544C515.3%20544%20544%20515.3%20544%20480L544%20237.3C544%20220.3%20537.3%20204%20525.3%20192L448%20114.7C436%20102.7%20419.7%2096%20402.7%2096L160%2096zM192%20192C192%20174.3%20206.3%20160%20224%20160L384%20160C401.7%20160%20416%20174.3%20416%20192L416%20256C416%20273.7%20401.7%20288%20384%20288L224%20288C206.3%20288%20192%20273.7%20192%20256L192%20192zM320%20352C355.3%20352%20384%20380.7%20384%20416C384%20451.3%20355.3%20480%20320%20480C284.7%20480%20256%20451.3%20256%20416C256%20380.7%20284.7%20352%20320%20352z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M160%2096C124.7%2096%2096%20124.7%2096%20160L96%20480C96%20515.3%20124.7%20544%20160%20544L480%20544C515.3%20544%20544%20515.3%20544%20480L544%20237.3C544%20220.3%20537.3%20204%20525.3%20192L448%20114.7C436%20102.7%20419.7%2096%20402.7%2096L160%2096zM192%20192C192%20174.3%20206.3%20160%20224%20160L384%20160C401.7%20160%20416%20174.3%20416%20192L416%20256C416%20273.7%20401.7%20288%20384%20288L224%20288C206.3%20288%20192%20273.7%20192%20256L192%20192zM320%20352C355.3%20352%20384%20380.7%20384%20416C384%20451.3%20355.3%20480%20320%20480C284.7%20480%20256%20451.3%20256%20416C256%20380.7%20284.7%20352%20320%20352z'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.submitImage{height:var(--submit-image-size);width:var(--submit-image-size);flex-shrink:0}.divReplay{margin-left:var(--matchform-child-margin-side);margin-right:var(--matchform-child-margin-side);width:calc(100% - var(--matchform-child-width-to-subtract));height:var(--submitreplay-div-height);margin-bottom:var(--submitreplay-div-margin-bottom);box-sizing:border-box}.replayButton{border:1px solid var(--accent-color3);border-radius:var(--border-radius);box-shadow:0 4px 5px var(--drop-shadow-color);color:var(--font-color);font-family:Arial,Helvetica,sans-serif;font-weight:var(--font-weight);background:var(--accent-color);width:100%;height:100%;font-size:var(--font-size-small);cursor:pointer;outline:none;flex-direction:column;justify-content:center;align-items:center;gap:0;display:flex}.replayButton:hover{background:var(--accent-color2)}.replayText{color:var(--font-color);font-size:var(--font-size-small);margin:0;padding:0;line-height:1.2;text-decoration:none}#replayPOne{margin-top:var(--submitreplay-label-margin-top)}#replayCheck{opacity:0;cursor:pointer;width:0;height:0;position:absolute;top:0;right:0}#sideButtonCycleTrigger,#scoreButton,#shuttleButton,#hubSwitchButton{border-radius:var(--border-radius);box-shadow:0 4px 5px var(--drop-shadow-color);color:var(--font-color);font-family:Arial,Helvetica,sans-serif;font-weight:var(--font-weight);width:var(--cycle-size);height:var(--cycle-size);font-size:var(--font-size-cycle);text-align:center;cursor:pointer;border:1px solid #0000;outline:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;margin-top:clamp(.3rem,1.5vh,.8rem);margin-bottom:0;display:flex;position:relative;top:auto}#sideButtonCycleTrigger.true{background:var(--accent-color3);border-color:var(--accent-color3)}#sideButtonCycleTrigger.false{background:var(--error-color);border-color:var(--error-color)}#cycleImg,#stopImg{height:var(--cycle-image-height);background:var(--font-color);flex-shrink:0;width:80%;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}#cycleImg{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M187.2%20100.9C174.8%2094.1%20159.8%2094.4%20147.6%20101.6C135.4%20108.8%20128%20121.9%20128%20136L128%20504C128%20518.1%20135.5%20531.2%20147.6%20538.4C159.7%20545.6%20174.8%20545.9%20187.2%20539.1L523.2%20355.1C536%20348.1%20544%20334.6%20544%20320C544%20305.4%20536%20291.9%20523.2%20284.9L187.2%20100.9z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M187.2%20100.9C174.8%2094.1%20159.8%2094.4%20147.6%20101.6C135.4%20108.8%20128%20121.9%20128%20136L128%20504C128%20518.1%20135.5%20531.2%20147.6%20538.4C159.7%20545.6%20174.8%20545.9%20187.2%20539.1L523.2%20355.1C536%20348.1%20544%20334.6%20544%20320C544%20305.4%20536%20291.9%20523.2%20284.9L187.2%20100.9z'/%3e%3c/svg%3e")}#stopImg{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M160%2096L480%2096C515.3%2096%20544%20124.7%20544%20160L544%20480C544%20515.3%20515.3%20544%20480%20544L160%20544C124.7%20544%2096%20515.3%2096%20480L96%20160C96%20124.7%20124.7%2096%20160%2096z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M160%2096L480%2096C515.3%2096%20544%20124.7%20544%20160L544%20480C544%20515.3%20515.3%20544%20480%20544L160%20544C124.7%20544%2096%20515.3%2096%20480L96%20160C96%20124.7%20124.7%2096%20160%2096z'/%3e%3c/svg%3e")}#scoreButton.false{background:var(--accent-color3);border-color:var(--accent-color3)}#scoreButton.true{background:var(--disabled-color);border-color:var(--disabled-color)}#scoreButtonImg{height:var(--score-image-height);background:var(--font-color);flex-shrink:0;width:80%;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M557.7%2064.9L363.5%20139.6L365.8%20110.3C366.8%2097.5%20353%2088.8%20341.8%2095.2L165.3%20197.4C102.6%20233.7%2064%20300.6%2064%20373C64%20485.1%20154.9%20576%20267%20576C339.4%20576%20406.3%20537.4%20442.6%20474.7L544.8%20298.3C551.3%20287.2%20542.6%20273.3%20529.7%20274.3L500.4%20276.6L575.1%2082.4C575.7%2080.9%20576%2079.2%20576%2077.6C576%2070.1%20570%2064.1%20562.5%2064.1C560.8%2064.1%20559.2%2064.4%20557.7%2065zM256%20256C326.7%20256%20384%20313.3%20384%20384C384%20454.7%20326.7%20512%20256%20512C185.3%20512%20128%20454.7%20128%20384C128%20313.3%20185.3%20256%20256%20256zM256%20352C256%20334.3%20241.7%20320%20224%20320C206.3%20320%20192%20334.3%20192%20352C192%20369.7%20206.3%20384%20224%20384C241.7%20384%20256%20369.7%20256%20352zM272%20448C280.8%20448%20288%20440.8%20288%20432C288%20423.2%20280.8%20416%20272%20416C263.2%20416%20256%20423.2%20256%20432C256%20440.8%20263.2%20448%20272%20448z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M557.7%2064.9L363.5%20139.6L365.8%20110.3C366.8%2097.5%20353%2088.8%20341.8%2095.2L165.3%20197.4C102.6%20233.7%2064%20300.6%2064%20373C64%20485.1%20154.9%20576%20267%20576C339.4%20576%20406.3%20537.4%20442.6%20474.7L544.8%20298.3C551.3%20287.2%20542.6%20273.3%20529.7%20274.3L500.4%20276.6L575.1%2082.4C575.7%2080.9%20576%2079.2%20576%2077.6C576%2070.1%20570%2064.1%20562.5%2064.1C560.8%2064.1%20559.2%2064.4%20557.7%2065zM256%20256C326.7%20256%20384%20313.3%20384%20384C384%20454.7%20326.7%20512%20256%20512C185.3%20512%20128%20454.7%20128%20384C128%20313.3%20185.3%20256%20256%20256zM256%20352C256%20334.3%20241.7%20320%20224%20320C206.3%20320%20192%20334.3%20192%20352C192%20369.7%20206.3%20384%20224%20384C241.7%20384%20256%20369.7%20256%20352zM272%20448C280.8%20448%20288%20440.8%20288%20432C288%20423.2%20280.8%20416%20272%20416C263.2%20416%20256%20423.2%20256%20432C256%20440.8%20263.2%20448%20272%20448z'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}#shuttleButton.false{background:var(--accent-color3);border-color:var(--accent-color3)}#shuttleButton.true{background:var(--disabled-color);border-color:var(--disabled-color)}#shuttleButtonImg{height:var(--cycle-image-height);background:var(--font-color);flex-shrink:0;width:80%;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M480%2064C568.4%2064%20640%20135.6%20640%20224L640%20448C640%20483.3%20611.3%20512%20576%20512L570.4%20512C557.2%20549.3%20521.8%20576%20480%20576C438.2%20576%20402.7%20549.3%20389.6%20512L250.5%20512C237.3%20549.3%20201.8%20576%20160.1%20576C118.4%20576%2082.9%20549.3%2069.7%20512L64%20512C28.7%20512%200%20483.3%200%20448L0%20160C0%20107%2043%2064%2096%2064L480%2064zM160%20432C133.5%20432%20112%20453.5%20112%20480C112%20506.5%20133.5%20528%20160%20528C186.5%20528%20208%20506.5%20208%20480C208%20453.5%20186.5%20432%20160%20432zM480%20432C453.5%20432%20432%20453.5%20432%20480C432%20506.5%20453.5%20528%20480%20528C506.5%20528%20528%20506.5%20528%20480C528%20453.5%20506.5%20432%20480%20432zM480%20128C462.3%20128%20448%20142.3%20448%20160L448%20352C448%20369.7%20462.3%20384%20480%20384L544%20384C561.7%20384%20576%20369.7%20576%20352L576%20224C576%20171%20533%20128%20480%20128zM248%20288L352%20288C369.7%20288%20384%20273.7%20384%20256L384%20160C384%20142.3%20369.7%20128%20352%20128L248%20128L248%20288zM96%20128C78.3%20128%2064%20142.3%2064%20160L64%20256C64%20273.7%2078.3%20288%2096%20288L200%20288L200%20128L96%20128z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.1.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M480%2064C568.4%2064%20640%20135.6%20640%20224L640%20448C640%20483.3%20611.3%20512%20576%20512L570.4%20512C557.2%20549.3%20521.8%20576%20480%20576C438.2%20576%20402.7%20549.3%20389.6%20512L250.5%20512C237.3%20549.3%20201.8%20576%20160.1%20576C118.4%20576%2082.9%20549.3%2069.7%20512L64%20512C28.7%20512%200%20483.3%200%20448L0%20160C0%20107%2043%2064%2096%2064L480%2064zM160%20432C133.5%20432%20112%20453.5%20112%20480C112%20506.5%20133.5%20528%20160%20528C186.5%20528%20208%20506.5%20208%20480C208%20453.5%20186.5%20432%20160%20432zM480%20432C453.5%20432%20432%20453.5%20432%20480C432%20506.5%20453.5%20528%20480%20528C506.5%20528%20528%20506.5%20528%20480C528%20453.5%20506.5%20432%20480%20432zM480%20128C462.3%20128%20448%20142.3%20448%20160L448%20352C448%20369.7%20462.3%20384%20480%20384L544%20384C561.7%20384%20576%20369.7%20576%20352L576%20224C576%20171%20533%20128%20480%20128zM248%20288L352%20288C369.7%20288%20384%20273.7%20384%20256L384%20160C384%20142.3%20369.7%20128%20352%20128L248%20128L248%20288zM96%20128C78.3%20128%2064%20142.3%2064%20160L64%20256C64%20273.7%2078.3%20288%2096%20288L200%20288L200%20128L96%20128z'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.divAutoAccLabel{width:calc(100% - var(--matchform-child-width-to-subtract));margin-left:var(--matchform-child-margin-side);margin-right:var(--matchform-child-margin-side);margin-bottom:var(--slider-container-margin-bottom);min-height:var(--matchform-element-height);box-sizing:border-box;flex-direction:row;align-items:center;gap:.5rem;display:flex}.divAutoAccLabel:focus{outline:none}.textAutoAccLabel{color:var(--font-color-prompt-title);font-family:Arial,Helvetica,sans-serif;font-weight:lighter;font-size:var(--font-size-small);flex:1;min-width:0;margin:0;padding:0;line-height:1.3;text-decoration:none}.autoAccContainer{width:var(--slider-container-width);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:.2rem;display:flex}.autoAccSlider{appearance:none;width:100%;height:var(--matchform-accslider-height);background:var(--kelly-green);border-radius:var(--border-radius);cursor:pointer;margin:0}.autoAccSlider::-webkit-slider-thumb{appearance:none;background:var(--background-color);height:var(--matchform-accslider-thumb-size);width:var(--matchform-accslider-thumb-size);border:var(--font-color-prompt-title) 2px solid;border-radius:var(--border-radius)}.autoAccSlider::-moz-range-thumb{background:var(--background-color);height:var(--matchform-accslider-thumb-size);width:var(--matchform-accslider-thumb-size);border-radius:var(--border-radius);cursor:pointer;border:2px solid #000}.autoAccSlider::-ms-thumb{background:var(--background-color);height:var(--matchform-accslider-thumb-size);width:var(--matchform-accslider-thumb-size);border-radius:var(--border-radius);border:2px solid #000}.autoAccuracyLabel{font-size:var(--font-size-cycle);color:var(--font-color-prompt-title);text-align:center}.collapsibleDropdown{border-radius:var(--border-radius);width:calc(100% - var(--matchform-child-width-to-subtract));margin-left:var(--matchform-child-margin-side);margin-right:var(--matchform-child-margin-side);box-sizing:border-box;border:1px solid #ccc;margin-top:.4rem;margin-bottom:.4rem}.collapsibleDropdown__trigger{width:100%;padding:var(--collapsible-padding);cursor:pointer;font-size:var(--font-size-small);color:var(--font-color-prompt-title);min-height:var(--matchform-element-height);background:0 0;border:none;justify-content:space-between;align-items:center;font-family:Arial,Helvetica,sans-serif;display:flex}.collapsibleDropdown__arrow{font-size:var(--font-size-small);flex-shrink:0;transition:transform .2s}.collapsibleDropdown__arrow--open{transform:rotate(180deg)}.collapsibleDropdown__content{max-height:0;transition:max-height .3s;overflow:hidden}.collapsibleDropdown__content--open{max-height:var(--collapsible-open-max-height);border-top:1px solid #ccc}.collapsibleDropdown__inner{padding:var(--collapsible-padding)}.collapsibleDropdown__inner .child,.collapsibleDropdown__inner .child.divcheck,.collapsibleDropdown__inner .divAutoAccLabel,.collapsibleDropdown__inner #driverStation,.collapsibleDropdown__inner .collectchild,.collapsibleDropdown__inner .collapsibleDropdown{width:100%;margin-left:0;margin-right:0}.collapsibleDropdown__inner>p{color:var(--font-color-prompt-title);font-family:Arial,Helvetica,sans-serif;font-size:var(--font-size-small);margin-top:.3rem;margin-bottom:.2rem}.collapsibleDropdown__inner .child.notesdiv{margin-top:0;margin-bottom:0}#hubSwitchButton{background:var(--disabled-color);border-color:var(--accent-color3)}#hubSwitchButton.blue{background:var(--blue-color)}#hubSwitchButton.red{background:var(--error-color)}#hubSwitchButtonImg{height:var(--cycle-image-height);background:var(--font-color);flex-shrink:0;width:80%;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.2.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M566.6%20214.6L470.6%20310.6C458.1%20323.1%20437.8%20323.1%20425.3%20310.6C412.8%20298.1%20412.8%20277.8%20425.3%20265.3L466.7%20224L96%20224C78.3%20224%2064%20209.7%2064%20192C64%20174.3%2078.3%20160%2096%20160L466.7%20160L425.3%20118.6C412.8%20106.1%20412.8%2085.8%20425.3%2073.3C437.8%2060.8%20458.1%2060.8%20470.6%2073.3L566.6%20169.3C579.1%20181.8%20579.1%20202.1%20566.6%20214.6zM169.3%20566.6L73.3%20470.6C60.8%20458.1%2060.8%20437.8%2073.3%20425.3L169.3%20329.3C181.8%20316.8%20202.1%20316.8%20214.6%20329.3C227.1%20341.8%20227.1%20362.1%20214.6%20374.6L173.3%20416L544%20416C561.7%20416%20576%20430.3%20576%20448C576%20465.7%20561.7%20480%20544%20480L173.3%20480L214.7%20521.4C227.2%20533.9%20227.2%20554.2%20214.7%20566.7C202.2%20579.2%20181.9%20579.2%20169.4%20566.7z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.2.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M566.6%20214.6L470.6%20310.6C458.1%20323.1%20437.8%20323.1%20425.3%20310.6C412.8%20298.1%20412.8%20277.8%20425.3%20265.3L466.7%20224L96%20224C78.3%20224%2064%20209.7%2064%20192C64%20174.3%2078.3%20160%2096%20160L466.7%20160L425.3%20118.6C412.8%20106.1%20412.8%2085.8%20425.3%2073.3C437.8%2060.8%20458.1%2060.8%20470.6%2073.3L566.6%20169.3C579.1%20181.8%20579.1%20202.1%20566.6%20214.6zM169.3%20566.6L73.3%20470.6C60.8%20458.1%2060.8%20437.8%2073.3%20425.3L169.3%20329.3C181.8%20316.8%20202.1%20316.8%20214.6%20329.3C227.1%20341.8%20227.1%20362.1%20214.6%20374.6L173.3%20416L544%20416C561.7%20416%20576%20430.3%20576%20448C576%20465.7%20561.7%20480%20544%20480L173.3%20480L214.7%20521.4C227.2%20533.9%20227.2%20554.2%20214.7%20566.7C202.2%20579.2%20181.9%20579.2%20169.4%20566.7z'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}#leaderBody{width:100%;height:var(--page-height);font-family:sans-serif;font-size:var(--font-size-small);color:var(--font-color-prompt-title);background:var(--background-color);margin:0;overflow:hidden}#leaderBoardBody{width:100%;height:var(--content-height);padding:0;overflow:hidden}#sortContainer{justify-content:space-evenly;gap:8px;width:90%;margin-bottom:16px;margin-left:5%;display:flex}.lb-sort-btn{border-radius:var(--border-radius);background:var(--accent-color3);cursor:pointer;width:30%;height:var(--leader-board-element-height);color:var(--font-color);font-size:var(--font-size-small);border:none;padding:1%}.lb-sort-btn.active{background:var(--accent-color2)}#boardContainer{max-width:90%;height:calc(var(--content-height) - var(--leader-board-element-height) - 3rem);flex-direction:column;gap:1%;margin:3% auto;display:flex;overflow:hidden scroll}.leaderBoardTile{background:var(--background-color);border:.15vh solid var(--accent-color);border-radius:var(--border-radius);min-height:var(--leader-board-element-height);font-size:var(--font-size-small);color:var(--font-color-prompt-title);flex-shrink:0;align-items:center;gap:8%;padding:2.5%;display:flex;overflow:hidden}.lb-name{flex:1}.lb-rank{font-weight:700}.settingsBody{font-size:var(--font-size-large);color:var(--font-color);background:var(--background-color);height:var(--page-height);width:var(--page-width)}#settingsContainer,#settingsContainerDebug{height:var(--content-height);width:var(--content-width);flex-direction:column;justify-content:flex-start;display:flex;overflow:hidden auto}#settingsDebugBody{font-size:var(--font-size-large);color:var(--font-color-prompt-title);background:var(--background-color);height:var(--page-height);width:var(--page-width);overflow:hidden scroll}.settingsh1{text-align:center;color:var(--font-color-prompt-title);margin:var(--settings-element-spacing);width:var(--settings-element-width);height:var(--settings-element-height);margin-left:calc((100% - var(--settings-element-width)) / 2);padding-top:calc(var(--settings-element-height) / 4);background:0 0}.forceSendCopy{color:var(--font-color-prompt-title)}.settingButton{color:var(--font-color);margin:var(--settings-element-spacing);width:var(--settings-element-width);height:var(--settings-element-height);margin-left:calc((100% - var(--settings-element-width)) / 2);border-radius:var(--border-radius);border:var(--border-color-faded) 1px solid;background:var(--accent-color);cursor:pointer;font-size:var(--font-size-large);flex-direction:row;align-items:center;display:flex}.image{width:calc(var(--settings-element-height) * .8);height:calc(var(--settings-element-height) * .8);background-size:calc(var(--settings-element-height) * .8) calc(var(--settings-element-height) * .8);background-image:none;background-color:var(--font-color);flex-shrink:0;margin-left:1vh;margin-right:1vh;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.image.themeImage{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.2.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M576%20320C576%20320.9%20576%20321.8%20576%20322.7C575.6%20359.2%20542.4%20384%20505.9%20384L408%20384C381.5%20384%20360%20405.5%20360%20432C360%20435.4%20360.4%20438.7%20361%20441.9C363.1%20452.1%20367.5%20461.9%20371.8%20471.8C377.9%20485.6%20383.9%20499.3%20383.9%20513.8C383.9%20545.6%20362.3%20574.5%20330.5%20575.8C327%20575.9%20323.5%20576%20319.9%20576C178.5%20576%2063.9%20461.4%2063.9%20320C63.9%20178.6%20178.6%2064%20320%2064C461.4%2064%20576%20178.6%20576%20320zM192%20352C192%20334.3%20177.7%20320%20160%20320C142.3%20320%20128%20334.3%20128%20352C128%20369.7%20142.3%20384%20160%20384C177.7%20384%20192%20369.7%20192%20352zM192%20256C209.7%20256%20224%20241.7%20224%20224C224%20206.3%20209.7%20192%20192%20192C174.3%20192%20160%20206.3%20160%20224C160%20241.7%20174.3%20256%20192%20256zM352%20160C352%20142.3%20337.7%20128%20320%20128C302.3%20128%20288%20142.3%20288%20160C288%20177.7%20302.3%20192%20320%20192C337.7%20192%20352%20177.7%20352%20160zM448%20256C465.7%20256%20480%20241.7%20480%20224C480%20206.3%20465.7%20192%20448%20192C430.3%20192%20416%20206.3%20416%20224C416%20241.7%20430.3%20256%20448%20256z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.2.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M576%20320C576%20320.9%20576%20321.8%20576%20322.7C575.6%20359.2%20542.4%20384%20505.9%20384L408%20384C381.5%20384%20360%20405.5%20360%20432C360%20435.4%20360.4%20438.7%20361%20441.9C363.1%20452.1%20367.5%20461.9%20371.8%20471.8C377.9%20485.6%20383.9%20499.3%20383.9%20513.8C383.9%20545.6%20362.3%20574.5%20330.5%20575.8C327%20575.9%20323.5%20576%20319.9%20576C178.5%20576%2063.9%20461.4%2063.9%20320C63.9%20178.6%20178.6%2064%20320%2064C461.4%2064%20576%20178.6%20576%20320zM192%20352C192%20334.3%20177.7%20320%20160%20320C142.3%20320%20128%20334.3%20128%20352C128%20369.7%20142.3%20384%20160%20384C177.7%20384%20192%20369.7%20192%20352zM192%20256C209.7%20256%20224%20241.7%20224%20224C224%20206.3%20209.7%20192%20192%20192C174.3%20192%20160%20206.3%20160%20224C160%20241.7%20174.3%20256%20192%20256zM352%20160C352%20142.3%20337.7%20128%20320%20128C302.3%20128%20288%20142.3%20288%20160C288%20177.7%20302.3%20192%20320%20192C337.7%20192%20352%20177.7%20352%20160zM448%20256C465.7%20256%20480%20241.7%20480%20224C480%20206.3%20465.7%20192%20448%20192C430.3%20192%20416%20206.3%20416%20224C416%20241.7%20430.3%20256%20448%20256z'/%3e%3c/svg%3e")}.image.debugImage{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.2.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M224%20160C224%20107%20267%2064%20320%2064C373%2064%20416%20107%20416%20160L416%20163.6C416%20179.3%20403.3%20192%20387.6%20192L252.5%20192C236.8%20192%20224.1%20179.3%20224.1%20163.6L224.1%20160zM569.6%20172.8C580.2%20186.9%20577.3%20207%20563.2%20217.6L465.4%20290.9C470.7%20299.8%20474.7%20309.6%20477.2%20320L576%20320C593.7%20320%20608%20334.3%20608%20352C608%20369.7%20593.7%20384%20576%20384L480%20384L480%20416C480%20418.6%20479.9%20421.3%20479.8%20423.9L563.2%20486.4C577.3%20497%20580.2%20517.1%20569.6%20531.2C559%20545.3%20538.9%20548.2%20524.8%20537.6L461.7%20490.3C438.5%20534.5%20395.2%20566.5%20344%20574.2L344%20344C344%20330.7%20333.3%20320%20320%20320C306.7%20320%20296%20330.7%20296%20344L296%20574.2C244.8%20566.5%20201.5%20534.5%20178.3%20490.3L115.2%20537.6C101.1%20548.2%2081%20545.3%2070.4%20531.2C59.8%20517.1%2062.7%20497%2076.8%20486.4L160.2%20423.9C160.1%20421.3%20160%20418.7%20160%20416L160%20384L64%20384C46.3%20384%2032%20369.7%2032%20352C32%20334.3%2046.3%20320%2064%20320L162.8%20320C165.3%20309.6%20169.3%20299.8%20174.6%20290.9L76.8%20217.6C62.7%20207%2059.8%20186.9%2070.4%20172.8C81%20158.7%20101.1%20155.8%20115.2%20166.4L224%20248C236.3%20242.9%20249.8%20240%20264%20240L376%20240C390.2%20240%20403.7%20242.8%20416%20248L524.8%20166.4C538.9%20155.8%20559%20158.7%20569.6%20172.8z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.2.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M224%20160C224%20107%20267%2064%20320%2064C373%2064%20416%20107%20416%20160L416%20163.6C416%20179.3%20403.3%20192%20387.6%20192L252.5%20192C236.8%20192%20224.1%20179.3%20224.1%20163.6L224.1%20160zM569.6%20172.8C580.2%20186.9%20577.3%20207%20563.2%20217.6L465.4%20290.9C470.7%20299.8%20474.7%20309.6%20477.2%20320L576%20320C593.7%20320%20608%20334.3%20608%20352C608%20369.7%20593.7%20384%20576%20384L480%20384L480%20416C480%20418.6%20479.9%20421.3%20479.8%20423.9L563.2%20486.4C577.3%20497%20580.2%20517.1%20569.6%20531.2C559%20545.3%20538.9%20548.2%20524.8%20537.6L461.7%20490.3C438.5%20534.5%20395.2%20566.5%20344%20574.2L344%20344C344%20330.7%20333.3%20320%20320%20320C306.7%20320%20296%20330.7%20296%20344L296%20574.2C244.8%20566.5%20201.5%20534.5%20178.3%20490.3L115.2%20537.6C101.1%20548.2%2081%20545.3%2070.4%20531.2C59.8%20517.1%2062.7%20497%2076.8%20486.4L160.2%20423.9C160.1%20421.3%20160%20418.7%20160%20416L160%20384L64%20384C46.3%20384%2032%20369.7%2032%20352C32%20334.3%2046.3%20320%2064%20320L162.8%20320C165.3%20309.6%20169.3%20299.8%20174.6%20290.9L76.8%20217.6C62.7%20207%2059.8%20186.9%2070.4%20172.8C81%20158.7%20101.1%20155.8%20115.2%20166.4L224%20248C236.3%20242.9%20249.8%20240%20264%20240L376%20240C390.2%20240%20403.7%20242.8%20416%20248L524.8%20166.4C538.9%20155.8%20559%20158.7%20569.6%20172.8z'/%3e%3c/svg%3e")}.settingButtonDebug{font-size:calc(.6 * var(--font-size-small));color:var(--font-color-prompt-title);margin:calc(var(--settings-element-spacing) / 3);width:var(--settings-element-width);height:calc(var(--settings-element-height) * 1.6);margin-left:calc((100% - var(--settings-element-width)) / 2);background:var(--background-color);border-radius:var(--border-radius);cursor:pointer;flex-direction:row;align-items:center;display:flex}.settingButtonDebugText{flex-direction:column;justify-content:center;align-items:flex-start;width:100%;height:100%;display:flex}.settingButtonDebugText>*{margin:0;padding:0}.image.debug{background:var(--font-color-prompt-title);width:calc(var(--settings-element-height) * .8);height:calc(var(--settings-element-height) * .8);flex-shrink:0;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.image.debug.ipAddress{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.2.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M320%20160C229.1%20160%20146.8%20196%2086.3%20254.6C73.6%20266.9%2053.3%20266.6%2041.1%20253.9C28.9%20241.2%2029.1%20220.9%2041.8%20208.7C113.7%20138.9%20211.9%2096%20320%2096C428.1%2096%20526.3%20138.9%20598.3%20208.7C611%20221%20611.3%20241.3%20599%20253.9C586.7%20266.5%20566.4%20266.9%20553.8%20254.6C493.2%20196%20410.9%20160%20320%20160zM272%20496C272%20469.5%20293.5%20448%20320%20448C346.5%20448%20368%20469.5%20368%20496C368%20522.5%20346.5%20544%20320%20544C293.5%20544%20272%20522.5%20272%20496zM200%20390.2C188.3%20403.5%20168.1%20404.7%20154.8%20393C141.5%20381.3%20140.3%20361.1%20152%20347.8C193%20301.4%20253.1%20272%20320%20272C386.9%20272%20447%20301.4%20488%20347.8C499.7%20361.1%20498.4%20381.3%20485.2%20393C472%20404.7%20451.7%20403.4%20440%20390.2C410.6%20356.9%20367.8%20336%20320%20336C272.2%20336%20229.4%20356.9%20200%20390.2z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.2.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M320%20160C229.1%20160%20146.8%20196%2086.3%20254.6C73.6%20266.9%2053.3%20266.6%2041.1%20253.9C28.9%20241.2%2029.1%20220.9%2041.8%20208.7C113.7%20138.9%20211.9%2096%20320%2096C428.1%2096%20526.3%20138.9%20598.3%20208.7C611%20221%20611.3%20241.3%20599%20253.9C586.7%20266.5%20566.4%20266.9%20553.8%20254.6C493.2%20196%20410.9%20160%20320%20160zM272%20496C272%20469.5%20293.5%20448%20320%20448C346.5%20448%20368%20469.5%20368%20496C368%20522.5%20346.5%20544%20320%20544C293.5%20544%20272%20522.5%20272%20496zM200%20390.2C188.3%20403.5%20168.1%20404.7%20154.8%20393C141.5%20381.3%20140.3%20361.1%20152%20347.8C193%20301.4%20253.1%20272%20320%20272C386.9%20272%20447%20301.4%20488%20347.8C499.7%20361.1%20498.4%20381.3%20485.2%20393C472%20404.7%20451.7%20403.4%20440%20390.2C410.6%20356.9%20367.8%20336%20320%20336C272.2%20336%20229.4%20356.9%20200%20390.2z'/%3e%3c/svg%3e")}.image.debug.eventData{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.2.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M224%2064C241.7%2064%20256%2078.3%20256%2096L256%20128L384%20128L384%2096C384%2078.3%20398.3%2064%20416%2064C433.7%2064%20448%2078.3%20448%2096L448%20128L480%20128C515.3%20128%20544%20156.7%20544%20192L544%20480C544%20515.3%20515.3%20544%20480%20544L160%20544C124.7%20544%2096%20515.3%2096%20480L96%20192C96%20156.7%20124.7%20128%20160%20128L192%20128L192%2096C192%2078.3%20206.3%2064%20224%2064zM224%20320C206.3%20320%20192%20334.3%20192%20352L192%20416C192%20433.7%20206.3%20448%20224%20448L288%20448C305.7%20448%20320%20433.7%20320%20416L320%20352C320%20334.3%20305.7%20320%20288%20320L224%20320z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.2.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M224%2064C241.7%2064%20256%2078.3%20256%2096L256%20128L384%20128L384%2096C384%2078.3%20398.3%2064%20416%2064C433.7%2064%20448%2078.3%20448%2096L448%20128L480%20128C515.3%20128%20544%20156.7%20544%20192L544%20480C544%20515.3%20515.3%20544%20480%20544L160%20544C124.7%20544%2096%20515.3%2096%20480L96%20192C96%20156.7%20124.7%20128%20160%20128L192%20128L192%2096C192%2078.3%20206.3%2064%20224%2064zM224%20320C206.3%20320%20192%20334.3%20192%20352L192%20416C192%20433.7%20206.3%20448%20224%20448L288%20448C305.7%20448%20320%20433.7%20320%20416L320%20352C320%20334.3%20305.7%20320%20288%20320L224%20320z'/%3e%3c/svg%3e")}.image.debug.resetLife{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.2.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M320%20128C426%20128%20512%20214%20512%20320C512%20426%20426%20512%20320%20512C254.8%20512%20197.1%20479.5%20162.4%20429.7C152.3%20415.2%20132.3%20411.7%20117.8%20421.8C103.3%20431.9%2099.8%20451.9%20109.9%20466.4C156.1%20532.6%20233%20576%20320%20576C461.4%20576%20576%20461.4%20576%20320C576%20178.6%20461.4%2064%20320%2064C234.3%2064%20158.5%20106.1%20112%20170.7L112%20144C112%20126.3%2097.7%20112%2080%20112C62.3%20112%2048%20126.3%2048%20144L48%20256C48%20273.7%2062.3%20288%2080%20288L104.6%20288C105.1%20288%20105.6%20288%20106.1%20288L192.1%20288C209.8%20288%20224.1%20273.7%20224.1%20256C224.1%20238.3%20209.8%20224%20192.1%20224L153.8%20224C186.9%20166.6%20249%20128%20320%20128zM344%20216C344%20202.7%20333.3%20192%20320%20192C306.7%20192%20296%20202.7%20296%20216L296%20320C296%20326.4%20298.5%20332.5%20303%20337L375%20409C384.4%20418.4%20399.6%20418.4%20408.9%20409C418.2%20399.6%20418.3%20384.4%20408.9%20375.1L343.9%20310.1L343.9%20216z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.2.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M320%20128C426%20128%20512%20214%20512%20320C512%20426%20426%20512%20320%20512C254.8%20512%20197.1%20479.5%20162.4%20429.7C152.3%20415.2%20132.3%20411.7%20117.8%20421.8C103.3%20431.9%2099.8%20451.9%20109.9%20466.4C156.1%20532.6%20233%20576%20320%20576C461.4%20576%20576%20461.4%20576%20320C576%20178.6%20461.4%2064%20320%2064C234.3%2064%20158.5%20106.1%20112%20170.7L112%20144C112%20126.3%2097.7%20112%2080%20112C62.3%20112%2048%20126.3%2048%20144L48%20256C48%20273.7%2062.3%20288%2080%20288L104.6%20288C105.1%20288%20105.6%20288%20106.1%20288L192.1%20288C209.8%20288%20224.1%20273.7%20224.1%20256C224.1%20238.3%20209.8%20224%20192.1%20224L153.8%20224C186.9%20166.6%20249%20128%20320%20128zM344%20216C344%20202.7%20333.3%20192%20320%20192C306.7%20192%20296%20202.7%20296%20216L296%20320C296%20326.4%20298.5%20332.5%20303%20337L375%20409C384.4%20418.4%20399.6%20418.4%20408.9%20409C418.2%20399.6%20418.3%20384.4%20408.9%20375.1L343.9%20310.1L343.9%20216z'/%3e%3c/svg%3e")}.image.debug.copyAll{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.2.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M288%2064C252.7%2064%20224%2092.7%20224%20128L224%20384C224%20419.3%20252.7%20448%20288%20448L480%20448C515.3%20448%20544%20419.3%20544%20384L544%20183.4C544%20166%20536.9%20149.3%20524.3%20137.2L466.6%2081.8C454.7%2070.4%20438.8%2064%20422.3%2064L288%2064zM160%20192C124.7%20192%2096%20220.7%2096%20256L96%20512C96%20547.3%20124.7%20576%20160%20576L352%20576C387.3%20576%20416%20547.3%20416%20512L416%20496L352%20496L352%20512L160%20512L160%20256L176%20256L176%20192L160%20192z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.2.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M288%2064C252.7%2064%20224%2092.7%20224%20128L224%20384C224%20419.3%20252.7%20448%20288%20448L480%20448C515.3%20448%20544%20419.3%20544%20384L544%20183.4C544%20166%20536.9%20149.3%20524.3%20137.2L466.6%2081.8C454.7%2070.4%20438.8%2064%20422.3%2064L288%2064zM160%20192C124.7%20192%2096%20220.7%2096%20256L96%20512C96%20547.3%20124.7%20576%20160%20576L352%20576C387.3%20576%20416%20547.3%20416%20512L416%20496L352%20496L352%20512L160%20512L160%20256L176%20256L176%20192L160%20192z'/%3e%3c/svg%3e")}.image.debug.forceAll{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.2.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M371.8%2082.4C359.8%2087.4%20352%2099%20352%20112L352%20192L240%20192C142.8%20192%2064%20270.8%2064%20368C64%20481.3%20145.5%20531.9%20164.2%20542.1C166.7%20543.5%20169.5%20544%20172.3%20544C183.2%20544%20192%20535.1%20192%20524.3C192%20516.8%20187.7%20509.9%20182.2%20504.8C172.8%20496%20160%20478.4%20160%20448.1C160%20395.1%20203%20352.1%20256%20352.1L352%20352.1L352%20432.1C352%20445%20359.8%20456.7%20371.8%20461.7C383.8%20466.7%20397.5%20463.9%20406.7%20454.8L566.7%20294.8C579.2%20282.3%20579.2%20262%20566.7%20249.5L406.7%2089.5C397.5%2080.3%20383.8%2077.6%20371.8%2082.6z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3e%3c!--!Font%20Awesome%20Free%207.2.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202026%20Fonticons,%20Inc.--%3e%3cpath%20d='M371.8%2082.4C359.8%2087.4%20352%2099%20352%20112L352%20192L240%20192C142.8%20192%2064%20270.8%2064%20368C64%20481.3%20145.5%20531.9%20164.2%20542.1C166.7%20543.5%20169.5%20544%20172.3%20544C183.2%20544%20192%20535.1%20192%20524.3C192%20516.8%20187.7%20509.9%20182.2%20504.8C172.8%20496%20160%20478.4%20160%20448.1C160%20395.1%20203%20352.1%20256%20352.1L352%20352.1L352%20432.1C352%20445%20359.8%20456.7%20371.8%20461.7C383.8%20466.7%20397.5%20463.9%20406.7%20454.8L566.7%20294.8C579.2%20282.3%20579.2%20262%20566.7%20249.5L406.7%2089.5C397.5%2080.3%20383.8%2077.6%20371.8%2082.6z'/%3e%3c/svg%3e")}#settingsDebugCachedMatches{width:var(--settings-element-width);margin-left:calc((100% - var(--settings-element-width)) / 2);flex-direction:column;display:flex;overflow:hidden auto}.settingsDebugCachedMatchesButton{color:var(--font-color-prompt-title);margin:calc(var(--settings-element-spacing) / 3);max-width:var(--content-width);height:calc(var(--settings-element-height) * 2);background:var(--background-color);border:var(--font-color-prompt-title) 1px solid;border-radius:var(--border-radius);flex-direction:row;justify-content:center;align-items:center;display:flex}.settingsDebugCachedMatchesButton>*{max-height:calc(calc(var(--settings-element-height) * 2) - 5%);border:none}.settingsDebugCachedMatchesButton.noneFound{justify-content:center;align-items:center;margin-left:0}.settingsDebugCachedMatchesButton>button{background:var(--background-color);cursor:pointer;width:20%;height:80%;padding:0}.themechild{width:var(--settings-element-width);height:var(--settings-element-height);margin-left:calc((100% - var(--settings-element-width)) / 2);flex-direction:row;justify-content:space-between;align-items:center;display:flex}#themedtext{min-width:0;font-size:var(--font-size-large);color:var(--font-color-prompt-title);flex:1}#themedropdown{padding-bottom:var(--settings-themedrop-padding-bottom);height:calc(var(--settings-element-height) / 1.5);font-size:var(--font-size-large);color:var(--font-color-prompt-title);background:var(--background-color);cursor:pointer;border:none;border-bottom:1px solid gray;flex-shrink:0}#themedropdown:focus{outline:none}:root{--font-size-large:3vh;--font-size-small:2.5vh;--font-size-cycle:clamp(.7rem, 1.8vh, .95rem);--font-weight:1;--border-radius:1rem;--page-height:100dvh;--page-width:100vw;--content-height:calc(var(--page-height) - var(--navbar-height));--content-width:var(--page-width);--element-height:clamp(3.8rem, 20.2vh, 10rem);--sidenav-width:min(70vw, 22rem);--navbar-height:clamp(3rem, 8vh, 4.5rem);--sidenav-usertile-height:0%;--sidenav-usertile-width:15vh;--sidenav-section-height:calc((100% - var(--sidenav-usertile-height)) / 2);--navbar-hamburger-padding:15px;--navbar-hamburger-top-distance:-6px;--navbar-text-padding-top:5px;--sidenav-usertile-margin-bottom:3vw;--sidenav-userimage-size:clamp(1.5rem, 3vw, 2.5rem);--sidenav-usertext-h1-margin-top:1.7vh;--sidenav-usertext-p-margin-top:-4.3vh;--sidenav-usertext-p-margin-left:.2vw;--sidenav-padding-top:60px;--login-h1-height:3vh;--login-h1-margin-top:4vh;--login-error-message-margin:10px 0;--login-element-width:50rem;--login-element-height:clamp(4.8rem, 6.2vh, 6.6rem);--login-box-margin-top:5vh;--login-box-margin-bottom:1.5vh;--login-box-padding-left:calc(var(--login-box-background-size) + 1vh);--login-box-background-size:3vh;--login-box-background-position:5px 1.2vh;--login-button-height:clamp(2.5rem, 6vh, 4rem);--matchform-sectionbox-margin-vertical:clamp(1.5rem, 5.5vh, 2rem);--matchform-sectionbox-padding-top:clamp(1.5rem, 7.5vh, 2rem);--matchform-side-panel-width:clamp(4rem, 8vh, 5.5rem);--matchform-grid-template:1fr var(--matchform-side-panel-width);--matchform-child-margin-side:7.5vw;--matchform-child-width-to-subtract:15vw;--matchform-element-height:var(--element-height);--matchform-matchteam-margin-top:clamp(.5rem, 1.5vh, 1rem);--matchform-header-padding-top:5px;--matchform-header-end-margin-top:clamp(2rem, 8vh, 5rem);--matchform-notes-height:35vh;--matchform-cycle-container-height:clamp(16rem, 40vh, 28rem);--matchform-cycle-item-height:clamp(4rem, 9vh, 6rem);--matchform-cycle-item-margin-bottom:clamp(.3rem, 1vw, .6rem);--matchform-cycle-item-image-height:clamp(1.8rem, 4vh, 2.6rem);--matchform-cycle-item-image-width:clamp(1.8rem, 4vh, 2.6rem);--matchform-cycle-delete-height:30%;--matchform-cycle-delete-width:10%;--matchform-cycle-text-padding-top:5%;--matchform-cycle-text-padding-left:5%;--matchform-cycle-text-width:25;--matchform-bottomspace-height:clamp(4rem, 15vh, 10rem);--matchform-bottomspace-max-height:80px;--check-text-height:30px;--check-padding-top:1vh;--check-div-height:clamp(2.4rem, 6vh, 3.5rem);--check-div-margin:5vh;--check-size:clamp(1.1rem, 2.5vh, 1.6rem);--check-container-padding-left:35px;--check-container-margin-bottom:12px;--check-mark-left:1vw;--check-mark-after-left:9px;--check-mark-after-top:5px;--check-mark-after-size:clamp(.5rem, 1.2vh, .8rem);--check-special-margin-left:7.5vw;--check-auto-text-padding-top:1vh;--check-auto-text-width:80vw;--counter-text-padding-top:5px;--counter-text-height:30px;--counter-text-margin-bottom:5vh;--counter-child-margin-vertical:3vh;--counter-button-height:clamp(2.8rem, 5.2vh, 3.4rem);--counter-add-width:28%;--counter-subtract-width:20%;--counter-button-margin-left:1vw;--slider-container-width:55%;--slider-container-margin-bottom:clamp(.4rem, 3vh, 1.2rem);--matchform-acclabel-width:clamp(2.8rem, 10vh, 5rem);--matchform-acclabel-height:clamp(1rem, 3vh, 2rem);--matchform-accslider-width:70%;--matchform-accslider-height:2vh;--matchform-accslider-margin-right:10%;--matchform-accslider-thumb-size:clamp(1.6rem, 5vw, 2.2rem);--collapsible-open-max-height:9999px;--collapsible-padding:12px 16px;--dropdown-margin-top:3vh;--dropdown-padding-bottom:.5vh;--dropdown-height:clamp(2.8rem, 5.2vh, 3.4rem);--dropdown-width:clamp(5rem, 12vh, 8rem);--dropdown-text-padding-top:5px;--dropdown-text-height:30px;--dropdown-driverstation-margin-top:1vh;--dropdown-dtext-height:3.1vh;--dropdown-dtext-width:70vw;--dropdown-collect-container-margin-top:3%;--dropdown-dtext-collect-width:70vw;--dropdown-collect-margin-top:0;--dropdown-collect-padding-bottom:.5vh;--dropdown-park-text-padding-top:4%;--trigger-margin-top:5.7vh;--trigger-margin-bottom:4.4vh;--trigger-size:clamp(3rem, 6.5vh, 4.5rem);--trigger-stop-image-height:2vh;--trigger-stop-image-background-size:1.7vh 1.7vh;--trigger-stop-image-background-position:2vh 0vh;--trigger-reset-height:clamp(2.2rem, 8vh, 4.5rem);--submitreplay-div-height:var(--matchform-element-height);--submitreplay-div-margin-bottom:1vh;--submitreplay-button-margin-top:5.7vh;--submitreplay-button-margin-bottom:4.4vh;--submitreplay-text-margin-top:-1vh;--submitreplay-label-margin-top:2vh;--submit-image-margin-top:-3.5vh;--submit-image-size:clamp(2rem, 4.8vh, 3.2rem);--cycle-margin-top:5.7vh;--cycle-margin-bottom:4.4vh;--cycle-size:clamp(3rem, 6.5vh, 4.5rem);--cycle-top:4vh;--cycle-image-height:2vh;--cycle-image-background-size:1.7vh 1.7vh;--cycle-image-background-position:2vh 0vh;--score-top:13vh;--score-image-height:clamp(1.2rem, 3vh, 2rem);--shuttle-top:22vh;--hubSwitch-top:31vh;--new-matchpit-button-height:clamp(3rem, 8vh, 5rem);--new-matchpit-button-width:clamp(14rem, 50vw, 22rem);--home-text-padding-top:5px;--home-assigned-h-padding-top:10px;--home-refresh-container-bottom:-14px;--home-refresh-container-right:17px;--home-refresh-button-margin-top:5.7vh;--home-refresh-button-margin-bottom:4.4vh;--refresh-button-size:clamp(3.5rem, 7.9vh, 5rem);--leader-board-element-height:clamp(2.2rem, 5vh, 3.2rem);--settings-element-width:80%;--settings-element-height:calc(var(--font-size-large) * 2);--settings-element-spacing:calc(var(--font-size-small) / 2);--settings-debug-image-offset:2vh;--settings-themedrop-padding-top:5px;--settings-themedrop-height:30px;--settings-themedrop-text-width:70vw;--settings-themedrop-margin-top:10%;--settings-themedrop-padding-bottom:.5vh}
