.wc-home {
    --wc-navy: #20264f;
    --wc-navy-deep: #151a3d;
    --wc-pink: #e93c7b;
    --wc-pink-soft: #fff0f6;
    --wc-blue: #1578e6;
    --wc-ink: #17213b;
    --wc-muted: #64748b;
    --wc-line: #e5dce4;
    --wc-paper: #fff;
    width: min(1180px, calc(100% - 28px));
    margin: 24px auto 40px;
    color: var(--wc-ink);
}

.wc-home *, .wc-home *::before, .wc-home *::after { box-sizing: border-box; }
.wc-home a { color: inherit; text-decoration: none; }

.wc-home-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(400px, 450px);
    gap: 26px;
    align-items: center;
    min-height: 142px;
    padding: 24px 28px;
    border: 1px solid #353d72;
    border-radius: 20px;
    background:
        radial-gradient(circle at 80% 0, rgba(233, 60, 123, .24), transparent 34%),
        linear-gradient(135deg, var(--wc-navy-deep), var(--wc-navy));
    color: #fff;
    box-shadow: 0 18px 44px rgba(32, 38, 79, .13);
}

.wc-kicker, .wc-section-head span {
    color: var(--wc-pink);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 1.1px;
}

.wc-home-intro h1 { margin: 6px 0 7px; font-size: clamp(29px, 3vw, 43px); line-height: 1.12; font-weight: 950; }
.wc-home-intro p { max-width: 650px; margin: 0; color: #dfe2f4; font-size: 14px; line-height: 1.75; }

.wc-intro-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.wc-intro-actions a {
    display: flex;
    min-width: 0;
    min-height: 82px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 14px;
    background: rgba(255,255,255,.08);
    flex-direction: column;
    justify-content: center;
    transition: .2s ease;
}
.wc-intro-actions a:first-child { background: var(--wc-pink); border-color: var(--wc-pink); }
.wc-intro-actions a:hover { transform: translateY(-2px); background: rgba(255,255,255,.15); }
.wc-intro-actions a:first-child:hover { background: #d62e6c; }
.wc-intro-actions strong { font-size: 15px; font-weight: 950; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wc-intro-actions span { margin-top: 6px; color: #dfe2f4; font-size: 12px; }
.wc-intro-actions a:first-child span { color: #fff; }

.wc-mobile-quick { display: none; }
.wc-panel { margin-top: 18px; border: 1px solid var(--wc-line); border-radius: 16px; background: var(--wc-paper); overflow: hidden; }
.wc-section-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 78px; padding: 18px 20px; border-bottom: 1px solid var(--wc-line); }
.wc-section-head h2 { margin: 3px 0 0; font-size: 22px; line-height: 1.2; font-weight: 950; }
.wc-section-head > a { color: var(--wc-navy); font-size: 13px; font-weight: 900; }
.wc-section-head > a::after { content: " →"; color: var(--wc-pink); }

.wc-day-group > h3 { margin: 0; padding: 10px 18px; background: #f7f5f7; color: #3d4664; font-size: 13px; font-weight: 950; }
.wc-cup-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding: 14px; }
.wc-cup-card { position: relative; min-width: 0; padding: 13px; border: 1px solid var(--wc-line); border-radius: 12px; background: #fff; }
.wc-cup-card > a:not(.wc-live-btn) { display: block; }
.wc-cup-card time { color: #475569; font-size: 12px; font-weight: 900; }
.wc-cup-card > a > em { float: right; min-height: 22px; padding: 3px 8px; border-radius: 999px; background: #f1f4f8; color: #65738b; font-size: 11px; font-style: normal; font-weight: 850; }
.wc-cup-card.state-live { border-color: #f4a6c3; box-shadow: inset 0 3px 0 var(--wc-pink); }
.wc-cup-card.state-live > a > em { background: var(--wc-pink); color: #fff; }
.wc-cup-teams { display: grid; grid-template-columns: minmax(0,1fr) 48px minmax(0,1fr); align-items: center; gap: 8px; min-height: 62px; margin: 12px 0; }
.wc-cup-teams > b { color: var(--wc-pink); font-size: 16px; text-align: center; }
.wc-team { display: flex; align-items: center; gap: 8px; min-width: 0; }
.wc-team-home { justify-content: flex-end; text-align: right; }
.wc-team-away { justify-content: flex-start; }
.wc-team-name, .wc-row-team > span { min-width: 0; overflow: hidden; color: var(--wc-ink); font-size: 13px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.wc-logo, .wc-logo-fallback { display: inline-grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; overflow: hidden; border: 0; border-radius: 9px; }
.wc-logo { object-fit: contain; background: #f5f7fa; }
.wc-logo > img { display: block; width: 100%; height: 100%; object-fit: contain; }
.wc-logo-fallback { background: linear-gradient(145deg, #20a4ff, #1169df); color: #fff; font-size: 17px; font-weight: 950; line-height: 1; }
.wc-live-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 16px; border: 1px solid #173d78; border-radius: 9px; background: linear-gradient(135deg, #1a2f63 0%, #096f96 100%); box-shadow: 0 6px 14px rgba(20, 48, 95, .16); color: #fff!important; font-size: 12px; font-weight: 900; line-height: 1; text-align: center; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.wc-live-btn > i:empty { display: none; }
.wc-cup-card > a.wc-live-btn { display: flex; width: 100%; }
.wc-live-btn:hover, .wc-live-btn:focus-visible { border-color: var(--wc-pink); background: linear-gradient(135deg, #d62e6c 0%, #f0447f 100%); box-shadow: 0 8px 18px rgba(214, 46, 108, .22); color: #fff!important; transform: translateY(-1px); }

.wc-league-strip { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); margin-top: 18px; border: 1px solid var(--wc-line); border-radius: 14px; background: #fff; overflow: hidden; }
.wc-league-strip a { display: grid; grid-template-columns: 36px minmax(0,1fr) 18px; gap: 10px; align-items: center; min-height: 84px; padding: 14px; border-right: 1px solid var(--wc-line); }
.wc-league-strip a:last-child { border-right: 0; }
.wc-league-strip i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; background: var(--wc-pink-soft); color: var(--wc-pink); font-style: normal; font-size: 12px; font-weight: 950; }
.wc-league-strip span { min-width: 0; }
.wc-league-strip strong, .wc-league-strip small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wc-league-strip strong { font-size: 15px; font-weight: 950; }
.wc-league-strip small { margin-top: 5px; color: var(--wc-muted); font-size: 11px; }
.wc-league-strip b { color: var(--wc-pink); }

.wc-filter { display: flex; flex-wrap: wrap; gap: 7px; }
.wc-filter button { min-height: 34px; padding: 0 13px; border: 1px solid #d9dfe8; border-radius: 999px; background: #fff; color: #526077; font-size: 12px; font-weight: 900; cursor: pointer; }
.wc-filter button.active { border-color: var(--wc-navy); background: var(--wc-navy); color: #fff; }
.wc-match-row { display: grid; grid-template-columns: minmax(0,1fr) 100px; align-items: center; min-height: 66px; padding: 8px 14px; border-bottom: 1px solid #edf0f4; }
.wc-match-row:last-child { border-bottom: 0; }
.wc-match-row[hidden], .wc-day-group[hidden] { display: none!important; }
.wc-row-main { display: grid; grid-template-columns: 54px 105px minmax(130px,1fr) 58px minmax(130px,1fr) 58px; gap: 8px; align-items: center; min-width: 0; }
.wc-row-main time { color: #27344d; font-size: 14px; font-weight: 950; }
.wc-row-league { overflow: hidden; color: #6b7280; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.wc-row-team { display: flex; align-items: center; gap: 8px; min-width: 0; }
.wc-row-team.home { justify-content: flex-end; text-align: right; }
.wc-row-main > b { color: var(--wc-pink); font-size: 16px; text-align: center; }
.wc-row-main > em { color: #7b8798; font-size: 11px; font-style: normal; text-align: center; }
.wc-match-row.state-live .wc-row-main > em { color: var(--wc-pink); font-weight: 900; }

.wc-content-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; align-items: stretch; }
.wc-newsroom .wc-panel { display: flex; min-width: 0; flex-direction: column; }
.wc-article-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 14px; }
.wc-article-card { display: grid; grid-template-columns: 88px minmax(0,1fr); grid-template-rows: 1fr auto; gap: 3px 10px; min-height: 72px; padding: 8px; border: 1px solid #edf0f4; border-radius: 10px; }
.wc-article-card img { grid-row: 1 / 3; width: 88px; height: 62px; border-radius: 8px; object-fit: cover; }
.wc-article-card strong { display: -webkit-box; overflow: hidden; font-size: 13px; line-height: 1.5; font-weight: 900; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.wc-article-card span { color: var(--wc-muted); font-size: 11px; }
.wc-video-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; padding: 14px; }
.wc-video-card { position: relative; display: block; min-width: 0; }
.wc-video-card img { display: block; width: 100%; height: 108px; border-radius: 10px; object-fit: cover; }
.wc-video-card > span { position: absolute; top: 40px; left: 50%; display: grid; width: 34px; height: 34px; transform: translateX(-50%); place-items: center; border-radius: 50%; background: var(--wc-pink); color: #fff; }
.wc-video-card strong { display: -webkit-box; margin-top: 7px; overflow: hidden; font-size: 13px; line-height: 1.5; font-weight: 900; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.wc-search-guide { border-color: #d8dbee; background: linear-gradient(145deg, #fff, #faf8ff); }
.wc-search-guide .wc-section-head { min-height: 70px; background: linear-gradient(120deg, #20264f, #313866); color: #fff; }
.wc-search-guide .wc-section-head h2 { color: #fff; }
.wc-search-guide .wc-section-head p { margin: 0; color: #cbd0e7; font-size: 12px; }
.wc-search-guide-body { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 18px; padding: 18px; }
.wc-search-guide-body h3 { margin: 0 0 12px; color: #20264f; font-size: 15px; font-weight: 950; }
.wc-core-routes > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.wc-core-routes a { display: grid; grid-template-columns: 34px minmax(0,1fr) 16px; gap: 9px; align-items: center; min-height: 64px; padding: 10px; border: 1px solid #e2dfec; border-radius: 12px; background: #fff; }
.wc-core-routes i { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; background: var(--wc-pink-soft); color: var(--wc-pink); font-size: 11px; font-style: normal; font-weight: 950; }
.wc-core-routes span { min-width: 0; }
.wc-core-routes strong, .wc-core-routes small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wc-core-routes strong { font-size: 13px; font-weight: 950; }
.wc-core-routes small { margin-top: 3px; color: var(--wc-muted); font-size: 10px; }
.wc-core-routes b { color: var(--wc-pink); }
.wc-focus-routes { padding-left: 18px; border-left: 1px solid #e6e2ee; }
.wc-focus-routes > div { display: flex; flex-wrap: wrap; gap: 9px; }
.wc-focus-routes a { display: inline-flex; min-height: 38px; padding: 0 14px; border: 1px solid #dfe1eb; border-radius: 999px; background: #fff; color: #36405e; font-size: 13px; font-weight: 850; align-items: center; }
.wc-core-routes a:hover, .wc-focus-routes a:hover { border-color: var(--wc-pink); color: var(--wc-pink); transform: translateY(-1px); }

.wc-empty { margin: 14px; padding: 18px; border-radius: 10px; background: #f8f8fb; color: var(--wc-muted); font-size: 13px; line-height: 1.7; }
.wc-seo-copy { margin-top: 18px; padding: 20px 22px; border-radius: 14px; background: var(--wc-navy-deep); color: #e9ebf6; }
.wc-seo-copy h2 { margin: 0 0 8px; color: #fff; font-size: 19px; font-weight: 950; }
.wc-seo-copy p { margin: 0; font-size: 13px; line-height: 1.8; }
.wc-seo-link-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 13px; }
.wc-seo-link-grid a { min-height: 31px; padding: 6px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #fff; font-size: 12px; font-weight: 850; }

@media (max-width: 1024px) {
    .wc-home-intro { grid-template-columns: 1fr; }
    .wc-intro-actions { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .wc-cup-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .wc-league-strip { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .wc-league-strip a { border-bottom: 1px solid var(--wc-line); }
    .wc-row-main { grid-template-columns: 52px 80px minmax(110px,1fr) 48px minmax(110px,1fr) 48px; }
    .wc-article-list { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .wc-home { width: calc(100% - 20px); margin: 12px auto 28px; }
    .wc-home-intro { min-height: 0; padding: 20px 16px; border-radius: 15px; }
    .wc-home-intro h1 { font-size: 29px; }
    .wc-home-intro p { font-size: 13px; }
    .wc-intro-actions { grid-template-columns: 1fr; gap: 8px; }
    .wc-intro-actions a { min-height: 56px; padding: 10px 13px; }
    .wc-mobile-quick { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; margin-top: 12px; border: 1px solid var(--wc-line); border-radius: 12px; background: var(--wc-line); overflow: hidden; }
    .wc-mobile-quick a { display: grid; min-height: 43px; place-items: center; background: #fff; font-size: 12px; font-weight: 900; }
    .wc-panel { margin-top: 14px; border-radius: 13px; }
    .wc-section-head { align-items: flex-start; min-height: 0; padding: 15px; flex-direction: column; }
    .wc-section-head h2 { font-size: 19px; }
    .wc-cup-grid { grid-template-columns: 1fr; padding: 10px; }
    .wc-league-strip { grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 14px; }
    .wc-league-strip a { min-height: 72px; padding: 10px; }
    .wc-match-row { grid-template-columns: 1fr 86px; padding: 9px 10px; }
    .wc-row-main { grid-template-columns: 45px minmax(0,1fr) 38px minmax(0,1fr); }
    .wc-row-league, .wc-row-main > em { display: none; }
    .wc-row-team { gap: 5px; }
    .wc-row-team > span { font-size: 12px; }
    .wc-logo, .wc-logo-fallback { width: 30px; height: 30px; flex-basis: 30px; border-radius: 8px; font-size: 15px; }
    .wc-search-guide-body { grid-template-columns: 1fr; padding: 14px; }
    .wc-focus-routes { padding: 14px 0 0; border-top: 1px solid #e6e2ee; border-left: 0; }
    .wc-content-grid { grid-template-columns: 1fr; gap: 0; }
    .wc-article-list { grid-template-columns: 1fr; padding: 10px; }
    .wc-video-list { padding: 10px; }
    .wc-video-card img { height: 104px; }
    .wc-seo-copy { padding: 17px; }
}

@media (max-width: 420px) {
    .wc-home { width: calc(100% - 16px); }
    .wc-home-intro h1 { font-size: 26px; }
    .wc-core-routes > div { grid-template-columns: 1fr; }
    .wc-cup-teams { grid-template-columns: minmax(0,1fr) 40px minmax(0,1fr); }
    .wc-league-strip a { grid-template-columns: 30px minmax(0,1fr) 12px; gap: 7px; }
    .wc-league-strip i { width: 30px; height: 30px; }
    .wc-match-row { grid-template-columns: minmax(0,1fr) 76px; }
    .wc-row-main { grid-template-columns: 39px minmax(0,1fr) 32px minmax(0,1fr); gap: 4px; }
    .wc-row-main time { font-size: 12px; }
    .wc-row-team > span { font-size: 11px; }
    .wc-live-btn { padding: 0 8px; font-size: 11px; }
    .wc-article-card { grid-template-columns: 76px minmax(0,1fr); }
    .wc-article-card img { width: 76px; }
}
