* { font-family: "Segoe UI", "Helvetica Neue", Arial, "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif !important; box-sizing: border-box; margin: 0; padding: 0; }
:root { --primary: #ec4899; --secondary: #a855f7; --text: #1e1b2e; --muted: #6b7280; --bg: #faf7ff; --card: rgba(255,255,255,0.72); }
body { background: var(--bg); color: var(--text); line-height: 1.75; overflow-x: hidden; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.header { position: sticky; top: 0; z-index: 100; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); background: rgba(255,255,255,0.78); border-bottom: 1px solid rgba(236,72,153,0.14); }
.nav { max-width: 1200px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.brand { font-size: 22px; font-weight: 800; background: linear-gradient(135deg, var(--primary), var(--secondary)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-decoration: none; letter-spacing: 1px; }
.nav-links { display: flex; align-items: center; flex-wrap: wrap; gap: 4px; }
.nav-links a { margin-left: 4px; padding: 8px 14px; text-decoration: none; color: #4a4063; font-weight: 600; font-size: 14px; border-radius: 999px; transition: all .25s; }
.nav-links a:hover { background: linear-gradient(135deg, rgba(236,72,153,.12), rgba(168,85,247,.12)); color: var(--primary); }
.hero { background: linear-gradient(135deg, #ec4899 0%, #a855f7 100%); color: #fff; text-align: center; padding: 80px 24px 60px; position: relative; overflow: hidden; }
.hero::before { content: "⚽"; position: absolute; font-size: 140px; opacity: .12; left: 8%; top: 20%; transform: rotate(-15deg); }
.hero::after { content: "🏆"; position: absolute; font-size: 120px; opacity: .10; right: 8%; bottom: 10%; transform: rotate(15deg); }
.hero h1 { font-size: clamp(28px, 4vw, 48px); font-weight: 800; margin-bottom: 12px; letter-spacing: 2px; position: relative; z-index: 1; }
.hero-sub { font-size: 18px; opacity: .95; position: relative; z-index: 1; }
.geo-intro { padding: 40px 0 20px; }
.geo-intro p { font-size: 16px; color: #4a4063; max-width: 980px; margin: 0 auto; text-align: center; background: var(--card); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.6); border-radius: 20px; padding: 24px 28px; box-shadow: 0 12px 32px rgba(168,85,247,.08); }
.section { padding: 60px 0; }
.section-title { text-align: center; font-size: 28px; font-weight: 800; margin-bottom: 36px; letter-spacing: 2px; }
.section-title span { background: linear-gradient(135deg, var(--primary), var(--secondary)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.event-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.event-card { background: var(--card); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.7); border-radius: 20px; padding: 20px; text-align: center; box-shadow: 0 8px 24px rgba(168,85,247,.08); transition: transform .3s, box-shadow .3s; }
.event-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(236,72,153,.15); }
.event-card img { width: 100%; height: 140px; object-fit: cover; border-radius: 12px; margin-bottom: 14px; }
.event-card h3 { font-size: 17px; margin-bottom: 6px; font-weight: 700; }
.event-card p { font-size: 14px; color: var(--muted); margin-bottom: 12px; }
.tag { display: inline-block; padding: 4px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; text-decoration: none; background: linear-gradient(135deg, rgba(236,72,153,.12), rgba(168,85,247,.12)); color: var(--primary); border: 1px solid rgba(236,72,153,.2); }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.stat-card { background: linear-gradient(135deg, rgba(255,255,255,.85), rgba(255,255,255,.6)); backdrop-filter: blur(12px); border-radius: 20px; padding: 28px 16px; text-align: center; border: 1px solid rgba(255,255,255,.8); box-shadow: 0 8px 24px rgba(168,85,247,.08); }
.stat-card .icon { font-size: 36px; margin-bottom: 8px; }
.stat-card .num { font-size: 30px; font-weight: 800; background: linear-gradient(135deg, var(--primary), var(--secondary)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat-card .label { font-size: 14px; color: var(--muted); margin-top: 4px; }
.adv-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.adv-card { background: var(--card); backdrop-filter: blur(12px); border-radius: 20px; padding: 24px; border: 1px solid rgba(255,255,255,.7); box-shadow: 0 8px 24px rgba(168,85,247,.08); }
.adv-card .icon { font-size: 32px; margin-bottom: 10px; }
.adv-card h3 { font-size: 17px; margin-bottom: 6px; }
.adv-card p { font-size: 14px; color: var(--muted); }
.brand-story { background: linear-gradient(135deg, rgba(236,72,153,.06), rgba(168,85,247,.06)); }
.brand-flex { display: flex; align-items: center; gap: 36px; flex-wrap: wrap; }
.brand-flex img { width: 100%; max-width: 480px; border-radius: 20px; box-shadow: 0 12px 32px rgba(168,85,247,.12); }
.brand-text { flex: 1; min-width: 280px; }
.brand-text h3 { font-size: 22px; margin-bottom: 14px; font-weight: 800; }
.brand-text p { font-size: 15px; color: #4a4063; margin-bottom: 12px; }
.news-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.news-card { background: var(--card); backdrop-filter: blur(12px); border-radius: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,.7); box-shadow: 0 8px 24px rgba(168,85,247,.08); transition: transform .3s; display: flex; flex-direction: column; }
.news-card:hover { transform: translateY(-4px); }
.news-card img { width: 100%; height: 160px; object-fit: cover; }
.news-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.news-date { font-size: 13px; color: var(--secondary); font-weight: 700; margin-bottom: 6px; }
.news-card h3 { font-size: 17px; font-weight: 700; line-height: 1.4; margin-bottom: 8px; }
.news-card p { font-size: 14px; color: var(--muted); line-height: 1.7; flex: 1; }
.news-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; }
.avatar { font-size: 22px; }
.tes-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.tes-card { background: var(--card); backdrop-filter: blur(12px); border-radius: 20px; padding: 24px; border: 1px solid rgba(255,255,255,.7); box-shadow: 0 8px 24px rgba(168,85,247,.08); }
.tes-card .avatar { font-size: 40px; margin-bottom: 10px; }
.tes-card .name { font-size: 14px; font-weight: 700; color: var(--primary); margin-top: 10px; }
.tes-card p { font-size: 14px; color: #4a4063; }
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: var(--card); backdrop-filter: blur(12px); border-radius: 16px; border: 1px solid rgba(255,255,255,.7); overflow: hidden; box-shadow: 0 6px 20px rgba(168,85,247,.06); }
.faq-item summary { padding: 18px 22px; font-weight: 700; font-size: 16px; cursor: pointer; list-style: none; display: flex; align-items: center; gap: 10px; }
.faq-item summary::before { content: "❓"; font-size: 18px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-answer { padding: 0 22px 20px; font-size: 14px; color: #4a4063; line-height: 1.8; }
.download { background: linear-gradient(135deg, rgba(236,72,153,.06), rgba(168,85,247,.08)); }
.download-flex { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; justify-content: center; }
.download-flex img { width: 100%; max-width: 400px; border-radius: 20px; box-shadow: 0 16px 40px rgba(236,72,153,.18); }
.download-info { max-width: 420px; text-align: left; }
.download-info h3 { font-size: 24px; margin-bottom: 12px; }
.download-info p { font-size: 15px; color: var(--muted); margin-bottom: 20px; }
.btn { display: inline-block; padding: 12px 28px; border-radius: 999px; font-weight: 700; text-decoration: none; font-size: 15px; transition: transform .2s, box-shadow .2s; border: none; cursor: pointer; }
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #fff; box-shadow: 0 8px 24px rgba(236,72,153,.3); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(168,85,247,.35); }
.btn-ghost { background: rgba(255,255,255,.7); color: var(--primary); border: 1px solid rgba(236,72,153,.2); margin-left: 10px; }
.cta { background: linear-gradient(135deg, #ec4899, #a855f7); color: #fff; text-align: center; padding: 70px 24px; border-radius: 32px; margin: 60px 0; position: relative; overflow: hidden; }
.cta::before { content: "🎉"; position: absolute; left: 10%; top: 20%; font-size: 80px; opacity: .15; }
.cta::after { content: "⚡"; position: absolute; right: 12%; bottom: 15%; font-size: 70px; opacity: .12; }
.cta h2 { font-size: 30px; margin-bottom: 12px; }
.cta p { font-size: 16px; opacity: .95; margin-bottom: 24px; }
.cta .btn { background: #fff; color: var(--primary); }
.footer { background: #1e1b2e; color: #c9c5d4; padding: 50px 0 20px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 30px; margin-bottom: 30px; }
.footer h4 { color: #fff; margin-bottom: 12px; font-size: 16px; }
.footer p { font-size: 14px; line-height: 1.8; }
.footer a { color: #a78bfa; text-decoration: none; }
.footer a:hover { color: #ec4899; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; text-align: center; font-size: 13px; color: #9a94ab; }
.footer-bottom p { margin: 4px 0; }
@media (max-width: 768px) { .nav { flex-direction: column; padding: 12px; } .nav-links { justify-content: center; } .nav-links a { margin: 2px; } .brand-flex img { max-width: 100%; } .cta { margin: 30px 0; padding: 50px 20px; } .hero { padding: 50px 16px 40px; } .section { padding: 40px 0; } }