:root {
    --wc-ink: #1f2533;
    --wc-muted: #697184;
    --wc-line: #dddfea;
    --wc-bg: #f6f5fb;
    --wc-panel: #ffffff;
    --wc-grass: #5b47b5;
    --wc-grass-dark: #37246d;
    --wc-blue: #2563a6;
    --wc-gold: #c7912d;
    --wc-red: #b83d65;
    --wc-radius: 8px;
    --wc-shadow: 0 16px 38px rgba(23, 33, 43, 0.08);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--wc-ink);
    background: var(--wc-bg);
    font-family: Arial, "Microsoft YaHei", sans-serif;
    line-height: 1.65;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.wc-container {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.wc-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--wc-line);
}

.wc-topbar,
.wc-navrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.wc-topbar {
    min-height: 38px;
    color: var(--wc-muted);
    font-size: 13px;
}

.wc-navrow {
    min-height: 70px;
    border-top: 1px solid var(--wc-line);
}

.wc-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 280px;
    min-width: 0;
    font-size: 20px;
    font-weight: 900;
}

.wc-brand img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.wc-brand span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wc-nav {
    display: flex;
    justify-content: flex-end;
    gap: 4px;
    flex-wrap: wrap;
}

.wc-nav a,
.wc-chip,
.wc-menu-chips a,
.wc-tag-cloud a {
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

.wc-nav a {
    padding: 9px 12px;
}

.wc-nav a:hover,
.wc-chip:hover,
.wc-menu-chips a:hover,
.wc-tag-cloud a:hover {
    background: #eeeafa;
    color: var(--wc-grass-dark);
}

.wc-menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--wc-line);
    border-radius: var(--wc-radius);
    background: var(--wc-panel);
    padding: 9px;
}

.wc-menu-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--wc-ink);
}

.wc-match-hero {
    position: relative;
    overflow: hidden;
    padding: 34px 0 42px;
    background:
        linear-gradient(135deg, rgba(55, 36, 109, 0.96), rgba(37, 99, 166, 0.82)),
        radial-gradient(circle at 16% 18%, rgba(199, 145, 45, 0.34), transparent 28%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        #37246d;
    background-size: auto, auto, 72px 72px, auto;
    color: #ffffff;
}

.wc-match-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) 360px;
    gap: 18px;
    align-items: stretch;
}

.wc-match-hero__main,
.wc-match-board,
.wc-panel,
.wc-info-tile,
.wc-card,
.wc-match-card,
.wc-faq-card,
.wc-guide-card,
.wc-faq-item,
.wc-sidebar,
.wc-widget,
.wc-contact-panel,
.wc-contact-form,
.wc-article-index,
.wc-article {
    border: 1px solid var(--wc-line);
    border-radius: var(--wc-radius);
    background: var(--wc-panel);
    box-shadow: var(--wc-shadow);
}

.wc-match-hero__main {
    padding: 34px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.24);
}

.wc-match-hero__main h1 {
    margin: 0 0 14px;
    max-width: 780px;
    font-size: 48px;
    line-height: 1.08;
}

.wc-match-hero__main p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
}

.wc-hero-actions,
.wc-menu-chips,
.wc-tag-cloud,
.wc-fixed-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.wc-hero-actions a {
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-weight: 800;
}

.wc-match-board {
    padding: 20px;
    background: #ffffff;
    color: var(--wc-ink);
}

.wc-match-board h2,
.wc-widget h2,
.wc-article-index h2 {
    margin: 0 0 14px;
    font-size: 20px;
}

.wc-score-row,
.wc-mini-link {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid var(--wc-line);
}

.wc-score-row span,
.wc-mini-link span {
    color: var(--wc-red);
    font-weight: 900;
}

.wc-kicker {
    margin: 0 0 9px;
    color: var(--wc-red);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

.wc-section {
    padding: 54px 0;
}

.wc-section--surface {
    background: #ffffff;
}

.wc-section__heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 18px;
    margin-bottom: 24px;
}

.wc-section__heading h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.18;
}

.wc-section__heading span {
    max-width: 520px;
    color: var(--wc-muted);
}

.wc-grid-3,
.wc-grid-4,
.wc-news-grid,
.wc-topic-grid,
.wc-guide-grid,
.wc-faq-grid {
    display: grid;
    gap: 16px;
}

.wc-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wc-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wc-news-grid {
    grid-template-columns: 1.15fr repeat(2, minmax(0, 1fr));
}

.wc-topic-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wc-guide-grid {
    grid-template-columns: 1fr 1fr;
}

.wc-card,
.wc-match-card,
.wc-faq-card,
.wc-guide-card,
.wc-faq-item {
    overflow: hidden;
}

.wc-card__media,
.wc-topic-media {
    display: block;
    background: #dde7ef;
}

.wc-card img,
.wc-match-card img,
.wc-faq-card img,
.wc-topic-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.wc-news-grid .wc-card:first-child img {
    height: 430px;
}

.wc-card__body,
.wc-match-card__body,
.wc-faq-card__body,
.wc-guide-card,
.wc-faq-item,
.wc-info-tile,
.wc-panel {
    padding: 18px;
}

.wc-card time,
.wc-match-meta,
.wc-faq-meta {
    display: block;
    color: var(--wc-muted);
    font-size: 13px;
    font-weight: 800;
}

.wc-card h3,
.wc-match-card h3,
.wc-faq-card h3,
.wc-guide-card h3,
.wc-faq-item strong {
    margin: 8px 0;
    font-size: 19px;
    line-height: 1.32;
}

.wc-card p,
.wc-match-card p,
.wc-faq-card p,
.wc-guide-card p,
.wc-faq-item p,
.wc-panel p,
.wc-info-tile p,
.wc-widget p {
    margin: 0;
    color: var(--wc-muted);
}

.wc-match-card {
    display: grid;
    grid-template-rows: auto 1fr;
}

.wc-match-card__body {
    border-top: 4px solid var(--wc-gold);
}

.wc-faq-card {
    display: grid;
    grid-template-columns: 120px 1fr;
    min-height: 160px;
}

.wc-faq-card img {
    height: 100%;
    min-height: 160px;
}

.wc-center-layout,
.wc-two-column,
.wc-article-layout,
.wc-contact-grid,
.wc-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 22px;
    align-items: start;
}

.wc-about-grid {
    grid-template-columns: 420px minmax(0, 1fr);
}

.wc-about-media img,
.wc-contact-panel img {
    width: 100%;
    border-radius: var(--wc-radius);
    object-fit: cover;
}

.wc-sidebar,
.wc-article-index {
    display: grid;
    gap: 16px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.wc-widget,
.wc-article-index {
    padding: 18px;
}

.wc-link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wc-link-list li + li {
    border-top: 1px solid var(--wc-line);
}

.wc-link-list a,
.wc-fixed-links a,
.wc-menu-chips a,
.wc-tag-cloud a {
    display: inline-flex;
    padding: 8px 11px;
    background: #eeeafa;
    color: var(--wc-grass-dark);
    font-weight: 800;
}

.wc-mini-post,
.wc-faq-link {
    display: grid;
    gap: 8px;
    padding: 12px 0;
    border-top: 1px solid var(--wc-line);
}

.wc-mini-post {
    grid-template-columns: 82px 1fr;
    align-items: center;
}

.wc-mini-post img {
    width: 82px;
    height: 62px;
    object-fit: cover;
    border-radius: 6px;
}

.wc-breadcrumb {
    padding: 34px 0;
    color: #ffffff;
    background: linear-gradient(135deg, var(--wc-grass-dark), var(--wc-red));
}

.wc-breadcrumb p,
.wc-breadcrumb h1 {
    margin: 0;
}

.wc-breadcrumb h1 {
    margin-top: 8px;
    font-size: 38px;
    line-height: 1.16;
}

.wc-page-content,
.wc-article__content {
    font-size: 16px;
}

.wc-page-content img,
.wc-article__content img {
    max-width: 100%;
    height: auto;
}

.wc-list {
    display: grid;
    gap: 16px;
}

.wc-topic-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.wc-article {
    padding: 24px;
}

.wc-copy-block {
    padding: 22px;
}

.wc-error {
    min-height: 70vh;
    display: grid;
    align-content: center;
    padding: 60px 0;
}

.wc-error h1 {
    margin: 0 0 12px;
    font-size: 42px;
}

.wc-article__cover {
    width: 100%;
    max-height: 470px;
    object-fit: cover;
    border-radius: var(--wc-radius);
    margin-bottom: 22px;
}

.wc-article-meta,
.wc-prev-next {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: var(--wc-muted);
}

.wc-prev-next {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid var(--wc-line);
    justify-content: space-between;
}

.wc-related {
    margin-top: 30px;
}

.wc-related h2 {
    margin: 0 0 14px;
}

.wc-contact-panel {
    padding: 22px;
}

.wc-contact-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.wc-contact-list li {
    padding: 9px 0;
    border-top: 1px solid var(--wc-line);
}

.wc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 18px;
    padding: 9px 16px;
    border-radius: var(--wc-radius);
    background: var(--wc-grass);
    color: #ffffff;
    font-weight: 900;
}

.wc-footer {
    padding-top: 44px;
    background: #10192f;
    color: #ffffff;
}

.wc-footer__grid {
    display: grid;
    grid-template-columns: 1.2fr repeat(3, 1fr);
    gap: 24px;
}

.wc-footer__brand img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.wc-footer p,
.wc-footer a {
    color: rgba(255, 255, 255, 0.78);
}

.wc-footer h2 {
    margin: 0 0 12px;
    font-size: 18px;
}

.wc-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wc-footer li {
    padding: 6px 0;
}

.wc-footer__bottom {
    margin-top: 30px;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.wc-pagination {
    margin-top: 18px;
}

@media (max-width: 980px) {
    .wc-topbar {
        display: none;
    }

    .wc-navrow {
        grid-template-columns: 1fr auto;
        display: grid;
    }

    .wc-menu-toggle {
        display: block;
        justify-self: end;
    }

    .wc-nav {
        display: none;
        grid-column: 1 / -1;
        justify-content: stretch;
        padding: 8px 0 14px;
    }

    .wc-nav.is-open {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .wc-nav a {
        background: #eeeafa;
    }

    .wc-match-hero__grid,
    .wc-center-layout,
    .wc-two-column,
    .wc-article-layout,
    .wc-contact-grid,
    .wc-about-grid {
        grid-template-columns: 1fr;
    }

    .wc-grid-4,
    .wc-grid-3,
    .wc-news-grid,
    .wc-topic-grid,
    .wc-topic-list,
    .wc-guide-grid,
    .wc-footer__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .wc-container {
        width: min(100% - 24px, 1200px);
    }

    .wc-match-hero {
        padding: 22px 0 30px;
    }

    .wc-match-hero__main {
        padding: 22px;
    }

    .wc-match-hero__main h1,
    .wc-breadcrumb h1 {
        font-size: 30px;
    }

    .wc-section {
        padding: 36px 0;
    }

    .wc-section__heading {
        display: block;
    }

    .wc-section__heading h2 {
        font-size: 26px;
    }

    .wc-grid-4,
    .wc-grid-3,
    .wc-news-grid,
    .wc-topic-grid,
    .wc-topic-list,
    .wc-guide-grid,
    .wc-footer__grid {
        grid-template-columns: 1fr;
    }

    .wc-faq-card {
        grid-template-columns: 1fr;
    }

    .wc-faq-card img,
    .wc-card img,
    .wc-match-card img,
    .wc-topic-card img,
    .wc-news-grid .wc-card:first-child img {
        height: 210px;
    }

    .wc-nav.is-open {
        grid-template-columns: 1fr;
    }
}
/* Template27-40 Production V4 home modules */
.wc-v4{background:#f7f7f4;color:#18201b}.wc-v4 .wc-container{width:min(1180px,calc(100% - 32px));margin:0 auto}.wc-v4-hero{padding:64px 0 42px;background:#112018;color:#fff}.wc-v4-hero--visual{background:#141414}.wc-v4-hero--longread{background:#f2eee5;color:#18201b}.wc-v4-hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.7fr);gap:28px;align-items:stretch}.wc-v4-hero__copy h1{font-size:clamp(32px,5vw,64px);line-height:1.04;margin:10px 0 16px;letter-spacing:0}.wc-v4-hero__copy p{max-width:760px;color:inherit;opacity:.86}.wc-v4-nav{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.wc-v4-nav a{display:inline-flex;align-items:center;min-height:36px;padding:8px 13px;border:1px solid currentColor;color:inherit;text-decoration:none;font-size:14px}.wc-v4-hero__card{display:flex;flex-direction:column;justify-content:flex-end;min-height:360px;padding:18px;background:#fff;color:#18201b;text-decoration:none;position:relative;overflow:hidden}.wc-v4-hero__card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.wc-v4-hero__card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.68))}.wc-v4-hero__card span,.wc-v4-hero__card h2,.wc-v4-hero__card p{position:relative;color:#fff}.wc-v4-hero__card h2{margin:8px 0;font-size:28px;line-height:1.16}.wc-v4-section{padding:48px 0}.wc-v4-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.wc-v4-heading h2{margin:0;font-size:clamp(24px,3vw,38px);letter-spacing:0}.wc-kicker{margin:0 0 8px;text-transform:uppercase;font-size:12px;font-weight:700;color:#b92424}.wc-v4-cards{display:grid;gap:18px}.wc-v4-cards--grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.wc-v4-cards--grid-3,.wc-v4-cards--magazine{grid-template-columns:repeat(3,minmax(0,1fr))}.wc-v4-cards--grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.wc-v4-cards--lead-grid,.wc-v4-cards--feature{grid-template-columns:1.15fr repeat(2,minmax(0,.75fr))}.wc-v4-cards--lead-grid .wc-v4-card:first-child,.wc-v4-cards--feature .wc-v4-card:first-child{grid-row:span 2}.wc-v4-cards--masonry{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start}.wc-v4-cards--masonry .wc-v4-card:nth-child(3n+1) .wc-v4-card__media{aspect-ratio:3/4}.wc-v4-cards--index,.wc-v4-cards--list{grid-template-columns:1fr}.wc-v4-card{background:#fff;border:1px solid rgba(24,32,27,.1);overflow:hidden}.wc-v4-card__media{display:block;aspect-ratio:16/10;background:#e7e3d9}.wc-v4-card__media img{width:100%;height:100%;object-fit:cover;display:block}.wc-v4-card__body{padding:16px}.wc-v4-card time{font-size:12px;color:#7a1f1f}.wc-v4-card h3{font-size:19px;line-height:1.28;margin:7px 0 8px}.wc-v4-card h3 a{color:inherit;text-decoration:none}.wc-v4-card p{margin:0;color:#4b554f;line-height:1.65}.wc-v4-faq{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.wc-v4-faq__item{display:grid;grid-template-columns:48px 1fr;gap:8px 14px;padding:16px;background:#fff;border:1px solid rgba(24,32,27,.1);color:inherit;text-decoration:none}.wc-v4-faq__item span{grid-row:span 2;font-size:22px;font-weight:800;color:#b92424}.wc-v4-faq__item strong{font-size:18px}.wc-v4-faq__item p{grid-column:2;margin:0;color:#536058}.wc-v4-list{display:grid;gap:10px}.wc-v4-list a{display:grid;grid-template-columns:54px minmax(0,.9fr) minmax(220px,1fr);gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid rgba(24,32,27,.16);color:inherit;text-decoration:none}.wc-v4-list span{font-size:22px;font-weight:800;color:#b92424}.wc-v4-list em{font-style:normal;color:#55625a}.wc-v4-layout--dashboard .wc-v4-list,.wc-v4-layout--calendar .wc-v4-list,.wc-v4-layout--match-board .wc-v4-list{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.wc-v4-layout--dashboard .wc-v4-list a,.wc-v4-layout--calendar .wc-v4-list a,.wc-v4-layout--match-board .wc-v4-list a{grid-template-columns:1fr;padding:18px;background:#fff;border:1px solid rgba(24,32,27,.1)}.wc-article--v4 .wc-related{margin-top:34px}.wc-reading-recommend,.wc-hot-topics,.wc-hot-faq{padding-top:8px}
@media (max-width:900px){.wc-v4-hero__grid,.wc-v4-cards--grid-2,.wc-v4-cards--grid-3,.wc-v4-cards--grid-4,.wc-v4-cards--lead-grid,.wc-v4-cards--feature,.wc-v4-cards--masonry,.wc-v4-faq,.wc-v4-layout--dashboard .wc-v4-list,.wc-v4-layout--calendar .wc-v4-list,.wc-v4-layout--match-board .wc-v4-list{grid-template-columns:1fr}.wc-v4-hero{padding:42px 0 28px}.wc-v4-hero__card{min-height:280px}.wc-v4-heading{display:block}.wc-v4-list a{grid-template-columns:42px 1fr}.wc-v4-list em{grid-column:2}.wc-v4-nav a{flex:1 1 calc(50% - 10px);justify-content:center}}
