/*
Theme Name: 6686体育 - EliteSport Pro
Theme URI: https://6686sport2026.com
Author: 6686Sports Team
Description: 6686体育官方WordPress主题 - 科技蓝深色设计，专业体育赛事平台
Version: 2.2.0
Requires at least: 6.0
Requires PHP: 8.0
License: Commercial
Text Domain: 6686sports
Tags: sports, dark, blue, tech, seo-optimized, live-scores, responsive
*/

/* ================================================================
   DESIGN TOKENS
   ================================================================ */
:root {
  --cyan:          #00e5ff;
  --cyan-bright:   #40eeff;
  --cyan-glow:     rgba(0,229,255,.10);
  --cyan-border:   rgba(0,229,255,.25);
  --blue:          #2979ff;
  --blue-mid:      #448aff;
  --red:           #ff1744;
  --green:         #00e676;
  --purple:        #7c4dff;

  --bg0:    #050810;
  --bg1:    #080d18;
  --bg2:    #0d1424;
  --bg3:    #131d30;
  --bd1:    #1a2540;
  --bd2:    #243358;

  --t1:  #e8eef8;
  --t2:  #8896b0;
  --t3:  #4a5568;

  --font-d: 'Orbitron','PingFang SC','Microsoft YaHei',Arial,sans-serif;
  --font-b: 'Noto Sans SC','PingFang SC','Microsoft YaHei',Arial,sans-serif;

  --r1:  4px;
  --r2:  8px;
  --r3: 12px;
  --r4: 20px;

  --ease: 180ms ease;
  --ease2: 280ms cubic-bezier(.4,0,.2,1);
}

/* ================================================================
   RESET & BASE
   ================================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Noto Sans SC','PingFang SC','Microsoft YaHei',Arial,sans-serif;
  font-family: var(--font-b);
  background-color: #050810;
  background-color: var(--bg0);
  background-image: radial-gradient(ellipse 100% 50% at 50% -20%, rgba(41,121,255,.06) 0%, transparent 70%);
  color: #e8eef8;
  color: var(--t1);
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: #00e5ff; color: var(--cyan); text-decoration: none; transition: color 180ms ease; }
a:hover { color: #40eeff; color: var(--cyan-bright); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button, input, textarea, select { font-family: inherit; }

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #080d18; }
::-webkit-scrollbar-thumb { background: #243358; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #00b8d4; }

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
h1,h2,h3,h4,h5,h6 {
  font-family: 'Orbitron','PingFang SC','Microsoft YaHei',Arial,sans-serif;
  font-family: var(--font-d);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .05em;
  text-transform: uppercase;
}
h1 { font-size: clamp(24px,4.5vw,48px); }
h2 { font-size: clamp(20px,3vw,34px); }
h3 { font-size: clamp(16px,2.2vw,22px); }

p { font-family: 'Noto Sans SC','PingFang SC','Microsoft YaHei',Arial,sans-serif; }

/* Gradient text */
.cyan-text {
  background: linear-gradient(135deg, #00e5ff 0%, #2979ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ================================================================
   LAYOUT
   ================================================================ */
.container {
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
.grid-4 { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 16px; }

/* Two-column page layout */
.content-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 32px;
  align-items: start;
}
.main-content { min-width: 0; }

/* ================================================================
   SITE HEADER
   ================================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(5,8,16,.97);
  -webkit-backdrop-filter: blur(24px) saturate(200%);
  backdrop-filter: blur(24px) saturate(200%);
  border-bottom: 1px solid #1a2540;
}

/* Top rainbow line */
.site-header::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #00e5ff, #2979ff, #7c4dff, transparent);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  gap: 24px;
}

/* ── LOGO ── */
.site-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  flex-shrink: 0;
}
.site-logo__icon {
  width: 38px;
  height: 38px;
  background: #131d30;
  border: 1px solid #00e5ff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Orbitron',Arial,sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #00e5ff;
  box-shadow: 0 0 12px rgba(0,229,255,.25);
  letter-spacing: 0;
}
.site-logo__text {
  font-family: 'Orbitron','PingFang SC',Arial,sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #00e5ff, #448aff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── LIVE TICKER ── */
.live-ticker {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  padding: 6px 12px;
  background: #0d1424;
  border: 1px solid #1a2540;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  position: relative;
}
.live-ticker::before,
.live-ticker::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 36px;
  z-index: 1;
  pointer-events: none;
}
.live-ticker::before { left: 0;  background: linear-gradient(90deg,  #0d1424, transparent); }
.live-ticker::after  { right: 0; background: linear-gradient(-90deg, #0d1424, transparent); }

.live-ticker__label {
  color: #ff1744;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 5px;
}
.live-ticker__label::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #ff1744;
  box-shadow: 0 0 6px #ff1744;
  animation: blink 1.2s ease-in-out infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }

.live-ticker__scroll { overflow: hidden; flex: 1; }
.live-ticker__text {
  display: inline-block;
  white-space: nowrap;
  color: #8896b0;
  animation: scroll-left 35s linear infinite;
}
@keyframes scroll-left {
  from { transform: translateX(100vw); }
  to   { transform: translateX(-100%); }
}

/* ── NAVIGATION ── */
.main-nav ul {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
}
.main-nav a {
  display: flex;
  align-items: center;
  padding: 8px 14px;
  font-family: 'Orbitron',Arial,sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8896b0;
  border-radius: 4px;
  position: relative;
  transition: color 180ms ease, background 180ms ease;
}
.main-nav a::after {
  content: '';
  position: absolute;
  bottom: 3px; left: 50%; right: 50%;
  height: 1px;
  background: #00e5ff;
  transition: left 180ms ease, right 180ms ease;
}
.main-nav a:hover { color: #00e5ff; background: rgba(0,229,255,.06); }
.main-nav a:hover::after { left: 14px; right: 14px; }
.main-nav li.current-menu-item > a { color: #00e5ff; }

/* ── HEADER ACTIONS ── */
.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* ── BREADCRUMB ── */
.breadcrumb {
  background: #080d18;
  border-bottom: 1px solid #1a2540;
  padding: 10px 0;
  font-size: 12px;
  color: #4a5568;
}
.breadcrumb .container { display: flex; align-items: center; gap: 8px; }
.breadcrumb a { color: #4a5568; }
.breadcrumb a:hover { color: #00e5ff; }
.breadcrumb__sep { color: #1a2540; }
.breadcrumb__current { color: #8896b0; }

/* ================================================================
   BUTTONS
   ================================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 22px;
  font-family: 'Orbitron',Arial,sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 180ms ease;
  white-space: nowrap;
  line-height: 1;
}

.btn--cyan {
  background: linear-gradient(135deg, #00e5ff 0%, #00b8d4 100%);
  color: #000a0f;
  box-shadow: 0 0 20px rgba(0,229,255,.3);
}
.btn--cyan:hover {
  opacity: .9;
  box-shadow: 0 0 30px rgba(0,229,255,.5);
  color: #000;
  transform: translateY(-1px);
}

.btn--outline {
  background: transparent;
  color: #00e5ff;
  border: 1px solid #00e5ff;
}
.btn--outline:hover { background: rgba(0,229,255,.08); }

.btn--ghost {
  background: #0d1424;
  color: #8896b0;
  border: 1px solid #1a2540;
}
.btn--ghost:hover { border-color: #00e5ff; color: #00e5ff; }

.btn--lg { padding: 13px 32px; font-size: 13px; }
.btn--sm { padding: 7px 14px; font-size: 11px; }

/* Tags / Pills */
.tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  background: rgba(0,229,255,.08);
  border: 1px solid rgba(0,229,255,.2);
  border-radius: 3px;
  font-family: 'Orbitron',Arial,sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #00e5ff;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  background: rgba(255,255,255,.04);
  border: 1px solid #1a2540;
  border-radius: 20px;
  font-size: 11px;
  color: #8896b0;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #080d18;
  padding: 80px 0;
}

/* Animated grid bg */
.hero__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,229,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,229,255,.025) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: grid-scroll 25s linear infinite;
}
.hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 90% at 10% 50%, rgba(41,121,255,.10) 0%, transparent 55%),
    radial-gradient(ellipse 50% 60% at 85% 20%, rgba(0,229,255,.07) 0%, transparent 50%),
    radial-gradient(ellipse 100% 50% at 50% 100%, rgba(0,0,0,.85) 0%, transparent 70%);
}
@keyframes grid-scroll {
  0%   { background-position: 0 0, 0 0; }
  100% { background-position: 50px 50px, 50px 50px; }
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(0,229,255,.06);
  border: 1px solid rgba(0,229,255,.25);
  border-radius: 4px;
  font-family: 'Orbitron',Arial,sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #00e5ff;
  text-transform: uppercase;
  letter-spacing: .15em;
  margin-bottom: 40px;
}

.hero__title {
  font-family: 'Orbitron','PingFang SC','Microsoft YaHei',Arial,sans-serif;
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: .04em;
  color: #e8eef8;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero__subtitle {
  font-family: 'Noto Sans SC','PingFang SC',Arial,sans-serif;
  font-size: 15px;
  color: #8896b0;
  line-height: 1.8;
  margin-bottom: 36px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid #1a2540;
}

.hero__stat {
  position: relative;
  text-align: center;
  padding: 16px;
  background: #0d1424;
  border: 1px solid #1a2540;
  border-radius: 8px;
}
.hero__stat::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 2px;
  background: #00e5ff;
  border-radius: 1px;
}
.hero__stat-value {
  display: block;
  font-family: 'Orbitron',Arial,sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #00e5ff;
  letter-spacing: .05em;
}
.hero__stat-label {
  display: block;
  font-size: 11px;
  color: #4a5568;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-family: 'Noto Sans SC',Arial,sans-serif;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.section { padding: 64px 0; }
.section--dark { background: #080d18; }
.app-section   { background: #080d18; }

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 16px;
}

.section-title {
  font-family: 'Orbitron',Arial,sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #e8eef8;
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-title__line {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #00e5ff, transparent);
  flex-shrink: 0;
}

/* ================================================================
   SCORE TABS
   ================================================================ */
.score-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 4px;
  background: #0d1424;
  border: 1px solid #1a2540;
  border-radius: 6px;
  margin-bottom: 24px;
  width: fit-content;
}
.score-tab {
  padding: 8px 18px;
  border-radius: 4px;
  font-family: 'Orbitron',Arial,sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  color: #4a5568;
  border: 1px solid transparent;
  background: none;
  transition: all 180ms ease;
}
.score-tab.active {
  background: rgba(0,229,255,.10);
  color: #00e5ff;
  border-color: rgba(0,229,255,.30);
  box-shadow: 0 0 10px rgba(0,229,255,.10);
}
.score-tab:hover:not(.active) { color: #8896b0; }

/* ================================================================
   MATCH CARDS
   ================================================================ */
.match-card {
  background: #0d1424;
  border: 1px solid #1a2540;
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.match-card::before {
  content: '';
  position: absolute;
  top: -100%; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #00e5ff, transparent);
  transition: top 280ms ease;
}
.match-card:hover {
  border-color: rgba(0,229,255,.3);
  background: #131d30;
  box-shadow: 0 8px 32px rgba(0,0,0,.4), 0 0 20px rgba(0,229,255,.06);
}
.match-card:hover::before { top: 0; }

.match-card__league {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.match-card__league-name {
  font-family: 'Orbitron',Arial,sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #4a5568;
}
.match-card__status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Orbitron',Arial,sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 3px 8px;
  border-radius: 4px;
}
.match-card__status--live {
  background: rgba(255,23,68,.10);
  color: #ff1744;
  border: 1px solid rgba(255,23,68,.30);
}
.match-card__status--upcoming {
  background: rgba(0,229,255,.08);
  color: #00e5ff;
  border: 1px solid rgba(0,229,255,.20);
}
.match-card__status--finished {
  background: transparent;
  color: #4a5568;
  border: 1px solid #1a2540;
}

.match-card__teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}
.match-card__team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.match-card__team-logo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #131d30;
  border: 1px solid #243358;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.match-card__team-name {
  font-family: 'Orbitron',Arial,sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-align: center;
  color: #e8eef8;
}
.match-card__score {
  display: flex;
  align-items: center;
  gap: 8px;
}
.match-card__score-num {
  font-family: 'Orbitron',Arial,sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #e8eef8;
  min-width: 28px;
  text-align: center;
  letter-spacing: -.02em;
}
.match-card__score-sep {
  color: #4a5568;
  font-size: 20px;
  font-weight: 300;
}
.match-card__time {
  text-align: center;
  margin-top: 12px;
  font-family: 'Orbitron',Arial,sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #00e5ff;
  letter-spacing: .08em;
}

/* ================================================================
   NEWS SECTION
   ================================================================ */
.news-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 24px;
  align-items: start;
}

.news-featured {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 380px;
  background: #0d1424;
  display: flex;
  align-items: flex-end;
}
.news-featured__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-featured__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.25) 60%, transparent 100%);
}
.news-featured__content {
  position: relative;
  z-index: 2;
  padding: 28px;
  width: 100%;
}
.news-featured__category {
  display: inline-block;
  padding: 3px 10px;
  background: rgba(0,229,255,.15);
  border: 1px solid rgba(0,229,255,.30);
  border-radius: 3px;
  font-family: 'Orbitron',Arial,sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #00e5ff;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 10px;
}
.news-featured__title {
  font-family: 'Noto Sans SC','PingFang SC',Arial,sans-serif;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  margin-bottom: 10px;
  text-transform: none;
  letter-spacing: 0;
}
.news-featured__meta { font-size: 12px; color: #8896b0; }

.news-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.news-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px;
  background: #0d1424;
  border: 1px solid #1a2540;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease;
}
.news-item:hover { border-color: rgba(0,229,255,.25); background: #131d30; }
.news-item__thumb {
  width: 80px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 6px;
  object-fit: cover;
  background: #131d30;
}
.news-item__content { flex: 1; min-width: 0; }
.news-item__title {
  font-family: 'Noto Sans SC','PingFang SC',Arial,sans-serif;
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 6px;
  color: #e8eef8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}
.news-item__meta { font-size: 11px; color: #4a5568; }

/* ================================================================
   APP DOWNLOAD SECTION
   ================================================================ */
.app-download {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 60px;
  align-items: center;
}

.app-download__tagline {
  font-family: 'Orbitron',Arial,sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #00e5ff;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.app-download__title {
  font-family: 'Orbitron','PingFang SC',Arial,sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.1;
  color: #e8eef8;
  margin-bottom: 20px;
}
.app-download__desc {
  font-family: 'Noto Sans SC','PingFang SC',Arial,sans-serif;
  font-size: 14px;
  color: #8896b0;
  line-height: 1.8;
  margin-bottom: 28px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.app-features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }
.app-feature {
  font-family: 'Noto Sans SC',Arial,sans-serif;
  font-size: 13px;
  color: #8896b0;
  padding-left: 20px;
  position: relative;
  text-transform: none;
  letter-spacing: 0;
}
.app-feature::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #00e5ff;
}

.app-download__buttons { display: flex; flex-wrap: wrap; gap: 12px; }

.app-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: #0d1424;
  border: 1px solid #243358;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: all 180ms ease;
}
.app-store-btn:hover {
  border-color: #00e5ff;
  background: #131d30;
  box-shadow: 0 4px 20px rgba(0,229,255,.10);
}
.app-store-btn__icon { font-size: 24px; }
.app-store-btn__text { display: flex; flex-direction: column; }
.app-store-btn__sub  { font-size: 10px; color: #4a5568; font-family: 'Noto Sans SC',Arial,sans-serif; }
.app-store-btn__name {
  font-family: 'Orbitron',Arial,sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #e8eef8;
  letter-spacing: .05em;
}

/* App mockup phone */
.app-download__visual { display: flex; align-items: center; justify-content: center; }
.app-mockup {
  background: #0d1424;
  border: 1px solid #243358;
  border-radius: 24px;
  padding: 16px;
  width: 100%;
  max-width: 260px;
  box-shadow: 0 24px 60px rgba(0,0,0,.6), 0 0 40px rgba(0,229,255,.05);
}
.app-mockup__screen { display: flex; flex-direction: column; gap: 6px; }

/* ================================================================
   REGISTER BANNER
   ================================================================ */
.register-banner {
  background: linear-gradient(135deg, rgba(0,229,255,.06) 0%, rgba(41,121,255,.06) 100%);
  border: 1px solid rgba(0,229,255,.20);
  border-radius: 16px;
  padding: 56px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.register-banner::before {
  content: '';
  position: absolute;
  top: -80px; left: 50%;
  transform: translateX(-50%);
  width: 400px; height: 400px;
  background: radial-gradient(ellipse, rgba(0,229,255,.08), transparent 70%);
  pointer-events: none;
}
.register-banner__title {
  font-family: 'Orbitron','PingFang SC',Arial,sans-serif;
  font-size: clamp(22px, 3.5vw, 42px);
  font-weight: 900;
  margin-bottom: 16px;
  color: #e8eef8;
  position: relative;
  z-index: 1;
}
.register-banner__desc {
  font-family: 'Noto Sans SC','PingFang SC',Arial,sans-serif;
  font-size: 15px;
  color: #8896b0;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
.register-banner__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

/* ================================================================
   ARTICLE / SINGLE
   ================================================================ */
.article-header { margin-bottom: 36px; }

.article-header__title {
  font-family: 'Noto Sans SC','PingFang SC',Arial,sans-serif;
  font-size: clamp(22px, 3.5vw, 36px);
  font-weight: 700;
  color: #e8eef8;
  line-height: 1.35;
  margin-bottom: 16px;
  text-transform: none;
  letter-spacing: 0;
}

.article-header__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #4a5568;
  margin-bottom: 24px;
}

.article-header__image {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  max-height: 480px;
}

.article-body {
  font-family: 'Noto Sans SC','PingFang SC',Arial,sans-serif;
  font-size: 15px;
  line-height: 1.85;
  color: #8896b0;
}
.article-body h2 {
  font-family: 'Noto Sans SC','PingFang SC',Arial,sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #e8eef8;
  margin: 32px 0 14px;
  text-transform: none;
  letter-spacing: 0;
}
.article-body h3 {
  font-family: 'Noto Sans SC','PingFang SC',Arial,sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #e8eef8;
  margin: 24px 0 10px;
  text-transform: none;
  letter-spacing: 0;
}
.article-body p  { margin-bottom: 18px; }
.article-body ul { list-style: disc; padding-left: 24px; margin-bottom: 18px; }
.article-body ol { list-style: decimal; padding-left: 24px; margin-bottom: 18px; }
.article-body li { margin-bottom: 8px; }
.article-body strong { color: #e8eef8; font-weight: 600; }
.article-body a { color: #00e5ff; border-bottom: 1px solid rgba(0,229,255,.3); }
.article-body a:hover { color: #40eeff; }
.article-body img { border-radius: 8px; margin: 20px 0; }

.article-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #1a2540;
}

/* ================================================================
   SIDEBAR
   ================================================================ */
.sidebar { display: flex; flex-direction: column; gap: 20px; }

.widget {
  background: #0d1424;
  border: 1px solid #1a2540;
  border-radius: 12px;
  overflow: hidden;
}
.widget__header {
  background: #080d18;
  padding: 12px 20px;
  border-bottom: 1px solid #1a2540;
  font-family: 'Orbitron',Arial,sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #00e5ff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.widget__body { padding: 16px; }

/* ================================================================
   FOOTER
   ================================================================ */
.site-footer {
  background: #050810;
  border-top: 1px solid #1a2540;
  padding-top: 60px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-col--brand {}
.footer-col__title {
  font-family: 'Orbitron',Arial,sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #00e5ff;
  margin-bottom: 20px;
}

.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a {
  font-family: 'Noto Sans SC','PingFang SC',Arial,sans-serif;
  font-size: 13px;
  color: #4a5568;
  transition: color 180ms ease;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-links a:hover { color: #8896b0; }

.footer-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }

.footer-bottom {
  padding: 24px 0;
  border-top: 1px solid #1a2540;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-bottom__left { display: flex; flex-direction: column; gap: 8px; }
.footer-copyright { font-size: 12px; color: #4a5568; }
.footer-legal-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12px;
  align-items: center;
}
.footer-legal-links a { color: #4a5568; }
.footer-legal-links a:hover { color: #8896b0; }
.footer-legal-links span { color: #1a2540; }
.footer-bottom__right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.age-warning {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  background: rgba(255,255,255,.05);
  border: 1px solid #1a2540;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  color: #4a5568;
  flex-shrink: 0;
}

/* ================================================================
   MISC UTILITIES
   ================================================================ */
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.4} }
.animate-pulse { animation: pulse 1.5s infinite; }

/* Page navigation */
.page-links { margin-top: 32px; font-size: 14px; color: #8896b0; }

/* ================================================================
   RESPONSIVE BREAKPOINTS
   ================================================================ */

/* Tablet */
@media (max-width: 1200px) {
  .footer-grid      { grid-template-columns: 1fr 1fr; gap: 32px; }
  .news-grid        { grid-template-columns: 1fr; }
  .app-download     { grid-template-columns: 1fr; gap: 40px; }
}

/* Large mobile / small tablet */
@media (max-width: 1024px) {
  .grid-4          { grid-template-columns: 1fr 1fr; }
  .grid-3          { grid-template-columns: 1fr 1fr; }
  .content-layout  { grid-template-columns: 1fr; }
  .sidebar         { display: none; }
  .hero__stats     { grid-template-columns: 1fr 1fr; }
}

/* Mobile */
@media (max-width: 768px) {
  .header-inner    { height: 60px; gap: 12px; }
  .live-ticker     { display: none; }
  .main-nav        { display: none; }
  .grid-2          { grid-template-columns: 1fr; }
  .hero            { min-height: 480px; padding: 60px 0; }
  .hero__stats     { grid-template-columns: 1fr 1fr; gap: 10px; }
  .section         { padding: 40px 0; }
  .register-banner { padding: 40px 24px; }
  .footer-grid     { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-col--brand { grid-column: 1 / -1; }
  .app-download    { grid-template-columns: 1fr; }
  .app-download__visual { display: none; }
}

/* Small mobile */
@media (max-width: 480px) {
  .container       { padding-left: 16px; padding-right: 16px; }
  .footer-grid     { grid-template-columns: 1fr; }
  .hero__badge     { display: none; }
  .score-tabs      { width: 100%; }
  .header-actions .btn--ghost { display: none; }
  .grid-4          { grid-template-columns: 1fr; }
}
