/* xyi_userb - 称号插件样式 */

/* 称号徽章通用样式 */
.xyi-userb-badge {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.2;
    white-space: nowrap;
}


/* 渐变色块 hover 效果 */
.xyi-gradient-block {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.xyi-gradient-block:hover {
    transform: scale(1.15);
}

/* 排行榜卡片 hover 效果 */
.xyi-rank-card {
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease;
}

.xyi-rank-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
}
