/* --------------------------------------------------------------
   Contacts Module Stylesheet
   Scope: Contact-specific refinements layered atop module.primitives.css
   Prefix: .contacts-* (avoid generic patterns; promote to primitives if reused)
   --------------------------------------------------------------- */

/* Provide minimal concrete rules to satisfy linter (no empty blocks) */
.contacts-container { --contacts-inset-padding: 0; }

/* Title / subtitle hooks (example weight tweak) */
.contacts-title { font-weight:600; }
.contacts-subtitle { opacity:.85; }

/* Contact view header status chip: uppercase, padding, radius (text stays localized) */
.contacts-view-page .contacts-view-status-chip {
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

/* MIGRATION NOTE (2025-09-20): Extend only with contact-unique visuals; promote shared patterns to primitives after reuse. */
