:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}main{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100vw;overflow:hidden}.card{margin:8px;padding:8px;box-sizing:border-box;text-align:left;color:inherit;text-decoration:none;border:1px solid #3c3c3c;border-radius:10px;display:flex;flex-direction:column}@media (min-width: 600px){.card{padding:12px}}@media (min-width: 900px){.card{padding:16px}}div.test-info{background-color:#1e75bbde;width:80vw;height:80vh;opacity:0;transition:opacity 1s ease-in-out}div.test-info.visible{opacity:1}.card .header{font-size:1em;margin-bottom:.5em;color:#ffffff80;display:flex;justify-content:space-between}table{width:100%;border-collapse:collapse;font-size:.875rem}th,td{border:1px solid #3c3c3c;padding:.5em;text-align:left}.alert{margin-top:4px;font-size:.8rem;font-weight:700;text-align:center}.alert.running,.alert.info{color:#ff9800}.alert.completed,.alert.success{color:#4caf50}.alert.failed{color:#f44336}.alert p{margin:.2em 0}.vertical-spacer{height:0%;margin-top:auto}.buttonGroup{margin-top:1em;display:flex;gap:4px;justify-content:center}.buttonGroup button{padding:4px 8px;font-size:.6rem;border-radius:8px;cursor:pointer;background-color:#1e75bb;color:#ffffffde;transition:all .3s ease}.buttonGroup button:hover{background-color:#155a8a;color:#ffffffab}.footer{width:100%;text-align:center;font-size:.5em;color:#ffffff80;margin-bottom:8px}.start-screen{position:absolute;min-width:300px;min-height:400px;margin:0;padding:16px;box-sizing:border-box;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;background-color:#1e75bbde;border-radius:16px;display:flex;flex-direction:column;justify-content:space-around;align-items:center;transition:all .5s ease-in-out;gap:8px;font-size:1rem}.start-screen.hidden{opacity:0;z-index:-1;translate:0 200%;pointer-events:none}.start-screen form{display:flex;flex-direction:column;gap:0rem;align-items:start;margin-right:auto;width:100%;font-size:1rem}.start-screen form input{font-size:1.5rem;height:1.5rem;width:100%;padding:.5rem 0;text-align:center;border-radius:8px;border:none}.start-screen button{font-size:.5rem;width:100%}.gps-status{position:fixed;top:1rem;left:1rem;width:2rem;height:2rem;border-radius:50%;border:4px solid orange;display:flex;justify-content:center;align-items:center;background-color:#ffffff1a;z-index:10}.gps-status span{pointer-events:none}.gps-status.fetching{border-color:orange;animation:pulse 2s infinite}.gps-status.fetched{border-color:green;animation:none}.disclaimer{width:100%;padding:.5rem;text-align:center;color:#ffffff80}
