.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
}
.empty-state-icon {
    font-size: 2.25rem;
    color: #d1d5db;
    margin-bottom: 1rem;
}
.empty-state-title {
    color: #4b5563;
    font-weight: 500;
    margin-bottom: 0.25rem;
}
.empty-state-text {
    font-size: 0.875rem;
    color: #9ca3af;
}
