/* NexGen RC54 — public homepage/contact theme and containment correction. */
html[data-theme="dark"] body.public-site .ngh-home{
  --ngh-ink:#eef4fb;--ngh-muted:#c0ccda;--ngh-line:#2a3c51;--ngh-soft:#101d2d;
  color:#eef4fb
}
html[data-theme="dark"] body.public-site .ngh-home :is(.ngh-quick-card,.ngh-about-card,.ngh-programme,.ngh-market-card,.ngh-panel,.ngh-feed-card){
  background:#101d2d!important;border-color:#2a3c51!important;color:#eef4fb!important
}
html[data-theme="dark"] body.public-site .ngh-home :is(.ngh-quick-card b,.ngh-about-card h2,.ngh-programme h3,.ngh-market-card h3,.ngh-panel h2,.ngh-feed-card h3){
  color:#f1f6fc!important
}
html[data-theme="dark"] body.public-site .ngh-home :is(.ngh-quick-card small,.ngh-about-card p,.ngh-programme-body p,.ngh-market-body p,.ngh-panel p,.ngh-feed-body p){
  color:#c0ccda!important;opacity:1!important
}

body.public-site .nxctRoot,body.public-site .nxctRoot *{box-sizing:border-box}
body.public-site .nxctRoot{width:100%;max-width:100%;min-width:0;overflow-x:clip}
body.public-site .nxctRoot :is(.nxctHero,.nxctShell,.nxctContactGrid,.nxctForm,.nxctInfoColumn,.nxctCommonGrid){max-width:100%;min-width:0}
body.public-site .nxctRoot :is(.nxctHeroCopy,.nxctHeroVisual,.nxctContactGrid>*,.nxctForm>*,.nxctInfoColumn>*,.nxctCommonGrid>*){min-width:0}
body.public-site .nxctRoot :is(input,select,textarea){max-width:100%;min-width:0}

html[data-theme="dark"] body.public-site .nxctRoot{color:#eef4fb}
html[data-theme="dark"] body.public-site .nxctRoot :is(.nxctHero,.nxctHeroCopy,.nxctCard,.nxctInfoCard,.nxctCommon,.nxctCommonGrid>a){
  background-color:#101d2d!important;border-color:#2a3c51!important;color:#eef4fb!important
}
html[data-theme="dark"] body.public-site .nxctRoot :is(.nxctHero h1,strong,h2,h3){color:#f1f6fc}
html[data-theme="dark"] body.public-site .nxctRoot :is(.nxctHeroCopy>p,.nxctHeroProof small,.nxctCommon header>p,.nxctInfoRow p,.nxctFormNote,small,.muted){
  color:#c0ccda!important
}
html[data-theme="dark"] body.public-site .nxctRoot :is(input,select,textarea){
  background:#0a1624!important;color:#eef5ff!important;border-color:#30445c!important
}
