/* ============================================================
   mb002 村超体育企业模板 · 自实现样式（无外部依赖）
   配色：田野深绿 + 节庆红 + 奖牌金（全站统一）
   ============================================================ */
:root {
    --mc-deep: #06251a;
    --mc-green: #0e5b38;
    --mc-grass: #17864f;
    --mc-lime: #58c26a;
    --mc-red: #e0452a;
    --mc-gold: #f5b62e;
    --mc-gold2: #d99a12;
    --mc-ink: #17281f;
    --mc-muted: #5f7268;
    --mc-line: #d9e6dd;
    --mc-cream: #f8f3e7;
    --mc-bg: #f1f6f1;
    --mc-grad: linear-gradient(135deg, var(--mc-deep), var(--mc-green) 55%, #1c7a4a);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    color: var(--mc-ink); background: #fff; line-height: 1.6; font-size: 16px;
}
a { color: var(--mc-ink); text-decoration: none; transition: color .25s ease; }
a:hover { color: var(--mc-green); }
img { max-width: 100%; height: auto; border: 0; vertical-align: middle; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { line-height: 1.35; font-weight: 700; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 16px; }
strong { font-weight: 700; }

/* ============ 顶部导航（深绿剪草条纹吸顶） ============ */
.site-header {
    position: sticky; top: 0; z-index: 1030;
    background: linear-gradient(100deg, var(--mc-deep) 0%, #0a3322 55%, var(--mc-green) 100%);
    box-shadow: 0 2px 14px rgba(3, 18, 10, .5);
}
.site-header::after { content: ""; display: block; height: 3px; background: repeating-linear-gradient(90deg, var(--mc-gold) 0 26px, var(--mc-red) 26px 52px); opacity: .85; }
.nav-bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; min-height: 70px; gap: 10px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.brand-mark {
    width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%;
    background: linear-gradient(135deg, var(--mc-gold), #ffb01f);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 22px; box-shadow: 0 4px 12px rgba(245, 182, 46, .4);
}
.brand-text { color: #fff; font-size: 1.22rem; font-weight: 800; letter-spacing: .5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 230px; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.btn-register {
    display: inline-flex; align-items: center; gap: 6px;
    background: linear-gradient(90deg, var(--mc-red), #f0603c); color: #fff; font-weight: 800; font-size: .95rem;
    padding: 9px 24px; border-radius: 999px; box-shadow: 0 4px 14px rgba(224, 69, 42, .4);
    transition: all .3s ease;
}
.btn-register:hover { background: linear-gradient(90deg, #f0603c, var(--mc-red)); color: #fff; transform: translateY(-1px) scale(1.03); }
.main-nav { display: none; width: 100%; padding-bottom: 14px; }
.main-nav.open { display: block; }
.main-nav > ul { display: flex; flex-direction: column; gap: 4px; }
.main-nav li { position: relative; }
.main-nav li > a {
    display: block; padding: 10px 16px; border-radius: 8px;
    font-size: .98rem; font-weight: 600; color: rgba(255, 255, 255, .82);
}
.main-nav li > a:hover { background: rgba(255, 255, 255, .1); color: #fff; }
.main-nav li.active > a { color: var(--mc-gold); background: rgba(245, 182, 46, .12); }
.main-nav .dropdown {
    display: none; position: absolute; left: 0; top: 100%; min-width: 160px;
    background: #fff; border-radius: 10px; box-shadow: 0 10px 30px rgba(3, 18, 10, .25);
    padding: 6px; z-index: 20;
}
.main-nav li:hover > .dropdown { display: block; }
.main-nav .dropdown li a { font-size: .9rem; font-weight: 500; padding: 8px 12px; color: #33513f; }
.nav-toggle {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 40px; height: 36px; padding: 6px 8px; background: transparent;
    border: 1px solid rgba(255, 255, 255, .35); border-radius: 8px; cursor: pointer;
}
.nav-toggle span { display: block; height: 2px; background: #fff; border-radius: 2px; transition: all .3s ease; }
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (min-width: 992px) {
    .nav-bar { flex-wrap: nowrap; min-height: 76px; }
    .main-nav { display: block; width: auto; padding-bottom: 0; }
    .main-nav > ul { flex-direction: row; justify-content: center; flex-wrap: wrap; }
    .header-actions { flex: 0 0 auto; }
    .nav-toggle { display: none; }
}

/* ============ Hero（居中展示 + 球门记分牌） ============ */
.sec-hero { position: relative; overflow: hidden; color: #fff; padding: 92px 0 0; }
.hero-photo { position: absolute; inset: 0; background-size: cover; background-position: center 38%; }
.hero-photo::after { content: ""; position: absolute; inset: 0; }
.hero-mask { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6, 37, 26, .82), rgba(6, 37, 26, .62) 45%, rgba(6, 37, 26, .9)); }
.hero-center { position: relative; z-index: 2; text-align: center; max-width: 900px; padding-bottom: 0; }
.hero-kicker {
    display: inline-flex; align-items: center; gap: 9px; font-size: .85rem; font-weight: 700; letter-spacing: 1px;
    color: var(--mc-gold); border: 1.5px dashed rgba(245, 182, 46, .65); border-radius: 999px;
    padding: 7px 20px; margin-bottom: 22px; background: rgba(6, 37, 26, .45);
}
.hero-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--mc-red); box-shadow: 0 0 10px var(--mc-red); animation: pulseDot 1.6s ease-in-out infinite; }
@keyframes pulseDot { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.5); opacity: .6; } }
.hero-title { font-size: clamp(24px, 4.6vw, 44px); font-weight: 900; line-height: 1.35; margin-bottom: 8px; }
.hero-title em {
    display: block; font-style: normal; margin-top: 6px;
    color: var(--mc-gold); text-shadow: 0 4px 18px rgba(0, 0, 0, .35);
}
.hero-title::after { content: ""; display: block; width: 120px; height: 6px; border-radius: 3px; margin: 18px auto 0; background: linear-gradient(90deg, var(--mc-red), var(--mc-gold)); }
.hero-lead { font-size: 15.5px; line-height: 1.95; opacity: .9; margin: 18px auto 26px; max-width: 640px; }
.hero-lead strong { color: var(--mc-gold); }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; margin-bottom: 44px; }
.btn-hero {
    background: linear-gradient(90deg, var(--mc-gold), #ffb01f); color: #33240a;
    padding: 13px 32px; border-radius: 999px; font-weight: 800; font-size: .98rem;
    display: inline-flex; align-items: center; gap: 8px;
    box-shadow: 0 8px 22px rgba(245, 182, 46, .35); transition: all .3s ease;
}
.btn-hero:hover { color: #33240a; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(245, 182, 46, .45); }
.btn-hero.ghost { background: rgba(255, 255, 255, .08); color: #fff; border: 1px solid rgba(255, 255, 255, .4); box-shadow: none; font-weight: 700; }
.btn-hero.ghost:hover { background: rgba(255, 255, 255, .16); color: #fff; }
.btn-hero.line { background: transparent; color: var(--mc-gold); border: 1.5px dashed rgba(245, 182, 46, .8); box-shadow: none; }
.btn-hero.line:hover { background: rgba(245, 182, 46, .12); color: var(--mc-gold); }
.btn-hero.small { padding: 10px 24px; font-size: .9rem; background: var(--mc-grad); color: #fff; box-shadow: 0 8px 20px rgba(14, 91, 56, .3); }
.btn-hero.small:hover { color: #fff; }
/* 球门记分牌：拱门 + 球网纹理 + 四格数据 */
.hero-goal {
    position: relative; max-width: 860px; margin: 0 auto;
    border: 6px solid rgba(255, 255, 255, .85); border-bottom: none;
    border-radius: 240px 240px 14px 14px;
    background:
        repeating-linear-gradient(45deg, rgba(255, 255, 255, .07) 0 1px, transparent 1px 16px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, .07) 0 1px, transparent 1px 16px),
        rgba(4, 24, 15, .45);
    backdrop-filter: blur(2px);
    padding: 56px 22px 24px;
}
.hero-goal .gs { display: inline-block; width: 24%; min-width: 120px; padding: 6px 4px; position: relative; }
.hero-goal .gs + .gs::before { content: ""; position: absolute; left: 0; top: 18%; bottom: 18%; border-left: 1px dashed rgba(255, 255, 255, .35); }
.hero-goal .gs b { display: block; font-size: clamp(22px, 3.4vw, 34px); font-weight: 900; color: var(--mc-gold); font-style: italic; line-height: 1.2; }
.hero-goal .gs b span { font-size: .6em; font-style: normal; }
.hero-goal .gs > span { font-size: .8rem; opacity: .78; letter-spacing: 1px; }
.hero-stripes { position: relative; z-index: 2; height: 26px; margin-top: -6px; background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .16) 0 64px, rgba(255, 255, 255, .05) 64px 128px); }
@media (max-width: 767px) {
    .sec-hero { padding-top: 56px; }
    .hero-goal { border-width: 4px; border-radius: 140px 140px 10px 10px; padding: 40px 8px 18px; }
    .hero-goal .gs { width: 49%; min-width: 0; }
    .hero-goal .gs:nth-child(3)::before { display: none; }
}

/* ============ 村超战报滚动条 ============ */
.sec-ticker { display: flex; align-items: center; background: var(--mc-deep); border-bottom: 3px solid var(--mc-gold); overflow: hidden; }
.tk-label { flex: 0 0 auto; background: var(--mc-red); color: #fff; font-weight: 800; font-size: .88rem; padding: 12px 20px; white-space: nowrap; }
.tk-track { flex: 1; overflow: hidden; }
.tk-move { display: flex; width: max-content; animation: tkScroll 46s linear infinite; }
.tk-move:hover { animation-play-state: paused; }
.tk-seq { display: flex; gap: 38px; padding: 12px 19px 12px 0; white-space: nowrap; }
.tk-seq a { color: rgba(255, 255, 255, .85); font-size: .86rem; }
.tk-seq a:hover { color: var(--mc-gold); }
@keyframes tkScroll { to { transform: translateX(-50%); } }

/* ============ 通用区块头（缎带标签式） ============ */
.sec-head { text-align: center; margin-bottom: 44px; }
.head-ribbon {
    display: inline-block; font-size: .74rem; letter-spacing: 3px; font-weight: 800;
    color: var(--mc-red); border: 1.5px dashed var(--mc-red); border-radius: 999px;
    padding: 4px 16px; margin-bottom: 12px;
}
.sec-head h2 { font-size: 28px; color: var(--mc-deep); margin-bottom: 8px; }
.sec-head h2 em { font-style: normal; color: var(--mc-green); }
.sec-head p { color: var(--mc-muted); font-size: .92rem; }
.sec-head.on-dark h2 { color: #fff; }
.sec-head.on-dark h2 em { color: var(--mc-gold); }
.sec-head.on-dark p { color: rgba(255, 255, 255, .65); }
.sec-head.on-dark .head-ribbon { color: var(--mc-gold); border-color: rgba(245, 182, 46, .7); }
.sec-head.on-dark .head-ribbon.gold { color: var(--mc-gold); }

/* ============ 功能区一：位置卡（白卡+球场线遮罩+红球衣号） ============ */
.sec-pos { background: var(--mc-cream); padding: 74px 0; position: relative; }
.sec-pos::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: repeating-linear-gradient(90deg, var(--mc-grass) 0 60px, #1a9558 60px 120px); }
.pos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 991px) { .pos-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .pos-grid { grid-template-columns: 1fr; } }
.pos-card {
    display: block; background: #fff; border: 1px solid var(--mc-line); border-radius: 18px;
    overflow: hidden; transition: all .3s ease; box-shadow: 0 6px 18px rgba(6, 37, 26, .06); height: 100%;
}
.pos-card:hover { transform: translateY(-7px); border-color: rgba(245, 182, 46, .8); box-shadow: 0 18px 38px rgba(6, 37, 26, .14); }
.pos-photo { position: relative; height: 192px; overflow: hidden; }
.pos-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.pos-card:hover .pos-photo img { transform: scale(1.07); }
.pos-lines { position: absolute; inset: 12px; border: 2px solid rgba(255, 255, 255, .5); border-radius: 6px; pointer-events: none; }
.pos-lines::before {
    content: ""; position: absolute; left: 50%; bottom: -2px; width: 76px; height: 76px;
    border: 2px solid rgba(255, 255, 255, .5); border-radius: 50%; transform: translate(-50%, 50%);
}
.pos-lines::after { content: ""; position: absolute; left: 50%; top: -2px; width: 10px; height: 10px; background: rgba(255, 255, 255, .65); border-radius: 50%; transform: translateX(-50%); }
.pos-num {
    position: absolute; left: 16px; top: 16px; z-index: 2;
    width: 48px; height: 48px; border-radius: 50%;
    background: var(--mc-red); color: #fff; border: 3px solid #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 900; font-style: italic; font-size: 1.1rem;
    box-shadow: 0 6px 16px rgba(224, 69, 42, .45);
}
.pos-body { padding: 20px 22px 24px; }
.pos-tag { display: inline-block; font-size: .72rem; font-weight: 800; letter-spacing: 2px; color: var(--mc-gold2); margin-bottom: 6px; }
.pos-body h3 { font-size: 1.14rem; color: var(--mc-deep); margin-bottom: 8px; }
.pos-body p { font-size: .87rem; color: var(--mc-muted); line-height: 1.75; min-height: 3em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pos-go { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-size: .85rem; font-weight: 700; color: var(--mc-green); }
.pos-go i { font-style: normal; font-weight: 900; transition: transform .25s ease; }
.pos-go.gold { color: var(--mc-gold2); }
.pos-card:hover .pos-go i, .board-card:hover .pos-go i { transform: translateX(5px); }

/* ============ 功能区二：对阵门票卡（打孔副券式） ============ */
.sec-tickets { background: var(--mc-grad); padding: 78px 0; }
.ticket-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 991px) { .ticket-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; } }
.ticket {
    display: flex; background: #fffdf4; border-radius: 16px; overflow: hidden;
    box-shadow: 0 14px 34px rgba(3, 18, 10, .35); transition: all .3s ease; height: 100%;
}
.ticket:hover { transform: translateY(-6px) rotate(-.4deg); box-shadow: 0 22px 44px rgba(3, 18, 10, .45); }
.tk-left { flex: 1; min-width: 0; display: flex; gap: 12px; padding: 22px 16px 22px 20px; }
.tk-ico { flex: 0 0 auto; font-size: 1.5rem; line-height: 1.3; }
.tk-info { min-width: 0; }
.tk-info h3 { font-size: 1.05rem; color: var(--mc-deep); margin-bottom: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tk-info p { font-size: .82rem; color: var(--mc-muted); line-height: 1.7; margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.tk-seat { display: inline-block; font-size: .72rem; font-weight: 800; letter-spacing: 1px; color: var(--mc-red); border-bottom: 1px dashed rgba(224, 69, 42, .5); }
.tk-perf { position: relative; flex: 0 0 0; border-left: 2px dashed rgba(23, 40, 31, .25); margin: 16px 0; }
.tk-perf::before, .tk-perf::after {
    content: ""; position: absolute; left: 50%; width: 18px; height: 18px; border-radius: 50%;
    background: var(--mc-green); transform: translateX(-50%);
}
.tk-perf::before { top: -26px; }
.tk-perf::after { bottom: -26px; }
.tk-stub {
    flex: 0 0 96px; background: linear-gradient(180deg, var(--mc-gold), var(--mc-gold2));
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
    padding: 12px 8px;
}
.tk-stub img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; border: 3px solid rgba(255, 255, 255, .85); box-shadow: 0 4px 12px rgba(0, 0, 0, .2); }
.tk-stub b { writing-mode: vertical-rl; letter-spacing: 4px; font-size: .74rem; color: #4a3405; font-weight: 900; }

/* ============ 功能区三：数据 & 战术双板 ============ */
.sec-board { background: #fff; padding: 74px 0; }
.board-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
@media (max-width: 991px) { .board-grid { grid-template-columns: 1fr; } }
.board-card {
    display: flex; align-items: center; gap: 22px; position: relative; overflow: hidden;
    background: linear-gradient(135deg, #f0f8f1, #ffffff 60%); border: 1px solid var(--mc-line);
    border-radius: 20px; padding: 28px 26px; transition: all .3s ease;
}
.board-card::before { content: ""; position: absolute; right: -40px; top: -40px; width: 150px; height: 150px; border-radius: 50%; border: 26px solid rgba(23, 134, 79, .08); }
.board-card:hover { transform: translateY(-6px); border-color: rgba(245, 182, 46, .85); box-shadow: 0 18px 40px rgba(6, 37, 26, .13); }
.board-copy { flex: 1; min-width: 0; }
.bc-chip { display: inline-block; font-size: .76rem; font-weight: 800; color: #fff; background: var(--mc-grass); border-radius: 999px; padding: 4px 14px; margin-bottom: 12px; }
.board-copy h3 { font-size: 1.35rem; color: var(--mc-deep); line-height: 1.5; margin-bottom: 10px; }
.board-copy h3 em { font-style: normal; color: var(--mc-green); }
.board-copy p { font-size: .88rem; color: var(--mc-muted); line-height: 1.8; }
.board-photo { flex: 0 0 46%; min-width: 0; }
.board-photo img { width: 100%; border-radius: 14px; box-shadow: 0 12px 26px rgba(6, 37, 26, .18); display: block; }
@media (max-width: 575px) { .board-card { flex-direction: column; align-items: stretch; } .board-photo { flex: none; } }

/* ============ 关于我们（左文右图 + 红章） ============ */
.sec-about { background: var(--mc-bg); padding: 82px 0; }
.about-grid { display: flex; align-items: center; gap: 54px; flex-wrap: wrap; }
.about-text { flex: 1 1 400px; min-width: 0; }
.sec-tag { display: inline-block; font-size: .82rem; font-weight: 800; letter-spacing: 2px; color: var(--mc-red); border-left: 4px solid var(--mc-gold); padding-left: 10px; margin-bottom: 12px; }
.about-text h2 { font-size: 28px; color: var(--mc-deep); line-height: 1.5; margin-bottom: 14px; }
.about-text > p { color: var(--mc-muted); line-height: 1.9; margin-bottom: 20px; }
.about-check { margin-bottom: 26px; }
.about-check li { position: relative; padding-left: 30px; font-size: .95rem; color: var(--mc-ink); margin-bottom: 12px; }
.about-check li::before {
    content: "✓"; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 50%;
    background: var(--mc-gold); color: #4a3405; font-weight: 900; font-size: .8rem;
    display: flex; align-items: center; justify-content: center;
}
.about-media { flex: 1 1 420px; position: relative; min-width: 0; }
.about-media img { width: 100%; border-radius: 20px; box-shadow: 0 18px 44px rgba(6, 37, 26, .2); display: block; position: relative; z-index: 1; }
.about-media::before { content: ""; position: absolute; inset: 20px -20px -20px 20px; border: 2px dashed var(--mc-gold2); border-radius: 22px; }
.about-seal {
    position: absolute; z-index: 2; right: -14px; top: 26px; transform: rotate(12deg);
    width: 96px; height: 96px; border-radius: 50%;
    background: radial-gradient(circle at 32% 28%, #f2603e, var(--mc-red) 70%);
    color: #fff; font-weight: 900; font-size: 1.05rem; line-height: 1.4; text-align: center;
    display: flex; align-items: center; justify-content: center;
    border: 3px dashed rgba(255, 255, 255, .75); box-shadow: 0 10px 26px rgba(224, 69, 42, .4);
}
@media (max-width: 767px) {
    .about-grid { gap: 40px; }
    .about-media { padding-right: 20px; }
    .about-seal { width: 76px; height: 76px; font-size: .9rem; right: 0; }
}

/* ============ 村超里程碑（夜景视差 + 时间轴） ============ */
.sec-milestone { position: relative; color: #fff; padding: 88px 0; background: url('../images/stars-bg.jpg') center 30%/cover no-repeat fixed; }
.ms-mask { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(6, 37, 26, .93), rgba(14, 91, 56, .82) 55%, rgba(6, 37, 26, .93)); }
.ms-inner { position: relative; z-index: 1; }
.ms-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; position: relative; margin: 30px 0 40px; }
.ms-line::before { content: ""; position: absolute; left: 8%; right: 8%; top: 58px; border-top: 2px dashed rgba(245, 182, 46, .55); }
.ms-item { text-align: center; position: relative; padding: 0 8px; }
.ms-item > b { display: block; font-size: 1.7rem; font-weight: 900; font-style: italic; color: var(--mc-gold); margin-bottom: 14px; }
.ms-dot {
    display: block; width: 18px; height: 18px; border-radius: 50%; margin: 0 auto 16px;
    background: var(--mc-deep); border: 4px solid var(--mc-gold); box-shadow: 0 0 0 5px rgba(245, 182, 46, .18);
    position: relative; z-index: 1;
}
.ms-item h5 { font-size: 1.05rem; margin-bottom: 8px; }
.ms-item p { font-size: .84rem; color: rgba(255, 255, 255, .68); line-height: 1.75; }
.ms-cta { text-align: center; }
@media (max-width: 991px) {
    .sec-milestone { background-attachment: scroll; }
    .ms-line { grid-template-columns: repeat(2, 1fr); gap: 30px 18px; }
    .ms-line::before { display: none; }
}
@media (max-width: 575px) { .ms-line { grid-template-columns: 1fr; } }

/* ============ 球迷口碑（三列引用卡） ============ */
.sec-judge { background: var(--mc-cream); padding: 78px 0; }
.judge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 991px) { .judge-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; } }
.judge-card {
    background: #fff; border: 1px solid var(--mc-line); border-radius: 18px; padding: 26px 24px 22px;
    position: relative; box-shadow: 0 6px 18px rgba(6, 37, 26, .06); transition: all .3s ease;
}
.judge-card:hover { transform: translateY(-5px); box-shadow: 0 16px 32px rgba(6, 37, 26, .12); }
.jc-quote { position: absolute; right: 20px; top: 6px; font-family: Georgia, serif; font-size: 66px; line-height: 1; color: var(--mc-gold); }
.judge-user { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.judge-avatar {
    width: 50px; height: 50px; border-radius: 50%; flex: 0 0 50px; color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 1.12rem; border: 2px solid #eef4ee;
}
.judge-avatar.av1 { background: linear-gradient(135deg, var(--mc-green), var(--mc-lime)); }
.judge-avatar.av2 { background: linear-gradient(135deg, var(--mc-red), #f6a263); }
.judge-avatar.av3 { background: linear-gradient(135deg, var(--mc-gold2), var(--mc-gold)); }
.judge-user h6 { font-size: .95rem; margin-bottom: 2px; color: var(--mc-deep); }
.judge-user small { color: var(--mc-muted); font-size: .76rem; }
.judge-card > p { color: #4d5f53; font-size: .9rem; line-height: 1.8; }
.judge-stars { color: var(--mc-gold); font-size: .88rem; letter-spacing: 3px; margin-top: 12px; }

/* ============ App 下载（斜切大图 + 右文） ============ */
.sec-app { background: linear-gradient(160deg, #0a3322, var(--mc-green) 58%, var(--mc-grass)); color: #fff; padding: 86px 0; overflow: hidden; }
.app-grid { display: flex; align-items: center; gap: 58px; flex-wrap: wrap; }
.app-media { flex: 1 1 380px; position: relative; min-width: 0; text-align: center; }
.app-tilt {
    display: block; border-radius: 22px; overflow: hidden; transform: rotate(-3.5deg);
    border: 6px solid rgba(255, 255, 255, .16); box-shadow: 0 30px 60px rgba(3, 18, 10, .45);
    transition: transform .45s ease; max-width: 460px; margin: 0 auto;
}
.app-tilt img { width: 100%; display: block; }
.app-media:hover .app-tilt { transform: rotate(0deg) scale(1.015); }
.app-tag {
    position: absolute; left: 6%; bottom: 8%; z-index: 2;
    background: var(--mc-gold); color: #4a3405; font-weight: 800; font-size: .85rem;
    border-radius: 999px; padding: 8px 18px; box-shadow: 0 10px 24px rgba(0, 0, 0, .3);
    animation: floatY 3.4s ease-in-out infinite;
}
@keyframes floatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.app-copy { flex: 1 1 400px; min-width: 0; }
.app-copy .sec-tag { color: var(--mc-gold); border-left-color: var(--mc-red); }
.app-copy h2 { font-size: 28px; margin-bottom: 14px; }
.app-copy h2 em { font-style: normal; color: var(--mc-gold); }
.app-copy > p { color: rgba(255, 255, 255, .72); line-height: 1.9; margin-bottom: 24px; }
.app-feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 28px; }
@media (max-width: 575px) { .app-feats { grid-template-columns: 1fr; } }
.app-feat { background: rgba(255, 255, 255, .08); border: 1px dashed rgba(245, 182, 46, .45); border-radius: 14px; padding: 16px 12px; text-align: center; }
.app-feat i { font-style: normal; font-size: 1.5rem; display: block; margin-bottom: 8px; }
.app-feat b { display: block; font-size: .9rem; margin-bottom: 4px; }
.app-feat span { font-size: .75rem; color: rgba(255, 255, 255, .58); }

/* ============ 村超头条（比分牌式新闻行） ============ */
.sec-news { background: #fff; padding: 78px 0; }
.score-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
@media (max-width: 991px) { .score-grid { grid-template-columns: 1fr; } }
.score-row {
    display: flex; align-items: center; gap: 16px; background: var(--mc-bg);
    border: 1px solid var(--mc-line); border-left: 5px solid var(--mc-green);
    border-radius: 14px; padding: 16px 18px; transition: all .3s ease;
}
.score-row:hover { transform: translateY(-3px); border-left-color: var(--mc-red); background: #fff; box-shadow: 0 12px 26px rgba(6, 37, 26, .12); }
.sc-date {
    flex: 0 0 62px; text-align: center; background: var(--mc-grad); color: #fff;
    border-radius: 12px; padding: 9px 0; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
}
.sc-date b { display: block; font-size: 1.3rem; line-height: 1.15; color: var(--mc-gold); font-weight: 900; }
.sc-date i { font-size: .68rem; font-style: normal; opacity: .8; }
.sc-info { flex: 1; min-width: 0; }
.sc-info h3 { font-size: .98rem; color: var(--mc-ink); margin-bottom: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sc-info p { font-size: .82rem; color: var(--mc-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sc-go { flex: 0 0 auto; font-size: 1.7rem; font-weight: 900; color: var(--mc-gold2); line-height: 1; }
.score-row:hover .sc-go { color: var(--mc-red); }

/* ============ 页脚（中圈开球式） ============ */
#site-footer {
    position: relative; color: #fff; padding-bottom: 26px;
    background: linear-gradient(rgba(4, 22, 13, .93), rgba(4, 22, 13, .97)), url('../images/footer-bg.jpg') center/cover no-repeat;
}
.pitch-half { position: relative; border-top: 2px solid rgba(255, 255, 255, .32); padding: 0 0 26px; text-align: center; }
.pitch-half::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .035) 0 64px, transparent 64px 128px); pointer-events: none; }
.center-circle {
    position: relative; z-index: 1; width: 236px; height: 236px; margin: -0px auto 0; transform: translateY(-50%);
    border: 2px solid rgba(255, 255, 255, .38); border-radius: 50%;
    background: radial-gradient(circle, rgba(23, 134, 79, .28), transparent 70%);
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
}
.center-circle::before { content: ""; position: absolute; inset: 16px; border: 1px dashed rgba(255, 255, 255, .22); border-radius: 50%; }
.kickoff-mark { font-size: 2rem; filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .4)); }
.kickoff-name { font-size: 1.35rem; font-weight: 900; color: var(--mc-gold); letter-spacing: 1px; }
.kickoff-slogan { font-size: .76rem; opacity: .72; letter-spacing: 3px; }
.footer-body { position: relative; z-index: 1; margin-top: -66px; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 6px 16px; }
.footer-nav i { font-style: normal; color: var(--mc-red); font-size: .62rem; }
.footer-nav a { color: rgba(255, 255, 255, .82); font-size: .95rem; font-weight: 600; }
.footer-nav a:hover { color: var(--mc-gold); }
.footer-cats { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 20px; }
.footer-cats a { border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; padding: 5px 16px; font-size: .82rem; color: rgba(255, 255, 255, .75); }
.footer-cats a:hover { color: var(--mc-gold); border-color: rgba(245, 182, 46, .7); background: rgba(245, 182, 46, .08); }
.footer-contact { margin-top: 22px; text-align: center; }
.fc-pill {
    display: inline-flex; align-items: center; background: rgba(255, 255, 255, .07);
    border: 1px dashed rgba(245, 182, 46, .5); border-radius: 999px; padding: 7px 16px;
    font-size: .84rem; color: rgba(255, 255, 255, .8); margin: 4px 6px;
}
.fc-pill a { color: rgba(255, 255, 255, .8); }
.fc-pill a:hover { color: var(--mc-gold); }
.footer-bottom { margin-top: 26px; border-top: 1px dashed rgba(255, 255, 255, .2); padding-top: 16px; text-align: center; font-size: .8rem; color: rgba(255, 255, 255, .5); }
.footer-bottom a { color: rgba(255, 255, 255, .7); }
.footer-bottom a:hover { color: var(--mc-gold); }
@media (max-width: 575px) {
    .center-circle { width: 190px; height: 190px; }
    .footer-body { margin-top: -50px; }
}

/* ============================================================
   以下为内页（栏目 / 详情 / 单页 / 标签 / 搜索 / 404）
   ============================================================ */
.site-main { min-height: 55vh; }
.mipcms-main, .sec-list, .sec-article { background: var(--mc-bg); }
.sec-list, .sec-article { padding: 30px 0 56px; }

/* 面包屑 */
.breadcrumb-nav { padding: 4px 0 16px; font-size: .88rem; color: var(--mc-muted); }
.breadcrumb-nav ul { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; }
.breadcrumb-nav a { color: var(--mc-muted); }
.breadcrumb-nav a:hover { color: var(--mc-green); }
.breadcrumb-nav li + li::before { content: "»"; margin: 0 6px; color: #a9bcaf; }

/* 栏目横滑导航 */
.nav-scroll { display: flex; overflow-x: auto; gap: 10px; margin-bottom: 24px; -ms-overflow-style: none; scrollbar-width: none; padding-bottom: 4px; }
.nav-scroll::-webkit-scrollbar { display: none; }
.nav-scroll a {
    flex: 0 0 auto; padding: 8px 20px; border-radius: 999px; font-size: .92rem;
    background: #fff; border: 1px solid var(--mc-line); color: #43584b; transition: all .25s ease;
}
.nav-scroll a:hover { border-color: var(--mc-green); color: var(--mc-green); }
.nav-scroll a.on { background: var(--mc-grad); border-color: transparent; color: #fff; font-weight: 600; }

/* 栏目卡片网格 */
.list-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 991px) { .list-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .list-grid { grid-template-columns: 1fr; } }
.list-card {
    background: #fff; border-radius: 14px; overflow: hidden; display: block;
    box-shadow: 0 4px 14px rgba(6, 37, 26, .05); transition: box-shadow .3s, transform .3s;
    border: 1px solid #e3ede4;
}
.list-card:hover { transform: translateY(-4px); box-shadow: 0 12px 26px rgba(6, 37, 26, .12); }
.list-card .thumb { display: block; height: 168px; overflow: hidden; }
.list-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.list-card:hover .thumb img { transform: scale(1.06); }
.list-card .info { padding: 14px 16px 16px; }
.list-card .info h3 {
    font-size: .95rem; line-height: 1.5; margin-bottom: 10px; color: var(--mc-ink);
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.list-card .meta { display: flex; justify-content: space-between; font-size: .78rem; color: var(--mc-muted); }

/* 横向列表行（block/article-list） */
.list-rows { display: flex; flex-direction: column; gap: 16px; }
.list-row {
    background: #fff; border-radius: 14px; overflow: hidden; display: flex; gap: 18px;
    padding: 16px; box-shadow: 0 4px 14px rgba(6, 37, 26, .05); transition: box-shadow .3s, transform .3s;
    border: 1px solid #e3ede4;
}
.list-row:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(6, 37, 26, .12); }
.list-row .thumb { flex: 0 0 200px; height: 130px; overflow: hidden; border-radius: 10px; }
.list-row .thumb img { width: 100%; height: 100%; object-fit: cover; }
.list-row .info { flex: 1; display: flex; flex-direction: column; justify-content: space-between; min-width: 0; }
.list-row .info h4 { font-size: 1.02rem; line-height: 1.5; }
.list-row .info h4 a { color: var(--mc-ink); }
.list-row .info h4 a:hover { color: var(--mc-green); }
.list-row .desc { color: var(--mc-muted); font-size: .86rem; margin: 8px 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.list-row .meta { display: flex; gap: 18px; font-size: .8rem; color: var(--mc-muted); }
@media (max-width: 575px) {
    .list-row { flex-direction: column; }
    .list-row .thumb { flex: none; width: 100%; height: 160px; }
}

/* 分页 */
.pagination-wrap { margin-top: 30px; }
.pagination-wrap .pagination, .pagination-wrap ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; list-style: none; }
.pagination-wrap a, .pagination-wrap span {
    display: inline-block; min-width: 38px; text-align: center; padding: 8px 12px;
    border: 1px solid var(--mc-line); border-radius: 8px; background: #fff;
    font-size: .9rem; color: #43584b; transition: all .25s ease;
}
.pagination-wrap a:hover { border-color: var(--mc-green); color: var(--mc-green); }
.pagination-wrap .active a, .pagination-wrap .active, .pagination-wrap span.current {
    background: var(--mc-grad); border-color: transparent; color: #fff; font-weight: 600;
}

/* 文章详情 */
.article-topbar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-bottom: 18px; font-size: .88rem; color: var(--mc-muted); }
.article-topbar a { color: var(--mc-muted); }
.article-topbar a:hover { color: var(--mc-green); }
.detail-time { color: var(--mc-muted); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; align-items: start; }
@media (min-width: 992px) { .article-layout { grid-template-columns: 1fr 2fr; gap: 26px; } }
.article-head-card { background: #fff; border-radius: 16px; padding: 26px 28px; box-shadow: 0 4px 14px rgba(6, 37, 26, .05); }
@media (min-width: 992px) { .article-head-card { margin-bottom: 0; position: sticky; top: 96px; } }
.article-head-card h1 { font-size: 1.45rem; line-height: 1.5; word-break: break-all; margin-bottom: 14px; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: .84rem; color: var(--mc-muted); }
.detail-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.detail-tags a {
    font-size: .8rem; color: var(--mc-green); background: #e7f4ea;
    border-radius: 999px; padding: 4px 14px; transition: all .25s ease;
}
.detail-tags a:hover { background: var(--mc-green); color: #fff; }
.article-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.nav-cell { background: #eef6ef; border: 1px solid #dcebdd; border-radius: 10px; padding: 12px 16px; }
.nav-cell p { font-size: .78rem; color: var(--mc-muted); margin-bottom: 4px; }
.nav-cell a { font-size: .88rem; color: var(--mc-ink); display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.nav-cell a:hover { color: var(--mc-green); }
@media (max-width: 575px) { .article-nav { grid-template-columns: 1fr; } }
.article-body-card { background: #fff; border-radius: 16px; padding: 26px 28px; box-shadow: 0 4px 14px rgba(6, 37, 26, .05); }
.article-body { line-height: 1.95; font-size: 16px; color: #333; word-break: break-word; }
.article-body p { margin-bottom: 1em; }
.article-body img { max-width: 100%; height: auto; border-radius: 10px; margin: 10px 0; }
.article-body h1, .article-body h2, .article-body h3, .article-body h4 { margin: 1.2em 0 .6em; }
.article-body ul, .article-body ol { padding-left: 1.4em; margin-bottom: 1em; list-style: disc; }
.article-body ol { list-style: decimal; }
.article-body blockquote { border-left: 4px solid var(--mc-green); background: #eef6ef; padding: 12px 18px; margin: 1em 0; border-radius: 0 10px 10px 0; color: #4a5c50; }
.article-body table { width: 100%; border-collapse: collapse; margin: 1em 0; }
.article-body table th, .article-body table td { border: 1px solid var(--mc-line); padding: 8px 12px; font-size: .9rem; }

/* 相关推荐 */
.related-section { margin-top: 22px; }
.related-section h3 { font-size: 1.1rem; margin-bottom: 16px; }
.related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px; }
.related-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 14px rgba(6, 37, 26, .05); padding-bottom: 12px; }
.related-card .thumb { display: block; height: 130px; overflow: hidden; }
.related-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.related-card:hover .thumb img { transform: scale(1.06); }
.related-card h4 { font-size: .88rem; line-height: 1.5; padding: 10px 12px 4px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.related-card .date { font-size: .76rem; color: var(--mc-muted); padding: 0 12px; }

/* 侧栏 widget */
.widget { background: #fff; border-radius: 16px; box-shadow: 0 4px 14px rgba(6, 37, 26, .05); margin-bottom: 20px; overflow: hidden; }
.widget-title { font-size: 1rem; font-weight: 700; padding: 16px 20px; border-bottom: 1px solid #eaf1ea; position: relative; }
.widget-title::before { content: ""; display: inline-block; width: 4px; height: 15px; border-radius: 2px; background: linear-gradient(180deg, var(--mc-gold), var(--mc-green)); margin-right: 9px; vertical-align: -2px; }
.widget-body { padding: 16px 20px; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 9px; }
.tag-cloud a { font-size: .82rem; color: #54695c; background: #eef4ee; border: 1px solid transparent; border-radius: 999px; padding: 5px 14px; transition: all .25s ease; }
.tag-cloud a:hover { color: var(--mc-green); border-color: var(--mc-green); background: #e2f0e4; }

/* 单页 */
.page-single { background: #fff; border-radius: 16px; box-shadow: 0 4px 14px rgba(6, 37, 26, .05); padding: 34px 36px; }
.page-single-head { text-align: center; margin-bottom: 26px; }
.page-single-head h1 { font-size: 1.6rem; }
.page-single-line { display: block; width: 56px; height: 4px; border-radius: 2px; background: linear-gradient(90deg, var(--mc-gold), var(--mc-green)); margin: 12px auto 0; }
@media (max-width: 575px) { .page-single { padding: 22px 16px; } }

/* 标签详情头 */
.tag-detail-header { display: flex; align-items: center; gap: 16px; background: var(--mc-grad); color: #fff; border-radius: 16px; padding: 24px 28px; margin-bottom: 22px; }
.tag-icon {
    width: 54px; height: 54px; border-radius: 14px; background: rgba(255, 255, 255, .15);
    display: flex; align-items: center; justify-content: center; font-size: 1.6rem; font-weight: 800;
}
.tag-info h2 { font-size: 1.25rem; margin-bottom: 4px; }
.tag-info p { font-size: .85rem; opacity: .78; }

/* 搜索 */
.search-section { background: #fff; border-radius: 16px; box-shadow: 0 4px 14px rgba(6, 37, 26, .05); padding: 26px 28px; margin-bottom: 22px; }
.search-section h2 { font-size: 1.15rem; margin-bottom: 16px; }
.search-form { display: flex; gap: 10px; }
.search-form input[type="text"] {
    flex: 1; min-width: 0; border: 1px solid var(--mc-line); border-radius: 10px;
    padding: 11px 16px; font-size: .95rem; outline: none; transition: border .25s ease;
}
.search-form input[type="text"]:focus { border-color: var(--mc-green); }
.search-form input[type="submit"] {
    border: none; border-radius: 10px; padding: 11px 26px; font-size: .95rem; font-weight: 600;
    color: #fff; background: var(--mc-grad); cursor: pointer;
}
.empty-tip { background: #fff; border-radius: 16px; padding: 46px 20px; text-align: center; color: var(--mc-muted); }
.empty-emoji { font-size: 2.4rem; margin-bottom: 10px; }

/* 自定义页 */
.diy-page { background: #fff; border-radius: 16px; box-shadow: 0 4px 14px rgba(6, 37, 26, .05); padding: 34px 36px; margin: 26px 0; }
.diy-page h1 { font-size: 1.6rem; margin-bottom: 20px; }

/* 图集页导航 */
.img-page-nav { text-align: center; padding: 20px 0; }
.img-page-nav ul { display: inline-flex; gap: 6px; list-style: none; padding: 0; margin: 0; }
.img-page-nav ul li a, .img-page-nav ul li span {
    display: block; padding: 8px 14px; font-size: 14px; border-radius: 10px;
    border: 1px solid var(--mc-line); color: #43584b; background: #fff; transition: all .25s ease;
}
.img-page-nav ul li a:hover { border-color: var(--mc-green); color: var(--mc-green); }
.img-page-nav ul li.active a, .img-page-nav ul li.active span { background: var(--mc-deep); border-color: var(--mc-deep); color: var(--mc-gold); }

/* 回到顶部 */
#backTop {
    display: none; position: fixed; right: 18px; bottom: 60px; z-index: 1040;
    width: 44px; height: 44px; border-radius: 50%; border: none; cursor: pointer;
    background: var(--mc-grad); color: #fff;
    font-size: 1.1rem; box-shadow: 0 6px 18px rgba(6, 37, 26, .4);
}
#backTop:hover { transform: translateY(-2px); }

/* 评论 hook 容器兼容 */
#comments { background: #fff; border-radius: 16px; box-shadow: 0 4px 14px rgba(6, 37, 26, .05); padding: 26px 28px; margin-top: 22px; }
