.empty-home-box {
    position: relative;
    overflow: hidden;
    border: 1px solid #e7def8;
    border-radius: 22px;
    background: radial-gradient(circle at top right, rgba(139, 92, 246, 0.16), transparent 36%), linear-gradient(180deg, #ffffff 0%, #f7f4ff 100%);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    padding: 38px 28px;
    text-align: center;
}

.empty-home-box::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #8b5cf6 0%, #c4a7ff 100%);
}

.empty-home-box i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    font-size: 34px;
    color: #6d3ee6;
    margin-bottom: 18px;
    background: linear-gradient(180deg, #f5f0ff 0%, #eadfff 100%);
    box-shadow: inset 0 0 0 1px rgba(139, 92, 246, 0.14);
}

.empty-home-box h4 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.02em;
    color: #12395b;
    margin-bottom: 10px;
}

.empty-home-box p {
    margin: 0 auto;
    max-width: 560px;
    color: #667085;
    font-size: 15px;
    line-height: 1.7;
}
