#root{max-width:1280px;margin:0 auto;padding:.7rem 2rem;text-align:center}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-auto-rows:218px;justify-content:center;gap:20px;padding:20px}.card{width:100%;height:100%;background-color:#f0f0f0;border-radius:10px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .3s,border-color .3s;border:2px solid transparent}.card:hover{transform:scale(1.05);border-color:#75bff1}.img_card{max-width:100%;max-height:100%;object-fit:cover;border-radius:8px}@media (min-width: 1280px){.cards{grid-template-columns:repeat(auto-fit,minmax(220px,0fr));grid-auto-rows:218px}}@media ((min-width: 768px) and (max-width: 1280px)){.cards{grid-template-columns:repeat(auto-fit,minmax(220px,0fr));grid-auto-rows:218px}}@media ((min-width: 320px) and (max-width: 768px)){.cards{grid-template-columns:repeat(auto-fit,minmax(150px,0fr));grid-auto-rows:152px}}.header{font-family:fantasy;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0 134px}.header .header-title{font-size:7em;background:linear-gradient(to bottom,#94c6e7,#fdf26e);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:-25px}.header .text{font-size:1.3em;color:#75bff1;margin-bottom:25px}.header .score{font-size:2em;position:absolute;top:8vh;left:74vw}.header .best-score{font-size:2em;position:absolute;top:12vh;left:74vw}@media (min-width: 1280px){.header{margin:0 134px}.header .header-title{font-size:7em}.header .text{font-size:1.3em}.header .score{font-size:2em;top:7vh;left:74vw}.header .best-score{font-size:2em;top:13vh;left:74vw}}@media ((min-width: 768px) and (max-width: 1280px)){.header{margin:0 136px}.header .header-title{font-size:6em}.header .text{font-size:1.1em}.header .score{font-size:1.5em;top:7vh;left:74vw}.header .best-score{font-size:1.5em;top:13vh;left:74vw}}@media ((min-width: 320px) and (max-width: 768px)){.header{margin:0 94px}.header .header-title{font-size:3em;margin-bottom:-5px}.header .text{font-size:.5em;margin-bottom:1px}.header .score{font-size:.7em;top:4vh;left:74vw}.header .best-score{font-size:.7em;top:8vh;left:74vw}}@media (max-width: 320px){.header{margin:0}.header .header-title{font-size:3em;margin-bottom:-5px}.header .text{font-size:.5em;margin-bottom:1px}.header .score{font-size:.7em;top:4vh;left:81vw}.header .best-score{font-size:.7em;top:8vh;left:81vw}}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center}.modal-content{background-color:#fad;padding:2px;border-bottom-left-radius:37px;border-bottom-right-radius:37px;box-shadow:0 2px 4px #0003}.modal-content h2{margin-top:0}.modal-content p{margin-bottom:20px}.modal-content button{padding:4px 12px;margin:7px;background-color:#fff;color:#030303;border:none;border-radius:9px;cursor:pointer}.modal-content button:hover{background-color:#0056b3}.modal-img{width:34vw}: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}*{margin:0;padding:0;box-sizing:border-box}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{min-width:320px;min-height:100vh;background:linear-gradient(to bottom,#fad,#ada)}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}}
