/* ============================================================
   1001 Subscriptions (all, admin) — fx-c1s- prefix.
   ============================================================ */

.fx-c1s-page { padding: 8px 4px 32px; }
.fx-c1s-denied { max-width: 640px; margin: 24px auto; }

/* ---- Header ------------------------------------------------ */
.fx-c1s-head {
    display: flex; flex-wrap: wrap; align-items: flex-end;
    justify-content: space-between; gap: 16px; margin-bottom: 18px;
}

.fx-c1s-kicker {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px; font-weight: 600; letter-spacing: .08em;
    text-transform: uppercase; color: var(--text-muted, #8a8f98);
}

.fx-c1s-dot { width: 8px; height: 8px; border-radius: 50%; background: #9333ea; box-shadow: 0 0 0 4px rgba(147, 51, 234, .15); }

.fx-c1s-title-block h1 { margin: 6px 0 2px; font-size: 26px; font-weight: 600; }
.fx-c1s-title-block h1 em { font-style: italic; color: #9333ea; }
.fx-c1s-title-block p { margin: 0; color: var(--text-muted, #8a8f98); font-size: 14px; }

/* ---- Toolbar ----------------------------------------------- */
.fx-c1s-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.fx-c1s-filter { max-width: 150px; }
.fx-c1s-search { flex: 1 1 300px; min-width: 260px; }

/* ---- Card / table ------------------------------------------ */
.fx-c1s-card {
    background: var(--surface, #fff);
    border: 1px solid var(--border, #e6e8eb);
    border-radius: 14px; overflow: hidden;
}

.fx-c1s-table { font-size: 13px; }

.fx-c1s-user-name { font-weight: 600; }
.fx-c1s-user-sub {
    font-size: 12px; color: var(--text-muted, #8a8f98);
    font-family: "Geist Mono", ui-monospace, monospace;
}
.fx-c1s-user-uname { color: var(--text-dim, #5b6068); }
.fx-c1s-pkg { font-weight: 500; word-break: break-word; }

.fx-c1s-mono {
    font-family: "Geist Mono", ui-monospace, monospace;
    font-size: 12px; color: var(--text-dim, #5b6068); white-space: nowrap;
}

.fx-c1s-pay { font-weight: 600; }
.fx-c1s-pay-status { color: var(--text-muted, #8a8f98); font-size: 12px; }
.fx-c1s-muted { color: var(--text-muted, #b0b4ba); }

/* ---- Pills ------------------------------------------------- */
.fx-c1s-pill {
    display: inline-block; padding: 2px 10px; border-radius: 999px;
    font-size: 11px; font-weight: 600; letter-spacing: .02em; text-transform: uppercase;
}
.fx-c1s-active  { background: #dcfce7; color: #15803d; }
.fx-c1s-expired { background: #f1f5f9; color: #64748b; }

/* ---- Empty / loading --------------------------------------- */
.fx-c1s-empty { padding: 36px 16px; text-align: center; color: var(--text-muted, #8a8f98); }
.fx-c1s-empty .mud-icon-root { font-size: 40px; opacity: .5; }
.fx-c1s-empty-title { margin-top: 8px; font-weight: 600; color: var(--text-dim, #5b6068); }
.fx-c1s-loading { padding: 24px; color: var(--text-muted, #8a8f98); }

/* ---- Detail dialog ----------------------------------------- */
.fx-c1s-detail { display: flex; flex-direction: column; gap: 4px; }
.fx-c1s-detail-grid { display: grid; grid-template-columns: 150px 1fr; row-gap: 7px; column-gap: 12px; }
.fx-c1s-detail-label {
    font-size: 12px; font-weight: 600; color: var(--text-muted, #8a8f98);
    text-transform: uppercase; letter-spacing: .04em;
}
.fx-c1s-detail-value { font-size: 13.5px; word-break: break-word; }
.fx-c1s-detail-section {
    margin-top: 14px; margin-bottom: 6px; font-size: 12px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .05em; color: var(--text-dim, #5b6068);
}
