/**
 * Boş Durumlar - Anlamlı illüstrasyonlar ve ikonlar
 */

.empty-state {
    padding: 3rem 2rem !important;
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
}

.empty-state-illustration {
    width: 120px;
    height: 120px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #F1F5F9 0%, #E2E8F0 100%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    opacity: 0.9;
}

.empty-state-icon {
    font-size: 4rem !important;
    opacity: 0.5;
    margin-bottom: 1rem !important;
    line-height: 1;
}

.empty-state-title {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: #0F172A !important;
    margin-bottom: 0.5rem !important;
}

.empty-state-text {
    font-size: 0.9375rem !important;
    color: #64748B !important;
    line-height: 1.6 !important;
    margin-bottom: 1.5rem !important;
}

.empty-state-text a {
    color: #6366F1;
    font-weight: 500;
}

.empty-state-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #6366F1;
    color: white;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.empty-state-cta:hover {
    background: #4F46E5;
    transform: translateY(-1px);
}
