* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", "Helvetica Neue", Arial, "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif !important;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    background: linear-gradient(135deg, #0b1228 0%, #1e3a5f 50%, #0b1228 100%);
    color: #f0f9ff;
    min-height: 100vh;
    overflow-x: hidden;
    line-height: 1.7;
    font-size: 16px;
  }
  a {
    color: #38bdf8;
    text-decoration: none;
    transition: color .3s;
  }
  a:hover {
    color: #7dd3fc;
  }
  .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
  }
  /* Navbar */
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(10, 16, 34, 0.82);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid rgba(56, 189, 248, 0.15);
    padding: 0 32px;
  }
  .nav-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
  }
  .nav-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #f0f9ff;
  }
  .nav-brand img {
    width: 36px;
    height: 36px;
    object-fit: contain;
  }
  .nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
  }
  .nav-links a {
    color: rgba(240, 249, 255, 0.85);
    font-weight: 500;
    font-size: 15px;
    padding: 8px 2px;
    border-bottom: 2px solid transparent;
    transition: all .3s;
  }
  .nav-links a:hover {
    color: #38bdf8;
    border-bottom-color: #38bdf8;
  }
  /* Hero */
  .hero-section {
    position: relative;
    padding: 140px 24px 60px;
    text-align: center;
    background: radial-gradient(circle at 30% 20%, rgba(56, 189, 248, 0.18) 0%, transparent 60%), radial-gradient(circle at 70% 80%, rgba(30, 58, 95, 0.6) 0%, transparent 50%), linear-gradient(180deg, #0b1228 0%, #142a47 100%);
    overflow: hidden;
  }
  .hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/img/football.webp");
    background-size: cover;
    background-position: center;
    opacity: 0.08;
    z-index: 0;
  }
  .hero-section .container {
    position: relative;
    z-index: 2;
  }
  .hero-section h1 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.3;
    background: linear-gradient(135deg, #f0f9ff 0%, #38bdf8 50%, #7dd3fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 60px rgba(56, 189, 248, 0.3);
    margin-bottom: 24px;
  }
  /* Geo */
  .geo-section {
    padding: 30px 24px 60px;
    background: linear-gradient(180deg, transparent 0%, rgba(11, 18, 40, 0.6) 100%);
  }
  .geo-section .geo-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 36px 40px;
    font-size: 17px;
    line-height: 1.8;
    color: rgba(240, 249, 255, 0.88);
    max-width: 1150px;
    margin: 0 auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border-left: 4px solid #38bdf8;
  }
  /* Section common */
  .section {
    padding: 70px 24px;
  }
  .section-alt {
    background: rgba(255, 255, 255, 0.02);
  }
  .section-header {
    text-align: center;
    margin-bottom: 50px;
  }
  .section-tag {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 50px;
    background: rgba(56, 189, 248, 0.15);
    border: 1px solid rgba(56, 189, 248, 0.35);
    color: #38bdf8;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 14px;
    text-transform: uppercase;
  }
  .section-tag a {
    color: #38bdf8;
  }
  .section-tag a:hover {
    color: #7dd3fc;
  }
  .section-header h2 {
    font-size: 34px;
    font-weight: 700;
    background: linear-gradient(135deg, #f0f9ff, #7dd3fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .section-header p {
    color: rgba(240, 249, 255, 0.6);
    margin-top: 10px;
    font-size: 16px;
  }
  /* Glass Card */
  .glass-card {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), inset 0 0 20px rgba(56, 189, 248, 0.03);
    transition: transform .4s, box-shadow .4s;
    position: relative;
  }
  .glass-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(56, 189, 248, 0.2), inset 0 0 30px rgba(56, 189, 248, 0.05);
  }
  /* Stats */
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
  }
  .stat-item {
    text-align: center;
    padding: 30px 14px;
  }
  .stat-item img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 14px;
  }
  .stat-number {
    font-size: 34px;
    font-weight: 800;
    background: linear-gradient(135deg, #38bdf8, #f0f9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    line-height: 1.2;
  }
  .stat-label {
    color: rgba(240, 249, 255, 0.6);
    font-size: 14px;
    margin-top: 6px;
  }
  /* Advantages */
  .advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  .advantage-item {
    text-align: left;
    padding: 32px 28px;
  }
  .advantage-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.2), rgba(30, 58, 95, 0.4));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 16px;
    border: 1px solid rgba(56, 189, 248, 0.3);
  }
  .advantage-item h3 {
    font-size: 18px;
    color: #f0f9ff;
    margin-bottom: 10px;
  }
  .advantage-item p {
    color: rgba(240, 249, 255, 0.65);
    font-size: 14px;
    line-height: 1.7;
  }
  /* Events */
  .events-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
  .event-card {
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .event-card img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
  }
  .event-info {
    flex: 1;
  }
  .event-league {
    color: #38bdf8;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
  }
  .event-teams {
    color: #f0f9ff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .event-meta {
    color: rgba(240, 249, 255, 0.5);
    font-size: 13px;
    display: flex;
    gap: 16px;
  }
  /* Rankings */
  .rankings-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .ranking-card {
    padding: 30px;
  }
  .ranking-card h3 {
    color: #f0f9ff;
    font-size: 20px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .ranking-row {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 15px;
    color: rgba(240, 249, 255, 0.8);
  }
  .ranking-row:last-child {
    border-bottom: none;
  }
  .ranking-pos {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(56, 189, 248, 0.15);
    color: #38bdf8;
    font-weight: 700;
    font-size: 13px;
    margin-right: 14px;
  }
  .ranking-name {
    flex: 1;
    font-weight: 500;
  }
  .ranking-pts {
    font-weight: 600;
    color: #f0f9ff;
  }
  /* Live */
  .live-banner {
    position: relative;
    padding: 44px;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.12), rgba(30, 58, 95, 0.5));
    border-radius: 28px;
    display: flex;
    align-items: center;
    gap: 32px;
    overflow: hidden;
    border: 1px solid rgba(56, 189, 248, 0.25);
  }
  .live-banner::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.25), transparent 70%);
  }
  .live-banner img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
    padding: 20px;
    flex-shrink: 0;
  }
  .live-banner-info {
    flex: 1;
  }
  .live-badge {
    display: inline-block;
    background: rgba(239, 68, 68, 0.2);
    color: #f87171;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 50px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    border: 1px solid rgba(239, 68, 68, 0.3);
  }
  .live-banner h3 {
    font-size: 28px;
    color: #f0f9ff;
    margin-bottom: 8px;
  }
  .live-banner p {
    color: rgba(240, 249, 255, 0.65);
    font-size: 15px;
  }
  .live-actions {
    display: flex;
    gap: 14px;
    flex-shrink: 0;
    align-items: center;
  }
  .btn-live {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    background: linear-gradient(135deg, #38bdf8, #0ea5e9);
    color: #fff;
    box-shadow: 0 4px 20px rgba(56, 189, 248, 0.4);
    border: none;
    cursor: pointer;
    transition: all .3s;
  }
  .btn-live:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(56, 189, 248, 0.5);
  }
  /* Highlights */
  .highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  .highlight-card {
    padding: 0;
    overflow: hidden;
  }
  .highlight-thumb {
    height: 180px;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .highlight-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(11, 18, 40, 0.9));
  }
  .highlight-content {
    padding: 20px;
  }
  .highlight-content h3 {
    color: #f0f9ff;
    font-size: 17px;
    margin-bottom: 8px;
  }
  .highlight-content p {
    color: rgba(240, 249, 255, 0.6);
    font-size: 13px;
  }
  /* News */
  .news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    max-width: 1150px;
    margin: 0 auto;
  }
  .news-card {
    padding: 28px 30px;
    display: flex;
    flex-direction: column;
  }
  .news-meta {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 10px;
    font-size: 13px;
    color: #38bdf8;
  }
  .news-meta .news-date {
    background: rgba(56, 189, 248, 0.1);
    padding: 2px 12px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 13px;
    color: #7dd3fc;
  }
  .news-meta .news-tag {
    background: rgba(255, 255, 255, 0.06);
    padding: 2px 12px;
    border-radius: 30px;
    color: rgba(240, 249, 255, 0.5);
    font-size: 12px;
  }
  .news-card h3 {
    color: #f0f9ff;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
    font-weight: 600;
  }
  .news-card h3 a {
    color: #f0f9ff;
  }
  .news-card h3 a:hover {
    color: #38bdf8;
  }
  .news-card p {
    color: rgba(240, 249, 255, 0.65);
    font-size: 14px;
    line-height: 1.75;
    flex: 1;
  }
  .news-card .read-more {
    display: inline-block;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #38bdf8;
    transition: all .3s;
  }
  .news-card .read-more:hover {
    color: #7dd3fc;
    transform: translateX(6px);
  }
  /* FAQ */
  .faq-section {
    max-width: 900px;
    margin: 0 auto;
  }
  .faq-item {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all .4s;
  }
  .faq-item:hover {
    border-color: rgba(56, 189, 248, 0.25);
  }
  .faq-item summary {
    padding: 22px 28px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #f0f9ff;
    background: rgba(255, 255, 255, 0.03);
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
  }
  .faq-item summary::-webkit-details-marker {
    display: none;
  }
  .faq-item summary::after {
    content: "＋";
    font-size: 20px;
    color: #38bdf8;
    transition: transform .3s;
    flex-shrink: 0;
  }
  .faq-item[open] summary::after {
    transform: rotate(45deg);
  }
  .faq-item[open] summary {
    color: #38bdf8;
    background: rgba(56, 189, 248, 0.08);
  }
  .faq-item p {
    padding: 0 28px 22px;
    color: rgba(240, 249, 255, 0.72);
    font-size: 15px;
    line-height: 1.8;
  }
  /* Footer */
  .footer {
    background: rgba(5, 8, 18, 0.9);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 50px 24px 30px;
    backdrop-filter: blur(16px);
  }
  .footer-container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  }
  .footer h4 {
    color: #f0f9ff;
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 600;
  }
  .footer p {
    color: rgba(240, 249, 255, 0.55);
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.7;
  }
  .footer-links {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .footer-links a {
    color: rgba(240, 249, 255, 0.6);
    font-size: 14px;
    transition: color .3s;
  }
  .footer-links a:hover {
    color: #38bdf8;
  }
  .footer-bottom {
    max-width: 1280px;
    margin: 22px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .footer-bottom p {
    color: rgba(240, 249, 255, 0.4);
    font-size: 13px;
  }
  .footer-divider {
    color: rgba(240, 249, 255, 0.25);
    margin: 0 8px;
  }
  /* Responsive */
  @media (max-width: 968px) {
    .stats-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .advantages-grid {
      grid-template-columns: 1fr;
    }
    .events-grid {
      grid-template-columns: 1fr;
    }
    .rankings-grid {
      grid-template-columns: 1fr;
    }
    .highlights-grid {
      grid-template-columns: 1fr;
    }
    .news-grid {
      grid-template-columns: 1fr;
    }
    .footer-container {
      grid-template-columns: 1fr;
    }
    .footer-links {
      text-align: left;
    }
    .live-banner {
      flex-direction: column;
      text-align: center;
    }
    .live-actions {
      flex-direction: column;
      width: 100%;
    }
    .hero-section h1 {
      font-size: 30px;
    }
    .nav-links {
      gap: 14px;
      font-size: 13px;
    }
    .nav-container {
      flex-wrap: wrap;
      height: auto;
      padding: 14px 0;
    }
    .navbar {
      padding: 0 16px;
    }
  }
  @media (max-width: 600px) {
    .nav-links {
      gap: 10px;
    }
    .nav-links a {
      font-size: 13px;
    }
    .hero-section {
      padding-top: 130px;
    }
    .section {
      padding: 50px 16px;
    }
  }