* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: Arial, sans-serif; background: #1a1c24; color: #fff; line-height: 1.5; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
header { background: #0f1115; padding: 15px 0; border-bottom: 2px solid #ff5722; }
.header-container { display: flex; justify-content: space-between; align-items: center; }
.logo { display: flex; align-items: center; gap: 8px; }
.logo i { color: #ff5722; font-size: 20px; }
.logo h2 { font-size: 18px; color: #fff; }
nav ul { display: flex; gap: 20px; list-style: none; }
nav ul a { color: #a0a5b1; text-decoration: none; font-size: 14px; font-weight: bold; cursor: pointer; }
nav ul a.active { color: #ff5722; }
.header { margin: 25px 0 15px; display: flex; justify-content: space-between; align-items: center; }
.header h1 { font-size: 20px; color: #fff; }
.date-info { font-size: 12px; color: #7f8c8d; }
.tabs { display: flex; gap: 10px; margin-bottom: 20px; }
.tab-btn { background: #222733; border: 1px solid #2d3446; color: #a0a5b1; padding: 8px 16px; border-radius: 4px; cursor: pointer; font-size: 13px; font-weight: bold; outline: none; }
.tab-btn.active { background: #ff5722; color: #fff; border-color: #ff5722; }
.tab-content { display: none; }
.tab-content.active { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.match-card { background: #222733; border-radius: 6px; border: 1px solid #2d3446; overflow: hidden; display: flex; flex-direction: column; cursor: pointer; transition: transform 0.15s; }
.match-header { background: #1b1f29; padding: 10px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; }
.match-stage { color: #7f8c8d; font-weight: bold; }
.hot-badge { background: #e74c3c; color: #fff; padding: 2px 6px; border-radius: 3px; font-size: 11px; }
.match-body { padding: 20px 15px; text-align: center; flex: 1; }
.team { display: flex; align-items: center; justify-content: space-between; margin: 10px 0; }
.team-logo { width: 28px; height: 28px; object-fit: contain; }
.team-name { font-size: 14px; font-weight: bold; color: #fff; flex: 1; text-align: left; padding-left: 10px; }
.team-score { font-size: 16px; font-weight: bold; color: #27ae60; }
.vs { font-size: 16px; font-weight: bold; color: #ff5722; margin: 5px 0; font-style: italic; }
.match-info { margin-top: 15px; padding-top: 10px; border-top: 1px solid #2c313e; display: flex; justify-content: space-between; font-size: 11px; color: #7f8c8d; }
.live-type { color: #e67e22; font-weight: bold; }
.match-footer { padding: 10px 15px; background: #1b1f29; }
.btn-live { background: #ff5722; color: #fff; text-decoration: none; display: block; padding: 8px 0; border-radius: 4px; font-size: 13px; font-weight: bold; text-align: center; }
.site-intro { background: linear-gradient(180deg, #1f232d 0%, #15181f 100%); padding: 30px 0; margin: 30px 0; border-radius: 6px; border: 1px solid #2d3446; }
.intro-container { display: flex; gap: 30px; }
.intro-content { flex: 1; }
.intro-content h2 { font-size: 18px; color: #f39c12; margin-bottom: 10px; }
.intro-content p { font-size: 13px; color: #9aa0ac; line-height: 1.8; text-align: justify; }
.intro-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-top: 20px; }
.feature-item { background: #222733; padding: 10px; border-radius: 4px; font-size: 12px; display: flex; align-items: center; gap: 8px; border: 1px solid #2d3446; cursor: pointer; }
.feature-item i { color: #ff5722; }
.intro-stats { width: 180px; border-left: 1px solid #2c313e; padding-left: 30px; display: flex; flex-direction: column; justify-content: center; }
.stats-value { font-size: 28px; font-weight: bold; color: #ff5722; }
.stats-label { font-size: 11px; color: #7f8c8d; margin-bottom: 15px; }
.news-section { margin-bottom: 40px; }
.section-title { display: flex; justify-content: space-between; align-items: center; margin: 20px 0; padding-bottom: 8px; border-bottom: 1px solid #2c313e; }
.section-title h2 { font-size: 16px; display: flex; align-items: center; gap: 6px; }
.section-title h2 i { color: #ff5722; }
.view-all { font-size: 12px; color: #7f8c8d; cursor: pointer; }
.news-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 15px; }
.news-card { background: #222733; border: 1px solid #2d3446; border-radius: 4px; padding: 12px; display: flex; gap: 15px; align-items: center; cursor: pointer; }
.news-image { width: 80px; height: 50px; background: #1b1f29; border-radius: 4px; overflow: hidden; }
.news-image img { width: 100%; height: 100%; object-fit: cover; }
.news-content { flex: 1; min-width: 0; }
.news-title { font-size: 13px; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 6px; }
.news-meta { font-size: 11px; color: #7f8c8d; display: flex; justify-content: space-between; }
.links-section { background: #1f232d; padding: 20px; border-radius: 6px; border: 1px solid #2d3446; margin-bottom: 20px; }
.links-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.link-item { background: #222733; border: 1px solid #2d3446; padding: 4px 12px; border-radius: 4px; font-size: 12px; color: #a0a5b1; text-decoration: none; }
footer { background: #0f1115; padding: 20px 0; font-size: 11px; color: #57606f; text-align: center; border-top: 1px solid #2c313e; margin-top: 40px; }
footer p { margin-bottom: 5px; }