/* Empty State */
.empty-state {
    text-align: center;
    padding: 4rem 2rem;
    background: var(--white);
    border-radius: var(--radius-md);
    border: 1px solid #f0f1f3;
}

.empty-icon {
    font-size: 3rem;
    color: var(--text-light);
    margin-bottom: 1.5rem;
    opacity: 0.6;
}

.empty-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.empty-message {
    color: var(--text-secondary);
    line-height: 1.5;
}
