body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#667eea,#764ba2);color:#333;font-family:Georgia,serif}.app,body{min-height:100vh}.app{display:flex;flex-direction:column}.app-header{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:1px solid #0000000d;box-shadow:0 2px 10px #0000000d;padding:1.5rem;text-align:center}.academy-title h1{color:#495057;font-size:2rem;font-weight:300;letter-spacing:.5px;margin-bottom:.5rem}.academy-subtitle{color:#6c757d;font-size:1rem;font-style:italic;font-weight:300}.app-main{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.characters-section{margin-top:3rem}.section-title{color:#2c3e50;font-size:2rem;font-weight:300;letter-spacing:.5px;margin-bottom:2rem;text-align:center}.characters-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.character-container{background:linear-gradient(135deg,#ffeaa7,#fab1a0);border-radius:20px;box-shadow:0 8px 25px #0000001a;cursor:pointer;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.character-container:before{background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transition:opacity .3s ease;width:200%}.character-container:hover:before{opacity:1}.character-container:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-5px)}.character-avatar{align-items:center;background:linear-gradient(135deg,#ff9a9e,#fecfef);border-radius:50%;box-shadow:0 4px 15px #0000001a;display:flex;height:80px;justify-content:center;margin-bottom:1rem;overflow:hidden;position:relative;width:80px}.cat-portrait{border-radius:50%;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.cat-portrait:hover{transform:scale(1.05)}.character-icon{color:#2c3e50;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.1))}.character-info h3{color:#2c3e50;font-size:1.5rem;margin-bottom:.5rem;text-align:center}.character-title{color:#5a6c7d;font-style:italic;margin-bottom:1rem;text-align:center}.character-traits{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1rem}.trait{background:#ffffffb3;border-radius:15px;color:#2c3e50;font-size:.8rem;font-weight:500;padding:.3rem .8rem}.character-actions{display:flex;gap:1rem;justify-content:center}.action-icon{color:#5a6c7d;opacity:.7;transition:opacity .3s ease}.character-container:hover .action-icon{opacity:1}.academy-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.feature-card{background:linear-gradient(135deg,#a8edea,#fed6e3);border-radius:15px;box-shadow:0 5px 15px #0000001a;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-3px)}.feature-card h3{color:#2c3e50;font-size:1.3rem;margin:1rem 0 .5rem}.feature-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.difficulty-badge{align-items:center;border-radius:20px;box-shadow:0 2px 8px #0003;color:#fff;display:flex;flex-direction:column;font-size:.75rem;font-weight:700;min-width:80px;padding:.5rem .75rem;text-shadow:0 1px 2px #0000004d}.difficulty-text{letter-spacing:.5px;margin-bottom:.25rem}.difficulty-stars{display:flex;gap:2px}.difficulty-star{color:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.3))}.lesson-loading{align-items:center;display:flex;justify-content:center;min-height:400px;padding:2rem}.loading-spinner{text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#ff6b6b;height:40px;margin:0 auto 1rem;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.lesson-error{align-items:center;display:flex;justify-content:center;min-height:400px;padding:2rem}.error-message{background:linear-gradient(135deg,#ff9a9e,#fecfef);border-radius:15px;box-shadow:0 4px 15px #0000001a;padding:2rem;text-align:center}.error-message h3{color:#2c3e50;margin-bottom:1rem}.error-message p{color:#5a6c7d;margin-bottom:1.5rem}.feature-card p{color:#5a6c7d;line-height:1.5}.character-message{align-items:center;background:linear-gradient(135deg,#ff9a9e,#fecfef);border-radius:15px;bottom:2rem;box-shadow:0 8px 25px #00000026;color:#2c3e50;display:flex;gap:.5rem;max-width:400px;padding:1rem 1.5rem;position:fixed;right:2rem;z-index:1000}.character-message p{font-style:italic;line-height:1.4;margin:0}.app-footer{background:linear-gradient(135deg,#2c3e50,#34495e);color:#ecf0f1;font-style:italic;padding:1.5rem;text-align:center}.app-footer p{margin:0;opacity:.8}.algebra-basics-lesson,.applied-math-lesson,.arithmetic-lesson,.calculus-lesson,.counting-lesson,.discrete-math-lesson,.fractions-decimals-lesson,.geometry-lesson,.math-nature-lesson,.number-recognition-lesson,.number-theory-lesson,.probability-lesson,.set-theory-lesson,.statistics-lesson,.trigonometry-lesson{margin:0 auto;max-width:800px;padding:2rem}.lesson-header{margin-bottom:2rem;text-align:center}.lesson-header h2{color:#2c3e50;font-size:2rem;margin-bottom:1rem}.lesson-title-section{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1rem}.lesson-title-section h2{flex:1 1;margin-bottom:0;min-width:300px}.progress-bar{background:#ffffff4d;border-radius:4px;height:8px;margin-bottom:.5rem;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#ff9a9e,#fecfef);height:100%;transition:width .3s ease}.progress-text{color:#5a6c7d;font-size:.9rem}.problem-card{background:linear-gradient(135deg,#ffeaa7,#fab1a0);border-radius:20px;box-shadow:0 8px 25px #0000001a;margin-bottom:2rem;padding:2rem}.problem-question{color:#2c3e50;font-size:1.3rem;line-height:1.6;margin-bottom:2rem}.concept-display,.shape-display{align-items:center;color:#2c3e50;display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.concept-label{background:#ffffffb3;border-radius:15px;color:#5a6c7d;font-size:.9rem;font-weight:500;padding:.3rem .8rem}.answer-options{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-bottom:2rem}.answer-option{background:#fffc;border:2px solid #0000;border-radius:15px;color:#2c3e50;cursor:pointer;font-size:1.2rem;font-weight:700;padding:1rem;transition:all .3s ease}.answer-option:hover{background:#fff;transform:translateY(-2px)}.answer-option.selected{background:#3498db1a;border-color:#3498db}.answer-option.correct{background:#27ae601a;border-color:#27ae60;color:#27ae60}.answer-option.incorrect{background:#e74c3c1a;border-color:#e74c3c;color:#e74c3c}.result-feedback{background:#ffffffe6;border-radius:15px;padding:1rem;text-align:center}.feedback{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.feedback.correct{color:#27ae60}.feedback.incorrect{color:#e74c3c}.feedback-icon{margin-right:.5rem}.feedback-text{font-size:1.2rem;font-weight:700}.explanation{color:#5a6c7d;font-style:italic;line-height:1.5;margin-bottom:1.5rem}.btn-primary,.btn-secondary{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:.5rem;margin:0 auto;padding:.8rem 2rem;transition:all .3s ease}.btn-primary:hover,.btn-secondary:hover{box-shadow:0 5px 15px #0003;transform:translateY(-2px)}.btn-secondary{background:linear-gradient(135deg,#95a5a6,#7f8c8d)}.lesson-complete{align-items:center;display:flex;justify-content:center;min-height:60vh}.completion-card{background:linear-gradient(135deg,#ffeaa7,#fab1a0);border-radius:25px;box-shadow:0 15px 35px #00000026;max-width:500px;padding:3rem;text-align:center;width:100%}.trophy-icon{color:#f39c12;margin-bottom:1rem}.completion-card h2{color:#2c3e50;font-size:2rem;margin-bottom:1rem}.score-message{color:#5a6c7d;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem}.score-display{align-items:baseline;display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem}.score{color:#2c3e50;font-size:3rem;font-weight:700}.total{color:#5a6c7d;font-size:1.5rem}.completion-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.tea-time-break{align-items:center;display:flex;justify-content:center;min-height:70vh;padding:2rem}.tea-time-container{background:linear-gradient(135deg,#ffeaa7,#fab1a0);border-radius:25px;box-shadow:0 15px 35px #00000026;max-width:600px;padding:3rem;position:relative;text-align:center;width:100%}.tea-cup{display:inline-block;margin-bottom:2rem;position:relative}.tea-icon{color:#2c3e50;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.1))}.steam{left:50%;position:absolute;top:-20px;transform:translateX(-50%)}.steam-line{background:#fff9;border-radius:1px;height:20px;margin:2px auto;width:2px}.tea-time-content h2{color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem}.tea-time-subtitle{color:#5a6c7d;font-style:italic;margin-bottom:2rem}.timer-display{align-items:center;color:#2c3e50;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem;justify-content:center;margin-bottom:2rem}.british-facts,.tea-time-tips{background:#ffffffb3;border-radius:15px;margin-bottom:1.5rem;padding:1.5rem;text-align:left}.british-facts h3,.tea-time-tips h3{color:#2c3e50;margin-bottom:1rem;text-align:center}.tea-time-tips ul{list-style:none;padding:0}.tea-time-tips li{color:#5a6c7d;margin-bottom:.5rem}.continue-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2rem;transition:all .3s ease}.continue-button:hover:not(:disabled){box-shadow:0 5px 15px #0003;transform:translateY(-2px)}.continue-button:disabled{cursor:not-allowed;opacity:.6}.tea-time-message{align-items:center;background:linear-gradient(135deg,#ff9a9e,#fecfef);border-radius:15px;box-shadow:0 5px 15px #0000001a;color:#2c3e50;display:flex;font-style:italic;gap:.5rem;left:50%;max-width:300px;padding:1rem 1.5rem;position:absolute;top:-20px;transform:translateX(-50%)}.achievement-system{margin:0 auto;max-width:1000px;padding:2rem}.achievement-header{align-items:center;border-bottom:2px solid #ffffff4d;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.achievement-header h2{color:#2c3e50;font-size:2rem}.achievement-stats{display:flex;gap:1rem}.stat{align-items:center;color:#5a6c7d;display:flex;font-weight:700;gap:.5rem}.achievements-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.achievement-card{background:linear-gradient(135deg,#ffeaa7,#fab1a0);border:3px solid #0000;border-radius:20px;box-shadow:0 8px 25px #0000001a;padding:1.5rem;transition:all .3s ease}.achievement-card.unlocked{border-color:#f39c12}.achievement-card.locked{opacity:.6}.achievement-card:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-5px)}.achievement-icon{margin-bottom:1rem;text-align:center}.achievement-content h3{color:#2c3e50;margin-bottom:.5rem;text-align:center}.achievement-content p{color:#5a6c7d;line-height:1.5;margin-bottom:1rem;text-align:center}.achievement-rarity{font-size:.9rem;font-weight:700;margin-bottom:.5rem;text-align:center}.achievement-date{color:#7f8c8d;font-size:.8rem;font-style:italic;text-align:center}.achievement-notification{background:linear-gradient(135deg,#ff9a9e,#fecfef);border-radius:15px;box-shadow:0 10px 25px #00000026;color:#2c3e50;max-width:400px;padding:1.5rem;position:fixed;right:2rem;top:2rem;z-index:1000}.notification-content h3{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem;text-align:center}.notification-achievement{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.notification-icon{flex-shrink:0}.notification-achievement h4{font-size:1rem;margin-bottom:.25rem}.notification-achievement p{color:#5a6c7d;font-size:.9rem;margin:0}.sparkle-icon{animation:sparkle 1s infinite;color:#f39c12}@keyframes sparkle{0%,to{transform:scale(1) rotate(0deg)}50%{transform:scale(1.2) rotate(180deg)}}.home-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:.5rem;margin-top:1rem;padding:.8rem 1.5rem;transition:all .3s ease}.home-button:hover{box-shadow:0 5px 15px #0003;transform:translateY(-2px)}@media (max-width:768px){.academy-title h1{font-size:2rem}.academy-features,.characters-grid{grid-template-columns:1fr}.character-message{bottom:1rem;left:1rem;max-width:none;position:fixed;right:1rem}.answer-options{grid-template-columns:repeat(2,1fr)}.completion-actions{flex-direction:column}.achievements-grid{grid-template-columns:1fr}.achievement-notification{left:1rem;max-width:none;position:fixed;right:1rem;top:1rem}}
/*# sourceMappingURL=main.9ae03371.css.map*/