  /* 所有样式都加上 _boe 后缀避免冲突 */
        .container_boe {
            max-width: 78%;
            margin: 0 auto;
        }
        
        .filter-panel_boe {
            background: #f0f0f0;
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }
        
        .filter-section_boe {
            margin-bottom: 20px;
        }
        
        .filter-title_boe {
            font-size: 16px;
            font-weight: bold;
            color: #333;
            margin-bottom: 10px;
            padding-bottom: 5px;
            border-bottom: 2px solid #ff6b6b;
            display: inline-block;
        }
        
        /* 三列布局 - 不平均分配宽度 */
        .filter-row_boe {
            display: flex;
            gap: 80px;
            flex-wrap: wrap;
            margin-bottom: 15px;
            padding-top: 20px;
        }
        
        .filter-group_boe {
            flex: 0 0 auto;
        }
        
        .filter-group_boe .filter-title_boe {
            margin-bottom: 10px;
        }
        
        
        
        .item-icon_boe {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 4px;
}

.item-radio_boe {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    margin: 4px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}



        
        .item-buttons_boe, .level-buttons_boe {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 10px;
        }
        
        .item-radio_boe, .level-btn_boe {
            display: inline-flex;
            align-items: center;
            cursor: pointer;
            padding: 6px 15px;
            border: 1px solid #ccc;
            background-color: #f8f8f8;
            border-radius: 4px;
            transition: all 0.3s;
            user-select: none;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            font-size: 18px;
        }
        
        .item-radio_boe:hover, .level-btn_boe:hover {
            background-color: #e8e8e8;
            border-color: #ff6b6b;
        }
        
        .item-radio_boe input {
            display: none;
        }
        
        .item-radio_boe.selected_boe, .level-btn_boe.selected_boe {
            background-color: #ff6b6b;
            color: white;
            border-color: #ff6b6b;
        }
        
        .clear-btn_boe {
            display: inline-flex;
            align-items: center;
            cursor: pointer;
            padding: 6px 15px;
            border: 1px solid #ccc;
            background-color: #999;
            color: white;
            border-radius: 4px;
            transition: all 0.3s;
            user-select: none;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            font-size: 16px;
        }
        
        .clear-btn_boe:hover {
            background-color: #777;
        }
        
        .stats-buttons_boe {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 10px;
        }
        
        .stat-btn_boe {
            padding: 6px 15px;
            border: 1px solid #ccc;
            background-color: #f8f8f8;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
            transition: all 0.3s;
            user-select: none;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
        }
        
        .stat-btn_boe:hover {
            background-color: #e8e8e8;
            border-color: #ff6b6b;
        }
        
        .stat-btn_boe.selected_boe {
            background-color: #ff6b6b;
            color: white;
            border-color: #ff6b6b;
        }
        
        .stats-info_boe {
            background: white;
            border-radius: 8px;
            padding: 12px 20px;
            margin-bottom: 20px;
            text-align: center;
            color: #666;
            font-size: 16px;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
        }
        
        .grid-container_boe {
            display: flex;
            flex-direction: column;
            gap: 0;
        }
        
        .grid-header_boe {
            display: grid;
            grid-template-columns: 80px 1.2fr 0.5fr 1.3fr 1.7fr 1fr 0.8fr;
            font-weight: normal;
        }
        
        .grid-row_boe {
            display: grid;
            grid-template-columns: 80px 1.2fr 0.5fr 1.3fr 1.7fr 1fr 0.8fr;
        }
        
        .grid-header_boe > div,
        .grid-row_boe > div {
            padding: 10px;
            border: 1px solid #ccc;
            background-color: #f8f8f8;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            margin: 8px 2px 8px 2px !important;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            font-size: 16px;
            font-weight: normal;
            color: #333;
            height: 30px;
        }
        
        .grid-row_boe > div {
            background-color: #f8f8f8;
        }
        
        .grid-header_boe > div {
            background-color: #f0f0f0;
            font-weight: bold;
        }
        
        .grid-header_boe a {
            color: #333;
            text-decoration: none;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            font-size: 16px;
            font-weight: bold;
        }
        
        .grid-header_boe a:hover {
            color: #ff6b6b;
        }
        
        .item-name_boe {
            font-weight: normal;
            color: #333;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            font-size: 16px;
        }
        
        .item-level_boe {
            color: #333;
            font-size: 16px;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            font-weight: normal;
        }
        
        .stats-column_boe {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            justify-content: center;
            align-items: center;
        }
        
        /* 普通属性样式（红色） */
        .stats-badge_boe {
            display: inline-block;
            background-color: #ff6b6b;
            color: white;
            padding: 4px 10px;
            border-radius: 4px;
            font-size: 15.5px;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            font-weight: normal;
            white-space: nowrap;
        }
        
        /* 蓝色属性样式 */
        .stats-badge-blue_boe {
            display: inline-block;
            background-color: #4a90e2;
            color: white;
            padding: 4px 10px;
            border-radius: 4px;
            font-size: 15.5px;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            font-weight: normal;
            white-space: nowrap;
        }
        
        /* 彩色属性样式（棱彩插槽） */
        .stats-badge-colorful_boe {
            display: inline-block;
            background: linear-gradient(135deg, #ff6b6b, #ffd93d, #6bcb77, #4d96ff, #ff6b6b);
            background-size: 300% 300%;
            color: white;
            padding: 4px 10px;
            border-radius: 4px;
            font-size: 15.5px;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            font-weight: normal;
            white-space: nowrap;
            animation: gradientShift_boe 3s ease infinite;
            text-shadow: 0 0 2px rgba(0,0,0,0.2);
        }
        
        @keyframes gradientShift_boe {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
            100% {
                background-position: 0% 50%;
            }
        }
        
        .no-stats_boe {
            color: #999;
            font-size: 12px;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            font-weight: normal;
        }
        
        .price_boe {
            color: #ff6b6b;
            font-weight: normal;
            font-size: 16px;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
        }
        
        .realm_boe {
            color: #666;
            font-size: 16px;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            font-weight: normal;
        }
        
        .time-column_boe {
            font-size: 12px;
            color: #666;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            font-weight: normal;
        }
        
        .pagination_boe {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 30px;
            flex-wrap: wrap;
        }
        
        .page-link_boe {
            padding: 6px 12px;
            border: 1px solid #ccc;
            background-color: #f8f8f8;
            border-radius: 4px;
            text-decoration: none;
            color: #333;
            transition: all 0.3s;
            margin: 8px 1px;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            font-size: 16px;
            font-weight: normal;
        }
        
        .page-link_boe:hover,
        .page-link_boe.active_boe {
            background-color: #ff6b6b;
            color: white;
            border-color: #ff6b6b;
        }
        
        .no-data_boe {
            text-align: center;
            padding: 50px;
            color: #999;
            grid-column: 1/-1 !important;
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            font-size: 16px;
            font-weight: normal;
        }
        
        @media (max-width: 1000px) {
            .grid-header_boe,
            .grid-row_boe {
                grid-template-columns: 40px 1.1fr 0.5fr 1.2fr 1.3fr 1fr 0.7fr;
            }
            
            .stats-badge_boe, .stats-badge-blue_boe, .stats-badge-colorful_boe {
                font-size: 11px;
                padding: 3px 8px;
            }
            
            .grid-header_boe > div,
            .grid-row_boe > div {
                font-size: 11px;
            }
            
            .time-column_boe {
                font-size: 10px;
            }
            
            .filter-row_boe {
                flex-direction: column;
                gap: 15px;
            }
        }
        
        @media (max-width: 768px) {
            body {
                padding: 10px;
            }
            
            .grid-header_boe,
            .grid-row_boe {
                grid-template-columns: 35px 1fr 0.5fr 1.1fr 1.2fr 0.9fr 0.6fr;
            }
            
            .grid-header_boe > div,
            .grid-row_boe > div {
                padding: 6px;
                font-size: 10px;
            }
            
            .price_boe {
                font-size: 11px;
            }
            
            .stats-badge_boe, .stats-badge-blue_boe, .stats-badge-colorful_boe {
                font-size: 10px;
                padding: 2px 6px;
            }
            
            .item-level_boe {
                font-size: 11px;
            }
            
            .time-column_boe {
                font-size: 9px;
            }
            
            .stat-btn_boe,
            .item-radio_boe,
            .clear-btn_boe {
                padding: 4px 10px;
                font-size: 11px;
            }
        }