.user-visit-notify-desc {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 12px;
    padding: 12px 14px;
    background: linear-gradient(15deg, rgba(60, 72, 139, 0.22) 30%, rgba(60, 72, 139, 0.42) 100%);
    border: 1px solid rgba(142, 92, 255, 0.28);
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.user-visit-notify-desc i {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;
    background: radial-gradient(100% 100% at 50% 0, #1f76f7 0, #9647ff 130%);
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
}

.user-visit-notify-desc p {
    margin: 0;
    padding-top: 2px;
    font-size: 11px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.78);
}

.user-visit-notify-toggle {
    display: flex;
    gap: 8px;
    width: 100%;
}

.user-visit-notify-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid rgba(142, 92, 255, 0.22);
    background: linear-gradient(15deg, #2a3168 30%, #2d3567 100%);
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
    letter-spacing: 0.8px;
    font-family: 'Furore', sans-serif;
    font-weight: 100;
    cursor: pointer;
    transition: opacity 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.user-visit-notify-btn i {
    font-size: 15px;
    line-height: 1;
}

.user-visit-notify-btn:hover {
    opacity: 0.85;
    color: #ffffff;
    border-color: rgba(142, 92, 255, 0.45);
}

.user-visit-notify-btn.is-active {
    border-color: transparent;
    color: #ffffff;
    background: radial-gradient(100% 100% at 50% 0, #1f76f7 0, #9647ff 130%);
    box-shadow: 0 0 16px rgba(142, 92, 255, 0.35);
}

.user-visit-notify-btn.is-active:hover {
    opacity: 0.78;
}

.user-visit-notify-status {
    display: none;
    min-height: 18px;
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.4;
}

#user-visit-list {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.user-visit-avatar {
    position: relative;
    display: inline-block;
    width: 39px;
    height: 39px;
    margin: 0;
}

.user-visit-avatar img {
    width: 39px;
    height: 39px;
    clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 9px 100%, 0 calc(100% - 9px));
    display: block;
}

.user-visit-avatar:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    border-radius: 50%;
    background: #8e5cff;
    box-shadow: 0 0 12px #8e5cff, 0 0 24px rgba(142, 92, 255, 0.8);
}
