*{box-sizing:border-box}body{color:#fff;background:radial-gradient(circle,#1e3a8a,#020617 45%,#000 100%);min-height:100vh;margin:0;font-family:Segoe UI,Arial,sans-serif;overflow-x:hidden}.dashboard{text-align:center;z-index:1;min-height:100vh;padding:40px 20px;position:relative}.dashboard:before{content:"";opacity:.45;z-index:-1;background-image:radial-gradient(#fff 1px,#0000 1px);background-size:80px 80px;width:100%;height:100%;animation:20s linear infinite starsMove;position:fixed;top:0;left:0}@keyframes starsMove{0%{background-position:0 0}to{background-position:500px 1000px}}h1{color:#38bdf8;text-shadow:0 0 10px #38bdf8,0 0 20px #0ea5e9;font-size:42px}.subtitle{letter-spacing:1px;color:#67e8f9;text-shadow:0 0 10px #22d3ee,0 0 20px #0ea5e9;font-size:20px;font-weight:600;animation:2s ease-in-out infinite alternate glow}@keyframes glow{0%{text-shadow:0 0 5px #22d3ee}to{text-shadow:0 0 20px #38bdf8,0 0 35px #0ea5e9}}.search,.filter{border-radius:25px;width:300px;margin:15px;padding:15px;font-size:16px}.search{color:#fff;background:#020617;border:1px solid #38bdf8}.filter{cursor:pointer;background:#38bdf8;border:none}button{cursor:pointer;color:#020617;background:linear-gradient(90deg,#38bdf8,#22d3ee);border:none;border-radius:30px;margin:25px;padding:15px 35px;font-size:18px;font-weight:700;transition:all .3s;box-shadow:0 0 25px #38bdf8}button:hover{transform:scale(1.05);box-shadow:0 0 40px #22d3ee}.planet-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #fff3;border-radius:25px;width:450px;max-width:90%;margin:35px auto;padding:30px;box-shadow:0 0 40px #38bdf880}.planet-image{object-fit:cover;border:4px solid #38bdf8;border-radius:50%;width:280px;height:280px;animation:5s ease-in-out infinite planetFloat;box-shadow:0 0 40px #38bdf8}@keyframes planetFloat{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.stats{margin-top:25px}.stats p{background:#0f172acc;border-radius:12px;justify-content:space-between;margin:10px 0;padding:14px;display:flex}.stats span{color:#38bdf8;font-weight:700}.score{color:#22c55e;text-shadow:0 0 20px #22c55e;font-size:60px}.scanner{color:#38bdf8;margin:40px;font-size:22px}.loader{border:6px solid #38bdf84d;border-top-color:#38bdf8;border-radius:50%;width:90px;height:90px;margin:25px auto;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=600px){h1{font-size:30px}.planet-image{width:220px;height:220px}}
