/* Affine.Earth OpenUSD — HEMISPHERE / planetary band skin */
:root {
  --ae-ocean: #061018;
  --ae-land: #14241c;
  --ae-grid: rgba(60, 90, 110, 0.18);
  --ae-label: #9aadb8;
  --ae-accent: #f5c518;
  --ae-panel: rgba(8, 14, 20, 0.94);
  --ae-band: #3a6a8a;
}

body.skin-map-hemisphere,
body.skin-map-hemisphere #viewport {
  background: radial-gradient(ellipse at 50% 42%, #0c1a28 0%, #040a10 72%);
}

body.skin-map-hemisphere header,
body.skin-map-hemisphere footer {
  background: #060c12;
  border-color: #1a2834;
}

body.skin-map-hemisphere .panel {
  background: var(--ae-panel);
}

body.skin-map-hemisphere button:not(.secondary) {
  background: var(--ae-accent);
  color: #1a1400;
}

body.skin-map-hemisphere .map-title::after {
  content: " · HEMISPHERE";
  color: var(--ae-band);
  font-weight: 500;
  font-size: 11px;
}
