*{box-sizing:border-box;margin:0;padding:0}body{background:#000;cursor:none;overflow:hidden}#spaceship{height:40px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:60px;z-index:1000}.ship-body{height:100%}.ship-main{background:linear-gradient(135deg,#1a2a6c,#b21f1f,#fdbb2d);border-radius:50% 50% 3px 3px/40% 40% 60% 60%;box-shadow:0 0 10px rgba(253,187,45,.6);height:20px;left:15px;position:absolute;top:10px;width:30px}.ship-wing{background:linear-gradient(90deg,#1a2a6c,#b21f1f);border-radius:4px;box-shadow:0 0 8px rgba(26,42,108,.5);height:8px;position:absolute;top:15px;width:20px}.ship-wing.left{left:0;transform:rotate(-15deg)}.ship-wing.right{right:0;transform:rotate(15deg)}.ship-cockpit{animation:cockpitPulse 2s infinite alternate;background:linear-gradient(180deg,#87ceeb,#00bfff);border-radius:3px;box-shadow:0 0 12px rgba(135,206,235,.8);height:8px;top:5px;width:12px}.ship-cockpit,.ship-thruster-base{left:50%;position:absolute;transform:translateX(-50%)}.ship-thruster-base{background:linear-gradient(180deg,#b21f1f,#1a2a6c);border-radius:0 0 5px 5px;bottom:0;height:10px;width:18px}.ship-thrusters{height:60px;overflow:visible;top:10px;width:30px}.ship-thrusters,.thruster-flame{left:50%;position:absolute;transform:translateX(-50%)}.thruster-flame{border-radius:50% 50% 40% 40%/50% 50% 50% 50%;filter:blur(1px)}.flame-core{animation:flamePulseCore .3s infinite alternate;background:linear-gradient(180deg,#ff6b6b,#ffd93d);filter:blur(1.5px);height:30px;top:0;width:12px}.flame-middle{animation:flamePulseMiddle .4s infinite alternate;background:linear-gradient(180deg,#ffd93d,#ff9f43);filter:blur(1.2px);height:35px;opacity:.8;top:5px;width:18px}.flame-outer{animation:flamePulseOuter .5s infinite alternate;background:linear-gradient(180deg,#ff9f43,#ff6b6b);filter:blur(1px);height:40px;opacity:.6;top:10px;width:25px}.flame-particle{animation:particleFly .8s linear infinite;background-color:rgba(255,217,61,.8);border-radius:50%;left:50%;position:absolute;top:8px}@keyframes cockpitPulse{0%{box-shadow:0 0 10px rgba(135,206,235,.6)}to{box-shadow:0 0 18px #87ceeb}}@keyframes flamePulseCore{0%{height:20px;opacity:.9;transform:translateX(-50%) scale(.9)}to{height:30px;opacity:1;transform:translateX(-50%) scale(1.05)}}@keyframes flamePulseMiddle{0%{height:25px;opacity:.7;transform:translateX(-50%) scale(.9)}to{height:35px;opacity:.9;transform:translateX(-50%) scale(1.05)}}@keyframes flamePulseOuter{0%{height:30px;opacity:.5;transform:translateX(-50%) scale(.9)}to{height:40px;opacity:.7;transform:translateX(-50%) scale(1.05)}}@keyframes particleFly{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(40px) scale(.6)}}.ship-body{border-radius:55% 55% 45% 45%/60% 60% 40% 40%;height:120%;position:relative;top:-10%;transition:box-shadow .4s ease-out;width:100%}.ship-body.click-active{box-shadow:inset 0 0 10px rgba(253,187,45,.7),0 0 15px rgba(135,206,235,.7),0 0 30px rgba(253,187,45,.5),0 0 50px rgba(135,206,235,.3),0 0 70px rgba(253,187,45,.2)}.ship-body.click-active .ship-cockpit{border-radius:40% 40% 60% 60%/50% 50% 50% 50%;box-shadow:0 0 12px rgba(135,206,235,.9),0 0 20px rgba(0,191,255,.7),0 0 30px rgba(135,206,235,.4)}#speed-indicator{bottom:20px;font-size:14px;opacity:.7}#instructions,#speed-indicator{color:#fff;font-family:monospace;left:50%;pointer-events:none;position:absolute;text-align:center;transform:translateX(-50%)}#instructions{font-size:12px;max-width:300px;opacity:.5;top:64px}.mobile-instruct{display:none}@media (max-width:768px){#spaceship{height:30px;width:45px}.ship-main{height:15px;left:10px;top:8px;width:22px}.ship-wing{height:6px;width:15px}.ship-cockpit{height:6px;width:9px}.ship-thruster-base{height:8px;width:14px}.ship-thrusters{height:45px;width:22px}.flame-core{height:22px;width:9px}.flame-middle{height:26px;width:14px}.flame-outer{height:30px;width:18px}#speed-indicator{bottom:15px;font-size:12px}#instructions{bottom:45px;font-size:11px;max-width:250px;top:auto}.desktop-instruct{display:none}.mobile-instruct{display:block}body{cursor:default}.flame-core{filter:blur(1.2px)}.flame-middle{filter:blur(1px)}.flame-outer{filter:blur(.8px)}.ship-cockpit{box-shadow:0 0 8px rgba(135,206,235,.7)}}