/* Extracted from dashboard.html */

    /* KPI icon palette */
    .stat-card-icon--blue   { background: #e4f0fc; color: #0d4a8a; }
    .stat-card-icon--green  { background: #e3f5ee; color: #1a8a5e; }
    .stat-card-icon--yellow { background: #fdf3dc; color: #b87010; }
    .stat-card-icon--red    { background: #fde8e8; color: #b83232; }
    .stat-card-icon--purple { background: #eeebfd; color: #5a3ab4; }

    /* Lighter, smaller badges with round corners */
    .badge, .ticket-badge { font-size: 0.75rem !important; font-weight: 500 !important; padding: 3px 10px !important; border-radius: 3px !important; }
    .badge--blue, .ticket-badge--tenant { background: #e8f0fa; color: #5b8db8; }
    .badge--yellow, .ticket-badge--owner { background: #fdf6e3; color: #b8956a; }
    .ticket-badge--urgent { background: #fde8e8; color: #b86a6a; }

    /* Reduce top space in card body lists */
    .card-body .attention-list, .card-body .attention-list > li:first-child,
    .card-body .ticket-row:first-child { padding-top: 0; }
  
