/* Scoped integration; charts and accessibility controls come from Dashboard Library. */
.nm-market-charts { display:grid!important; grid-template-columns:repeat(2,minmax(0,1fr)); align-items:start; }
.nm-market-charts .ndl-wp-block { margin:0; --dl-surface:var(--nm-climate-bg); --dl-text:var(--nm-climate-fg); --dl-muted:var(--nm-climate-fg); --dl-muted-secondary:var(--nm-climate-fg); --dl-border:var(--nm-climate-bg); --dl-series-1:#244e67; --dl-series-2:#fafafa; --dl-focus:var(--nm-climate-fg); --dl-card-padding:0px; --dl-enter-animation:none; --dl-enter-duration:900ms; --dl-enter-stagger:130ms; --dl-tooltip-background:#0c0e14; --dl-on-color:#fafafa; --dl-tooltip-shadow:transparent; }
.nm-market-charts .ndl-wp-canvas { min-height:270px; }
.nm-market-charts .dl-title {font-size:1.5rem; margin:0 0 1rem;}
.nm-market-charts .dl-pie-chart {width:340px; max-width:100%; height:auto;}
.nm-market-charts .dl-pie-chart [data-dl-companion="0"] {fill:#fafafa;}
.nm-market-charts .dl-pie-chart [data-dl-companion="1"] {fill:#0c0e14;}
.nm-market-charts [data-nm-chart-entered="animated"] {--dl-enter-animation:dl-appear;}
html[data-nm-theme="dark"] .nm-market-charts .ndl-wp-block {--dl-series-1:#ccc343;--dl-series-2:#3a82b2;}
html[data-nm-theme="dark"] .nm-market-charts .dl-pie-chart [data-dl-companion] {fill:#0c0e14;}
html.nm-reduced-motion .nm-market-charts .dl-card [data-dl-element] {animation:none!important;transition:none!important;}
@media(prefers-reduced-motion:reduce) {.nm-market-charts .dl-card [data-dl-element] {animation:none!important;transition:none!important;}}
@media(max-width:781px) {.nm-market-charts {grid-template-columns:minmax(0,1fr);}}
@media print {.nm-market-charts .dl-card [data-dl-element] {animation:none!important;}}
.nm-seo-landing .nm-market-charts .dl-card {background:var(--nm-climate-bg)!important;border:0;border-radius:0;min-height:270px;}
.nm-market-charts .dl-data-table th,.nm-market-charts .dl-data-table td {border-color:var(--nm-climate-fg);}
@media(max-width:781px) {.nm-market-charts .ndl-wp-canvas,.nm-seo-landing .nm-market-charts .dl-card {min-height:270px;}}
.nm-seo-landing .nm-market-charts .dl-data-table :is(th,td) {background:var(--nm-climate-bg)!important;color:var(--nm-climate-fg)!important;border-color:var(--nm-climate-fg)!important;}
.nm-market-charts .dl-card:focus-within {outline-color:var(--nm-climate-fg);}
.nm-market-charts .dl-pie-chart path {stroke:var(--nm-climate-fg);stroke-width:1.2;}
