@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap);*{box-sizing:border-box;font-family:Roboto,sans-serif;font-weight:500;margin:0;padding:0;scroll-behavior:smooth}body{background:radial-gradient(ellipse at center,#001 0,#000 100%);color:#e6edf3;overflow-x:hidden;position:relative}.navbar{background-color:#0d1117f2;box-shadow:0 2px 12px #000000b3;padding:0 30px;z-index:1000}.navbar .logo{color:#4fc3f7;font-size:1.6rem;font-weight:700;letter-spacing:1px}body:after,body:before{pointer-events:none;z-index:-1}body:before{animation:starMove 120s linear infinite;background-image:radial-gradient(2px 2px at 20% 30%,#ffffff88,#0000 70%),radial-gradient(1.5px 1.5px at 50% 80%,#ffffffaa,#0000 70%),radial-gradient(1px 1px at 80% 40%,#fffc,#0000 70%),radial-gradient(1.2px 1.2px at 70% 20%,#ffffffbb,#0000 70%),radial-gradient(1.8px 1.8px at 30% 70%,#fff9,#0000 70%);background-repeat:repeat;background-size:100px 100px;content:"";height:200%;left:0;position:fixed;top:0;width:200%}@keyframes starMove{0%{background-position:0 0,0 0,0 0,0 0,0 0}to{background-position:1000px 1000px,800px 1200px,1200px 800px,900px 1100px,1100px 900px}}body:after{animation:glowPulse 6s ease-in-out infinite;background:radial-gradient(circle at center,#0064ff26,#0000 70%);content:"";height:150vh;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);width:150vw}.home-container{display:flex;flex-direction:column;min-height:100vh;position:relative;z-index:1}.hero-description{margin-bottom:50px}.centered-section{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:80px 20px;text-align:center}.hero-section{height:100vh;overflow:hidden}.hero-title{color:#4fc3f7;font-size:3rem;font-weight:700;letter-spacing:2px;margin-bottom:20px;text-shadow:0 0 10px #4fc3f7,0 0 20px #4fc3f7}.hero-subtitle{color:#c9d1d9;font-size:1.4rem;margin-bottom:30px;text-shadow:0 0 5px #ffffff4d}.hero-btn{background:#4fc3f7;border:none;border-radius:25px;box-shadow:0 0 15px #4fc3f7;color:#000;cursor:pointer;font-size:1rem;font-weight:700;padding:12px 30px;transition:all .3s ease}.hero-btn:hover{box-shadow:0 0 25px #4fc3f7,0 0 40px #4fc3f7;transform:scale(1.05)}.section-title{color:#4fc3f7;font-size:2.5rem;margin-bottom:20px;text-shadow:0 0 10px #4fc3f7}.section-subtitle{color:#c9d1d9;font-size:1.2rem;margin-bottom:40px}.earth-canvas{border-radius:20px;box-shadow:0 12px 40px #00000080;height:500px;width:100%}.cards-container{gap:30px}.card{background:#161b224d;border-radius:20px;box-shadow:0 8px 30px #00000080;flex:1 1;max-width:320px;min-width:250px;padding:30px;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 12px 40px #000000b3}.card h3{color:#4fc3f7;font-size:1.3rem;margin-bottom:12px}.card p{color:#c9d1d9;line-height:1.6}.game-section h2{color:#ff8c42;font-size:2rem;margin-bottom:20px;text-shadow:0 0 10px #ff8c42}.game-section p{color:#c9d1d9;font-size:1.1rem}.team-cards-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.team-card{background:#161b224d;border-radius:20px;box-shadow:0 8px 25px #00000080;flex:1 1;max-width:280px;min-width:220px;padding:25px;transition:transform .3s ease,box-shadow .3s ease}.team-card:hover{box-shadow:0 12px 35px #000000b3;transform:translateY(-8px)}.team-card h3{color:#58a6ff;font-size:1.2rem;margin-bottom:10px}.team-card p{color:#c9d1d9;font-size:.95rem;line-height:1.4}.modal{align-items:center;animation:fadeIn .4s ease forwards;background:#000000bf;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.modal-content{animation:slideUp .4s ease forwards;background:#161b22e6;border-radius:25px;box-shadow:0 15px 50px #000000b3;max-width:500px;padding:40px;text-align:center;width:90%}.modal-content h2{color:#4fc3f7;font-size:2rem;margin-bottom:20px}.modal-content p{color:#c9d1d9;font-size:1rem;margin-bottom:25px}.close-btn{background:#ff8c42;border:none;border-radius:20px;color:#000;cursor:pointer;font-weight:700;padding:10px 25px;transition:all .3s ease}.close-btn:hover{box-shadow:0 0 15px #ff8c42,0 0 30px #ff8c42;transform:scale(1.05)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.footer-section{color:#c9d1d9;font-size:.95rem;padding:30px 20px}.footer{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0d1117d9;border-top:1px solid #30363d;box-shadow:0 -2px 10px #00000080;color:#c9d1d9;font-family:Segoe UI,sans-serif;padding:25px 15px 15px;position:relative;width:100%;z-index:1}.footer-container{display:flex;flex-wrap:wrap;gap:25px;justify-content:space-between;margin:0 auto;max-width:1150px}.footer-section{flex:1 1 250px;min-width:200px;text-align:center}.footer-title{color:#58a6ff;font-size:14px;font-weight:600;letter-spacing:.5px;margin-bottom:10px}.footer-text{color:#aaa;font-size:12px;line-height:1.5;margin:0 auto;max-width:280px}.footer-list{list-style:none;margin:0;padding:0}.footer-list li{margin-bottom:8px}.footer-link{color:#c9d1d9;display:inline-block;font-size:13px;text-decoration:none;transition:.3s ease}.footer-link:hover{color:#58a6ff;transform:translateX(4px)}.footer-socials{display:flex;font-size:18px;gap:15px;justify-content:center;margin-top:10px}.footer-socials a{color:#c9d1d9;transition:transform .2s ease,color .2s ease}.footer-socials a:hover{color:#58a6ff;transform:scale(1.2)}.footer-bottom{border-top:1px solid #30363d;color:#aaa;font-size:11px;margin-top:20px;padding-top:10px;text-align:center}.footer-bottom span{color:#58a6ff;font-weight:600}@media (max-width:768px){.footer-container{flex-direction:column;gap:20px;text-align:center}.footer-socials{justify-content:center}}#root,body,html{font-family:Inter,sans-serif;height:100%;margin:0;padding:0}.czmu-dashboard-root{background:linear-gradient(180deg,#05060e,#0a101a);color:#fff;display:flex;gap:14px;height:calc(100vh - 60px);overflow:hidden;padding:16px}.czmu-left{background:#000;border-radius:10px;flex:1 1;overflow:hidden;position:relative}.czmu-right{background:#0f1219f2;border-left:1px solid #ffffff0d;border-radius:10px;box-shadow:inset 0 0 28px #00000080;display:flex;flex-direction:column;overflow-y:auto;padding:16px;width:420px}.czmu-right::-webkit-scrollbar{width:8px}.czmu-right::-webkit-scrollbar-thumb{background:#555;border-radius:6px}.czmu-right::-webkit-scrollbar-track{background:#111}.czmu-header{align-items:center;border-bottom:1px solid #ffffff14;display:flex;flex-direction:column;gap:10px;margin-bottom:16px;padding-bottom:14px;text-align:center}.czmu-title{font-size:1.6rem;font-weight:600;letter-spacing:.5px;margin:0}.mode-switch{display:flex;gap:8px}.mode-switch button{background:#222;border:none;border-radius:8px;color:#ddd;cursor:pointer;padding:6px 14px;transition:all .2s ease}.mode-switch button:hover{background:#333;transform:scale(1.05)}.mode-switch button.active{background:linear-gradient(90deg,#ffb86b,#ff6b6b);color:#111;font-weight:700}.controls{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.controls button{background:#1b1f25;border:none;border-radius:6px;color:#eee;cursor:pointer;padding:8px 12px;transition:background .2s}.controls button:hover{background:#2c313c}.speed-control label{display:block}.speed-control input{width:100%}.speed-display{color:#bbb}.info-panel{background:linear-gradient(180deg,#ffffff0a,#ffffff05);border-radius:10px;box-shadow:0 2px 8px #0003;margin-top:12px;padding:12px}.no-select{color:#ccc;font-style:italic;padding:14px;text-align:center}.scientist-graphs{background:#ffffff08;border-radius:10px;margin-top:16px;padding:12px}.candidates-section{border-top:1px solid #ffffff14;margin-top:16px;padding-top:12px}.czmu-warning{align-items:center;background:#ff3232f2;border-radius:12px;box-shadow:0 6px 20px #0009;display:flex;font-weight:700;gap:12px;left:50%;padding:16px 24px;position:absolute;top:40%;transform:translate(-50%,-50%)}.czmu-warning .countdown{background:#0006;border-radius:4px;padding:2px 6px}.czmu-warning .close-btn{background:#0000;border:none;color:#fff;cursor:pointer;font-size:20px;margin-left:auto}.kid-story{background:#ffb6ff1f;border:1px solid #f9f;border-radius:10px;font-size:.9rem;margin-top:12px;padding:12px;text-align:center}.badges{display:flex;gap:6px;justify-content:center;margin-top:8px}.badge{background:#f6c;border-radius:6px;box-shadow:0 0 6px #f9f;color:#fff;font-size:.8rem;padding:4px 10px}.czmu-dashboard-root.kid .czmu-title{color:#fcf;text-shadow:0 0 8px #f6c}.czmu-dashboard-root.scientist .czmu-title{color:#00d1ff}.speed-control{display:flex;flex-direction:column;gap:6px}.speed-control label{color:#ff8c42;font-size:14px;font-weight:600;margin-bottom:4px}.speed-control input[type=range]{-webkit-appearance:none;background:linear-gradient(90deg,#4caf50,#ffeb3b);border-radius:5px;cursor:pointer;height:10px;outline:none;transition:background .3s;width:100%}.speed-control input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#ff8c42;border:2px solid #fff;border-radius:50%;cursor:pointer;height:18px;-webkit-transition:transform .2s;transition:transform .2s;width:18px}.speed-control input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2)}.speed-control input[type=range]::-moz-range-thumb{background:#ff8c42;border:2px solid #fff;border-radius:50%;cursor:pointer;height:18px;-moz-transition:transform .2s;transition:transform .2s;width:18px}.speed-control input[type=range]::-moz-range-thumb:hover{transform:scale(1.2)}.speed-display{color:#fff;font-size:13px;font-weight:600;margin-top:4px;text-align:right}.navbar{align-items:center;background:#0d1117;color:#fff;display:flex;height:60px;justify-content:space-between;padding:15px 40px;position:fixed;top:0;width:100%}.logo{color:#58a6ff;font-size:22px;font-weight:700}.navMenu{display:flex;gap:25px;list-style:none;margin:0;padding:0}.navLink{color:#c9d1d9;font-size:16px;text-decoration:none;transition:.3s ease}.navLink:hover{color:#58a6ff}.navLink.active{border-bottom:2px solid #58a6ff;color:#58a6ff;font-weight:600;padding-bottom:2px}.project-cards{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#0d1117cc;color:#fff;padding:50px 20px;position:relative;text-align:center;z-index:1}.project-cards h2{font-size:2rem;margin-bottom:30px}.cards-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.card{background-color:#161b22d9;border-radius:15px;box-shadow:0 5px 15px #0000004d;padding:20px;transition:transform .3s;width:250px}.card:hover{transform:translateY(-10px)}.card h3{color:#58a6ff;margin-bottom:15px}.card p{font-size:.95rem;line-height:1.4}.see-more-container{margin-top:20px;z-index:2}.planet-game,.see-more-container{position:relative;text-align:center}.planet-game{background:radial-gradient(circle at center,#001022,#000010 80%);border-radius:25px;box-shadow:0 0 30px 5px #00c8ff66,inset 0 0 50px 10px #024;color:#e0f7ff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:40px auto;max-width:720px;overflow:hidden;padding:30px 25px 40px;-webkit-user-select:none;user-select:none}.planet-game:before{animation:starfield 60s linear infinite;background:radial-gradient(#fff 1px,#0000 2px);background-size:20px 20px;content:"";height:200%;left:-50%;opacity:.15;pointer-events:none;position:absolute;top:-50%;width:200%;z-index:0}@keyframes starfield{0%{background-position:0 0}to{background-position:1000px 1000px}}.planet-img{animation:floatPlanet 4s ease-in-out infinite,glowPulse 3s ease-in-out infinite;background:radial-gradient(circle at center,#111a2a,#000a12);border:4px solid #00d4ff;border-radius:50%;box-shadow:0 0 30px 6px #00d4ffcc,inset 0 0 15px 3px #0af;height:240px;margin:25px auto 15px;object-fit:contain;position:relative;width:240px;z-index:1}@keyframes floatPlanet{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes glowPulse{0%,to{box-shadow:0 0 30px 6px #00d4ffcc,inset 0 0 15px 3px #0af}50%{box-shadow:0 0 45px 10px #0ff,inset 0 0 25px 5px #0ff}}.game-buttons{display:flex;gap:25px;justify-content:center;margin-top:25px;position:relative;z-index:2}.game-buttons button{background:linear-gradient(145deg,#00c8ff,#08c);border:none;border-radius:15px;box-shadow:0 5px 15px #00c8ff99,inset 0 -3px 5px #0096c8cc;color:#000;cursor:pointer;font-size:1.2rem;font-weight:700;overflow:hidden;padding:14px 32px;position:relative;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .3s ease,background .3s ease;-webkit-user-select:none;user-select:none}.game-buttons button:before{background:radial-gradient(circle,#ffffff4d 20%,#0000 70%);border-radius:15px;content:"";height:200%;left:-50%;opacity:0;pointer-events:none;position:absolute;top:-50%;transition:opacity .3s ease;width:200%;z-index:1}.game-buttons button:hover:before{opacity:1}.game-buttons button:hover{background:linear-gradient(145deg,#00e0ff,#0ac);box-shadow:0 8px 25px #00e6ffe6,inset 0 -5px 8px #00b4e6;transform:scale(1.15) rotate(-3deg)}.game-buttons button:active{box-shadow:0 3px 10px #0096c8b3,inset 0 -2px 4px #0078b4e6;transform:scale(.95) rotate(0deg)}.character-container{align-items:center;display:flex;gap:20px;justify-content:center;margin-top:30px;position:relative;z-index:2}.character-img{animation:floatCharacter 4s ease-in-out infinite;border-radius:20px;cursor:default;filter:drop-shadow(0 0 20px rgba(0,191,255,.8));height:auto;transition:filter .3s ease;-webkit-user-select:none;user-select:none;width:150px}.character-img:hover{filter:drop-shadow(0 0 30px rgba(0,255,255,1));transform:scale(1.05)}@keyframes floatCharacter{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.speech-bubble{animation:fadeInScale .6s ease forwards;background:#000000e6;border:3px solid #00c8ff;border-radius:20px;box-shadow:0 0 20px #00c8ff99,inset 0 0 15px #00ffff4d;color:#b9faff;cursor:default;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.1rem;font-weight:600;letter-spacing:.02em;line-height:1.4;max-width:280px;padding:16px 22px;position:relative;text-align:left;-webkit-user-select:none;user-select:none}.speech-bubble:after{border-color:#0000 #000000e6 #0000 #0000;border-style:solid;border-width:14px 25px 14px 0;content:"";filter:drop-shadow(-2px 0 2px rgba(0,0,0,.3));left:-25px;position:absolute;top:50%;transform:translateY(-50%)}.speech-bubble.confirmed{background:#002814e6;border-color:#0f8;box-shadow:0 0 25px #0f8,inset 0 0 20px #0f8;color:#0f8;text-shadow:0 0 12px #0f8}.speech-bubble.candidate{background:#282800e6;border-color:#fd0;box-shadow:0 0 25px #fd0,inset 0 0 20px #fd0;color:#fd0;text-shadow:0 0 12px #fd0}.speech-bubble.false{background:#280000e6;border-color:#f44;box-shadow:0 0 25px #f44,inset 0 0 20px #f44;color:#f44;text-shadow:0 0 12px #f44}@keyframes fadeInScale{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}h2{color:#00e5ff;font-size:2.4rem;font-weight:900;margin-bottom:15px;text-shadow:0 0 10px #00e5ff,0 0 20px #0af}h2,h3{-webkit-user-select:none;user-select:none}h3{color:#00c8ff;font-size:1.8rem;font-weight:700;margin:10px 0 5px;text-shadow:0 0 8px #00c8ff}p{color:#a0dfff;font-size:1.1rem;margin:4px 0}button,p{-webkit-user-select:none;user-select:none}button{outline:none}button:focus-visible{outline:2px solid #00c8ff;outline-offset:3px}p.loading{color:#66cfff;font-style:italic;text-shadow:0 0 5px #66cfff}@media (max-width:768px){.planet-game{max-width:95%;padding:20px 15px 30px}.planet-img{height:180px;width:180px}.character-img{width:120px}.speech-bubble{font-size:1rem;max-width:220px}.game-buttons button{font-size:1rem;padding:12px 24px}}
/*# sourceMappingURL=main.fa177edb.css.map*/