.league-hub {
    background: #f5f5f5;
    color: #333;
    padding: 20px 0 50px;
    margin-top: 0;
}
.league-hub a {
    color: #333;
}
.league-hub a:hover {
    color: #605ca8;
    text-decoration: none;
}
.league-hub-inner {
    width: 1200px;
    max-width: calc(100% - 24px);
    margin: 0 auto;
}
.league-hub-crumbs {
    font-size: 13px;
    color: #888;
    margin-bottom: 16px;
}
.league-hub-crumbs a {
    color: #666;
}
.league-hub-crumbs a:hover {
    color: #605ca8;
}
.league-hub-crumbs span {
    margin: 0 6px;
    color: #bbb;
}
.league-hero-row {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}
.league-hero {
    flex: 1;
    min-height: 108px;
    border-radius: 10px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    overflow: hidden;
    position: relative;
}
.league-hero.is-football {
    background: linear-gradient(115deg, #605ca8 0%, #7a76c2 55%, #9b98d4 100%);
}
.league-hero.is-basketball {
    background: linear-gradient(115deg, #524e98 0%, #6d5eaa 50%, #8a6bb8 100%);
}
.league-hero-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    flex-shrink: 0;
    background: rgba(255,255,255,.16) center/28px no-repeat;
}
.league-hero.is-football .league-hero-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm3.4 5.1l1.7 1.1-1.2 2.1-2.1.3-.8-2 2.4-1.5zM12 4.2c.8 0 1.6.1 2.3.4L12.7 6.3 11 5.5c.3-.8.7-1.3 1-1.3zm-4.6 2 2.5 1.4-.7 2.1-2.2.2-1.1-2.1 1.5-1.6zM6 12c0-.5 0-1 .1-1.5l2 .3.8 2.1-1.5 1.6C6.5 13.7 6 12.9 6 12zm2.4 5.2l1.1-2 2.1.4.8 2.1-1.9 1.1c-.8-.4-1.5-1-2.1-1.6zm5.9 1.6l-1.9-1.1.8-2.1 2.2-.2 1.1 2c-.6.6-1.4 1.1-2.2 1.4zM18 12c0 .9-.3 1.8-.7 2.5l-1.6-1.5.7-2.1 2 .4c.1.2.1.5.1.7zm-1.1-4.7l-1.1-2C16.7 6 17.4 6.9 18 8l-1.1-.7z'/%3E%3C/svg%3E");
}
.league-hero.is-basketball .league-hero-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm0 2c.7 0 1.4.1 2 .3-1.2 1.3-2 3.2-2.1 5.2H7.3A8 8 0 0112 4zm3.9.8A8 8 0 0120 12h-4.2c-.1-2.7-1.1-5.1-2.7-6.8 1-.2 1.9-.3 2.8-.4zM4 12c0-1.5.4-2.9 1.1-4.1H10c0 1.4.2 2.8.5 4.1H4zm6.7 2c.4 1.8 1.1 3.4 2.1 4.7A8 8 0 014.2 14h6.5zm2.6 5.2c-1.2-1.5-2-3.3-2.3-5.2h4.8c-.5 2.1-1.4 3.9-2.5 5.2zM14.4 14h5.4a8 8 0 01-3.3 5.3c.9-1.5 1.6-3.3 1.9-5.3h-4z'/%3E%3C/svg%3E");
}
.league-hero-text strong {
    display: block;
    font-size: 24px;
    color: #fff;
    margin-bottom: 6px;
}
.league-hero-text span {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,.88);
    line-height: 1.5;
}
.league-hero:hover {
    color: #fff;
    opacity: .96;
}
.league-hub-body {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.league-hub-side {
    width: 220px;
    flex-shrink: 0;
}
.league-hub-nav-item {
    background: #fff;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #444;
    border: 1px solid #eee;
}
.league-hub-nav-item i {
    width: 6px;
    height: 6px;
    border-right: 2px solid #bbb;
    border-bottom: 2px solid #bbb;
    transform: rotate(-45deg);
}
.league-hub-nav-item.is-active,
.league-hub-nav-item:hover {
    background: #605ca8;
    border-color: #605ca8;
    color: #fff;
}
.league-hub-nav-item.is-active i,
.league-hub-nav-item:hover i {
    border-color: #fff;
}
.league-hub-chips {
    display: none;
    flex-wrap: wrap;
    gap: 8px;
    margin: 4px 0 16px;
}
.league-hub-chips.is-active {
    display: flex;
}
.league-hub-chips a {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 4px 10px;
    font-size: 12px;
    color: #666;
}
.league-hub-chips a:hover {
    background: #f5f4fb;
    border-color: #605ca8;
    color: #605ca8;
}
.league-hub-main {
    flex: 1;
    min-width: 0;
}
.league-section {
    margin-bottom: 28px;
}
.league-section-title {
    font-size: 18px;
    color: #333;
    margin: 0 0 16px;
    padding-left: 10px;
    position: relative;
    font-weight: 700;
}
.league-section-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 3px;
    border-radius: 2px;
    background: #605ca8;
}
.league-recent-wrap {
    position: relative;
}
.league-recent-swiper {
    overflow: hidden;
}
.league-recent-swiper .swiper-slide {
    width: 112px;
}
.league-recent-card {
    width: 112px;
    background: #fff;
    border-radius: 10px;
    padding: 14px 8px 12px;
    text-align: center;
    display: block;
    border: 1px solid #eee;
}
.league-recent-card img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin: 0 auto 8px;
    display: block;
}
.league-recent-card em {
    display: block;
    font-size: 13px;
    color: #333;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.league-recent-card span {
    display: inline-block;
    margin-top: 8px;
    background: #f5f4fb;
    color: #605ca8;
    border-radius: 10px;
    font-size: 12px;
    padding: 1px 8px;
}
.league-recent-prev,
.league-recent-next {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    z-index: 2;
}
.league-recent-prev { left: -8px; }
.league-recent-next { right: -8px; }
.league-recent-prev:after,
.league-recent-next:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 11px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #605ca8;
    border-right: 2px solid #605ca8;
}
.league-recent-prev:after { transform: rotate(-135deg); left: 10px; }
.league-recent-next:after { transform: rotate(45deg); left: 7px; }
.league-hot-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px 16px;
}
.league-hub-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 14px 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 84px;
}
.league-hub-card:hover {
    border-color: #d8d6ee;
    box-shadow: 0 4px 12px rgba(96, 92, 168, 0.08);
}
.league-hub-card-logo {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.league-hub-card-logo img {
    max-width: 52px;
    max-height: 52px;
}
.league-hub-card-name {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}
.league-hub-card-info p {
    margin: 0;
    font-size: 12px;
}
.league-hub-card-info p a {
    color: #888;
    margin-right: 10px;
}
.league-hub-card-info p a:hover {
    color: #605ca8;
}
.league-list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 16px;
}
.tai-Ch-index_left .league-list-grid {
    margin-bottom: 20px;
}
body.is-league-hub {
    background: #f5f5f5;
}
.league-page {
    margin-top: 24px;
    text-align: center;
}
.league-page a,
.league-page span {
    display: inline-block;
    min-width: 32px;
    padding: 4px 10px;
    margin: 0 3px 8px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #eee;
    color: #666;
}
.league-page .active,
.league-page span.current {
    background: #605ca8;
    border-color: #605ca8;
    color: #fff;
}

@media (max-width: 1000px) {
    .league-hub-inner { width: auto; }
    .league-hero-row,
    .league-hub-body { flex-direction: column; }
    .league-hub-side { width: 100%; }
    .league-hub-nav {
        display: flex;
        gap: 8px;
        overflow-x: auto;
    }
    .league-hub-nav-item {
        flex: 0 0 auto;
        margin-bottom: 0;
    }
    .league-hot-grid,
    .league-list-grid { grid-template-columns: repeat(2, 1fr); }
    .league-hero-text strong { font-size: 20px; }
}
