@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fcfcfc;border:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100vh;margin:0;padding:0;-webkit-user-select:none;user-select:none;width:100vw}@media screen and (max-width:1023px){html{font-size:12px}}@media screen and (min-width:1024px){html{font-size:18px}}:root{--menuWidth:15%;--commonPadding:10px;--raceHeaderHeight:4rem;--raceRoundSwitcherHeight:3rem;--footerHeight:1.5rem;--safe-area-inset-top:env(safe-area-inset-top,0px);--safe-area-inset-bottom:env(safe-area-inset-bottom,0px)}@media screen and (min-width:910px){:root{--raceHeaderHeight:5rem}}.App{height:100%;text-align:center;width:100%}.competitionResult{padding-bottom:1.2rem;padding-top:.5rem}.competitionResult>h1{font-size:2rem}.competitionResult>h1,.competitionResult>h2{color:#333;font-weight:bolder;margin:.5rem;text-align:center}.competitionResult>h2{font-size:1.5rem}.contentArea{margin-left:auto;margin-right:auto;max-width:calc(100% - 2rem)}.tableGroup{margin:1rem 1rem 2rem}.tableGroup>h1{background:#fcfcfc;font-size:1.4rem;padding-bottom:.8rem;padding-top:.8rem;position:-webkit-sticky;position:sticky;top:0}.tableGroup table{border-collapse:collapse;border-spacing:0;bottom:80px;font-family:Roboto Mono,monospace;margin-bottom:10px;table-layout:fixed;width:100%}.tableGroup thead{background-color:#8f8;border:1px solid #999;border-collapse:collapse;position:-webkit-sticky;position:sticky;top:3.35rem;z-index:88}.tableGroup th:first-child,tr:first-child{width:10%}.tableGroup th:nth-child(2),tr:nth-child(2){width:25%}.tableGroup th:nth-child(3),tr:nth-child(3){width:15%}.tableGroup th:nth-child(4),tr:nth-child(4){width:45%}.tableGroup tr{border:1px solid #999;height:3rem}.tableGroup tbody tr:nth-child(odd){background-color:#eee}.tableGroup td,th{border:1px solid #999;padding:5px;text-align:center}tr .raceResult{display:flex;flex-direction:column;justify-content:center}tr .resultTips{font-size:.8rem;margin-top:4px}.homeContainer{height:100%;justify-content:flex-start;padding-top:2rem}.homeCardGroup,.homeContainer{align-items:center;display:flex;flex-direction:column}.homeCardGroup{margin-bottom:2rem;width:100%}.gameCard{align-items:center;background-color:#8f8;border-radius:12px;display:flex;flex-direction:column;margin:10px;padding:1rem;width:min(75%,500px)}.gameCard h1{color:#000;font-size:1.4rem;margin-bottom:.3rem;margin-top:.3rem}.gameCard h2,.gameCard h3{color:#666;font-size:1.2rem;margin-bottom:.3rem;margin-top:.3rem}.footer{align-items:center;background:#fcfcfc;bottom:calc(var(--safe-area-inset-bottom) + 1rem);display:flex;font-size:.7rem;justify-content:center;min-height:1.5rem;padding-bottom:.5rem;padding-left:2rem;padding-right:2rem;position:fixed}@media screen and (max-width:550px){.footer{align-items:center;display:flex;flex-direction:column;justify-content:center}}.copyright{font-size:1rem}.securityContainer{align-items:center;display:flex;font-size:1rem;justify-content:center;margin:.3rem .5rem}.securityLogo{height:1rem;margin-right:2px;width:1rem}.govStyle{font-size:1rem}.loadingContainer{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.loadingIndicator{color:#999;font-size:2rem}