/* solar_system.css — orrery drawn by viz/solar_system.js (SVG). */

.ss { display: flex; flex-direction: column; gap: 0.7rem; }
.ss-orbit { fill: none; stroke: rgba(148, 163, 184, 0.22); stroke-width: 1; }
.ss-sun { fill: #fde047; filter: drop-shadow(0 0 8px rgba(250, 204, 21, 0.7)); }
.ss-planet { stroke: rgba(0, 0, 0, 0.35); stroke-width: 0.6; }
.ss-halo { fill: none; stroke: #e8eef6; stroke-width: 1.6; opacity: 0.8; }
