:root{font-family:Inter,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;background-color:#fbff00}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}}#root{width:89%;margin:0 5.5%;padding:2rem;text-align:center}.app{max-width:1200px;margin:0 auto;padding:.9rem 2rem 2rem}header{text-align:center;margin-bottom:2rem}header h1{color:red;font-style:italic;font-size:55px;font-weight:extra-bold;margin:0}header p{font-size:1.2rem;color:#000}.scores{display:flex;flex-direction:column;justify-content:center;gap:.6rem;border:10px double black;border-radius:15px;width:35%;justify-self:center;padding:10px 0;box-shadow:2px 2px 5px #a9a9a9;background-color:#fff}.scores p{margin:0;color:#ff9900f6;font-size:1.15rem;font-weight:700}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.card{border:1px solid #ccc;border-radius:8px;padding:.6rem;text-align:center;cursor:pointer;transition:transform .2s;background-color:red}.card-image{background-color:#ff0;border:none;border-radius:8px;width:165px;height:auto}.card:hover{transform:scale(1.05)}.card p{text-transform:capitalize;margin-top:.5rem;color:#fff;font-size:1.19rem;font-style:italic;font-weight:700}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background-color:#fbff00;padding:1.5rem;border-radius:8px;text-align:center;border:8px solid white;max-width:400px;width:90%}.modal h2{color:red;font-size:2.5rem;margin:0;margin-bottom:1rem}.modal button{margin-top:1rem;padding:.5rem 2rem;font-size:1.3rem;font-weight:700;background-color:red;color:#fff;border:3px solid white;border-radius:8px;cursor:pointer;box-shadow:3px 5px 5px #a9a9a9}.modal button:hover{background-color:#8b0000}.modal button:focus{outline:none}.modal-scores{display:flex;flex-direction:column;justify-content:center;gap:.3rem;border:6px double black;border-radius:15px;width:70%;justify-self:center;padding:10px 0;box-shadow:2px 2px 5px #a9a9a9;background-color:#fff;margin-bottom:17px}.modal-scores p{margin:0;color:#000;font-size:1.2rem;font-weight:600}
