#chat__body__profile_views_pane.pv-pane {
    background: #fff !important;
}

#chat__body__profile_views_pane.pv-pane > .chat_pane__header {
    background: #1e3a5f !important;
    border: none !important;
    box-shadow: none !important;
}

#chat__body__profile_views_pane.pv-pane > .chat_pane__header .chat_pane__header__title {
    font-size: .72rem !important;
    font-weight: 700 !important;
    color: #fff !important;
}

#chat__body__profile_views_pane .pv-stage {
    height: calc(100% - 1.4rem);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(circle at 12% 0%, rgba(86, 163, 255, .18), transparent 42%),
        linear-gradient(180deg, #f4f7fb 0%, #eef3ea 100%);
}

#chat__body__profile_views_pane .pv-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .4rem;
    margin: .28rem .28rem 0;
    padding: .38rem .5rem;
    border-radius: .35rem;
    background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 58%, #3d6b4f 100%);
    color: #fff;
    box-shadow: 0 6px 14px rgba(30, 58, 95, .18);
}

#chat__body__profile_views_pane .pv-summary__label {
    font-size: .62rem;
    font-weight: 700;
    opacity: .92;
}

#chat__body__profile_views_pane .pv-summary__value {
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .02em;
    color: #ffe7a3;
}

#chat__body__profile_views_pane .pv-list {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding: .22rem .28rem .4rem;
}

#chat__body__profile_views_pane .pv-row {
    display: flex;
    align-items: center;
    gap: .42rem;
    width: 100%;
    min-height: 2.15rem;
    margin: 0 0 .18rem;
    padding: .18rem .42rem .18rem .18rem;
    border: 0;
    border-radius: .32rem;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 1px 0 rgba(30, 58, 95, .08);
    color: #1e3a5f;
    text-align: right;
    cursor: default;
}

#chat__body__profile_views_pane .pv-row[data-open="1"] {
    cursor: pointer;
}

#chat__body__profile_views_pane .pv-row:active {
    filter: brightness(.98);
}

#chat__body__profile_views_pane .pv-avatar {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 1.7rem;
    border: 2px solid #d7e4d0;
    background: #e8eef6;
}

#chat__body__profile_views_pane .pv-name {
    flex: 1 1 auto;
    min-width: 0;
    font-size: .68rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#chat__body__profile_views_pane .pv-count {
    flex: 0 0 auto;
    min-width: 2.1rem;
    padding: .12rem .38rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffe7a3 0%, #e8c56a 100%);
    color: #3a2d08;
    font-size: .62rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

#chat__body__profile_views_pane .pv-empty,
#chat__body__profile_views_pane .pv-loading {
    padding: 1.4rem .6rem;
    text-align: center;
    color: #5a6b7d;
    font-size: .68rem;
    font-weight: 700;
}
