.empty-state {
    margin: 36px 0;
    padding: 44px 24px;
    min-height: 210px;
    border: 1px dashed #d7deea;
    border-radius: 12px;
    background: #fafcff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.empty-state-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #5b6b88;
    background: #eef3ff;
    border: 1px solid #d5e1ff;
}

.empty-state-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #2d3748;
}
