.eua-price-row { display: flex; align-items: baseline; gap: 1rem; justify-content: center; margin-bottom: 0.5rem; }
.eua-spot { font-size: 2.75rem; font-weight: 700; color: #14b8a6; }
.eua-change.up { color: #14b8a6; }
.eua-change.down { color: #ef4444; }
.chart-wrap { height: 280px; position: relative; }
.num-col { text-align: right; }
.nx-kpi-sub { font-size: 0.8rem; color: var(--text-muted); margin-top: 0.25rem; }
.cbam-tags { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-top: 0.75rem; }
.cbam-tag { padding: 0.2rem 0.5rem; border: 1px solid var(--border); border-radius: 4px; font-size: 0.8rem; }
.disclaimer { font-size: 0.8rem; color: var(--text-muted); margin: 1.5rem 0; padding: 0.75rem; border: 1px dashed var(--border); border-radius: 8px; }
