.rc-empty {
    padding: 32px 20px;
    text-align: center;
    color: #64748b;
}

.rc-empty-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.rc-empty-title {
    font-weight: 700;
    color: #0c1b33;
    font-size: 1rem;
    line-height: 1.3;
}

.rc-empty-text {
    font-size: 0.875rem;
    color: #94a3b8;
    margin-top: 4px;
    line-height: 1.5;
}

.rc-empty-action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #f0fdff;
    color: #0891b2;
    font-size: 0.8125rem;
    font-weight: 600;
    border: 1px solid #cffafe;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.rc-empty-action:hover,
.rc-empty-action:focus-visible {
    background: #cffafe;
    color: #0e7490;
    border-color: #a5f3fc;
    text-decoration: none;
}

.rc-empty-icon--success {
    background: #f0fdf4;
    color: #16a34a;
}

.rc-empty-icon--info {
    background: #e0f2f1;
    color: #0e7490;
}

.rc-empty-icon--warning {
    background: #fef3c7;
    color: #b45309;
}

.rc-empty-icon--danger {
    background: #fee2e2;
    color: #b91c1c;
}

@media (prefers-reduced-motion: reduce) {
    .rc-empty-action {
        transition: none;
    }
}
