@import"https://fonts.googleapis.com/css2?family=Comic+Neue:wght@400;700&display=swap";:root{font-family:Comic Neue,cursive,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#f9f9f9;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;padding:0;min-width:320px;min-height:100vh;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1;font-weight:700}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:700;font-family:inherit;cursor:pointer;transition:all .25s}button:hover{transform:scale(1.05)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}#root{max-width:1280px;margin:0 auto;padding:0;text-align:center;position:relative;overflow:hidden}.app{position:relative;min-height:100vh;width:100%;overflow:hidden}.rainbow-background{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(124deg,#ff2400,#e81d1d,#e8b71d,#e3e81d,#1de840,#1ddde8,#2b1de8,#dd00f3,#dd00f3);background-size:1800% 1800%;animation:rainbow-animation 18s ease infinite;opacity:.3;z-index:-1}@keyframes rainbow-animation{0%{background-position:0% 82%}50%{background-position:100% 19%}to{background-position:0% 82%}}.content{position:relative;z-index:1;background-color:#ffffffd9;border-radius:20px;box-shadow:0 8px 32px #1f26875e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.18);margin:2rem;padding:2rem;max-width:800px;margin:2rem auto}.app-header{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.unicorn-logo{width:100px;height:100px;margin-bottom:1rem;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.rainbow-text{font-size:2.5rem;font-weight:700;background-image:linear-gradient(to right,red,orange,#ff0,green,#00f,indigo,violet);-webkit-background-clip:text;color:transparent;margin:0}.subtitle{font-size:1.2rem;color:#8a2be2;margin-top:.5rem}main{display:flex;flex-direction:column;align-items:center;gap:2rem}.mode-selector{display:flex;justify-content:center;gap:1rem;margin:1rem 0 2rem}.mode-button{background-color:#f8f8f8;color:#8a2be2;border:2px solid #8a2be2;border-radius:10px;padding:.8rem 1.5rem;font-size:1.2rem;cursor:pointer;transition:all .3s ease}.mode-button:hover{background-color:#f0e6ff}.mode-button.active{background-color:#8a2be2;color:#fff}.tables-settings,.settings{display:flex;gap:2rem;margin-bottom:1rem;background-color:#ffffffb3;padding:1rem;border-radius:10px;box-shadow:0 4px 8px #0000001a}.setting-group{display:flex;flex-direction:column;align-items:flex-start}.setting-group label{margin-bottom:.5rem;font-weight:700;color:#8a2be2}.setting-select{padding:.5rem;border-radius:5px;border:2px solid #8a2be2;background-color:#fff;font-size:1rem;cursor:pointer}.math-problem,.math-tables{position:relative;width:100%;max-width:500px}.confetti-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10;pointer-events:none}.problem-container{background-color:#fff;padding:2rem;border-radius:15px;box-shadow:0 8px 25px #0000001a;display:flex;flex-direction:column;align-items:center;gap:1.5rem;border:3px solid #ff69b4}.problem{display:flex;align-items:center;gap:1rem;font-size:2rem}.number{font-weight:700;color:#8a2be2}.operation{font-weight:700;color:#ff69b4}.equals{font-weight:700;color:#8a2be2}.answer-input{width:80px;height:50px;font-size:2rem;text-align:center;border:2px solid #8a2be2;border-radius:10px;outline:none}.answer-input:focus{border-color:#ff69b4;box-shadow:0 0 10px #ff69b480}.check-button{background-color:#8a2be2;color:#fff;border:none;border-radius:10px;padding:.8rem 1.5rem;font-size:1.2rem;cursor:pointer;transition:all .3s ease}.check-button:hover{background-color:#ff69b4;transform:scale(1.05)}.feedback{min-height:50px;font-size:1.2rem;font-weight:700;color:#ff69b4}.score{font-size:1.5rem;font-weight:700;color:#8a2be2}.tables-title{color:#8a2be2;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.progress{font-size:1.2rem;color:#8a2be2;margin:.5rem 0}.practice-complete{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:1rem}.reset-button{background-color:#ff69b4;color:#fff;border:none;border-radius:10px;padding:.8rem 1.5rem;font-size:1.2rem;cursor:pointer;transition:all .3s ease}.reset-button:hover{background-color:#ff4da6;transform:scale(1.05)}footer{margin-top:3rem;color:#8a2be2;font-size:1rem}@media (max-width: 600px){.content{margin:1rem;padding:1rem}.rainbow-text{font-size:1.8rem}.settings,.tables-settings{flex-direction:column;gap:1rem}.problem{font-size:1.5rem;gap:.5rem}.answer-input{width:60px;height:40px;font-size:1.5rem}.mode-selector{flex-direction:column;align-items:center;gap:.5rem}.mode-button{width:100%;max-width:250px}.tables-title{font-size:1.3rem}}
