/* Manage Profiles — scoped styles (fx-mp- prefix) */

.fx-mp-page { padding: 8px 4px 40px; }

.fx-mp-page-head { margin-bottom: 16px; }
.fx-mp-kicker {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
    color: var(--text-muted, #94a3b8); font-weight: 600;
}
.fx-mp-dot { width: 7px; height: 7px; border-radius: 50%; background: #0891b2; }
.fx-mp-title-block h1 { margin: 6px 0 4px; font-size: 26px; font-weight: 700; }
.fx-mp-title-block h1 em { color: #0891b2; font-style: normal; }
.fx-mp-title-block p { margin: 0; color: var(--text-dim, #64748b); font-size: 14px; }

.fx-mp-addbar {
    display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
    background: var(--surface, #fff); border: 1px solid var(--border, #e2e8f0);
    border-radius: 12px; padding: 12px 14px; margin-bottom: 16px;
}
.fx-mp-zone-input { min-width: 280px; flex: 1; }
.fx-mp-city-input { min-width: 150px; }

.fx-mp-card {
    background: var(--surface, #fff); border: 1px solid var(--border, #e2e8f0);
    border-radius: 14px; padding: 6px; overflow: hidden;
}
.fx-mp-row-title { font-weight: 600; }
.fx-mp-count {
    display: inline-block; padding: 2px 9px; border-radius: 999px;
    background: rgba(8, 145, 178, .10); color: #0e7490; font-size: 12px; font-weight: 600;
}

.fx-mp-empty { text-align: center; padding: 40px 16px; color: var(--text-muted, #94a3b8); }
.fx-mp-empty .mud-icon-root { font-size: 42px; margin-bottom: 8px; }
.fx-mp-empty-title { font-weight: 700; font-size: 16px; margin-bottom: 4px; color: var(--text-dim, #475569); }

/* Configure dialog */
.fx-mp-dialog-title-row { display: flex; align-items: center; gap: 12px; }
.fx-mp-dialog-icon {
    width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center;
    background: rgba(8, 145, 178, .12); color: #0891b2;
}
.fx-mp-dialog-title-text { font-weight: 700; font-size: 16px; }
.fx-mp-dialog-subtitle { font-size: 12.5px; color: var(--text-muted, #94a3b8); }
.fx-mp-loading { display: flex; align-items: center; gap: 10px; padding: 16px 4px; color: var(--text-dim, #64748b); }
.fx-mp-hint { font-size: 13px; color: var(--text-dim, #64748b); margin-bottom: 10px; }
.fx-mp-pkg-list { display: flex; flex-direction: column; gap: 6px; max-height: 50vh; overflow-y: auto; }
.fx-mp-pkg-row {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    border: 1px solid var(--border, #e2e8f0); border-radius: 10px; padding: 8px 12px;
}
.fx-mp-pkg-name { font-weight: 600; }
.fx-mp-pkg-meta { font-size: 12px; color: var(--text-muted, #94a3b8); }
.fx-mp-mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; }
