/* ==========================================================================
   乐鱼网页版 · 足球体育资讯门户模板 (woodturning)
   参照 qngmnpc.com 风格 · PC + 移动端自适应
   ========================================================================== */
:root{
    --wt-brand:#0b2545;
    --wt-brand-2:#13315c;
    --wt-pitch:#16a34a;
    --wt-pitch-2:#22c55e;
    --wt-gold:#f59e0b;
    --wt-ink:#1f2937;
    --wt-muted:#6b7280;
    --wt-bg:#f5f7fb;
    --wt-line:#e6e9f0;
    --wt-radius:14px;
    --wt-shadow:0 6px 24px rgba(11,37,69,.08);
    --wt-shadow-lg:0 14px 40px rgba(11,37,69,.16);
}
*{box-sizing:border-box}
body{margin:0;font-family:"PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;color:var(--wt-ink);background:#fff;line-height:1.7;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none;transition:color .2s,opacity .2s,transform .2s}
img{max-width:100%;display:block}
.container{max-width:1200px}

/* ---------- Header ---------- */
.wt-header{background:var(--wt-brand);position:relative;z-index:1030}
.wt-navbar{padding:.6rem 0}
.wt-logo-badge{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--wt-pitch),var(--wt-pitch-2));color:#fff;font-size:1.25rem;box-shadow:0 4px 12px rgba(34,197,94,.4)}
.wt-logo-text{margin-left:10px;color:#fff;font-weight:800;font-size:1.05rem;letter-spacing:.3px;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.wt-header .navbar-toggler{border:1px solid rgba(255,255,255,.35);color:#fff}
.wt-header .navbar-toggler i{color:#fff}
.wt-header .navbar-nav{flex-wrap:nowrap}
.wt-header .nav-item{flex:0 0 auto}
.wt-header .nav-link{color:rgba(255,255,255,.85)!important;font-weight:500;font-size:.95rem;padding:.3rem .55rem!important;border-radius:8px;white-space:nowrap}
.wt-header .nav-link:hover{color:#fff!important;background:rgba(255,255,255,.1)}
.wt-search{display:flex;align-items:center}
.wt-search input{border:none;border-radius:8px 0 0 8px;padding:.4rem .8rem;font-size:.9rem;outline:none;width:150px;background:rgba(255,255,255,.92)}
.wt-search button{border:none;border-radius:0 8px 8px 0;background:var(--wt-gold);color:#1e293b;padding:.4rem .8rem;cursor:pointer}
@media(max-width:991px){.wt-search input{width:100%;flex:1}.wt-search{width:100%}}

/* ---------- Notice bar ---------- */
.wt-notice{background:linear-gradient(135deg,var(--wt-gold),#f97316);color:#1e293b;font-weight:500;font-size:.9rem;padding:.5rem 0}
.wt-notice .container{display:flex;align-items:center;gap:.5rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.wt-notice-tag{background:rgba(0,0,0,.15);border-radius:20px;padding:.1rem .7rem;font-weight:700;flex-shrink:0}

/* ---------- Hero ---------- */
.wt-hero{position:relative;color:#fff;text-align:center;padding:5rem 0 4.5rem;
    background:linear-gradient(135deg,rgba(11,37,69,.92),rgba(19,49,92,.86)),url('/public/assets/sports/hero-stadium.jpg') center/cover no-repeat}
.wt-hero-badge{display:inline-block;background:rgba(34,197,94,.18);border:1px solid rgba(34,197,94,.5);color:#bbf7d0;padding:.35rem 1rem;border-radius:30px;font-size:.85rem;margin-bottom:1.2rem}
.wt-hero-title{font-size:clamp(1.8rem,5vw,3.2rem);font-weight:900;margin:0 0 .8rem;text-shadow:0 4px 20px rgba(0,0,0,.35)}
.wt-hero-sub{font-size:clamp(.95rem,2.2vw,1.15rem);opacity:.9;max-width:760px;margin:0 auto 2rem}
.wt-hero-search{display:flex;max-width:560px;margin:0 auto 1.6rem;background:#fff;border-radius:40px;overflow:hidden;box-shadow:var(--wt-shadow-lg)}
.wt-hero-search input{flex:1;border:none;outline:none;padding:.9rem 1.3rem;font-size:1rem;color:var(--wt-ink);min-width:0}
.wt-hero-search button{border:none;background:linear-gradient(135deg,var(--wt-pitch),var(--wt-pitch-2));color:#fff;padding:0 1.7rem;font-weight:700;cursor:pointer}
.wt-hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* ---------- Buttons ---------- */
.wt-btn-primary,.wt-btn-ghost,.wt-btn-light{display:inline-flex;align-items:center;padding:.7rem 1.8rem;border-radius:30px;font-weight:700;cursor:pointer}
.wt-btn-primary{background:linear-gradient(135deg,var(--wt-pitch),var(--wt-pitch-2));color:#fff;box-shadow:0 6px 18px rgba(22,163,74,.4)}
.wt-btn-primary:hover{transform:translateY(-2px);color:#fff}
.wt-btn-ghost{border:1.5px solid rgba(255,255,255,.6);color:#fff}
.wt-btn-ghost:hover{background:rgba(255,255,255,.12)}
.wt-btn-light{background:#fff;color:var(--wt-brand);box-shadow:var(--wt-shadow)}
.wt-btn-light:hover{transform:translateY(-2px)}

/* ---------- Sections ---------- */
.wt-section{padding:3.2rem 0}
.wt-section-alt{background:var(--wt-bg)}
.wt-section-head{text-align:center;margin-bottom:2.2rem}
.wt-section-head h2{font-weight:800;font-size:clamp(1.4rem,3vw,1.9rem);margin:0 0 .5rem}
.wt-section-head h2 i{color:var(--wt-pitch);margin-right:.5rem}
.wt-section-head p{color:var(--wt-muted);margin:0}
.wt-bar h2{font-weight:800;font-size:1.4rem}
.wt-bar h2 i{color:var(--wt-pitch);margin-right:.5rem}
.wt-more{color:var(--wt-pitch);font-weight:600}
.wt-more:hover{text-decoration:underline}

/* ---------- Category cards ---------- */
.wt-cat-card{background:#fff;border:1px solid var(--wt-line);border-radius:var(--wt-radius);padding:1.4rem 1rem;text-align:center;height:100%;box-shadow:var(--wt-shadow)}
.wt-cat-card:hover{border-color:var(--wt-pitch-2);transform:translateY(-4px);box-shadow:var(--wt-shadow-lg)}
.wt-cat-icon{display:inline-flex;width:52px;height:52px;border-radius:14px;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;background:linear-gradient(135deg,var(--wt-brand),var(--wt-brand-2));margin-bottom:.7rem}
.wt-cat-card h3{font-size:1.05rem;font-weight:700;margin:0 0 .5rem}
.wt-cat-more{font-size:.82rem;color:var(--wt-pitch);font-weight:600}

/* ---------- Spotlight ---------- */
.wt-spotlight,.wt-spotlight-sm{position:relative;display:block;border-radius:var(--wt-radius);overflow:hidden;height:100%;min-height:240px;box-shadow:var(--wt-shadow)}
.wt-spotlight-sm{min-height:165px}
.wt-spotlight img,.wt-spotlight-sm img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .5s}
.wt-spotlight:hover img,.wt-spotlight-sm:hover img{transform:scale(1.06)}
.wt-spotlight-overlay{position:absolute;inset:auto 0 0 0;padding:1.1rem 1.2rem;background:linear-gradient(transparent,rgba(0,0,0,.82));color:#fff;z-index:2}
.wt-spotlight-overlay h3{font-size:1.3rem;font-weight:800;margin:.4rem 0}
.wt-spotlight-overlay h4{font-size:1rem;font-weight:700;margin:0}
.wt-spotlight-overlay p{font-size:.9rem;opacity:.85;margin:0}
.wt-badge{display:inline-block;background:var(--wt-gold);color:#1e293b;border-radius:6px;padding:.15rem .6rem;font-size:.78rem;font-weight:700}

/* ---------- Grid cards ---------- */
.wt-grid-card{background:#fff;border:1px solid var(--wt-line);border-radius:var(--wt-radius);overflow:hidden;height:100%;box-shadow:var(--wt-shadow);display:flex;flex-direction:column}
.wt-grid-card:hover{box-shadow:var(--wt-shadow-lg);transform:translateY(-3px)}
.wt-grid-img{position:relative;display:block;aspect-ratio:16/10;background:var(--wt-brand-2)}
.wt-grid-img img{width:100%;height:100%;object-fit:cover}
.wt-grid-ph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);font-size:2rem;background:linear-gradient(135deg,var(--wt-brand),var(--wt-brand-2))}
.wt-grid-badge{position:absolute;top:.6rem;left:.6rem;background:rgba(11,37,69,.85);color:#fff;font-size:.72rem;padding:.15rem .55rem;border-radius:6px}
.wt-grid-body{padding:.9rem 1rem 1rem}
.wt-grid-body h3{font-size:1rem;font-weight:700;line-height:1.45;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.wt-grid-body h3 a:hover{color:var(--wt-pitch)}
.wt-grid-body p{font-size:.85rem;color:var(--wt-muted);margin:0 0 .6rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.wt-grid-meta{display:flex;gap:1rem;font-size:.78rem;color:var(--wt-muted);flex-wrap:wrap}

/* ---------- Stats ---------- */
.wt-stats{background:linear-gradient(135deg,var(--wt-brand),var(--wt-brand-2));color:#fff;padding:2.4rem 0}
.wt-stat b{display:block;font-size:2rem;font-weight:900;color:var(--wt-pitch-2)}
.wt-stat span{opacity:.85;font-size:.9rem}

/* ---------- Horizontal latest ---------- */
.wt-h-card{display:flex;gap:1rem;background:#fff;border:1px solid var(--wt-line);border-radius:var(--wt-radius);padding:.8rem;box-shadow:var(--wt-shadow);height:100%}
.wt-h-card:hover{box-shadow:var(--wt-shadow-lg)}
.wt-h-img{flex:0 0 130px;border-radius:10px;overflow:hidden;position:relative;background:var(--wt-brand-2)}
.wt-h-img img{width:100%;height:100%;object-fit:cover;min-height:96px}
.wt-h-body{flex:1;min-width:0}
.wt-h-body h3{font-size:1rem;font-weight:700;margin:.3rem 0;line-height:1.45}
.wt-h-body h3 a:hover{color:var(--wt-pitch)}
.wt-h-body p{font-size:.85rem;color:var(--wt-muted);margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.wt-tag-mini{display:inline-block;background:rgba(22,163,74,.12);color:var(--wt-pitch);font-size:.75rem;font-weight:600;padding:.1rem .55rem;border-radius:6px}

/* ---------- Editor picks ---------- */
.wt-picks{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.wt-pick-card{background:#fff;border:1px solid var(--wt-line);border-radius:var(--wt-radius);overflow:hidden;box-shadow:var(--wt-shadow)}
.wt-pick-card:hover{box-shadow:var(--wt-shadow-lg);transform:translateY(-3px)}
.wt-pick-img{display:block;aspect-ratio:16/10;background:var(--wt-brand-2);position:relative}
.wt-pick-img img{width:100%;height:100%;object-fit:cover}
.wt-pick-body{padding:.8rem .9rem}
.wt-pick-body h3{font-size:.95rem;font-weight:700;margin:.4rem 0}
.wt-pick-body h3 a:hover{color:var(--wt-pitch)}
.wt-pick-body p{font-size:.82rem;color:var(--wt-muted);margin:0}
@media(max-width:991px){.wt-picks{grid-template-columns:repeat(2,1fr)}}
@media(max-width:575px){.wt-picks{grid-template-columns:1fr}}

/* ---------- Sidebar cards ---------- */
.wt-side-card{background:#fff;border:1px solid var(--wt-line);border-radius:var(--wt-radius);box-shadow:var(--wt-shadow);margin-bottom:1.4rem;overflow:hidden}
.wt-side-head{font-size:1.05rem;font-weight:800;margin:0;padding:1rem 1.2rem;border-bottom:1px solid var(--wt-line)}
.wt-side-head i{color:var(--wt-gold);margin-right:.5rem}
.wt-rank{padding:.5rem 1.2rem .8rem}
.wt-rank li{counter-increment:rk;padding:.55rem 0;border-bottom:1px dashed var(--wt-line);display:flex;gap:.6rem}
.wt-rank li:last-child{border-bottom:none}
.wt-rank li::before{content:counter(rk);flex:0 0 22px;height:22px;line-height:22px;text-align:center;border-radius:6px;background:var(--wt-bg);color:var(--wt-muted);font-size:.8rem;font-weight:700}
.wt-rank li:nth-child(-n+3)::before{background:var(--wt-gold);color:#1e293b}
.wt-rank li a{font-size:.92rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.wt-rank li a:hover{color:var(--wt-pitch)}
.wt-tag-cloud{display:flex;flex-wrap:wrap;gap:.6rem;padding:1.1rem 1.2rem}
.wt-tag-cloud a{background:var(--wt-bg);border:1px solid var(--wt-line);border-radius:20px;padding:.28rem .8rem;font-size:.82rem;color:var(--wt-muted)}
.wt-tag-cloud a:hover{background:var(--wt-pitch);color:#fff;border-color:var(--wt-pitch)}
.wt-tag-cloud small{opacity:.6}

/* ---------- About / timeline ---------- */
.wt-about{padding:3.4rem 0;background:#fff}
.wt-timeline li{position:relative;padding:0 0 1.1rem 1.6rem;border-left:2px solid var(--wt-line)}
.wt-timeline li:last-child{border-left-color:transparent}
.wt-timeline li::before{content:"";position:absolute;left:-8px;top:2px;width:14px;height:14px;border-radius:50%;background:var(--wt-pitch);border:2px solid #fff}
.wt-timeline b{display:block;font-weight:700}
.wt-timeline span{color:var(--wt-muted);font-size:.92rem}

/* ---------- FAQ ---------- */
.wt-faq-item{background:#fff;border:1px solid var(--wt-line);border-radius:12px;padding:.9rem 1.2rem;margin-bottom:.8rem;box-shadow:var(--wt-shadow)}
.wt-faq-item b{display:block;font-weight:700;margin-bottom:.3rem}
.wt-faq-item b::before{content:"Q";display:inline-block;width:22px;height:22px;line-height:22px;text-align:center;border-radius:6px;background:var(--wt-pitch);color:#fff;font-size:.8rem;margin-right:.5rem}
.wt-faq-item p{margin:0;color:var(--wt-muted);font-size:.92rem;padding-left:2rem}

/* ---------- CTA ---------- */
.wt-cta{background:linear-gradient(135deg,var(--wt-pitch),var(--wt-brand-2));color:#fff;text-align:center;padding:3.4rem 0}
.wt-cta h2{font-size:clamp(1.5rem,4vw,2.2rem);margin:0 0 .6rem}
.wt-cta p{opacity:.9;margin:0 0 1.6rem}

/* ---------- Breadcrumb ---------- */
.wt-crumb{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:var(--wt-muted);margin-bottom:1rem;flex-wrap:wrap}
.wt-crumb a:hover{color:var(--wt-pitch)}
.wt-crumb .active{color:var(--wt-ink)}

/* ---------- Card box (lists) ---------- */
.wt-card{background:#fff;border:1px solid var(--wt-line);border-radius:var(--wt-radius);box-shadow:var(--wt-shadow);overflow:hidden}
.wt-card-head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.3rem;border-bottom:1px solid var(--wt-line)}
.wt-card-head h3{margin:0;font-size:1.15rem;font-weight:800}
.wt-card-head h3 i{color:var(--wt-pitch);margin-right:.5rem}
.wt-count{font-size:.85rem;color:var(--wt-muted)}
.wt-card-body{padding:1.2rem 1.3rem}
.wt-list-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px dashed var(--wt-line)}
.wt-list-item:first-child{padding-top:0}
.wt-list-item:last-child{border-bottom:none;padding-bottom:0}
.wt-list-img{flex:0 0 170px;border-radius:10px;overflow:hidden;position:relative;background:var(--wt-brand-2)}
.wt-list-img img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/10}
.wt-list-info{flex:1;min-width:0}
.wt-list-info h4{font-size:1.1rem;font-weight:700;margin:0 0 .5rem;line-height:1.45}
.wt-list-info h4 a:hover{color:var(--wt-pitch)}
.wt-list-info p{font-size:.9rem;color:var(--wt-muted);margin:0 0 .6rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
@media(max-width:575px){.wt-list-img{flex:0 0 110px}.wt-list-info h4{font-size:1rem}}

/* ---------- Pagination ---------- */
.wt-pagination{margin-top:1.4rem}
.wt-pagination .pagination,.wt-pagination ul{display:flex;gap:.4rem;flex-wrap:wrap;list-style:none;margin:0;padding:0;justify-content:center}
.wt-pagination a,.wt-pagination span{display:inline-block;min-width:40px;text-align:center;padding:.45rem .7rem;border:1px solid var(--wt-line);border-radius:8px;background:#fff;font-size:.9rem;color:var(--wt-ink)}
.wt-pagination .active a,.wt-pagination .active,.wt-pagination a:hover{background:var(--wt-pitch);color:#fff;border-color:var(--wt-pitch)}

/* ---------- Detail ---------- */
.wt-detail{background:#fff;border:1px solid var(--wt-line);border-radius:var(--wt-radius);box-shadow:var(--wt-shadow);padding:1.8rem}
.wt-detail-head h1{font-size:clamp(1.4rem,3.4vw,2rem);font-weight:900;line-height:1.4;margin:0 0 1rem}
.wt-detail-meta{display:flex;gap:1.1rem;flex-wrap:wrap;font-size:.86rem;color:var(--wt-muted);padding-bottom:1.2rem;border-bottom:1px solid var(--wt-line);margin-bottom:1.4rem}
.wt-detail-content{font-size:1.05rem;color:#2b3440}
.wt-detail-content p{margin:0 0 1.15rem;line-height:2}
.wt-detail-content img{max-width:100%;height:auto;margin:0 auto 1.3rem;border-radius:12px;box-shadow:var(--wt-shadow);display:block}
.wt-detail-content h2,.wt-detail-content h3{font-weight:800;margin:1.6rem 0 1rem}
.wt-article-nav{display:flex;justify-content:space-between;gap:1rem;margin-top:1.2rem;font-size:.9rem}
.wt-article-nav a{background:#fff;border:1px solid var(--wt-line);border-radius:10px;padding:.7rem 1rem;max-width:48%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.wt-article-nav a:hover{border-color:var(--wt-pitch);color:var(--wt-pitch)}
.wt-article-nav span{color:var(--wt-muted)}
.wt-rel{background:#fff;border:1px solid var(--wt-line);border-radius:10px;overflow:hidden}
.wt-rel-img{display:block;aspect-ratio:16/9;position:relative;background:var(--wt-brand-2)}
.wt-rel-img img{width:100%;height:100%;object-fit:cover}
.wt-rel h4{font-size:.92rem;font-weight:600;padding:.6rem .7rem;margin:0;line-height:1.4}
.wt-rel h4 a:hover{color:var(--wt-pitch)}

/* ---------- Search hero ---------- */
.wt-search-hero{background:linear-gradient(135deg,var(--wt-brand),var(--wt-brand-2));color:#fff;padding:2.4rem 0}
.wt-search-hero h2{font-weight:800;margin:0 0 1.2rem}
.wt-search-hero .wt-hero-search{margin:0}

/* ---------- 404 ---------- */
.wt-error-body{background:var(--wt-bg)}
.wt-error{padding:5rem 0}
.wt-error-code{font-size:8rem;font-weight:900;color:var(--wt-brand);opacity:.12;line-height:1}
.wt-error h2{color:var(--wt-brand)}

/* ---------- Footer ---------- */
.wt-footer{background:var(--wt-brand);color:rgba(255,255,255,.75);padding:3rem 0 1.5rem}
.wt-footer-top{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.12)}
.wt-footer-col h4{color:#fff;font-size:1.05rem;font-weight:700;margin:0 0 1rem}
.wt-footer-col h4 i{color:var(--wt-pitch-2)}
.wt-footer-col p{font-size:.88rem;line-height:1.8;margin:0}
.wt-footer-col a{color:rgba(255,255,255,.72)}
.wt-footer-col a:hover{color:var(--wt-pitch-2)}
.wt-footer-bottom{text-align:center;padding-top:1.5rem}
.wt-footer-links{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1rem;font-size:.9rem}
.wt-footer-links a{color:rgba(255,255,255,.72)}
.wt-footer-links a:hover{color:#fff}
.wt-footer-beian a{color:rgba(255,255,255,.55);font-size:.82rem}
.wt-footer-copy{color:rgba(255,255,255,.5);font-size:.82rem;border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;margin-top:.5rem}
.wt-footer-copy a{color:rgba(255,255,255,.7)}
@media(max-width:991px){.wt-footer-top{grid-template-columns:repeat(2,1fr)}}
@media(max-width:575px){.wt-footer-top{grid-template-columns:1fr}}
