html, body {
  max-width: 100vw;
  overflow-x: hidden !important;
}
/* Responsive tweaks for Bootstrap grid and font sizes */
@media (max-width: 991.98px) {
  .wc-navbar {
    padding: 0.5rem 0;
  }
  .wc-navbar .navbar-brand {
    gap: 12px;
  }
  .brand-text {
    font-size: 1rem;
  }
  .wc-navbar .nav-link {
    padding: 0.3rem 0.6rem;
    font-size: 0.9rem;
    gap: 6px;
  }
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 20px;
  }
  .news-card, .blog-card, .video-card, .neo-panel, .match-card {
    min-height: unset;
    padding: 16px;
  }
  .carousel-caption {
    bottom: 10%;
    font-size: 0.95rem;
  }
  /*.hero .carousel-item {
    min-height: 420px;
  }*/
  .footer .row.g-4 > div {
    margin-bottom: 18px;
  }
}

@media (max-width: 768.98px) {
  html, body {
    font-size: 15px;
  }
  .hero {
    scroll-margin-top: 60px;
  }
  .wc-navbar {
    padding: 0.4rem 0;
  }
  .brand-text {
    font-size: 0.95rem;
    letter-spacing: 0.5px;
  }
  .brand-badge {
    width: 45px;
    height: 45px;
  }
  .brand-badge img {
    width: 34px;
    height: 34px;
  }
  .wc-navbar .navbar-brand {
    gap: 10px;
  }
  .wc-navbar .nav-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
    gap: 5px;
  }
  .navbar-nav {
    gap: 0.25rem !important;
  }
  .nav-icon {
    width: 36px;
    height: 36px;
  }
  .section-heading h2 {
    font-size: 1.2rem;
  }
  .news-card, .blog-card, .video-card, .neo-panel, .match-card {
    font-size: 0.97rem;
    padding: 10px;
  }
  .carousel-caption {
    bottom: 6%;
    font-size: 0.9rem;
    padding-left: 8px;
    padding-right: 8px;
  }
  .hero .carousel-item {
    min-height: 320px;
  }
  .story-row {
    gap: 10px;
  }
  .story-card {
    min-width: 70px;
  }
  .story-ring {
    width: 60px;
    height: 60px;
    padding: 2px;
  }
  .story-avatar {
    width: 50px;
    height: 50px;
    font-size: 1rem;
  }
  .footer .row.g-4 > div {
    margin-bottom: 14px;
  }
}

@media (max-width: 575.98px) {
  html, body {
    font-size: 14px;
  }
  .hero {
    scroll-margin-top: 55px;
  }
  .wc-navbar {
    padding: 0.35rem 0;
  }
  .wc-navbar .navbar-brand {
    gap: 8px;
  }
  .brand-text {
    font-size: 0.85rem;
    letter-spacing: 0px;
    font-weight: 800;
  }
  .brand-badge {
    width: 40px;
    height: 40px;
  }
  .brand-badge img {
    width: 30px;
    height: 30px;
  }
  .wc-navbar .nav-link {
    padding: 0.2rem 0.4rem;
    font-size: 0.8rem;
    gap: 4px;
  }
  .navbar-nav {
    gap: 0 !important;
  }
  .nav-icon {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }
  .user-badge {
    width: 32px;
    height: 32px;
    font-size: 0.75rem;
  }
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 12px;
  }
  .section-heading h2 {
    font-size: 1rem;
    gap: 6px;
  }
  .news-card, .blog-card, .video-card, .neo-panel, .match-card {
    font-size: 0.93rem;
    padding: 6px;
    min-height: unset;
  }
  .carousel-caption {
    bottom: 2%;
    font-size: 0.8rem;
    padding-left: 4px;
    padding-right: 4px;
  }
  .hero .carousel-item {
    min-height: 180px;
  }
  .story-row {
    gap: 6px;
  }
  .story-card {
    min-width: 48px;
  }
  .story-ring {
    width: 38px;
    height: 38px;
    padding: 1px;
  }
  .story-avatar {
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
  }
  .footer .row.g-4 > div {
    margin-bottom: 10px;
  }
}
:root {
  --bg: #070a12;
  --bg-alt: #101826;
  --accent: #ff4f87;
  --accent-2: #ffd166;
  --accent-3: #4cc9f0;
  --text: #f9fafb;
  --muted: rgba(249, 250, 251, 0.7);
  --card: rgba(255, 255, 255, 0.1);
  --stroke: rgba(255, 255, 255, 0.15);
  --shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}

body[data-theme="light"] {
  --bg: #f3f5fb;
  --bg-alt: #ffffff;
  --accent: #ff6b35;
  --accent-2: #ffb703;
  --accent-3: #2f80ed;
  --text: #0f172a;
  --muted: rgba(15, 23, 42, 0.7);
  --card: rgba(15, 23, 42, 0.06);
  --stroke: rgba(15, 23, 42, 0.12);
  --shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: linear-gradient(rgba(4,10,20,.95), rgba(4,10,20,.95)),
    url("assets/image/4.jpg");
    background-size: cover;
  background-attachment: fixed;
  color: var(--text);
  overflow-x: hidden;
}

body[data-theme="light"] {
  background: radial-gradient(circle at top, #ffffff, var(--bg));
}

a {
  color: inherit;
  text-decoration: none;
}

.wc-navbar {
  background: linear-gradient(120deg, rgba(255, 79, 135, 0.92), rgba(76, 201, 240, 0.92));
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.35);
  padding: 6px 0;
}

body[data-theme="light"] .wc-navbar {
  background: linear-gradient(120deg, rgba(255, 111, 82, 0.92), rgba(255, 183, 3, 0.92));
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.wc-navbar .nav-link {
  color: var(--text);
  font-weight: 500;
  padding: 0.4rem 0.8rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.3s ease, color 0.3s ease;
  white-space: nowrap;
  font-size: 0.95rem;
}

.wc-navbar .nav-link:hover {
  color: var(--accent-2);
  transform: translateY(-2px);
}

.wc-navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.6);
}

.wc-navbar .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.brand-badge {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff3b6b, #ff9f1c);
  display: grid;
  place-items: center;
  box-shadow: 0 0 30px rgba(255, 79, 135, 0.4);
  flex-shrink: 0;
}

.brand-badge img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.brand-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.1rem;
  white-space: nowrap;
}

.nav-icon {
  border: none;
  background: rgba(255, 255, 255, 0.15);
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: var(--text);
  display: grid;
  place-items: center;
  transition: transform 0.3s ease, background 0.3s ease;
}

.nav-icon:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.3);
}

.user-badge {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ff4f87, #ffd166);
  color: #111827;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}

.theme-toggle {
  background: rgba(0, 0, 0, 0.25);
}

.hero {
  position: relative;
  scroll-margin-top: 70px;
}

.hero .carousel-item {
  min-height: 640px;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.8);
}

.hero-media-1 {
  background-image: linear-gradient(130deg, rgba(255, 79, 135, 0.5), rgba(76, 201, 240, 0.4)),
    url("assets/hero-home.jpg");
}

.hero-media-2 {
  background-image: linear-gradient(120deg, rgba(255, 209, 102, 0.4), rgba(255, 79, 135, 0.6)),
    url("assets/hero-news.jpg");
}

.hero-media-3 {
  background-image: linear-gradient(120deg, rgba(79, 70, 229, 0.6), rgba(76, 201, 240, 0.4)),
    url("assets/hero-highlight.jpg");
}

.carousel-caption {
  z-index: 2;
  bottom: 20%;
}

.hero-tag {
  display: inline-flex;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.btn-glow {
  background: linear-gradient(135deg, #ff4f87, #4cc9f0);
  border: none;
  color: #fff;
  padding: 12px 24px;
  border-radius: 14px;
  font-weight: 600;
  box-shadow: 0 15px 30px rgba(255, 79, 135, 0.3);
}

.btn-glow:hover {
  transform: translateY(-2px);
  color: #fff;
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 12px 24px;
  border-radius: 14px;
}

.countdown {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.countdown-item {
  background: rgba(12, 18, 35, 0.7);
  border: 1px solid var(--stroke);
  border-radius: 14px;
  padding: 12px 18px;
  min-width: 90px;
  text-align: center;
}

.count-value {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--accent-2);
}

.count-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--muted);
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.section-heading h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
}

.live-match {
  padding: 80px 0;
  background: linear-gradient(135deg, #101826, #0c1223);
  scroll-margin-top: 70px;
}

body[data-theme="light"] .live-match {
  background: linear-gradient(135deg, #ffffff, #f1f5f9);
}

.match-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--stroke);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow);
  position: relative;
}

body[data-theme="light"] .match-card {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

.match-card.live {
  border: 2px solid var(--accent);
  box-shadow: 0 0 40px rgba(255, 79, 135, 0.4);
}

.match-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--accent);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}

.match-head {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75rem;
}

.match-body {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.team {
  display: flex;
  align-items: center;
  gap: 12px;
}

.team-logo {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05));
  display: grid;
  place-items: center;
}

.team-logo-1 { background: linear-gradient(135deg, #5eead4, #60a5fa); }
.team-logo-2 { background: linear-gradient(135deg, #f43f5e, #fb7185); }
.team-logo-3 { background: linear-gradient(135deg, #facc15, #f97316); }
.team-logo-4 { background: linear-gradient(135deg, #38bdf8, #6366f1); }

.team-name {
  font-weight: 600;
}

.team-score {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--accent-2);
}

.pulse {
  animation: pulse 1.6s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

.vs {
  font-weight: 700;
  color: var(--muted);
}

.story {
  padding: 80px 0;
  background: linear-gradient(120deg, #111827, #0f172a);
  scroll-margin-top: 70px;
}

body[data-theme="light"] .story {
  background: linear-gradient(120deg, #ffffff, #eef2ff);
}

.story-row {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 12px;
  max-width: 100vw;
}

.story-row::-webkit-scrollbar {
  height: 6px;
}

.story-row::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.story-card {
  background: transparent;
  border: none;
  color: var(--text);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 90px;
}

.story-ring {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: conic-gradient(from 120deg, #ff4f87, #ffd166, #4cc9f0, #ff4f87);
  display: grid;
  place-items: center;
  padding: 4px;
  animation: spin 6s linear infinite;
}

.story-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  background: #111827;
}

.story-avatar-1 { background: linear-gradient(135deg, #60a5fa, #a78bfa); }
.story-avatar-2 { background: linear-gradient(135deg, #f97316, #ef4444); }
.story-avatar-3 { background: linear-gradient(135deg, #34d399, #22d3ee); }
.story-avatar-4 { background: linear-gradient(135deg, #facc15, #fb7185); }
.story-avatar-5 { background: linear-gradient(135deg, #38bdf8, #6366f1); }
.story-avatar-6 { background: linear-gradient(135deg, #f472b6, #fb7185); }

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.story-name {
  font-size: 0.85rem;
}

.hot-news {
  padding: 70px 0;
  background: linear-gradient(135deg, #101826, #0b1120);
  scroll-margin-top: 70px;
}

body[data-theme="light"] .hot-news {
  background: linear-gradient(135deg, #ffffff, #eef2ff);
}

.hot-news-card {
  border: 1px solid var(--stroke);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

body[data-theme="light"] .hot-news-card {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.hot-news-tag {
  display: inline-flex;
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

body[data-theme="light"] .hot-news-tag {
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

.hot-news-meta {
  color: var(--muted);
  font-size: 0.85rem;
}

.hot-news-media {
  height: 160px;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.featured-news {
  padding: 90px 0;
  scroll-margin-top: 70px;
}

.news-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  min-height: auto;
  transition: transform 0.3s ease;
}

body[data-theme="light"] .news-card {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
}

.news-card:hover {
  transform: translateY(-6px);
}

.news-media {
  height: 200px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.news-media-img,
.hot-news-img,
.blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-media-fallback,
.hot-news-fallback,
.blog-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #111827;
}

.news-media-1 { background-image: linear-gradient(135deg, rgba(255, 79, 135, 0.5), rgba(17, 24, 39, 0.2)), url("assets/image/1.jpg"); }
.news-media-2 { background-image: linear-gradient(135deg, rgba(59, 130, 246, 0.4), rgba(17, 24, 39, 0.2)), url("assets/image/2.jpg"); }
.news-media-3 { background-image: linear-gradient(135deg, rgba(245, 158, 11, 0.4), rgba(17, 24, 39, 0.2)), url("assets/image/3.jpg"); }
.news-media-4 { background-image: linear-gradient(135deg, rgba(14, 165, 233, 0.4), rgba(17, 24, 39, 0.2)), url("assets/image/4.jpg"); }
.news-media-5 { background-image: linear-gradient(135deg, rgba(139, 92, 246, 0.4), rgba(17, 24, 39, 0.2)), url("assets/image/5.jpg"); }
.news-media-6 { background-image: linear-gradient(135deg, rgba(34, 197, 94, 0.4), rgba(17, 24, 39, 0.2)), url("assets/image/6.jpg"); }

.news-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}

.badge-neo {
  display: inline-flex;
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.12);
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

body[data-theme="light"] .badge-neo {
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

.badge-neo.hot {
  background: linear-gradient(135deg, #ff4f87, #ffd166);
  color: #111827;
}

.news-meta {
  display: flex;
  gap: 16px;
  color: var(--muted);
  font-size: 0.85rem;
  margin-top: auto;
}

.rankings {
  padding: 90px 0;
  background: linear-gradient(135deg, #0f172a, #111827);
  scroll-margin-top: 70px;
}

body[data-theme="light"] .rankings {
  background: linear-gradient(135deg, #ffffff, #f1f5f9);
}

.neo-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--stroke);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow);
}

body[data-theme="light"] .neo-panel {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

.neo-panel table {
  color: var(--text);
}

.neo-panel thead {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
}

.badge-club {
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 14px;
  border-radius: 999px;
}

.schedule-panel {
  background: linear-gradient(135deg, rgba(255, 79, 135, 0.2), rgba(76, 201, 240, 0.2));
}

body[data-theme="light"] .schedule-panel {
  background: linear-gradient(135deg, rgba(255, 183, 3, 0.18), rgba(47, 128, 237, 0.16));
}

.schedule-panel h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.schedule-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  gap: 14px;
}

.schedule-list li {
  display: flex;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  border-radius: 14px;
}

body[data-theme="light"] .schedule-list li {
  background: rgba(15, 23, 42, 0.06);
}

.time-pill {
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
}

body[data-theme="light"] .time-pill {
  background: rgba(15, 23, 42, 0.1);
}

.video {
  padding: 90px 0;
  scroll-margin-top: 70px;
}

body[data-theme="light"] .video {
  background: linear-gradient(135deg, #ffffff, #f8fafc);
}

.video-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  border: 1px solid var(--stroke);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: block;
  color: inherit;
  text-decoration: none;
}

body[data-theme="light"] .video-card {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

.video-thumb {
  height: 240px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.video-thumb-1 { background-image: linear-gradient(135deg, rgba(255, 79, 135, 0.5), rgba(17, 24, 39, 0.2)), url("assets/image/4.jpg"); }
.video-thumb-2 { background-image: linear-gradient(135deg, rgba(76, 201, 240, 0.4), rgba(17, 24, 39, 0.2)), url("assets/image/5.jpg"); }

.play-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: grid;
  place-items: center;
  font-size: 2rem;
  position: absolute;
  inset: 0;
  margin: auto;
}

.video-body {
  padding: 22px;
}

.blog {
  padding: 90px 0;
  background: linear-gradient(135deg, #0b1120, #101826);
  scroll-margin-top: 70px;
}

body[data-theme="light"] .blog {
  background: linear-gradient(135deg, #f8fafc, #ffffff);
}

.content-admin {
  padding: 90px 0;
  background: linear-gradient(135deg, #0f172a, #111827);
}

body[data-theme="light"] .content-admin {
  background: linear-gradient(135deg, #ffffff, #f1f5f9);
}

.content-admin .accordion-item {
  border: 1px solid var(--stroke);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 16px;
}

body[data-theme="light"] .content-admin .accordion-item {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
}

.content-admin .accordion-button {
  background: transparent;
  color: var(--text);
  font-weight: 600;
}

.content-admin .accordion-button:not(.collapsed) {
  color: var(--text);
  box-shadow: inset 0 -1px 0 var(--stroke);
}

.content-admin .accordion-body {
  background: rgba(0, 0, 0, 0.15);
}

body[data-theme="light"] .content-admin .accordion-body {
  background: rgba(15, 23, 42, 0.04);
}

.content-form .form-label {
  color: var(--muted);
  font-weight: 500;
}

.content-form .form-control {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid transparent;
  color: var(--text);
  border-radius: 12px;
  padding: 10px 14px;
}

body[data-theme="light"] .content-form .form-control {
  background: rgba(15, 23, 42, 0.04);
  border-color: rgba(15, 23, 42, 0.12);
}

.content-form .form-control::placeholder {
  color: var(--muted);
}

.blog-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--stroke);
  border-radius: 20px;
  padding: 24px;
  box-shadow: var(--shadow);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blog-media {
  height: 180px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.video-thumb {
  height: 240px;
  overflow: hidden;
}

.rankings-img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 8px;
}

.story-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

body[data-theme="light"] .blog-card {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

.blog-card a {
  color: var(--accent-2);
  font-weight: 600;
  margin-top: auto;
}

.contact {
  padding: 90px 0;
  scroll-margin-top: 70px;
}

body[data-theme="light"] .contact {
  background: linear-gradient(135deg, #ffffff, #f8fafc);
}

.contact-panel {
  background: linear-gradient(135deg, rgba(255, 79, 135, 0.2), rgba(76, 201, 240, 0.2));
  border: 1px solid var(--stroke);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow);
  height: 100%;
}

body[data-theme="light"] .contact-panel {
  background: linear-gradient(135deg, rgba(255, 111, 82, 0.16), rgba(255, 183, 3, 0.16));
  border-color: rgba(15, 23, 42, 0.12);
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0;
  color: var(--muted);
}

.contact-item i {
  color: var(--accent-2);
}

.contact-social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.contact-social a {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  display: grid;
  place-items: center;
}

.contact-form {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--stroke);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow);
}

body[data-theme="light"] .contact-form {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

.contact-form .form-control {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid transparent;
  color: var(--text);
  padding: 12px 16px;
  border-radius: 12px;
}

body[data-theme="light"] .contact-form .form-control {
  background: rgba(15, 23, 42, 0.04);
  border-color: rgba(15, 23, 42, 0.12);
}

.contact-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

body[data-theme="light"] .contact-form .form-control::placeholder {
  color: rgba(15, 23, 42, 0.6);
}

.footer {
  padding: 0;
  background: #0b1120;
}

body[data-theme="light"] .footer {
  background: #f8fafc;
  color: #0f172a;
}

.footer-cta {
  padding: 40px 0;
  background: radial-gradient(circle at top, rgba(255, 79, 135, 0.25), rgba(7, 10, 18, 0.1));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body[data-theme="light"] .footer-cta {
  background: radial-gradient(circle at top, rgba(255, 183, 3, 0.25), rgba(255, 255, 255, 0.1));
}

.footer-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-cta__brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-cta__brand h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.footer-cta__brand p {
  margin: 0;
  color: var(--muted);
}

.footer-cta__form {
  flex: 1;
  min-width: 280px;
}

.footer-cta__title {
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-cta__input {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.footer-cta__input input {
  flex: 1;
  min-width: 220px;
  border-radius: 12px;
  border: 1px solid var(--stroke);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  padding: 12px 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
  padding: 40px 0;
}

.footer-col h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.footer-badges span {
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.footer-posts {
  display: grid;
  gap: 12px;
}

.footer-post {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer-post img {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  object-fit: cover;
}

.footer-post p {
  margin: 0;
  font-weight: 600;
}

.footer-post span {
  color: var(--muted);
  font-size: 0.8rem;
}

.footer-contact {
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 0;
  color: var(--muted);
}

.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.modal-content {
  border-radius: 20px;
  background: #0f172a;
  color: var(--text);
  border: 1px solid var(--stroke);
}

body[data-theme="light"] .modal-content {
  background: #ffffff;
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.12);
}

.modal-content .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  color: var(--text);
}

.login-modal .nav-tabs {
  border-bottom: 1px solid var(--stroke);
}

.login-modal .nav-link {
  color: var(--muted);
  font-weight: 600;
  border: none;
}

.login-modal .nav-link.active {
  color: var(--text);
  background: transparent;
  border-bottom: 2px solid var(--accent);
}

body[data-theme="light"] .modal-content .form-control {
  background: rgba(15, 23, 42, 0.04);
  border-color: rgba(15, 23, 42, 0.12);
  color: #0f172a;
}

@media (max-width: 991px) {
  .hero .carousel-item {
    min-height: 520px;
  }

  .section-heading {
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .carousel-caption {
    bottom: 15%;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .countdown {
    justify-content: flex-start;
  }
}
.hero-dashboard {
  padding-top: 90px;
  background: #071226;
}

.main-banner {
  min-height: 650px;
  border-radius: 14px;
  overflow: hidden;
  background: url("assets/hero-home.jpg") center/cover;
  position: relative;
}

.sidebar-widget {
  background: #0d1b2a;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
}

.sidebar-widget h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
/* ========== HERO BANNER MỚI GIỐNG ẢNH MẪU ========== */
.hero-banner {
  padding: 100px 0;
  position: relative;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.6)), url('assets/image/8.jpg');
  background-size: cover;
  background-position: top center !important;
  background-repeat: no-repeat;
  min-height: 550px;
  display: flex;
  align-items: center;
}

.hero-banner::before {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 20px;
  color: white;
}

.hero-badge {
  display: inline-block;
  background: linear-gradient(135deg, #ff4f87, #ff9f1c);
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 20px;
}


.hero-title span {
  color: #ff4f87;
  display: block;
}

.hero-desc {
  color: rgba(255,255,255,0.7);
  margin-bottom: 30px;
  font-size: 1rem;
  max-width: 500px;
}

.btn-hero {
  display: inline-block;
  background: linear-gradient(135deg, #ff4f87, #ff9f1c);
  color: #fff;
  padding: 14px 32px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-hero:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(255, 79, 135, 0.4);
  color: #fff;
}

/* ========== LEAGUES BAR - GIẢI ĐẤU NÓI BẬT ========== */
.leagues-bar {
  background: rgba(255,255,255,0.05);
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.leagues-scroll {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 5px;
}

.leagues-scroll::-webkit-scrollbar {
  height: 3px;
}

.league-tag {
  padding: 6px 16px;
  background: rgba(255,255,255,0.08);
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.league-tag:hover {
  background: #ff4f87;
  color: #fff;
}

/* ========== MAIN CONTENT 2 CỘT ========== */
.main-content {
  padding: 50px 0;
}

.section-header {
  margin-bottom: 30px;
  border-left: 4px solid #ff4f87;
  padding-left: 15px;
}

.section-header h2 {
  font-size: 1.6rem;
  font-weight: 800;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* NEWS LIST - DẠNG DANH SÁCH GIỐNG ẢNH MẪU */
.news-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.news-list-item {
  display: flex;
  gap: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.news-list-img {
  width: 200px;
  height: 130px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
}

.news-list-content {
  flex: 1;
}

.news-list-category {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ff9f1c;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.news-list-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.4;
}

.news-list-title a {
  color: inherit;
  text-decoration: none;
}

.news-list-title a:hover {
  color: #ff4f87;
}

.news-list-summary {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-list-meta {
  display: flex;
  gap: 20px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
}

.news-list-meta i {
  margin-right: 5px;
}

/* SIDEBAR CARDS */
.sidebar-card {
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid rgba(255,255,255,0.08);
}

.sidebar-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ff4f87;
  display: inline-block;
}

/* KẾT QUẢ */
.result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.result-item .team {
  font-size: 0.85rem;
  font-weight: 500;
}

.result-item .score {
  font-weight: 700;
  color: #ff9f1c;
  background: rgba(255,159,28,0.15);
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
}

/* BXH SIDEBAR */
.rank-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.rank-item span:first-child {
  font-weight: 500;
}

.rank-item span:last-child {
  font-weight: 700;
  color: #ff9f1c;
}

/* VIDEO SIDEBAR */
.video-sidebar-item {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.video-sidebar-thumb {
  width: 100px;
  height: 65px;
  border-radius: 10px;
  object-fit: cover;
  position: relative;
}

.video-sidebar-info {
  flex: 1;
}

.video-sidebar-title {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.3;
}

.video-sidebar-duration {
  font-size: 0.7rem;
  color: #ff9f1c;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .news-list-item {
    flex-direction: column;
  }
  
  .news-list-img {
    width: 100%;
    height: 180px;
  }
  
  .hero-banner {
    text-align: center;
  }
  
  .hero-desc {
    margin-left: auto;
    margin-right: auto;
  }
  
  .hero-banner::before {
    width: 100%;
    opacity: 0.15;
  }
  
  .section-header h2 {
    font-size: 1.3rem;
  }
}

@media (max-width: 991px) and (min-width: 769px) {
  .news-list-img {
    width: 150px;
    height: 100px;
  }
  
  .news-list-title {
    font-size: 1rem;
  }
}
/* Hero Countdown */
.hero-countdown {
  display: flex;
  gap: 20px;
  margin: 30px 0 40px;
  flex-wrap: wrap;
}

.hero-countdown .countdown-item {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 15px 20px;
  min-width: 85px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-countdown .countdown-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: #ff9f1c;
  display: block;
  line-height: 1;
}

.hero-countdown .countdown-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.7);
}

/* Responsive */
@media (max-width: 576px) {
  .hero-countdown {
    gap: 12px;
  }
  .hero-countdown .countdown-item {
    padding: 10px 12px;
    min-width: 65px;
  }
  .hero-countdown .countdown-number {
    font-size: 1.5rem;
  }
}