/* 365足球网 - 站点样式 */
:root{--primary:#1a7f4b;--primary-dark:#146b3a;--accent:#e8b923;--bg:#0d1117;--bg-card:#161b22;--bg-elevated:#21262d;--text:#e6edf3;--text-muted:#8b949e;--border:#30363d;--radius:8px}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:'PingFang SC','Microsoft YaHei',sans-serif;background:var(--bg);color:var(--text);line-height:1.7;min-height:100dvh}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{max-width:1200px;margin:0 auto;padding:0 1rem}
.site-header{background:var(--bg-card);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}
.header-inner{display:flex;align-items:center;padding:0.75rem 0;gap:2rem}
.site-logo{display:flex;align-items:center;gap:0.5rem;font-weight:700;font-size:1.125rem}
.site-logo img{height:36px;width:auto}
.main-nav{flex:1;display:flex;gap:0.25rem;list-style:none;flex-wrap:wrap}
.main-nav a{display:block;padding:0.375rem 0.75rem;border-radius:var(--radius);color:var(--text-muted);transition:background .2s,color .2s;font-size:.9rem}
.main-nav a:hover,.main-nav a[aria-current="page"]{background:var(--primary);color:#fff}
.nav-toggle{display:none;background:none;border:none;color:var(--text);font-size:1.5rem;cursor:pointer;padding:.25rem}
main{padding:2rem 0 3rem}
.hero-section{position:relative;border-radius:var(--radius);overflow:hidden;margin-bottom:2rem}
.hero-section img{width:100%;height:380px;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(13,17,23,.95) 0%,rgba(13,17,23,.4) 50%,transparent);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem}
.hero-overlay h1{font-size:2rem;font-weight:800;margin-bottom:.5rem;line-height:1.2}
.section-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary);display:inline-block}
.article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin-bottom:2rem}
.article-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s,transform .2s}
.article-card:hover{border-color:var(--primary);transform:translateY(-2px)}
.article-card img{width:100%;height:160px;object-fit:cover}
.article-card-body{padding:1rem}
.article-card-category{font-size:.75rem;color:var(--primary);font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}
.article-card h3{font-size:1rem;font-weight:600;margin-bottom:.375rem;line-height:1.4}
.article-card h3 a:hover{color:var(--primary)}
.article-card-meta{font-size:.8rem;color:var(--text-muted)}
.article-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}
.article-list-item{display:flex;gap:1rem;padding:.875rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s}
.article-list-item:hover{border-color:var(--primary)}
.article-list-item img{width:120px;height:80px;object-fit:cover;border-radius:4px;flex-shrink:0}
.article-list-item-content{flex:1;min-width:0}
.article-list-item h3{font-size:.95rem;font-weight:600;margin-bottom:.25rem;line-height:1.4}
.article-list-item h3 a:hover{color:var(--primary)}
.article-list-item p{font-size:.8rem;color:var(--text-muted);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.stats-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:2rem}
.stat-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;text-align:center}
.stat-value{font-size:1.75rem;font-weight:800;color:var(--primary)}
.stat-label{font-size:.8rem;color:var(--text-muted);margin-top:.25rem}
.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:2rem}
.feature-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}
.feature-item h3{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--accent)}
.feature-item p{font-size:.875rem;color:var(--text-muted)}
.article-layout{display:grid;grid-template-columns:1fr 300px;gap:2rem;align-items:start}
.article-main{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}
.breadcrumb{font-size:.8rem;color:var(--text-muted);margin-bottom:1rem;display:flex;gap:.5rem;flex-wrap:wrap}
.breadcrumb a{color:var(--text-muted)}
.breadcrumb a:hover{color:var(--primary)}
.article-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}
.article-header h1{font-size:1.5rem;font-weight:800;line-height:1.3;margin-bottom:.5rem}
.article-meta{font-size:.8rem;color:var(--text-muted)}
.article-body{font-size:.95rem;line-height:1.8}
.article-body h2{font-size:1.2rem;font-weight:700;margin:1.75rem 0 .75rem;color:var(--accent);padding-bottom:.375rem;border-bottom:1px solid var(--border)}
.article-body h3{font-size:1.05rem;font-weight:600;margin:1.25rem 0 .5rem}
.article-body p{margin-bottom:1rem}
.article-body ul,.article-body ol{margin:.75rem 0 1rem 1.5rem}
.article-body li{margin-bottom:.375rem}
.article-body figure{margin:1.5rem 0}
.article-body figure img{border-radius:var(--radius);width:100%}
.article-body figure figcaption{font-size:.8rem;color:var(--text-muted);text-align:center;margin-top:.375rem}
.article-faq{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}
.article-faq h2{font-size:1.15rem;font-weight:700;margin-bottom:1rem}
.faq-item{margin-bottom:1rem;padding:1rem;background:var(--bg-elevated);border-radius:var(--radius)}
.faq-item h3{font-size:.95rem;font-weight:600;margin-bottom:.375rem}
.faq-item p{font-size:.875rem;color:var(--text-muted)}
.article-sidebar{position:sticky;top:80px}
.sidebar-widget{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin-bottom:1rem}
.sidebar-widget h3{font-size:.95rem;font-weight:700;margin-bottom:.875rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}
.related-list{display:flex;flex-direction:column;gap:.625rem}
.related-item{display:flex;gap:.625rem;align-items:flex-start}
.related-item img{width:64px;height:48px;object-fit:cover;border-radius:4px;flex-shrink:0}
.related-item a{font-size:.85rem;line-height:1.4;transition:color .2s}
.related-item a:hover{color:var(--primary)}
.site-footer{background:var(--bg-card);border-top:1px solid var(--border);padding:2rem 0;margin-top:3rem}
.footer-inner{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;align-items:center}
.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;list-style:none}
.footer-links a{font-size:.875rem;color:var(--text-muted);transition:color .2s}
.footer-links a:hover{color:var(--primary)}
.footer-copy{font-size:.8rem;color:var(--text-muted)}
@media(max-width:900px){.article-layout{grid-template-columns:1fr}.article-sidebar{position:static}}
@media(max-width:768px){.header-inner{flex-wrap:wrap}.main-nav{display:none;width:100%;flex-direction:column;gap:.25rem}.main-nav.is-open{display:flex}.nav-toggle{display:block}.hero-section img{height:240px}.hero-overlay h1{font-size:1.5rem}.article-grid{grid-template-columns:1fr}.article-list-item{flex-direction:column}.article-list-item img{width:100%;height:160px}}
