body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bck:#efe2e2;--highlight:#ecd700;--square:#005aa6;--court-bck:#001f3c;--flash:#127e0c;--flashRed:#7e0606;--transparent:#eee0}@font-face{font-family:InterTight;src:url(InterTight-Black.ttf)}body{color:#ece0e0;font-family:InterTight;overflow:hidden}.App{background-color:var(--court-bck);width:1536px;height:1152px;margin:auto}.courtContainer{flex-flow:wrap;justify-content:space-around;width:98%;margin:auto;display:flex}.court{text-align:center;background-color:var(--court-bck);border-radius:12px;flex-direction:column;gap:7px;width:48%;height:246px;max-height:246px;margin-top:10px;margin-bottom:10px;display:flex}.courtHeader{color:var(--highlight);font-size:22px;font-weight:700}.homeTeam,.awayTeam{flex-flow:wrap;width:100%;max-height:55px;font-size:24px;display:flex}.awayTeam{justify-content:flex-end}.university{align-items:center;display:flex}.homeTeam .universityLogo{margin-right:10px}.awayTeam .universityLogo{margin-left:10px}.homeTeam .teamName{text-align:left}.awayTeam .teamName{text-align:right}.homeTeam .university{justify-content:flex-start}.awayTeam .university{justify-content:flex-end}.homeTeamLogo,.awayTeamLogo{width:50px;height:50px}.scoreContainer{justify-content:center;align-items:center;width:95%;height:80px;max-height:80px;margin:auto;display:flex}.homeScoreContainer,.awayScoreContainer{justify-content:space-around;align-items:center;width:45%;height:100px;display:flex}.scoreSeparator{width:18%;font-size:30px;font-weight:700}.homeScore,.awayScore{width:10%;color:var(--highlight);justify-content:center;align-items:center;padding:10px 0;font-size:50px;display:flex}.homePoints,.awayPoints{background-color:var(--square);border:4px solid var(--highlight);border-radius:11px;place-content:flex-start center;align-items:center;width:35%;height:60%;font-size:50px;display:flex}.awayScore{align-items:flex-end}.noGame{margin:auto;font-size:40px}.teamLogo{justify-content:center;align-items:center;width:15%;display:flex}.teamName{flex-direction:column;width:80%;display:flex}.status-complete{box-shadow:0 0 20px -2px red}.status-live{border:1px solid green;box-shadow:4px 4px 30px -1px green}.status-ready{box-shadow:2px 2px 30px -1px #fff}.status-unknown{box-shadow:0 0 16px -3px #fff}.scorePulse{animation:3s ease-in-out pulse}.courtPulseRed{animation:3s ease-in-out courtPulseRed}.courtPulseGreen{animation:3s ease-in-out courtPulseGreen}@keyframes pulse{0%{background-color:var(--square);transform:scale(1)}20%{background-color:var(--flash);transform:scale(1.5)}30%{background-color:var(--square);transform:scale(1)}50%{background-color:var(--flash);transform:scale(1.5)}60%{background-color:var(--square);transform:scale(1)}80%{background-color:var(--flash);transform:scale(1.5)}to{background-color:var(--square);transform:scale(1)}}@keyframes courtPulseGreen{0%{background-color:var(--transparent);transform:scale(1)}20%{background-color:var(--flash)}30%{background-color:var(--transparent);transform:scale(1)}50%{background-color:var(--flash)}60%{background-color:var(--transparent);transform:scale(1)}80%{background-color:var(--flash)}to{background-color:var(--transparent);transform:scale(1)}}@keyframes courtPulseRed{0%{background-color:var(--transparent);transform:scale(1)}20%{background-color:var(--flashRed)}30%{background-color:var(--transparent);transform:scale(1)}50%{background-color:var(--flashRed)}60%{background-color:var(--transparent);transform:scale(1)}80%{background-color:var(--flashRed)}to{background-color:var(--transparent);transform:scale(1)}}.footerContainer{justify-content:space-around;align-items:center;width:100%;height:80px;max-height:80px;display:flex}.gamesLogo,.furkiLogoContainer,.eusaLogo{justify-content:center;width:30%;display:flex}.gamesLogo img{height:100px;max-height:100px}.furkiLogo img{height:35px;max-height:35px}.eusaLogo img{height:70px;max-height:70px}.furkiLogo{background:#fff;border-radius:10px;justify-content:center;align-items:center;width:28%;height:40px;max-height:40px;padding:0 5px;display:flex}
