@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";*{box-sizing:border-box;margin:0;padding:0}#root{text-align:center;display:flex;flex-direction:column}.game-board{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;padding:1.2rem 2.3rem;gap:1.6rem;height:90vh;width:auto}.game-board img{max-width:100%;margin:auto 0;object-fit:cover;height:38vh;border-radius:4px;border:1px solid rgba(255,255,255,.306);box-shadow:0 4px 8px #0009,0 6px 20px #00000030}.card{display:flex;flex-direction:column}.card p{background-color:#0b3c91;border-radius:4px;border:solid 1px rgba(255,255,255,.3);margin-top:.6rem}.score-board{display:flex;align-items:center;border-bottom:solid 1px rgba(255,255,255,.3)}.logo{max-height:5rem;margin:.4rem 2rem}.title{text-align:left;font-size:1.2rem}.score{text-align:left;font-size:1.3rem;font-weight:500;margin-left:5rem}.result{font-size:1.3rem;font-weight:500;flex:1}h4{font-size:1.3rem}.status{font-size:2.2rem;margin-top:40vh}button{border-radius:8px;border:1px solid transparent;padding:.3em 1.2em;font-size:1.2rem;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:red}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}:root{font-family:Inter,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}
