*{box-sizing:border-box;margin:0;padding:0}:root{--accent:#9d4edd;--secondary:#ff006e;--bg:#f5f5f5}body{color:#1b1b1b;background:var(--bg);font-family:Comic Sans MS,cursive;line-height:1.6}header{background:#fff;border-bottom:3px solid #000;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:20px;display:flex}header h1{font-size:2rem}nav{flex-wrap:wrap;gap:10px;display:flex}nav a{color:#000;border:2px solid #000;padding:8px 12px;font-weight:700;text-decoration:none}nav a:hover{color:#fff;background:#000}section{background:#fff;border:3px solid #000;max-width:900px;margin:20px auto;padding:25px}section h2{color:var(--accent);margin-bottom:15px;font-size:1.8rem;text-decoration:underline}.hero{text-align:center;background:#ffd60a;border:3px solid #000;padding:40px 20px}.hero h2{font-size:2rem}.controls{background:#e0f2ff;border:3px solid #000;flex-wrap:wrap;justify-content:center;gap:15px;padding:20px;display:flex}.input-wrapper{flex-direction:column;gap:3px;display:flex}.input-wrapper label{font-size:.9rem;font-weight:700}input[type=date]{color:#000;background:#fff;border:2px solid #000;padding:8px;font-family:Comic Sans MS,cursive}.button-group{flex-wrap:wrap;gap:10px;display:flex}.btn-primary,.btn-outline,.btn-launch{cursor:pointer;border:2px solid #000;padding:10px 15px;font-family:Comic Sans MS,cursive;font-size:.9rem;font-weight:700}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:#000}.btn-outline{border-color:var(--accent);color:var(--accent);background:#fff}.btn-outline:hover{background:var(--accent);color:#fff}.btn-launch{background:var(--secondary);color:#fff}.btn-launch:hover{background:#000}.card{background:#fff;border:3px solid #000;overflow:hidden;box-shadow:4px 4px #0003}.card:hover{box-shadow:6px 6px #0000004d}.media-viewport{aspect-ratio:16/9;background:#e8e8e8;width:100%}#space-image,iframe{object-fit:contain;width:100%;height:100%}.card-info{border-top:2px solid #000;padding:20px}.badge{color:#000;background:#e0f2ff;border:1px solid #000;padding:6px 10px;font-size:.8rem;font-weight:700}.card h2{color:var(--accent);margin:8px 0;font-size:1.5rem}.description{color:#333;margin-top:10px;line-height:1.7}.loader-container{text-align:center;padding:40px}.orbit-spinner{border:3px solid var(--accent);border-top-color:#000;border-radius:50%;width:50px;height:50px;margin:0 auto 15px;animation:1.5s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}#rocket{z-index:10000;position:fixed;bottom:-400px;left:50%;transform:translate(-50%);width:80px!important;height:auto!important}.rocket-fly{animation:2.8s ease-out forwards launchRocket}@keyframes launchRocket{0%{bottom:-400px}15%{bottom:20px}to{bottom:150vh}}footer{color:#fff;text-align:center;background:#000;margin-top:30px;padding:20px}@media (width<=768px){header{flex-direction:column}nav,nav a{width:100%}.controls{flex-direction:column}.button-group,.btn-primary,.btn-outline,.btn-launch{width:100%}}
