/* Revision: 2026-04-21b – Add dark mode variable overrides to match dashboard palette */
/* Revision: 2026-04-22-color-pass2 — Second pass color correction */
/* Revision: 2026-04-22-color-migration — Color migration — match migration landing palette */

/* Revision: 2026-04-21 – Iframe context overrides for Clarity tool pages          */

/* Remove nav and footer in iframe context */
nav { display: none !important; }
footer { display: none !important; }

/* Remove top padding that assumed nav height */
body { padding-top: 0 !important; }
.hero, section.hero, .hero-section { padding-top: 32px !important; }

/* Fit cleanly inside iframe */
html, body { min-height: 100%; overflow-x: hidden; }

/* ── Dark mode: match dashboard blue-tinted palette ─────────────────────── */
[data-theme="dark"] {
  --paper:        #0f1109 !important;
  --surface:      #0f1812 !important;
  --rule:         #111a14 !important;
  --ink:          #faf9f6 !important;
  --ink-2:        #94a3b8 !important;
  --ink-3:        #64748b !important;
  --accent:       #22a559 !important;
  --accent-light: #0d2a18 !important;
  --tr-dark:      #0f1109 !important;
}
