.elementor-6016 .elementor-element.elementor-element-f387d5a{border-style:none;box-shadow:2px 2px 9px 0px rgba(0, 0, 0, 0.46) inset;}.elementor-6016 .elementor-element.elementor-element-b4adcad > .elementor-widget-container{margin:27px 0px 0px 0px;}.elementor-6016 .elementor-element.elementor-element-b4adcad{text-align:center;}.elementor-6016 .elementor-element.elementor-element-b4adcad .elementor-heading-title{font-family:"Abril Fatface", Sans-serif;font-size:41px;line-height:45px;color:#F76B02;}.elementor-6016 .elementor-element.elementor-element-d8654fb{border-style:none;box-shadow:2px 2px 12px 2px rgba(0, 0, 0, 0.47) inset;margin-top:10px;margin-bottom:10px;}.elementor-6016 .elementor-element.elementor-element-e45625f > .elementor-widget-container{margin:28px 0px 0px 0px;}/* Start custom CSS *//* ===================================================
   24H 星际联赛 - 前台排行榜全局终极全套样式表
   特色：暗黑电竞科技风、专属三色阶、悬停发光特效
   =================================================== */

/* 1. 核心外包裹容器：高大上的暗黑舱体悬浮感 */
.sc-container {
    max-width: 1200px;
    margin: 30px auto;
    background: #0d0e14 !important;
    padding: 30px;
    border: 2px solid #2a6df4 !important;
    box-shadow: 0 0 25px rgba(42, 109, 244, 0.35) !important;
    border-radius: 6px;
    box-sizing: border-box;
}

/* 2. 核心表格基础样式 */
.sc-table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: #141622 !important;
    margin: 15px 0 !important;
}

/* 3. 表头样式：深邃星空蓝 */
.sc-table th {
    background: #1c2035 !important;
    color: #8da2fb !important;
    padding: 16px 14px !important;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #2a6df4 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* 4. 数据单元格基础样式 */
.sc-table td {
    padding: 15px 14px !important;
    border-bottom: 1px solid #1f243d !important;
    font-size: 15px;
    color: #e0e0e0;
    vertical-align: middle;
}

/* ==========================================
   5. 专属动态三色阶规则 (完美对应最新比例)
   ========================================== */

/* 【绿色阶】：前 4 名晋级区（强效绿） */
.sc-table tr.sc-top-4 td {
    color: #00ff66;
}
.sc-table tr.sc-top-4 td a.sc-click-link {
    color: #00ff66;
}

/* 【黄色阶】：中间名次安全区（电竞黄） */
.sc-table tr.sc-middle td {
    color: #ffcc00;
}
.sc-table tr.sc-middle td a.sc-click-link {
    color: #ffcc00;
}

/* 【红色阶】：最后 2 名淘汰/危险区（警告红） */
.sc-table tr.sc-bottom-2 td {
    color: #ff3333;
}
.sc-table tr.sc-bottom-2 td a.sc-click-link {
    color: #ff3333;
}

/* ==========================================
   6. 选手ID & 战队名称：超链接发光与放大动效
   ========================================== */
.sc-click-link {
    text-decoration: none !important;
    font-weight: bold;
    transition: all 0.25s ease-in-out !important;
    display: inline-block;
}

/* 鼠标悬停瞬间：强行变为电竞蓝、放大并散发极客光芒 */
.sc-click-link:hover {
    color: #4db8ff !important;
    text-shadow: 0 0 12px rgba(77, 184, 255, 0.9) !important;
    transform: scale(1.04) translateX(2px);
}

/* ==========================================
   7. 荣耀殿堂与历史赛季专属版面样式
   ========================================== */
.sc-season-title {
    color: #4db8ff !important;
    font-size: 22px !important;
    font-weight: bold !important;
    text-shadow: 0 0 10px rgba(77, 184, 255, 0.5) !important;
    margin: 45px 0 15px 0 !important;
    border-left: 4px solid #4db8ff;
    padding-left: 12px;
}

/* 荣耀殿堂内部表格行微调 */
.sc-table.past-table tr td {
    color: #ffffff !important; /* 历史荣耀行文字保持纯白，凸显庄重 */
}

/* 8. 响应式移动端兼容：保证手机端看榜单也不搓志 */
@media (max-width: 768px) {
    .sc-container { padding: 15px; margin: 10px auto; }
    .sc-table th, .sc-table td { padding: 10px 8px !important; font-size: 13px !important; }
    .sc-season-title { font-size: 18px !important; }
}/* End custom CSS */