:root {
  --purple: #c28133;
  --purple-dark: #45134c;
  --accent: #7a267f;
  --text: #161616;
  --muted: #707070;
  --line: #ece7ee;
  --beige: #f6eee6;
  --soft: #f8f6f9;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: var(--text);
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.container {
  max-width: 1180px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  box-shadow: 0 2px 14px rgba(27, 15, 37, 0.08);
}

.search-row {
  display: none;
  background: var(--soft);
  border-bottom: 1px solid var(--line);
}

.site-header.search-active .search-row {
  display: block;
}

.search-form {
  position: relative;
  display: flex;
  gap: 0.65rem;
  padding: 0.8rem 0;
}

.search-form input {
  flex: 1;
  border-radius: 999px;
  border: 1px solid rgba(22, 22, 22, 0.15);
  padding: 0.65rem 1rem;
  font-size: 1rem;
  background: #fff;
  color: var(--text);
}

.search-form input:focus {
  outline: 2px solid var(--purple);
  border-color: transparent;
}

.search-form .icon-btn {
  border-color: rgba(22, 22, 22, 0.15);
  background: #fff;
  color: var(--text);
}

.search-form .icon-btn:focus-visible {
  outline: 2px solid var(--purple-dark);
  outline-offset: 2px;
}

.search-results-wrap {
  position: relative;
  padding-bottom: 0.95rem;
}

.search-results-panel {
  background: #fff;
  border: 1px solid rgba(91, 27, 99, 0.12);
  border-radius: 20px;
  box-shadow: 0 20px 42px rgba(31, 14, 43, 0.12);
  overflow: hidden;
}

.search-results-label {
  padding: 0.85rem 1rem 0.65rem;
  background: linear-gradient(180deg, rgba(91, 27, 99, 0.06), rgba(91, 27, 99, 0));
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.search-results-list {
  display: flex;
  flex-direction: column;
}

.search-result-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  padding: 0.95rem 1rem;
  border-top: 1px solid rgba(91, 27, 99, 0.08);
  transition: background-color 0.2s ease;
}

.search-result-item:hover {
  background: rgba(91, 27, 99, 0.04);
}

.search-result-thumb {
  display: block;
  width: 92px;
  height: 72px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(21, 10, 29, 0.55)),
    linear-gradient(135deg, #5f1e67, #c88b27);
  background-size: cover;
  background-position: center;
}

.search-result-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.32rem;
}

.search-result-copy strong {
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.4;
}

.search-result-copy span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.search-result-meta {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--purple) !important;
  font-size: 0.72rem !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-result-dot {
  color: rgba(91, 27, 99, 0.45) !important;
}

.search-results-empty,
.search-results-state {
  padding: 1rem;
}

.search-results-empty p,
.search-results-state {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.post-shell {
  background: #fff;
}

.post-hero {
  background:
    linear-gradient(180deg, rgba(9, 3, 7, 0.6), rgba(14, 6, 16, 0.7)),
    linear-gradient(135deg, #361549 10%, #521c71 65%),
    url("../breadcrumb.jpg");
  color: #fff;
  background-size: cover;
  background-position: center;
  padding: 3.5rem 0;
}

.post-hero-inner {
  max-width: 860px;
}

.post-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.85);
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1rem;
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.post-tag {
  background: rgba(255, 255, 255, 0.12);
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.post-body {
  padding: 3rem 0 4rem;
}

.category-hero {
  padding: 3.8rem 0;
}

.category-hero h1 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.1;
  margin-bottom: 0.75rem;
}

.category-hero p:last-child {
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.88);
}

.post-article {
  background: #fff;
  border-radius: 8px;
  padding: 2.25rem;
  box-shadow: 0 12px 45px rgba(33, 12, 34, 0.15);
}

.post-article p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.9;
  margin-bottom: 1rem;
  text-align: justify;
}

.post-article h2 {
  margin-top: 1.5rem;
}

.post-video {
  margin-bottom: 2rem;
}

.video-player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 12px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.35), rgba(0, 0, 0, 0.85));
  border: 1px solid rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.video-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.6));
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

blockquote {
  margin: 1.75rem 0;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid var(--purple);
  background: #f5f2f8;
  color: var(--text);
  font-style: italic;
}

.blockquote-author {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 600;
}

.post-article article {
  position: relative;
}

.post-footer-note {
  font-size: 0.88rem;
  color: var(--muted);
  border-top: 1px dashed var(--line);
  padding-top: 1rem;
  margin-top: 1.5rem;
}

.sidebar-card {
  background: #fff;
  border-radius: 8px;
  padding: 1.25rem 1.35rem;
  margin-bottom: 1.5rem;
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(11, 2, 22, 0.06);
}

.sidebar-card h3 {
  margin-bottom: 1rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sidebar-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  font-size: 0.95rem;
  color: var(--muted);
}

.sidebar-card ul li strong {
  color: var(--text);
}

.category-archive {
  background: linear-gradient(180deg, #fbf8fc 0%, #ffffff 100%);
}

.archive-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(91, 27, 99, 0.08);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(17, 8, 29, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.archive-card:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 27, 99, 0.18);
  box-shadow: 0 24px 48px rgba(17, 8, 29, 0.14);
}

.archive-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.archive-card-thumb {
  min-height: 220px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(21, 10, 29, 0.72)),
    linear-gradient(135deg, #5f1e67, #c88b27);
  background-size: cover;
  background-position: center;
}

.archive-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.15rem 1.15rem 1.2rem;
}

.archive-card-date {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: var(--purple);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.archive-card-body h2 {
  font-size: 1.18rem;
  line-height: 1.35;
  margin-bottom: 0.65rem;
}

.archive-card-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.archive-pagination-wrap {
  margin-top: 2rem;
}

.archive-pagination .pagination {
  gap: 0.45rem;
}

.archive-pagination .page-link {
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(91, 27, 99, 0.12);
  color: var(--purple);
  background: #fff;
  box-shadow: 0 10px 24px rgba(34, 12, 34, 0.06);
}

.archive-pagination .page-item.active .page-link {
  border-color: transparent;
  background: var(--purple);
  color: #fff;
}

.archive-pagination .page-item.disabled .page-link {
  opacity: 0.5;
  box-shadow: none;
}

.related-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  font-size: 0.95rem;
}

.related-list a {
  color: var(--purple-dark);
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .post-article {
    padding: 1.5rem;
  }

  .post-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.utility-bar {
  background: #413e42;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.74rem;
}

.utility-inner,
.topbar-inner,
.sub-nav {
  display: flex;
  align-items: center;
}

.utility-inner {
  justify-content: space-between;
  gap: 1rem;
  min-height: 38px;
}

.utility-links,
.utility-meta,
.brand-cluster,
.main-nav,
.header-actions,
.sub-nav {
  display: flex;
  align-items: center;
}

.utility-links,
.utility-meta {
  gap: 1rem;
}

.utility-links a,
.utility-login {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.topbar {
  background: var(--purple);
  color: #fff;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.topbar-inner {
  justify-content: space-between;
  gap: 1rem;
}

.brand-cluster {
  gap: 0.85rem;
  min-width: 240px;
}

.logo {
  font-family: "Poppins", sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  text-transform: lowercase;
}

.logo span {
  font-weight: 500;
}

.main-nav {
  flex: 1;
  justify-content: center;
  gap: 1.15rem;
  flex-wrap: wrap;
}

.main-nav a,
.sub-nav a {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.94);
}

.header-actions {
  justify-content: flex-end;
  min-width: 48px;
}

.edition-pill {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-size: 0.64rem;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.06em;
}

.icon-btn {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.menu-btn {
  font-size: 1.05rem;
}

.sub-nav-wrap {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.sub-nav {
  gap: 1.3rem;
  min-height: 46px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.sub-nav::-webkit-scrollbar {
  display: none;
}

.sub-nav a {
  color: var(--purple);
  font-size: 0.74rem;
}

.page-shell {
  padding: 1rem 0 3rem;
}

.score-strip {
  padding: 0.75rem 0 1.25rem;
}

.score-strip > .container > .row > [class*="col-"] {
  display: flex;
}

.match-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 222px;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
}

.match-card-link {
  display: block;
  height: 100%;
}

.match-head {
  padding: 0.75rem 0.9rem 0.5rem;
  min-height: 48px;
  font-size: 0.82rem;
  color: var(--muted);
  text-transform: uppercase;
}

.match-body {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0.7rem;
  min-height: 116px;
  padding: 0.45rem 0.9rem 0.35rem;
}

.match-teams,
.match-scores {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.match-teams span,
.match-scores strong {
  min-height: 28px;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
}

.match-scores {
  text-align: right;
}

.match-scores strong {
  justify-content: flex-end;
}

.match-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  min-width: 54px;
}

.match-logos img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  border-radius: 4px;
  background: #fff;
}

.match-logos span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.match-foot {
  background: #b6161c;
  color: #fff;
  text-align: center;
  font-size: 0.78rem;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.8rem;
  margin-top: auto;
}

.match-score-page {
  background:
    radial-gradient(circle at top left, rgba(122, 38, 127, 0.12), transparent 26%),
    linear-gradient(180deg, #fbf8fc 0%, #ffffff 100%);
}

.match-status-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  margin-bottom: 1.25rem;
  border-radius: 20px;
  background: linear-gradient(135deg, #0f8f73 0%, #5b1b63 100%);
  color: #fff;
  box-shadow: 0 18px 36px rgba(32, 13, 45, 0.14);
}

.match-status-label {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.match-summary-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.15rem;
}

.match-summary-chip {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.8rem 0.95rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.match-summary-chip strong {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.scorecard-panel {
  margin-bottom: 1.5rem;
  padding: 0;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(91, 27, 99, 0.08);
  box-shadow: 0 20px 44px rgba(25, 15, 35, 0.08);
  overflow: hidden;
}

.scorecard-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  background: linear-gradient(135deg, #0f8f73 0%, #148f77 32%, #5b1b63 100%);
  color: #fff;
}

.scorecard-panel-head h2 {
  font-size: 1.08rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.inning-total-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.86rem;
  font-weight: 700;
}

.scorecard-table {
  margin-bottom: 0;
}

.scorecard-table thead th {
  padding: 0.95rem 0.85rem;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #4f4553;
  background: #f2eef3;
  border-bottom-width: 1px;
}

.scorecard-table tbody td {
  vertical-align: middle;
  font-size: 0.95rem;
  padding: 0.95rem 0.85rem;
  border-color: #efe6f1;
}

.scorecard-table tbody tr:nth-child(even) {
  background: #fcf9fc;
}

.scorecard-table tbody td:first-child {
  font-weight: 600;
  color: #1748c7;
}

.scorecard-table tbody td:nth-last-child(-n+5) {
  font-weight: 700;
  color: #1f1b24;
}

.scorecard-panel .table-responsive {
  padding: 0 0.25rem 0.25rem;
}

.scorecard-facts {
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(91, 27, 99, 0.04), rgba(91, 27, 99, 0)),
    #fff;
  border: 1px solid rgba(91, 27, 99, 0.1);
  box-shadow: 0 18px 34px rgba(25, 15, 35, 0.07);
}

.scorecard-facts h3 {
  color: var(--purple);
}

.recent-posts-card {
  margin-top: 1.25rem;
}

.recent-posts-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.recent-post-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.recent-post-thumb {
  width: 92px;
  min-width: 92px;
  height: 72px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(21, 10, 29, 0.55)),
    linear-gradient(135deg, #5f1e67, #c88b27);
  background-size: cover;
  background-position: center;
}

.recent-post-copy {
  min-width: 0;
}

.recent-post-copy h4 {
  margin: 0 0 0.2rem;
  font-size: 0.96rem;
  line-height: 1.4;
}

.recent-post-copy span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.series-page {
  background:
    radial-gradient(circle at top right, rgba(15, 143, 115, 0.08), transparent 26%),
    radial-gradient(circle at top left, rgba(122, 38, 127, 0.1), transparent 24%),
    linear-gradient(180deg, #fbf8fc 0%, #ffffff 100%);
}

.series-hero {
  background:
    linear-gradient(180deg, rgba(9, 3, 7, 0.62), rgba(14, 6, 16, 0.74)),
    linear-gradient(135deg, #0f8f73 8%, #5b1b63 78%);
}

.series-listing {
  padding-top: 2.7rem;
}

.series-card {
  height: 100%;
  padding: 1.25rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(91, 27, 99, 0.08);
  box-shadow: 0 18px 42px rgba(23, 11, 31, 0.08);
}

.series-card-running {
  background:
    linear-gradient(180deg, rgba(15, 143, 115, 0.05), rgba(255, 255, 255, 0)),
    #fff;
}

.series-card-upcoming {
  background:
    linear-gradient(180deg, rgba(91, 27, 99, 0.05), rgba(255, 255, 255, 0)),
    #fff;
}

.series-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.series-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: var(--purple);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.series-card-running .series-status-pill {
  background: #0f8f73;
}

.series-date-range {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: right;
}

.series-card h2 {
  font-size: 1.25rem;
  line-height: 1.35;
  margin-bottom: 0.8rem;
}

.series-status-text {
  min-height: 3.2rem;
  margin: 0 0 1.1rem;
  color: var(--text);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
}

.series-meta-row {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(91, 27, 99, 0.1);
}

.series-meta-row span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.series-meta-row strong {
  color: var(--purple-dark);
  font-size: 0.95rem;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .match-status-banner,
  .scorecard-panel-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .scorecard-table thead th,
  .scorecard-table tbody td {
    padding: 0.78rem 0.65rem;
    font-size: 0.86rem;
  }

  .series-card {
    padding: 1rem;
    border-radius: 20px;
  }

  .series-card-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .series-date-range {
    text-align: left;
  }
}

.lead-news {
  padding: 0.25rem 0 2rem;
}

.section-title {
  font-size: 1.08rem;
  text-transform: uppercase;
  border-bottom: 2px solid var(--purple);
  padding-bottom: 0.45rem;
  margin-bottom: 0.9rem;
}

.section-title a {
  color: var(--purple);
  font-size: 0.85rem;
}

.headline-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.headline-item {
  font-size: 1rem;
  line-height: 1.55;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line);
}

.feature-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.feature-image,
.schedule-thumb,
.reel-thumb,
.video-large,
.video-small,
.story-shot,
.simple-thumb,
.trend-thumb {
  background: linear-gradient(180deg, rgba(220, 220, 220, 0.35), rgba(65, 65, 65, 0.8));
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}

.feature-image {
  min-height: 420px;
  border-radius: 4px;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(34, 12, 34, 0.78)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 700'%3E%3Crect fill='%23345d87' width='900' height='700'/%3E%3Ccircle fill='%23f2a33a' cx='310' cy='180' r='140'/%3E%3Cpath fill='%23285ca8' d='M90 690V295h176l75 105 116-70 98 54 58 306H90z'/%3E%3Cpath fill='%23ec7c32' d='M0 700 170 430l135 46 118-108 150 50 327-178v460H0z'/%3E%3C/svg%3E");
}

.feature-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.1rem 1.1rem 1.2rem;
  color: #fff;
}

.feature-overlay h1 {
  font-size: 24px;
  line-height: 1.2;
  max-width: auto;
}

.feature-overlay p {
  margin: 0.65rem 0 0;
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
}

.schedule-list {
  display: flex;
  flex-direction: column;
}

.schedule-item {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 0.8rem;
  padding: 0 0 0.8rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid var(--line);
}

.schedule-thumb {
  height: 76px;
}

.schedule-item h3 {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
}

.schedule-item p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.thumb-a { background-image: linear-gradient(180deg, rgba(255,255,255,.2), rgba(60,60,60,.75)); }
.thumb-b { background-image: linear-gradient(180deg, rgba(255,255,255,.2), rgba(90,90,90,.8)); }
.thumb-c { background-image: linear-gradient(180deg, rgba(255,255,255,.15), rgba(50,50,50,.82)); }
.thumb-d { background-image: linear-gradient(180deg, rgba(255,255,255,.18), rgba(80,80,80,.8)); }
.thumb-e { background-image: linear-gradient(180deg, rgba(255,255,255,.2), rgba(70,70,70,.82)); }

.content-block {
  padding: 1.5rem 0;
}

.video-showcase-block {
  position: relative;
}

.video-showcase-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(122, 38, 127, 0.08), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fbf8fc 100%);
  pointer-events: none;
}

.video-showcase-block .container {
  position: relative;
  z-index: 1;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.section-header h2 {
  font-size: 1.15rem;
  text-transform: uppercase;
}

.section-header a {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: var(--purple);
  font-weight: 700;
}

.video-showcase-header {
  margin-bottom: 1.4rem;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 0.4rem;
  padding: 0.28rem 0.72rem;
  border-radius: 999px;
  background: rgba(91, 27, 99, 0.08);
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-link-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(91, 27, 99, 0.14);
  box-shadow: 0 10px 24px rgba(34, 12, 34, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.section-link-pill:hover {
  transform: translateY(-1px);
  border-color: rgba(91, 27, 99, 0.28);
  box-shadow: 0 14px 30px rgba(34, 12, 34, 0.12);
}

.reel-card h3,
.story-tile h3,
.simple-news-card h3,
.mini-video h3,
.video-hero h3,
.more-news-item h3,
.text-feature h3 {
  font-size: 1.08rem;
  line-height: 1.45;
}

.reels-row {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0.25rem 0 0.75rem;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.reel-card {
  flex: 0 0 228px;
  scroll-snap-align: start;
}

.reel-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  min-height: 405px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(180deg, #22171e, #0d0d0d);
  box-shadow: 0 18px 40px rgba(16, 14, 20, 0.18);
}

.reel-player {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
}

.reel-player iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.reel-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1rem 0.95rem 0.95rem;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0), rgba(8, 8, 8, 0.86));
  pointer-events: none;
}

.reel-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.32rem 0.68rem;
  border-radius: 999px;
  margin-bottom: 0.65rem;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reel-card h3 {
  margin: 0;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reel-card-empty {
  flex: 1 1 100%;
}

.reel-card-empty h3 {
  color: var(--heading);
}

.video-large {
  height: 290px;
  margin-bottom: 0.7rem;
}

.video-feature-card,
.video-side-card {
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(91, 27, 99, 0.08);
  border-radius: 24px;
  box-shadow: 0 22px 45px rgba(31, 14, 43, 0.08);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.video-feature-card:hover,
.video-side-card:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 27, 99, 0.18);
  box-shadow: 0 28px 55px rgba(31, 14, 43, 0.13);
}

.video-link {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  color: inherit;
  cursor: pointer;
}

.video-link:focus-visible {
  outline: 2px solid var(--purple);
  outline-offset: 4px;
}

.video-feature-media,
.video-side-media {
  position: relative;
  overflow: hidden;
}

.video-feature-media::before,
.video-side-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(14, 9, 18, 0.06) 0%, rgba(14, 9, 18, 0.72) 100%);
}

.video-feature-media::after,
.video-side-media::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 42%;
  height: 4px;
  background: linear-gradient(90deg, #f7c845 0%, #ff8a00 100%);
}

.video-feature-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.15rem 1.25rem 1.15rem;
  color: #fff;
}

.video-tag,
.video-side-label {
  display: inline-flex;
  align-items: center;
  padding: 0.36rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-feature-overlay h3 {
  margin-top: 0.8rem;
  font-size: 1.75rem;
  line-height: 1.22;
  max-width: 92%;
  color: #fff;
}

.video-play-chip {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(15, 16, 20, 0.55);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.video-play-icon,
.video-side-play {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd447 0%, #ff8f1f 100%);
  box-shadow: 0 10px 24px rgba(255, 143, 31, 0.4);
}

.video-play-icon::before,
.video-side-play::before {
  content: "";
  margin-left: 3px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #23131f;
}

.video-feature-copy {
  padding: 0 1.35rem 1.3rem;
}

.video-small {
  height: 120px;
  margin-bottom: 0;
}

.stacked-video {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.video-side-card .video-link {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
  height: 100%;
  padding: 0.85rem;
}

.video-side-media {
  height: 100%;
  min-height: 148px;
  border-radius: 18px;
}

.video-side-play {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  width: 46px;
  height: 46px;
}

.video-side-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 0.65rem;
  padding-right: 0.35rem;
}

.video-side-copy h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.35;
}

.video-side-cta {
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.video-modal .modal-content {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #0f1014;
}

.video-modal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}

.video-modal .btn-close {
  filter: invert(1);
}

.video-modal .modal-body {
  padding: 0;
  background: #000;
}

.video-hero p,
.more-news-item p,
.text-feature p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.7;
}

.story-shot {
  height: 160px;
  margin-bottom: 0.55rem;
}

.story-tile-dynamic {
  height: 100%;
}

.story-tile-link {
  display: block;
  height: 100%;
}

.story-meta-slug {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  word-break: break-word;
}
.fw-semibold {
  font-weight: 500;
  font-size: 13px;
}
.beige-zone {
  background: var(--beige);
  padding: 1.5rem 0;
}
.mobile-menu-close
{
  color: #85089ff0;
  font-size: 30px;
  background: #f3f3f3;
}
.magazine-showcase {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.5), transparent 28%),
    linear-gradient(180deg, #fbf2e8 0%, #f6eee6 100%);
  padding: 2.1rem 0 2.3rem;
}

.magazine-showcase .section-header {
  align-items: baseline;
}

.showcase-panel {
  height: calc(100% - 2.1rem);
  padding: 0.85rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(91, 27, 99, 0.08);
  box-shadow: 0 16px 34px rgba(31, 14, 43, 0.06);
}

.showcase-panel-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0.35rem 1rem 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.showcase-panel-gallery p,
.showcase-panel-copy p {
  margin-bottom: 0;
}

.compact {
  margin-bottom: 0.7rem;
}

.simple-card {
  background: transparent;
}

.simple-thumb {
  height: 180px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.simple-thumb.wide {
  height: 180px;
  margin-bottom: 0.8rem;
}

.simple-thumb.small {
  height: 88px;
}

.mini-gallery {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 2.15rem;
}

.showcase-stack a {
  display: block;
}

.showcase-stack .simple-thumb.small {
  border-radius: 14px;
}

.showcase-panel-media a,
.showcase-panel-gallery a {
  display: block;
}

.quick-links {
  border: 1px solid var(--line);
}

.section-title.filled {
  background: var(--purple);
  color: #fff;
  padding: 0.55rem 0.8rem;
  margin: 0;
  border: 0;
}

.quick-links a {
  display: block;
  padding: 0.65rem 0.8rem;
  border-top: 1px solid var(--line);
  font-size: 0.96rem;
  transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.quick-links a:hover,
.quick-links a.active {
  background: rgba(91, 27, 99, 0.06);
  color: var(--purple);
  padding-left: 1rem;
}

.quick-link-empty {
  display: block;
  padding: 0.8rem;
  color: var(--muted);
  font-size: 0.95rem;
}

#quick-category-section {
  position: relative;
  transition: opacity 0.2s ease;
}

#quick-category-section.is-loading {
  opacity: 0.55;
  pointer-events: none;
}

.simple-news-card .card-thumb {
  height: 120px;
  margin-bottom: 0.55rem;
}

.more-news-head {
  border-top: 2px solid var(--purple);
  padding-top: 0.8rem;
}

.more-news-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.more-news-item {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 1rem;
  align-items: start;
}

.side-thumb {
  height: 110px;
}

.trending-wrap {
  padding-top: 0.5rem;
}

.trending-box {
  border-top: 1px solid var(--line);
  padding-top: 1.25rem;
}

.trend-item {
  display: grid;
  grid-template-columns: 1fr 74px;
  gap: 1rem;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.98rem;
}

.trend-thumb {
  height: 54px;
}

.site-footer {
  background: var(--purple);
  color: #fff;
  padding: 2.5rem 0 1.5rem;
  margin-top: 2rem;
}

.site-footer h3 {
  font-size: 1.02rem;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
  line-height: 1.3;
  font-weight: 700;
}

.site-footer a {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.55;
}

.footer-logo {
  font-size: 1.5rem;
}

.footer-copy,
.footer-link,
.footer-contact-item {
  font-size: 1rem;
  line-height: 1.55;
}

.footer-copy {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.footer-contact {
  margin-bottom: 0.8rem;
}

.footer-contact-item {
  color: rgba(255, 255, 255, 0.9);
}

.footer-social-row {
  margin-top: 0.25rem;
}

.footer-social-link {
  margin-bottom: 0;
  line-height: 1;
}

.copyright {
  margin: 2rem 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.84rem;
  background: #0000008a;
  padding: 12px;
}

.no-scroll {
  overflow: hidden;
}

.mobile-menu-panel {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 30;
  transform: translateX(100%);
  background: rgba(5, 2, 12, 0.6);
  transition: transform 0.35s ease;
  pointer-events: none;
}

.mobile-menu-panel.open {
  transform: translateX(0);
  pointer-events: auto;
}

.mobile-menu-shell {
  width: min(280px, 80%);
  max-width: 320px;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 1.1rem 1rem;
  box-shadow: -12px 0 32px rgba(25, 20, 40, 0.35);
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.mobile-nav a {
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
  color: var(--text);
}

@media (max-width: 991.98px) {
  .utility-bar {
    display: none;
  }

  .topbar-inner {
    flex-wrap: nowrap;
  }

  .main-nav {
    display: none !important;
  }

  .sub-nav {
    gap: 1rem;
    min-height: 42px;
  }

  .feature-overlay h1 {
    font-size: 1.7rem;
  }

  .more-news-item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .topbar {
    padding: 0.8rem 0;
  }

  .brand-cluster {
    min-width: auto;
    gap: 0.65rem;
  }

  .logo {
    font-size: 1.7rem;
  }

  .edition-pill {
    display: none;
  }

  .sub-nav {
    gap: 0.85rem;
    min-height: 40px;
  }

  .sub-nav a {
    font-size: 0.7rem;
  }

  .search-result-item {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0.85rem 0.9rem;
  }

  .search-result-thumb {
    width: 76px;
    height: 64px;
    border-radius: 12px;
  }

  .feature-card,
  .feature-image {
    min-height: 320px;
  }

  .feature-overlay h1 {
    max-width: none;
    font-size: 1.45rem;
  }

  .schedule-item {
    grid-template-columns: 64px 1fr;
  }

  .schedule-thumb {
    height: 64px;
  }

  .video-feature-overlay h3 {
    font-size: 1.4rem;
    max-width: 100%;
  }

  .video-side-card .video-link {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 0.85rem;
  }

  .video-side-media {
    min-height: 128px;
  }

  .score-strip > .container > .row > [class*="col-"] {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .match-box {
    height: auto;
    min-height: 220px;
  }

  .match-head {
    padding: 0.7rem 0.8rem 0.45rem;
    min-height: 42px;
    font-size: 0.76rem;
  }

  .match-body {
    gap: 0.55rem;
    min-height: 104px;
    padding: 0.35rem 0.8rem 0.15rem;
  }

  .match-teams span,
  .match-scores strong {
    min-height: 24px;
    font-size: 0.92rem;
  }

  .match-logos {
    min-width: 46px;
  }

  .match-logos img {
    width: 20px;
    height: 20px;
  }

  .match-foot {
    min-height: 58px;
    padding: 0.55rem 0.7rem;
    font-size: 0.74rem;
  }

  .section-header,
  .section-title {
    margin-bottom: 0.8rem;
  }

  .video-showcase-header {
    align-items: flex-start;
    gap: 0.75rem;
  }

  .video-large {
    height: 220px;
  }

  .video-feature-card,
  .video-side-card {
    border-radius: 20px;
  }

  .video-feature-overlay {
    padding: 0.95rem 1rem 1rem;
  }

  .video-feature-overlay h3 {
    margin-top: 0.65rem;
    font-size: 1.15rem;
  }

  .video-feature-copy {
    padding: 0 1rem 1rem;
  }

  .video-play-chip {
    top: 0.8rem;
    left: 0.8rem;
    padding: 0.45rem 0.72rem;
    font-size: 0.68rem;
  }

  .story-shot {
    height: 140px;
  }

  .video-side-card .video-link {
    grid-template-columns: 1fr;
    padding: 0.75rem;
  }

  .video-side-media {
    min-height: 180px;
  }

  .video-side-copy {
    padding: 0.2rem 0.15rem 0.1rem;
  }

  .reel-card {
    flex-basis: 180px;
  }

  .reel-thumb {
    min-height: 320px;
  }
}
