* { font-family: "Segoe UI", "Helvetica Neue", Arial, "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif; margin: 0; padding: 0; box-sizing: border-box; }
body { background: linear-gradient(145deg, #0f172a 0%, #1e293b 50%, #0f172a 100%); color: #f1f5f9; line-height: 1.7; overflow-x: hidden; }
a { color: #38bdf8; text-decoration: none; transition: color .3s; }
a:hover { color: #e2e8f0; }
img { max-width: 100%; display: block; border-radius: 8px; }
.container { width: 100%; max-width: 1320px; margin: 0 auto; padding: 0 24px; }

/* Navbar */
.navbar { position: sticky; top: 0; z-index: 999; background: rgba(15,23,42,.92); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(148,163,184,.25); }
.nav-container { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo-text { font-size: 1.6rem; font-weight: 800; color: #e2e8f0; letter-spacing: 2px; background: linear-gradient(135deg, #94a3b8, #38bdf8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.nav-links a { padding: 8px 18px; border-radius: 999px; font-size: .95rem; font-weight: 600; color: #cbd5e1; border: 1px solid transparent; background: rgba(148,163,184,.08); }
.nav-links a:hover { background: rgba(56,189,248,.15); border-color: rgba(56,189,248,.4); color: #f8fafc; }

/* Hero */
.hero { padding: 120px 0 80px; text-align: center; background: radial-gradient(ellipse at 50% 0%, rgba(56,189,248,.15) 0%, transparent 70%); }
.hero h1 { font-size: clamp(1.8rem, 5vw, 3.2rem); font-weight: 900; letter-spacing: 2px; line-height: 1.3; margin-bottom: 16px; background: linear-gradient(135deg, #f8fafc, #94a3b8, #38bdf8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 0 0 40px rgba(56,189,248,.1); }
.hero-sub { font-size: 1.15rem; color: #94a3b8; max-width: 720px; margin: 0 auto; letter-spacing: .5px; }

/* GEO */
.geo-intro { padding: 40px 0 60px; }
.geo-intro .card { background: linear-gradient(145deg, rgba(148,163,184,.1), rgba(15,23,42,.6)); border: 1px solid rgba(148,163,184,.15); border-radius: 20px; padding: 36px; backdrop-filter: blur(10px); }
.geo-intro .card h2 { font-size: 1.6rem; color: #e2e8f0; margin-bottom: 14px; letter-spacing: 1px; }
.geo-intro .card p { color: #cbd5e1; font-size: 1rem; text-align: justify; }

/* Section Common */
.section { padding: 60px 0; }
.section-title { text-align: center; margin-bottom: 36px; }
.section-title h2 { font-size: 2rem; color: #f8fafc; letter-spacing: 1px; position: relative; display: inline-block; }
.section-title h2::after { content: ''; display: block; width: 60px; height: 3px; margin: 12px auto 0; background: linear-gradient(90deg, #38bdf8, #94a3b8); border-radius: 2px; }
.section-title p { color: #94a3b8; margin-top: 10px; }

/* Cards */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.card-item { background: linear-gradient(145deg, rgba(148,163,184,.12), rgba(15,23,42,.7)); border: 1px solid rgba(148,163,184,.15); border-radius: 16px; padding: 28px; transition: transform .3s, box-shadow .3s; }
.card-item:hover { transform: translateY(-6px); box-shadow: 0 12px 36px rgba(0,0,0,.35), 0 0 0 1px rgba(56,189,248,.2); }
.card-item h3 { font-size: 1.25rem; color: #e2e8f0; margin: 16px 0 10px; }
.card-item p { color: #94a3b8; font-size: .93rem; }

/* Stats */
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 24px; text-align: center; }
.stat-number { font-size: 3rem; font-weight: 900; color: #38bdf8; line-height: 1.2; }
.stat-label { font-size: .95rem; color: #94a3b8; margin-top: 6px; }

/* Brand Story */
.brand-row { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
@media(max-width:768px){ .brand-row{ grid-template-columns: 1fr; } }
.brand-text h3 { font-size: 1.8rem; color: #e2e8f0; margin-bottom: 16px; }
.brand-text p { color: #94a3b8; margin-bottom: 14px; text-align: justify; }

/* Events */
.event-card { display: flex; gap: 20px; background: rgba(15,23,42,.5); border: 1px solid rgba(148,163,184,.15); border-radius: 16px; padding: 20px; align-items: center; }
.event-card img { width: 120px; height: 80px; object-fit: cover; }
.event-info h4 { color: #e2e8f0; font-size: 1.1rem; }
.event-info .meta { color: #94a3b8; font-size: .85rem; }
.event-info .status { display: inline-block; padding: 4px 14px; background: rgba(56,189,248,.15); color: #38bdf8; font-size: .8rem; font-weight: 700; border-radius: 999px; }

/* Live Stream */
.live-section { background: linear-gradient(180deg, #0f172a, rgba(56,189,248,.05)); border-top: 1px solid rgba(148,163,184,.1); border-bottom: 1px solid rgba(148,163,184,.1); }
.live-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.live-item { display: flex; align-items: center; gap: 16px; background: rgba(15,23,42,.6); border: 1px solid rgba(148,163,184,.12); border-radius: 14px; padding: 16px 20px; }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: #ef4444; box-shadow: 0 0 12px rgba(239,68,68,.6); animation: pulse 1.5s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.5} }
.live-team { font-weight: 800; color: #f8fafc; }
.live-score { font-size: 1.4rem; font-weight: 900; color: #38bdf8; margin: 0 8px; }
.live-sport { font-size: .8rem; color: #94a3b8; }

/* Rankings */
.rank-list { display: grid; gap: 12px; }
.rank-item { display: flex; align-items: center; gap: 16px; background: rgba(148,163,184,.08); border-radius: 12px; padding: 14px 20px; border: 1px solid rgba(148,163,184,.1); }
.rank-num { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; background: rgba(56,189,248,.15); color: #38bdf8; font-weight: 800; border-radius: 10px; }
.rank-team { flex: 1; font-weight: 700; color: #e2e8f0; }
.rank-pts { color: #94a3b8; }

/* Testimonials */
.tst-card { background: rgba(15,23,42,.5); border: 1px solid rgba(148,163,184,.12); border-radius: 16px; padding: 26px; }
.tst-card .quote { font-size: 2rem; color: #38bdf8; line-height: 0; }
.tst-card .name { color: #e2e8f0; font-weight: 700; margin-top: 12px; }
.tst-card .role { color: #94a3b8; font-size: .85rem; }

/* CTA */
.cta-section { text-align: center; padding: 80px 0; background: radial-gradient(ellipse at center, rgba(56,189,248,.2), transparent 70%); }
.cta-btn { display: inline-block; padding: 14px 40px; font-size: 1.05rem; font-weight: 700; border-radius: 999px; background: linear-gradient(135deg, #38bdf8, #0ea5e9); color: #fff; border: none; box-shadow: 0 4px 20px rgba(56,189,248,.3); transition: transform .3s, box-shadow .3s; }
.cta-btn:hover { transform: scale(1.04); box-shadow: 0 6px 30px rgba(56,189,248,.5); }
.cta-btn.secondary { background: linear-gradient(135deg, #94a3b8, #64748b); margin-left: 12px; }

/* News List */
.news-list { padding: 60px 0; }
.news-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.news-item { background: rgba(15,23,42,.5); border: 1px solid rgba(148,163,184,.12); border-radius: 14px; overflow: hidden; transition: transform .3s; }
.news-item:hover { transform: translateY(-4px); }
.news-item img { width: 100%; height: 170px; object-fit: cover; }
.news-body { padding: 20px; }
.news-date { display: inline-block; font-size: .82rem; color: #38bdf8; background: rgba(56,189,248,.1); padding: 4px 12px; border-radius: 999px; margin-bottom: 12px; font-weight: 600; }
.news-body h3 { font-size: 1.1rem; color: #f8fafc; margin-bottom: 8px; }
.news-body h3 a { color: #f8fafc; }
.news-body h3 a:hover { color: #38bdf8; }
.news-body p { color: #94a3b8; font-size: .9rem; }

/* FAQ */
.faq-list { display: grid; gap: 18px; max-width: 900px; margin: 0 auto; }
.faq-item { background: rgba(15,23,42,.45); border: 1px solid rgba(148,163,184,.12); border-radius: 14px; padding: 24px; }
.faq-item h3 { font-size: 1.1rem; color: #e2e8f0; margin-bottom: 10px; }
.faq-item p { color: #94a3b8; font-size: .95rem; text-align: justify; }

/* Footer */
.footer { background: rgba(15,23,42,.95); border-top: 1px solid rgba(148,163,184,.15); padding: 54px 0 24px; margin-top: 40px; }
.footer-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; margin-bottom: 32px; }
.footer h4 { color: #e2e8f0; font-size: 1.1rem; margin-bottom: 12px; }
.footer p { color: #94a3b8; font-size: .9rem; line-height: 1.8; }
.footer-bottom { border-top: 1px solid rgba(148,163,184,.1); padding-top: 20px; text-align: center; color: #64748b; font-size: .88rem; }
.footer-bottom a { color: #94a3b8; margin: 0 6px; }
.footer-bottom a:hover { color: #38bdf8; }