/* saturn.retrograde.observer (Jes, Telegram #14067): Mercury's page styles
   (mercury.css, loaded first) in Saturn's colour, plus the outer-planet
   pieces, as jupiter.css. Colour-coded as planets.at, red while retrograde
   (today_retrograde_trace_color); planets.at's Saturn grey (#696969,
   --planet-saturn) is lifted to #A9A9A9, the same neutral grey, because the
   darker one all but disappears on this near-black page. */
:root { --mercury: #A9A9A9; }
.saturn-page .mercury-chip-here a { background: rgba(169,169,169,0.16); }
.mercury-chart-path--retro, .mercury-wheel-path--retro { stroke: #FF6B6B; }
.mercury-chart-retro { fill: rgba(255,107,107,0.12); }
.mercury-chart-dot--station-rx { fill: #FF6B6B; }
.mercury-wheel-date--station-rx { fill: #FF6B6B; }
.mercury-wheel-ball--retro { fill: #FF6B6B; }
.mercury-chart-dot--conjunction, .mercury-chart-dot--conjunction-next { fill: #FFD700; stroke: #000; }
.mercury-chart-dot--opposition { fill: #A9A9A9; stroke: #000; }
.mercury-chart-dot--square-w, .mercury-chart-dot--square-e { fill: #000; stroke: var(--cream); stroke-width: 1.5; }

/* The zodiac grid: twelve sign columns, a row per ~29.5-year lap; each cell
   the years of the retrogrades whose opposition falls in that sign. */
.venus-grid-section { margin-top: 2rem; }
.saturn-grid { width: 100%; border-collapse: separate; border-spacing: 0.12rem; table-layout: fixed; }
.saturn-grid thead th { font-family: var(--font-symbols); font-size: 0.95rem; font-weight: 400; padding-bottom: 0.15rem; }
.saturn-grid tbody th { width: 2.1rem; font-size: 0.62rem; font-weight: 500; color: var(--cream-dimmed); text-align: right; padding-right: 0.15rem; font-variant-numeric: tabular-nums; }
.saturn-grid-row--now th { color: var(--copper); font-weight: 600; }
.saturn-grid td { padding: 0; vertical-align: top; }
.saturn-grid td a { display: block; text-align: center; padding: 0.18rem 0; border-radius: 0.35rem; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); color: var(--cream); text-decoration: none; font-size: 0.52rem; line-height: 1.2; font-variant-numeric: tabular-nums; margin-bottom: 0.1rem; }
.saturn-grid td.saturn-grid-here a.saturn-grid-here-year { background: rgba(169,169,169,0.22); border-color: var(--mercury); }
