.user-profile-card[data-v-0806b32b]{padding:0;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:12px;overflow:hidden;animation:fadeInUp-0806b32b .4s ease-out}.user-profile-card .profile-header[data-v-0806b32b]{padding:20px 10px;display:flex;align-items:center;gap:20px;position:relative;border-radius:15px}.user-profile-card .profile-header .avatar-section[data-v-0806b32b]{flex-shrink:0;position:relative;z-index:10}.user-profile-card .profile-header .user-info-content[data-v-0806b32b]{flex:1;position:relative;z-index:10}.user-profile-card .profile-header .user-info-content .user-name[data-v-0806b32b]{margin:0 0 8px 0;font-size:22px;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.3);line-height:1.2;display:block;opacity:1}.user-profile-card .profile-header .user-info-content .user-id[data-v-0806b32b]{margin:0 0 12px 0;font-size:14px;font-weight:500;line-height:1.3;display:block;opacity:1}.user-profile-card .profile-header .user-info-content .user-status[data-v-0806b32b]{display:flex;align-items:center;gap:8px}.user-profile-card .profile-header .user-info-content .user-status .status-dot[data-v-0806b32b]{width:8px;height:8px;border-radius:50%;animation:pulse-0806b32b 2s infinite}.user-profile-card .profile-header .user-info-content .user-status .status-dot.online[data-v-0806b32b]{background-color:var(--im-color-success);box-shadow:0 0 8px rgba(103,194,58,.6)}.user-profile-card .profile-header .user-info-content .user-status .status-text[data-v-0806b32b]{font-size:13px;font-weight:500}.user-profile-card .profile-details[data-v-0806b32b]{margin:10px 0;padding:0 5px}.user-profile-card .profile-details .detail-item[data-v-0806b32b]{display:flex;align-items:flex-start;padding:16px 0;border-bottom:1px solid #f0f0f0;transition:all .3s ease;border-radius:8px;margin-bottom:4px}.user-profile-card .profile-details .detail-item[data-v-0806b32b]:hover{background:var(--im-background-active);transform:translateX(2px)}.user-profile-card .profile-details .detail-item[data-v-0806b32b]:last-child{border-bottom:none;margin-bottom:0}.user-profile-card .profile-details .detail-item .detail-label[data-v-0806b32b]{display:flex;align-items:center;gap:10px;width:90px;font-weight:600;color:#555;font-size:14px;flex-shrink:0}.user-profile-card .profile-details .detail-item .detail-label i[data-v-0806b32b]{color:var(--im-color-primary);font-size:18px;width:20px;text-align:center}.user-profile-card .profile-details .detail-item .detail-value[data-v-0806b32b]{flex:1;font-size:14px;color:#333;word-break:break-all;font-weight:500;line-height:1.4}.user-profile-card .profile-details .signature-item[data-v-0806b32b]{flex-direction:column;align-items:flex-start;padding:16px 0}.user-profile-card .profile-details .signature-item .signature-label[data-v-0806b32b]{display:flex;align-items:center;gap:10px;font-weight:600;color:#555;font-size:14px;margin-bottom:12px}.user-profile-card .profile-details .signature-item .signature-label i[data-v-0806b32b]{color:var(--im-color-primary);font-size:18px;width:20px;text-align:center}.user-profile-card .profile-details .signature-item .signature-content[data-v-0806b32b]{width:100%;font-size:14px;color:#666;line-height:1.6;font-style:italic;padding:10px;border-radius:12px;word-break:break-word;position:relative;box-sizing:border-box}.user-profile-card .profile-details .signature-item .signature-empty[data-v-0806b32b]{width:100%;display:flex;align-items:center;gap:16px;background:#f8f9fa;padding:20px;border-radius:12px;border:1px dashed #d0d0d0;transition:all .3s ease;cursor:pointer;box-sizing:border-box}.user-profile-card .profile-details .signature-item .signature-empty[data-v-0806b32b]:hover{border-color:#999;background:#f0f0f0;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.05)}.user-profile-card .profile-details .signature-item .signature-empty .empty-icon[data-v-0806b32b]{flex-shrink:0;width:40px;height:40px;background:#e9ecef;border-radius:50%;display:flex;align-items:center;justify-content:center}.user-profile-card .profile-details .signature-item .signature-empty .empty-icon i[data-v-0806b32b]{font-size:20px;color:#6c757d}.user-profile-card .profile-details .signature-item .signature-empty .empty-text[data-v-0806b32b]{flex:1}.user-profile-card .profile-details .signature-item .signature-empty .empty-text .empty-title[data-v-0806b32b]{margin:0 0 6px 0;font-size:15px;font-weight:500;color:#666}.user-profile-card .profile-details .signature-item .signature-empty .empty-text .empty-desc[data-v-0806b32b]{margin:0;font-size:13px;color:#999;line-height:1.4}@keyframes pulse-0806b32b{0%{box-shadow:0 0 0 0 rgba(103,194,58,.7)}70%{box-shadow:0 0 0 10px rgba(103,194,58,0)}to{box-shadow:0 0 0 0 rgba(103,194,58,0)}}@keyframes fadeInUp-0806b32b{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}