* { margin:0; padding:0; box-sizing:border-box; }
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background:#0a0e1a; color:#ddd; line-height:1.6; }
.container { width:90%; max-width:1200px; margin:0 auto; }
header { background:#0f1119; padding:1rem 0; border-bottom:2px solid #e6b422; position:sticky; top:0; z-index:100; }
.header-flex { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; }
.logo a { font-size:1.8rem; font-weight:bold; color:#e6b422; text-decoration:none; }
.logo i { margin-right:8px; }
nav ul { display:flex; list-style:none; gap:1.5rem; }
nav a { color:#ddd; text-decoration:none; font-weight:500; transition:0.3s; }
nav a:hover, nav a.active { color:#e6b422; }
.hero { background:linear-gradient(135deg,#1a1f2e,#0a0e1a); text-align:center; padding:4rem 2rem; margin-bottom:2rem; }
.hero h1 { font-size:2.5rem; margin-bottom:1rem; color:#fff; }
.hero p { font-size:1.2rem; margin-bottom:2rem; }
.btn-primary, .btn-secondary { display:inline-block; padding:12px 30px; border-radius:40px; text-decoration:none; font-weight:bold; margin:0 10px; transition:0.3s; }
.btn-primary { background:#e6b422; color:#1a1f2e; }
.btn-primary:hover { background:#c99e1a; transform:scale(1.02); }
.btn-secondary { background:#2a2f3e; color:#e6b422; border:1px solid #e6b422; }
.section-header { text-align:center; margin:3rem 0 2rem; }
.section-header h2 { font-size:2rem; color:#e6b422; margin-bottom:0.5rem; }
.server-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:1.5rem; }
.server-card { background:#141824; border-radius:12px; padding:1.2rem; border-left:4px solid #e6b422; transition:0.2s; }
.server-card h3 { color:#fff; margin-bottom:0.5rem; }
.server-meta { display:flex; gap:1rem; font-size:0.85rem; color:#aaa; margin:0.5rem 0; }
.server-desc { margin:0.8rem 0; font-size:0.9rem; }
.btn-download { display:inline-block; background:#e6b422; color:#1a1f2e; padding:6px 18px; border-radius:20px; text-decoration:none; font-weight:bold; margin-top:8px; }
.feature-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:1.5rem; text-align:center; margin:2rem 0; }
.feature-item i { font-size:2.5rem; color:#e6b422; margin-bottom:0.8rem; }
.filters { display:flex; gap:1rem; margin-bottom:1.5rem; justify-content:center; }
.filters select, .filters input { padding:8px 12px; background:#141824; border:1px solid #2a2f3e; color:#ddd; border-radius:8px; }
.server-table { width:100%; border-collapse:collapse; background:#141824; border-radius:12px; overflow:hidden; }
.server-table th, .server-table td { padding:12px; text-align:left; border-bottom:1px solid #2a2f3e; }
.server-table th { background:#0f1119; color:#e6b422; }
.pagination { display:flex; justify-content:center; gap:0.5rem; margin:2rem 0; }
.pagination a, .pagination span { padding:6px 12px; background:#141824; border-radius:6px; text-decoration:none; color:#ddd; }
.download-card { background:#141824; border-radius:16px; padding:1.5rem; margin:1.5rem 0; text-align:center; }
.btn-download-lg { display:inline-block; background:#e6b422; color:#1a1f2e; padding:12px 28px; margin:0 10px; border-radius:40px; text-decoration:none; font-weight:bold; }
.install-guide { background:#0f1119; padding:1.5rem; border-radius:12px; margin-top:2rem; }
.faq-list details { background:#141824; margin:1rem 0; padding:1rem; border-radius:8px; }
.faq-list summary { font-weight:bold; cursor:pointer; color:#e6b422; }
footer { background:#0b0e16; margin-top:3rem; padding:2rem 0; text-align:center; font-size:0.9rem; border-top:1px solid #1f2330; }
.footer-links a { color:#aaa; margin:0 10px; text-decoration:none; }
@media (max-width:768px){ .header-flex{flex-direction:column;} nav ul{margin-top:10px;} .hero h1{font-size:1.8rem;} }

/* 新增模块样式 */
.latest-news { background: #0f1119; padding: 2rem 0; margin: 2rem 0; }
.news-list { list-style: none; }
.news-list li { padding: 12px 0; border-bottom: 1px solid #2a2f3e; font-size: 1rem; }
.news-list li i { color: #e6b422; margin-right: 10px; }
.news-list li strong { color: #fff; }

.version-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin: 2rem 0; }
.version-card { background: #141824; border-radius: 12px; padding: 1.5rem; text-align: center; transition: 0.2s; }
.version-card i { font-size: 2rem; color: #e6b422; margin-bottom: 0.5rem; }
.version-card h3 { color: #fff; margin: 0.5rem 0; }
.version-card .btn-version { display: inline-block; margin-top: 0.8rem; padding: 6px 16px; background: #2a2f3e; color: #e6b422; border-radius: 20px; text-decoration: none; font-size: 0.85rem; }
.version-card .btn-version:hover { background: #e6b422; color: #1a1f2e; }

.quick-schedule { padding: 2rem 0; }
.simple-table { width: 100%; background: #141824; border-collapse: collapse; border-radius: 12px; overflow: hidden; }
.simple-table th, .simple-table td { padding: 12px; text-align: left; border-bottom: 1px solid #2a2f3e; }
.simple-table th { background: #0f1119; color: #e6b422; }

.player-reviews { background: #0b0e16; padding: 2rem 0; margin: 2rem 0; }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.review-card { background: #141824; padding: 1.2rem; border-radius: 12px; border-left: 3px solid #e6b422; }
.review-text { font-style: italic; color: #ccc; margin-bottom: 0.8rem; }
.review-author { color: #e6b422; font-size: 0.9rem; margin-top: 0.5rem; }
.review-server { font-size: 0.8rem; color: #888; margin-top: 0.3rem; }

.guide-recommend { padding: 2rem 0; }
.guide-list { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.guide-item { background: #141824; padding: 0.8rem 1.5rem; border-radius: 40px; color: #ddd; text-decoration: none; transition: 0.2s; display: inline-flex; align-items: center; gap: 8px; }
.guide-item i { color: #e6b422; }
.guide-item:hover { background: #e6b422; color: #1a1f2e; }
.guide-item:hover i { color: #1a1f2e; }

@media (max-width: 768px) {
    .version-grid { grid-template-columns: 1fr 1fr; }
    .review-grid { grid-template-columns: 1fr; }
    .simple-table th, .simple-table td { font-size: 0.8rem; padding: 8px; }
}