@layer components.pages {
:where([data-ui="unified"][data-core-calculator="cap"]) .cap-info-note { color: var(--ui-muted); }
:where([data-ui="unified"][data-core-calculator="cap"]) .product-mismatch-overlay { position: fixed; inset: 0; z-index: 20; background: color-mix(in srgb, var(--gray-900) 60%, transparent); align-items: center; justify-content: center; padding: 24px; }
:where([data-ui="unified"][data-core-calculator="cap"]) .product-mismatch-modal { background: var(--ui-surface); border-radius: var(--radius-md); padding: 28px; max-width: 540px; }
}
