.YXYH-pc-widget-author-info .author-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 10px 0;
    color: var(--ls-text-color-secondary);
}

.YXYH-pc-widget-author-info .author-empty i {
    font-size: 32px;
    opacity: 0.3;
}

.YXYH-pc-widget-author-info .author-empty p {
    font-size: 13px;
    margin: 0;
}

.YXYH-pc-widget-author-info .author-banner {
    height: 65px;
    margin: -15px -15px 0;
    border-radius: var(--ls-border-radius-img, 4px) var(--ls-border-radius-img, 4px) 0 0;
    background-size: cover;
    background-position: center;
    background-color: var(--ls-theme-color);
}

.YXYH-pc-widget-author-info .author-card {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: -20px;
}

.YXYH-pc-widget-author-info .ls-avatar {
    width: 65px;
    height: 65px;
    z-index: 1;
}

.YXYH-pc-widget-author-info .ls-avatar > img,
.YXYH-pc-widget-author-info .ls-avatar > a > img {
    width: 65px;
    height: 65px;
}

.YXYH-pc-widget-author-info .ls-avatar .ls-avatar-verify img {
    width: 18px;
    height: 18px;
    border-color: var(--ls-card-bg, #fff);
}

.YXYH-pc-widget-author-info .author-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
}

.YXYH-pc-widget-author-info .author-name-row {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 25px;
    line-height: 25px;
}

.YXYH-pc-widget-author-info .author-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--ls-text-color);
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.YXYH-pc-widget-author-info .author-name:hover {
    color: var(--ls-theme-color);
}

.YXYH-pc-widget-author-info .author-sign {
    font-size: 12px;
    color: var(--ls-text-color-secondary);
    height: 20px;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.YXYH-pc-widget-author-info .author-stats {
    display: flex;
    margin: 12px 0;
    border-top: 1px solid var(--ls-border-light, #f3f4f6);
    border-bottom: 1px solid var(--ls-border-light, #f3f4f6);
    padding: 8px 0;
}

.YXYH-pc-widget-author-info .stat-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 4px 0;
    text-decoration: none;
    position: relative;
}

.YXYH-pc-widget-author-info .stat-item + .stat-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: var(--ls-border-light, #f3f4f6);
}

.YXYH-pc-widget-author-info .stat-item b {
    font-size: 15px;
    font-weight: 700;
    color: var(--ls-text-primary, #1f2937);
    line-height: 1;
}

.YXYH-pc-widget-author-info .stat-item span {
    font-size: 11px;
    color: var(--ls-text-muted, #9ca3af);
}

.YXYH-pc-widget-author-info .author-btns {
    display: flex;
    gap: 8px;
}

.YXYH-pc-widget-author-info .btn-follow,
.YXYH-pc-widget-author-info .btn-chat {
    flex: 1;
    height: 34px;
    border-radius: var(--ls-border-radius-btn, 4px);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transition: all 0.15s;
    user-select: none;
    border: none;
}

.YXYH-pc-widget-author-info .btn-follow {
    background: var(--ls-primary, #3b82f6);
    color: #fff;
}

.YXYH-pc-widget-author-info .btn-follow:hover {
    opacity: 0.85;
}

.YXYH-pc-widget-author-info .btn-follow.had {
    background: var(--ls-bg-hover, #f1f5f9);
    color: var(--ls-text-secondary, #4b5563);
}

.YXYH-pc-widget-author-info .btn-chat {
    background: var(--ls-bg-hover, #f1f5f9);
    color: var(--ls-text-secondary, #4b5563);
}

.YXYH-pc-widget-author-info .btn-chat:hover {
    background: var(--ls-bg-light, #e5e7eb);
}

.YXYH-pc-widget-author-info .author-posts {
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px solid var(--ls-border-light, #f3f4f6);
}

.YXYH-pc-widget-author-info .posts-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.YXYH-pc-widget-author-info .posts-head span {
    font-size: 13px;
    font-weight: 600;
    color: var(--ls-text-color);
}

.YXYH-pc-widget-author-info .posts-head a {
    font-size: 12px;
    color: var(--ls-text-color-secondary);
    text-decoration: none;
}

.YXYH-pc-widget-author-info .posts-head a:hover {
    color: var(--ls-theme-color);
}

.YXYH-pc-widget-author-info .posts-list {
    display: flex;
    flex-direction: column;
}

.YXYH-pc-widget-author-info .post-item {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    text-decoration: none;
    border-bottom: 1px dashed var(--ls-border-light, #f3f4f6);
}

.YXYH-pc-widget-author-info .post-item:last-child {
    border-bottom: none;
}

.YXYH-pc-widget-author-info .post-item:hover .post-name {
    color: var(--ls-theme-color);
}

.YXYH-pc-widget-author-info .post-idx {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #c2c8d1;
}

.YXYH-pc-widget-author-info .post-item:nth-child(1) .post-idx { background: #f56c6c; }
.YXYH-pc-widget-author-info .post-item:nth-child(2) .post-idx { background: #e6a23c; }
.YXYH-pc-widget-author-info .post-item:nth-child(3) .post-idx { background: #409eff; }

.YXYH-pc-widget-author-info .post-name {
    flex: 1;
    min-width: 0;
    font-size: 13px;
    color: var(--ls-text-color);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
    transition: color 0.2s;
}

.YXYH-pc-widget-author-info .post-name img {
    height: 1em;
    width: auto;
    vertical-align: middle;
}

.YXYH-pc-widget-author-info .post-date {
    flex-shrink: 0;
    font-size: 11px;
    color: var(--ls-text-color-secondary);
}
