*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}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}#root{isolation:isolate;min-height:100vh}button{border:none;background:none;cursor:pointer}a{text-decoration:none;color:inherit}:root{font-family: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}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{--primary-color: #d6bcf5;--secondary-color: #b794f4;--accent-color: #ede9fe;--text-color: #5b21b6;--background-light: #f5f3ff}body{background-color:#fff;margin:0;padding:0}.game-container{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--background-light);transition:background-color .3s ease;max-width:1000px;margin:0 auto;position:relative}.game-board{position:relative;z-index:1;background:#ffffffe6;padding:2rem;border-radius:20px;box-shadow:0 8px 32px #6b5b951a}.title{font-size:2.5rem;color:var(--text-color);text-align:center;margin-bottom:1rem;font-family:Comic Sans MS,cursive}.status{font-size:1.2rem;color:var(--text-color);text-align:center;margin-bottom:1rem}.scoreboard{display:flex;justify-content:space-around;align-items:center;background:#ffb6c133;padding:1rem;border-radius:15px;margin-bottom:1rem;border:2px solid var(--accent-color)}.score-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.player{font-size:1.2rem;font-weight:700;color:var(--text-color)}.score{font-size:1.5rem;font-weight:700;color:var(--primary-color);background:#fff;padding:.3rem .8rem;border-radius:10px;min-width:40px;text-align:center}.board-3d-container{width:500px;height:500px;margin:1rem auto;border-radius:20px;background-color:transparent;cursor:pointer}.button-group{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.reset-button,.reset-score-button{padding:.8rem 1.5rem;border-radius:25px;border:none;background-color:var(--primary-color);color:#fff;font-size:1rem;cursor:pointer;transition:all .3s ease}.reset-score-button{background-color:#ff9ecd}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);pointer-events:auto}.round-modal{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 20px 60px #0000004d;text-align:center;max-width:600px;width:90%;border:3px solid var(--accent-color);margin:0 auto}.modal-content{display:flex;align-items:center;gap:2rem}.modal-text{flex:1;text-align:center}.modal-cat{flex:1;height:400px;position:relative;display:flex;align-items:center;justify-content:center}.modal-cat canvas{width:100%!important;height:100%!important;display:block!important;position:relative!important}.modal-title{font-size:1.8rem;color:var(--text-color);margin-bottom:1rem;font-family:Comic Sans MS,cursive}.modal-message{font-size:1.2rem;color:var(--text-color);margin-bottom:2rem;line-height:1.5}.modal-buttons{display:flex;flex-direction:column;gap:1rem}.modal-button{padding:1rem 2rem;border-radius:25px;border:none;font-size:1.1rem;cursor:pointer;transition:all .3s ease;font-weight:700}.modal-button.continue{background-color:var(--primary-color);color:#fff}.modal-button.continue:hover{background-color:#ff9eb5;transform:translateY(-2px)}.modal-button.stop{background-color:#ff9ecd;color:#fff}.modal-button.stop:hover{background-color:#ff8bb8;transform:translateY(-2px)}@media (max-width: 768px){.modal-content{flex-direction:column;gap:1rem}.modal-cat{height:350px}.round-modal{max-width:400px;padding:1.5rem}}@media (max-width: 480px){.game-board{padding:1rem}.modal-content{flex-direction:column;gap:1rem}.modal-cat{height:350px}.round-modal{max-width:400px;padding:1.5rem}.board-3d-container{width:95vw;height:95vw}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center;background-color:#fff;min-height:100vh}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.background-canvas{position:fixed!important;top:0;left:0;width:100vw!important;height:100vh!important;z-index:-1;pointer-events:none}
