
html { color-scheme: dark; }
body.theme-j07 {
  --night: #083344; --panel: #083344; --bone: #cffafe; --mute: #22d3ee; --gold: #22d3ee; --cta: #0891b2;
  background: #083344; color: #cffafe; font-family: 'IBM Plex Sans', sans-serif;
}
body.theme-j07 .top { background: #083344; border-bottom: 2px solid #22d3ee; }
body.theme-j07 .offer-bar { background: #0891b2; border: 0; color: #fff; }
body.theme-j07 .offer-bar p { color: #fff; }
body.theme-j07 .cta { background: #0891b2; border-radius: 2px; }
body.theme-j07 .nav a[aria-current="page"] { background: #22d3ee; color: #083344; }
body.theme-j07 .facts dd { color: #22d3ee; }
body.theme-j07 .jump a { color: #22d3ee; }
body.theme-j07 .page-head h1 { font-size: clamp(1.6rem, 4vw, 2.6rem); }
body.theme-j07 .hero-art img { border: 2px solid #22d3ee; }

@media (min-width: 880px) {
  body.theme-j07 .layout { grid-template-columns: 16rem minmax(0,1fr); }
  body.theme-j07 .stub { order: -1; }
}

body.skin-desk .offer-bar, body.skin-desk .stub { display: none; }
body.skin-desk .layout { display: block; max-width: 32rem; }
body.skin-desk .nav { display: flex; gap: 0; }
body.skin-desk .nav a { border-bottom: 2px solid transparent; }
body.skin-desk .nav a[aria-current="page"] { border-bottom-color: currentColor; background: none; }
body.skin-desk ol.steps { border-left: 3px solid; padding-left: 1rem; }
