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}.App{color:#333;font-family:Comic Sans MS,cursive,sans-serif;margin:0 auto;max-width:1200px;padding:20px;text-align:center}.intro-screen{align-items:center;background:linear-gradient(180deg,#87ceeb,#3498db);border-radius:20px;box-shadow:0 10px 20px #0000001a;display:flex;flex-direction:column;justify-content:center;min-height:80vh;padding:40px}.intro-screen h1{color:#fff;font-size:3rem;margin-bottom:20px;text-shadow:2px 2px 4px #0000004d}.intro-screen p{color:#fff;font-size:1.5rem;margin-bottom:40px}.character-selection{background:#f9f9f9;border-radius:20px;box-shadow:0 10px 20px #0000001a;padding:40px}.character-list{display:flex;gap:30px;justify-content:center;margin-top:30px}.character-card{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;cursor:pointer;padding:20px;transition:transform .3s,box-shadow .3s;width:200px}.character-card:hover{box-shadow:0 15px 30px #00000026;transform:translateY(-10px)}.character-card img{height:150px;margin-bottom:15px;object-fit:contain;width:150px}.game-container{background:#f0f0f0;border-radius:20px;box-shadow:0 10px 20px #0000001a;display:flex;flex-direction:column;overflow:hidden}.game-header{align-items:center;background:#3498db;color:#fff;display:flex;justify-content:space-between;padding:15px 30px}.character-avatar{border-radius:50%;height:40px;margin-right:10px;width:40px}.game-content{display:flex;flex-direction:column}.main-scene{background:#87ceeb;height:400px;overflow:hidden;position:relative}.sky{background:linear-gradient(180deg,#1e3c72,#2a5298);height:70%;top:0}.landscape,.sky{left:0;position:absolute;width:100%}.landscape{background:#8bc34a;bottom:0;height:30%}.mountains{background:#607d8b;bottom:100%;clip-path:polygon(0 100%,20% 50%,40% 100%,60% 30%,80% 100%,100% 70%,100% 100%);height:100px;left:0;width:100%}.mountains,.ray{position:absolute}.ray{height:100%;top:0;width:3px}.sunlight-ray{animation:wavyMotion 8s ease-in-out infinite;background:#ff0}.infrared-ray{animation:wavyMotion 6s ease-in-out infinite reverse;background:red}@keyframes wavyMotion{0%,to{transform:translateX(0) scaleY(1)}50%{transform:translateX(20px) scaleY(1.1)}}.cloud{background:#fff;border-radius:50%;opacity:.8;position:absolute}.cloud-1{height:60px;left:20%;top:30%;width:100px}.cloud-2{height:80px;right:25%;top:15%;width:150px}.thermometer-container{align-items:center;bottom:20px;display:flex;flex-direction:column;left:30px;position:absolute}.thermometer{background:#fff;border:2px solid #333;border-radius:10px 10px 0 0;height:150px;overflow:hidden;position:relative;width:20px}.mercury{bottom:0;transition:height .5s;width:100%}.mercury,.thermometer-bulb{background:red;position:absolute}.thermometer-bulb{border:2px solid #333;border-radius:50%;bottom:-20px;height:40px;left:-10px;width:40px}.temperature-value{background:#fff;border-radius:5px;box-shadow:0 2px 5px #0000001a;font-weight:700;margin-top:30px;padding:5px 10px}.game-panels{display:flex;gap:20px;padding:20px}.challenge-panel,.control-panel{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000000d;flex:1 1;padding:20px}.control-item{margin-bottom:20px}.slider-container{align-items:center;display:flex;gap:10px}.slider-container input{flex:1 1}.toggle-button{background:#f0f0f0;border:none;border-radius:5px;cursor:pointer;padding:10px 15px;transition:background .3s}.toggle-button.active{background:#3498db;color:#fff}.challenge-complete{background:#dff0d8;border-radius:10px;margin-top:20px;padding:15px}.celebration-screen{align-items:center;background:linear-gradient(180deg,#2ecc71,#27ae60);border-radius:20px;box-shadow:0 10px 20px #0000001a;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:80vh;padding:40px}button{background:#3498db;box-shadow:0 5px 15px #0000001a;padding:12px 30px;transition:background .3s,transform .2s}button:hover{background:#2980b9;box-shadow:0 8px 20px #00000026}.game-selector{align-items:center;background:linear-gradient(135deg,#6e8efb,#a777e3);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px}.game-selector h1{color:#fff;font-size:3.5rem;margin-bottom:20px;text-shadow:2px 2px 4px #0000004d}.game-selector p{color:#fff;font-size:1.5rem;margin-bottom:40px}.game-options{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.game-option{background:#fff;border-radius:20px;box-shadow:0 10px 20px #0000001a;cursor:pointer;padding:30px;text-align:center;transition:transform .3s,box-shadow .3s;width:300px}.game-option:hover{box-shadow:0 15px 30px #0003;transform:translateY(-10px)}.game-icon{font-size:5rem;margin-bottom:20px}.greenhouse-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#43cea2,#185a9d);-webkit-background-clip:text}.math-racing-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f96,#ff5e62);-webkit-background-clip:text}.game-option h2{color:#333;font-size:1.8rem;margin-bottom:15px}.game-option p{color:#666;font-size:1.1rem;margin-bottom:0}.button-container{margin-top:20px}.back-button{background:#f44336}.back-button:hover{background:#d32f2f}.math-racing-game{background-color:#222;color:#fff;height:100vh;overflow:hidden;position:relative;width:100%}.start-screen{align-items:center;background:linear-gradient(180deg,#1a2a6c,#b21f1f,#fdbb2d);display:flex;flex-direction:column;height:100%;justify-content:center;padding:20px;text-align:center}.start-screen h1{color:#fff;font-size:3rem;margin-bottom:20px;text-shadow:2px 2px 4px #00000080}.start-screen p{color:#fff;font-size:1.5rem;margin-bottom:10px}.game-screen{height:100%;position:relative;width:100%}.game-hud{display:flex;font-size:1.5rem;font-weight:700;justify-content:space-around;left:0;position:absolute;text-shadow:2px 2px 4px #00000080;top:20px;width:100%;z-index:10}.moves-display,.score-display,.sum-display,.target-display,.timer-display{background:#000000b3;border-radius:10px;padding:10px 20px}.sum-display{transition:transform .2s,background-color .2s}.sum-display.updated{animation:flash .5s}@keyframes flash{0%{background-color:#000000b3}50%{background-color:#4caf50e6;transform:scale(1.1)}to{background-color:#000000b3;transform:scale(1)}}.road-scene{perspective:500px}.road,.road-scene{height:100%;overflow:hidden;position:relative;width:100%}.road{background-color:#333;display:flex;justify-content:center}.road:before{animation:roadMove 1s linear infinite;background:repeating-linear-gradient(180deg,#0000 0,#0000 50px,#fff3 0,#fff3 100px);content:"";height:100%;left:0;position:absolute;top:0;width:100%}@keyframes roadMove{0%{background-position:0 0}to{background-position:0 100px}}.lane{background-color:#ffffff80;height:100%;position:absolute;top:0;width:1px}.lane-left{left:33%}.lane-center{left:50%}.lane-right{left:67%}.car{background-color:#f33;border:2px solid #fff;border-radius:10px 10px 0 0;bottom:50px;box-shadow:0 5px 15px #0006;height:100px;position:absolute;transition:left .1s linear;width:60px;z-index:5}.controls-hint{background:#000000b3;border-radius:20px;bottom:20px;color:#fff;font-size:1rem;left:50%;padding:10px 20px;position:absolute;transform:translateX(-50%);z-index:10}.touch-controls{bottom:80px;display:flex;justify-content:space-between;left:0;padding:0 20px;position:absolute;width:100%;z-index:10}.touch-control{align-items:center;background:#ffffff4d;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:80px;justify-content:center;width:80px}.touch-control:active{background:#ffffff80}.number-block{align-items:center;background-color:#fc0;border-radius:10px;box-shadow:0 4px 8px #0000004d;color:#333;display:flex;font-size:24px;font-weight:700;height:60px;justify-content:center;position:absolute;transform:translate(-50%,-50%);transition:background-color .2s;width:60px;z-index:2}.number-block.collected{background-color:#4caf50;color:#fff;font-size:28px;z-index:3}.number-block.exploding{animation:pulse .5s ease-out;background-color:initial;color:#0000;z-index:4}@keyframes pulse{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.8)}to{opacity:0;transform:translate(-50%,-50%) scale(.1)}}.explosion{height:0;left:50%;position:absolute;top:50%;width:0;z-index:5}.particle{animation:explode .8s ease-out forwards;background-color:#fc0;border-radius:50%;height:12px;position:absolute;width:12px}.particle-0{animation-delay:0s}.particle-0,.particle-1{transform:translate(-50%,-50%)}.particle-1{animation-delay:.05s}.particle-2{animation-delay:.1s}.particle-2,.particle-3{transform:translate(-50%,-50%)}.particle-3{animation-delay:.15s}.particle-4{animation-delay:.2s}.particle-4,.particle-5{transform:translate(-50%,-50%)}.particle-5{animation-delay:.25s}.particle-6{animation-delay:.3s}.particle-6,.particle-7{transform:translate(-50%,-50%)}.particle-7{animation-delay:.35s}.particle-0{animation:explode0 .8s ease-out forwards}.particle-1{animation:explode1 .8s ease-out forwards}.particle-2{animation:explode2 .8s ease-out forwards}.particle-3{animation:explode3 .8s ease-out forwards}.particle-4{animation:explode4 .8s ease-out forwards}.particle-5{animation:explode5 .8s ease-out forwards}.particle-6{animation:explode6 .8s ease-out forwards}.particle-7{animation:explode7 .8s ease-out forwards}@keyframes explode0{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(50px)}}@keyframes explode1{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(35px,35px)}}@keyframes explode2{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translateY(50px)}}@keyframes explode3{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-35px,35px)}}@keyframes explode4{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-50px)}}@keyframes explode5{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-35px,-35px)}}@keyframes explode6{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translateY(-50px)}}@keyframes explode7{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(35px,-35px)}}.game-over-modal{align-items:center;background-color:#000c;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:100}.modal-content{background-color:#fff;border-radius:15px;color:#333;max-width:500px;padding:30px;text-align:center;width:80%}.modal-content h2{color:#333;font-size:2.5rem;margin-bottom:20px}.modal-content p{font-size:1.2rem;margin-bottom:10px}.button-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:30px}button{background-color:#4caf50;border:none;border-radius:30px;box-shadow:0 4px 8px #0003;color:#fff;cursor:pointer;font-size:1.2rem;padding:12px 24px;transition:all .3s}button:hover{box-shadow:0 6px 12px #0000004d;transform:translateY(-3px)}button:active{transform:translateY(0)}.back-button,.quit-button{background-color:#f44336}.summary-button{background-color:#2196f3}.player-info-form{background:#ffffffe6;border-radius:15px;color:#333;margin:20px 0;max-width:500px;padding:20px;width:80%}.player-info-form h2{color:#333;margin-top:0}.form-group{margin-bottom:15px;text-align:left}.form-group label{display:block;font-weight:700;margin-bottom:5px}.form-group input,.form-group select{border:1px solid #ddd;border-radius:5px;font-size:16px;padding:10px;width:100%}.game-summary{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);color:#333;min-height:100vh;overflow-y:auto;padding:30px;width:100%}.game-summary h1{color:#2c3e50;font-size:2.5rem;margin-bottom:30px;text-align:center}.summary-header{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:30px;padding:20px}.game-result,.player-info{flex:1 1;min-width:250px}.game-result h2,.player-info h2{color:#3498db;margin-bottom:15px}.learning-insights,.next-steps,.number-collection,.skill-assessment{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;margin-bottom:30px;padding:20px}.learning-insights h2,.next-steps h2,.number-collection h2,.skill-assessment h2{color:#3498db;margin-bottom:20px}.skill-meters{display:flex;flex-direction:column;gap:20px}.skill-meter{align-items:center;display:flex;gap:15px}.skill-meter label{font-weight:700;width:150px}.meter-container{background:#eee;border-radius:10px;flex:1 1;height:20px;overflow:hidden}.meter-fill{background:linear-gradient(90deg,#4caf50,#8bc34a);border-radius:10px;height:100%;transition:width 1s ease-out}.skill-meter span{font-weight:700;text-align:right;width:50px}.collected-numbers{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.collected-number{align-items:center;background-color:#fc0;border-radius:8px;box-shadow:0 2px 5px #0003;display:flex;font-size:18px;font-weight:700;height:40px;justify-content:center;width:40px}.learning-insights ul,.next-steps ul{line-height:1.6;text-align:left}.learning-insights li,.next-steps li{margin-bottom:10px}@media (max-width:768px){.game-hud{flex-wrap:wrap;font-size:1.2rem}.moves-display,.score-display,.sum-display,.target-display,.timer-display{margin:5px;padding:8px 15px}.skill-meter{align-items:flex-start;flex-direction:column}.skill-meter label{margin-bottom:5px;width:100%}.button-container{flex-direction:column}button{margin-bottom:10px;width:100%}}
/*# sourceMappingURL=main.b0acd8de.css.map*/