:root {
  --cx-tenant-primary: #2563eb;
  --cx-tenant-accent: #0f172a;
  --cx-tenant-surface: #ffffff;
  --cx-tenant-text: #111827;
  --cx-tenant-font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
html.cx-embedded, html.cx-tenant-active { font-family: var(--cx-tenant-font); }
html.cx-tenant-active body { color: var(--cx-tenant-text); }
html.cx-tenant-active button,
html.cx-tenant-active .btn,
html.cx-tenant-active [type="submit"],
html.cx-tenant-active .calculate-btn,
html.cx-tenant-active .primary-btn { background-color: var(--cx-tenant-primary) !important; border-color: var(--cx-tenant-primary) !important; }
html.cx-tenant-active a { color: var(--cx-tenant-primary); }
.cx-tenant-brandbar { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:10px 14px; border:1px solid rgba(15,23,42,.10); border-radius:14px; margin:12px 0; background:var(--cx-tenant-surface); color:var(--cx-tenant-text); }
.cx-tenant-brandbar img { max-height:32px; max-width:160px; object-fit:contain; }
.cx-tenant-name { font-weight:700; letter-spacing:-.01em; }
.cx-powered-by { font-size:12px; opacity:.65; white-space:nowrap; }
html.cx-embedded header, html.cx-embedded nav, html.cx-embedded footer, html.cx-embedded .site-header, html.cx-embedded .site-footer { display:none !important; }
html.cx-embedded body { background:transparent !important; }
html.cx-embedded .container, html.cx-embedded main { max-width:100% !important; }
.cx-embed-resize-sentinel { display:block; width:100%; height:1px; pointer-events:none; }
