:root{font-family:Roboto,Times New Roman}body{display:flex;justify-content:center;align-items:center;background-color:#103264;height:100vh;margin:0}button{cursor:pointer}.loader{border:16px solid #f3f3f3;border-top:16px solid #3498db;border-radius:50%;width:120px;height:120px;animation:spin .5s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.game-area{display:flex;flex-direction:column;align-items:center;background-color:#2fa4a8;padding:16px;border-radius:2ch;gap:16px}.game-area>h2{color:#fff}.card-table{display:grid;width:100%;height:100%;gap:12px}.card{display:flex;background-color:#eaf5ff;border:none;border-radius:1ch;box-shadow:1px 1px 4px 1px #0003;flex-direction:column;padding:12px}.card:hover{background-color:#eaf5ff7a}.rows-6{grid-template-columns:1fr 1fr 1fr}.rows-8{grid-template-columns:1fr 1fr 1fr 1fr}.rows-10{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.score{display:flex;background-color:#f0f8ff;border-radius:2ch;align-items:center;justify-content:center;margin-bottom:16px}.score>p{text-align:center}.difficulty{display:flex;flex-direction:column;align-items:center;gap:16px}.difficulty>h1{color:#fff}.button-wrapper{display:flex;justify-content:center;gap:8px}.button-wrapper>button{background-color:#f0f8ff;border:none;border-radius:2ch;width:100px}.button-wrapper>button:hover{background-color:#f0f8ff80}.app-area{display:flex;gap:16px}.main-content{display:flex;flex-direction:column}.column{flex-direction:column;height:100%;align-items:center}.row{flex-direction:row}.score{display:flex;justify-content:space-between;padding:0 16px}*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}
