/* ── Shared empty states ──────────────────────────────────────────── */
.empty-state {
    padding: 4rem 2rem;
    text-align: center;
}
.empty-state h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.4rem;
}
.empty-state p {
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 400;
    max-width: 420px;
    margin: 0 auto;
}

.empty-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 1rem;
    background: #dff5fb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
}
.empty-icon-wrap i {
    font-size: 2.2rem;
    color: #74C2DC;
}

/* Empty table row */
.empty-row td {
    text-align: center;
    color: #9ca3af;
    padding: 48px 0;
    font-size: 0.9rem;
}
