* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Microsoft YaHei", Arial, sans-serif; background: #f3f6fb; color: #243447; line-height: 1.7; }
a { text-decoration: none; color: #243447; transition: all .3s ease; }
a:hover { color: #ff5a36; }
ul, li { list-style: none; }
img { display: block; }
.container { width: 1200px; margin: 0 auto; }
.topbar { background: #0f172a; color: #94a3b8; font-size: 13px; }
.topbar .container { height: 38px; display: flex; justify-content: space-between; align-items: center; }
.topbar a { color: #cbd5e1; margin-left: 18px; }
.topbar a:hover { color: #fff; }
.header { background: #ffffff; box-shadow: 0 4px 18px rgba(15, 23, 42, .06); position: sticky; top: 0; z-index: 100; }
.header-main { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo a { font-size: 34px; font-weight: 900; color: #0f172a; display: flex; align-items: center; letter-spacing: 1px; }
.logo a::before { content: "🏅"; margin-right: 10px; font-size: 32px; }
.logo span { color: #ff5a36; margin-left: 10px; }
.nav { display: flex; gap: 4px; }
.nav li a { display: block; padding: 10px 18px; border-radius: 999px; font-size: 16px; font-weight: bold; }
.nav li a:hover, .nav .current a { background: linear-gradient(90deg, #ff5a36, #ff7a18); color: #fff; }
.search-box { display: flex; align-items: center; background: #f8fafc; border: 1px solid #dbe3ee; border-radius: 999px; overflow: hidden; }
.search-box input { width: 210px; height: 42px; padding: 0 16px; border: none; background: transparent; outline: none; color: #243447; }
.search-box button { height: 42px; padding: 0 18px; border: none; background: linear-gradient(90deg, #0ea5e9, #2563eb); color: #fff; font-weight: bold; cursor: pointer; }
.search-box button:hover { filter: brightness(.95); }
.main { margin-top: 26px; display: flex; gap: 24px; align-items: flex-start; }
.content { width: 856px; }
.sidebar { width: 320px; }
.card { background: #fff; border-radius: 16px; box-shadow: 0 6px 22px rgba(15, 23, 42, .05); margin-bottom: 24px; overflow: hidden; }
.card-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; border-bottom: 1px solid #eef2f7; }
.card-title { font-size: 20px; font-weight: 900; color: #0f172a; display: flex; align-items: center; }
.card-title::before { content: ""; width: 6px; height: 20px; border-radius: 3px; background: linear-gradient(180deg, #0ea5e9, #ff5a36); margin-right: 10px; }
.card-more { font-size: 13px; color: #94a3b8; }
.card-more:hover { color: #ff5a36; }
.card-body { padding: 22px; }
.hero { position: relative; height: 420px; border-radius: 18px; overflow: hidden; margin-bottom: 24px; box-shadow: 0 10px 24px rgba(15, 23, 42, .12); }
.hero img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.hero:hover img { transform: scale(1.04); }
.hero-mask { position: absolute; inset: auto 0 0 0; padding: 56px 28px 26px; background: linear-gradient(transparent, rgba(15, 23, 42, .92)); color: #fff; }
.hero-chip { display: inline-block; padding: 5px 12px; border-radius: 999px; background: #ff5a36; font-size: 12px; font-weight: bold; margin-bottom: 12px; }
.hero-mask h2 { font-size: 30px; line-height: 1.35; margin-bottom: 10px; }
.hero-mask p { font-size: 14px; color: #dbeafe; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.quick-item { background: linear-gradient(180deg, #ffffff, #f8fbff); border: 1px solid #e6eef8; border-radius: 14px; padding: 16px; transition: all .3s ease; }
.quick-item:hover { transform: translateY(-4px); box-shadow: 0 10px 18px rgba(37, 99, 235, .08); border-color: #bfdbfe; }
.quick-item img { width: 100%; height: 140px; object-fit: cover; border-radius: 10px; margin-bottom: 12px; }
.quick-item h3 { font-size: 16px; line-height: 1.5; height: 48px; overflow: hidden; }
.quick-meta { display: flex; justify-content: space-between; color: #94a3b8; font-size: 12px; margin-top: 10px; }
.news-list li { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px dashed #e5eaf1; }
.news-list li:last-child { border-bottom: none; padding-bottom: 0; }
.news-thumb { width: 200px; height: 128px; border-radius: 12px; overflow: hidden; flex-shrink: 0; }
.news-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.news-thumb:hover img { transform: scale(1.08); }
.news-info { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.news-info h3 { font-size: 20px; line-height: 1.4; margin-bottom: 10px; }
.news-info p { color: #64748b; font-size: 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-meta { display: flex; gap: 18px; margin-top: 12px; color: #94a3b8; font-size: 13px; }
.news-meta span { display: inline-flex; align-items: center; gap: 5px; }
.sub-list li { padding: 14px 0; border-bottom: 1px dotted #e5eaf1; display: flex; align-items: center; }
.sub-list li:last-child { border-bottom: none; }
.sub-list li::before { content: "●"; color: #ff5a36; margin-right: 10px; font-size: 10px; }
.sub-list a { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 15px; }
.sub-list span { color: #94a3b8; font-size: 13px; margin-left: 12px; }
.side-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.side-grid a { background: #f8fafc; border: 1px solid #e6eef8; border-radius: 12px; padding: 14px 8px; text-align: center; font-weight: bold; color: #2563eb; }
.side-grid a:hover { background: #2563eb; color: #fff; }
.rank-list li { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px dashed #e5eaf1; }
.rank-list li:last-child { border-bottom: none; }
.rank-num { width: 24px; height: 24px; border-radius: 8px; background: #cbd5e1; color: #fff; text-align: center; line-height: 24px; font-size: 12px; font-weight: bold; }
.rank-list li:nth-child(1) .rank-num { background: #ef4444; }
.rank-list li:nth-child(2) .rank-num { background: #f97316; }
.rank-list li:nth-child(3) .rank-num { background: #f59e0b; }
.rank-link { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 14px; }
.score-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.score-table th { background: #f8fafc; color: #64748b; font-weight: normal; padding: 10px 6px; border-bottom: 1px solid #e5eaf1; }
.score-table td { padding: 10px 6px; border-bottom: 1px dashed #e5eaf1; text-align: center; }
.score-table .team { text-align: left; font-weight: bold; }
.score-table tbody tr:hover { background: #f8fbff; }
.filter-box { background: #fff; border-radius: 16px; box-shadow: 0 6px 22px rgba(15, 23, 42, .05); padding: 24px; margin-bottom: 24px; }
.filter-row { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px dashed #e5eaf1; }
.filter-row:last-child { border-bottom: none; padding-bottom: 0; }
.filter-label { width: 70px; font-weight: bold; color: #0f172a; line-height: 32px; }
.filter-items { flex: 1; display: flex; flex-wrap: wrap; gap: 10px; }
.filter-items a { display: inline-block; padding: 6px 14px; border-radius: 999px; background: #f8fafc; color: #64748b; font-size: 14px; }
.filter-items a:hover, .filter-items a.active { background: linear-gradient(90deg, #ff5a36, #ff7a18); color: #fff; }
.dede_pages { margin: 36px 0 8px; text-align: center; }
.dede_pages ul { display: inline-flex; gap: 8px; flex-wrap: wrap; }
.dede_pages li { list-style: none; }
.dede_pages a, .dede_pages span { display: inline-block; min-width: 40px; padding: 9px 14px; border-radius: 10px; background: #fff; border: 1px solid #dbe3ee; color: #243447; font-size: 14px; }
.dede_pages a:hover, .dede_pages .thisclass { background: #2563eb; color: #fff; border-color: #2563eb; }
.breadcrumb { font-size: 13px; color: #94a3b8; margin-bottom: 16px; }
.breadcrumb a { color: #64748b; }
.breadcrumb a:hover { color: #ff5a36; }
.article-box { background: #fff; border-radius: 16px; box-shadow: 0 6px 22px rgba(15, 23, 42, .05); padding: 36px 42px; }
.article-header { text-align: center; padding-bottom: 24px; margin-bottom: 28px; border-bottom: 1px solid #e5eaf1; }
.article-header h1 { font-size: 32px; line-height: 1.45; color: #0f172a; margin-bottom: 18px; }
.article-meta { display: flex; justify-content: center; gap: 22px; color: #94a3b8; font-size: 13px; flex-wrap: wrap; }
.article-lead { background: linear-gradient(90deg, #eff6ff, #fff7ed); border-left: 4px solid #ff5a36; padding: 18px 20px; border-radius: 12px; color: #475569; margin-bottom: 28px; }
.article-content { font-size: 17px; color: #334155; line-height: 2; }
.article-content p { margin-bottom: 24px; text-indent: 2em; }
.article-content img { max-width: 100%; height: auto; margin: 28px auto; border-radius: 12px; box-shadow: 0 8px 18px rgba(15, 23, 42, .08); }
.article-content h2, .article-content h3 { margin: 34px 0 18px; color: #0f172a; border-left: 5px solid #2563eb; padding-left: 14px; }
.article-tags { margin-top: 36px; display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.article-tags strong { color: #64748b; font-size: 14px; }
.article-tags a { background: #eef2ff; color: #2563eb; padding: 6px 14px; border-radius: 999px; font-size: 13px; }
.article-tags a:hover { background: #2563eb; color: #fff; }
.article-prenext { margin-top: 28px; padding-top: 20px; border-top: 1px dashed #e5eaf1; font-size: 15px; line-height: 2; }
.article-prenext a { color: #0f172a; font-weight: bold; }
.article-prenext a:hover { color: #ff5a36; }
.footer { margin-top: 40px; background: #0f172a; color: #94a3b8; padding: 48px 0 22px; }
.footer-top { display: flex; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.08); padding-bottom: 30px; margin-bottom: 20px; }
.footer-brand h2 { color: #fff; font-size: 28px; margin-bottom: 14px; }
.footer-brand p { max-width: 420px; font-size: 14px; line-height: 1.9; }
.footer-nav { display: flex; gap: 70px; }
.footer-nav dt { color: #fff; font-size: 16px; margin-bottom: 14px; font-weight: bold; }
.footer-nav dd { margin-bottom: 8px; }
.footer-nav a { color: #94a3b8; font-size: 14px; }
.footer-nav a:hover { color: #fff; }
.footer-bottom { text-align: center; font-size: 13px; }
