:root {
  --theme-primary: #0d5c3b;
  --theme-primary-deep: #083d27;
  --theme-accent: #c8a74b;
  --theme-surface: #f3f5f0;
  --theme-surface-strong: #ffffff;
  --theme-surface-muted: rgba(255, 255, 255, 0.88);
  --theme-text: #17301f;
  --theme-muted: #6d7c72;
  --theme-border: rgba(13, 92, 59, 0.12);
  --theme-shadow: 0 20px 45px rgba(8, 61, 39, 0.14);
  --theme-sidebar-bg: linear-gradient(180deg,
      var(--theme-primary-deep) 0%,
      var(--theme-primary) 100%);
  --theme-sidebar-text: #ffffff;
  --theme-btn-gradient: linear-gradient(135deg,
      var(--theme-primary),
      var(--theme-primary-deep));
  --theme-btn-hover: linear-gradient(135deg, #0e6742, #072d1d);
  --theme-panel-bg: rgba(255, 255, 255, 0.88);
  --theme-panel-border: rgba(255, 255, 255, 0.7);
  --theme-body-bg: linear-gradient(180deg, #f5f8f2 0%, #edf1ea 100%);
  --theme-hero-bg: linear-gradient(135deg,
      rgba(10, 58, 37, 0.95),
      rgba(13, 92, 59, 0.92),
      rgba(17, 78, 124, 0.96));
  --theme-feature-bg: rgba(13, 92, 59, 0.05);
  --theme-input-border: rgba(13, 92, 59, 0.14);
  --theme-input-focus: rgba(13, 92, 59, 0.35);
  --theme-success: #0d5c3b;
  --theme-danger: #9d2f2f;
  --theme-success-bg: rgba(13, 92, 59, 0.13);
  --theme-danger-bg: rgba(157, 47, 47, 0.12);
  --theme-panel-text: #000;
}

.theme-neon-light {
  --theme-primary: #0d5c3b;
  --theme-primary-deep: #083d27;
  --theme-accent: #c8a74b;
  --theme-surface: #f3f5f0;
  --theme-surface-strong: #ffffff;
  --theme-text: #17301f;
  --theme-muted: #6d7c72;
  --theme-border: rgba(13, 92, 59, 0.12);
  --theme-body-bg: linear-gradient(180deg, #f7f9f1 0%, #eef3e8 100%);
  --theme-hero-bg: linear-gradient(135deg,
      rgba(10, 58, 37, 0.95),
      rgba(13, 92, 59, 0.92),
      rgba(17, 78, 124, 0.96));
  --theme-panel-bg: rgba(255, 255, 255, 0.92);
  --theme-panel-border: rgba(255, 255, 255, 0.76);
  --theme-feature-bg: rgba(13, 92, 59, 0.06);
  --theme-input-border: rgba(13, 92, 59, 0.14);
  --theme-input-focus: rgba(13, 92, 59, 0.25);
}

.theme-neon-dark {
  --theme-primary: #1e3b5f;
  --theme-primary-deep: #0c263c;
  --theme-accent: #8ae0ff;
  --theme-surface: #0d1622;
  --theme-surface-strong: #111b27;
  --theme-text: #e9f4ff;
  --theme-muted: #8da9c7;
  --theme-border: rgba(138, 224, 255, 0.12);
  --theme-body-bg: linear-gradient(180deg, #08101d 0%, #111c2c 100%);
  --theme-hero-bg: linear-gradient(135deg,
      rgba(14, 38, 60, 0.95),
      rgba(15, 32, 52, 0.94),
      rgba(36, 53, 86, 0.96));
  --theme-panel-bg: rgba(9, 18, 30, 0.9);
  --theme-panel-border: rgba(138, 224, 255, 0.12);
  --theme-feature-bg: rgba(138, 224, 255, 0.07);
  --theme-input-border: rgba(138, 224, 255, 0.14);
  --theme-input-focus: rgba(138, 224, 255, 0.18);
  --theme-success: #33c6a3;
  --theme-danger: #f77fb0;
}

.theme-cosmic-light {
  --theme-primary: #3f1d8e;
  --theme-primary-deep: #211154;
  --theme-accent: #ef7ef4;
  --theme-surface: #f5effe;
  --theme-surface-strong: #ffffff;
  --theme-text: #24144d;
  --theme-muted: #7e6a9f;
  --theme-border: rgba(63, 29, 142, 0.12);
  --theme-body-bg: linear-gradient(180deg, #f7f1ff 0%, #eef0fd 100%);
  --theme-hero-bg: linear-gradient(135deg,
      rgba(63, 29, 142, 0.95),
      rgba(58, 25, 127, 0.92),
      rgba(70, 36, 173, 0.96));
  --theme-panel-bg: rgba(255, 255, 255, 0.92);
  --theme-panel-border: rgba(239, 126, 244, 0.16);
  --theme-feature-bg: rgba(63, 29, 142, 0.06);
  --theme-input-border: rgba(63, 29, 142, 0.14);
  --theme-input-focus: rgba(239, 126, 244, 0.2);
}

.theme-cosmic-dark {
  --theme-primary: #5a2ea8;
  --theme-primary-deep: #2a1255;
  --theme-accent: #ff92f2;
  --theme-surface: #0b0820;
  --theme-surface-strong: #120d2a;
  --theme-text: #f6e7ff;
  --theme-muted: #b4a1d4;
  --theme-border: rgba(255, 146, 242, 0.12);
  --theme-body-bg: linear-gradient(180deg, #090513 0%, #120a25 100%);
  --theme-hero-bg: linear-gradient(135deg,
      rgba(40, 17, 69, 0.95),
      rgba(45, 16, 78, 0.94),
      rgba(84, 30, 132, 0.96));
  --theme-panel-bg: rgba(13, 8, 30, 0.92);
  --theme-panel-border: rgba(255, 146, 242, 0.14);
  --theme-feature-bg: rgba(255, 146, 242, 0.07);
  --theme-input-border: rgba(255, 146, 242, 0.14);
  --theme-input-focus: rgba(255, 146, 242, 0.18);
  --theme-success: #6adecb;
  --theme-danger: #ef92c7;
}

.theme-circuit-light {
  --theme-primary: #0f4055;
  --theme-primary-deep: #082d3f;
  --theme-accent: #44ffdd;
  --theme-surface: #ecf8f8;
  --theme-surface-strong: #ffffff;
  --theme-text: #05313f;
  --theme-muted: #587f88;
  --theme-border: rgba(4, 113, 108, 0.12);
  --theme-body-bg: linear-gradient(180deg, #f2fbfb 0%, #e7f6f7 100%);
  --theme-hero-bg: linear-gradient(135deg,
      rgba(4, 62, 83, 0.95),
      rgba(9, 45, 66, 0.92),
      rgba(25, 85, 96, 0.96));
  --theme-panel-bg: rgba(255, 255, 255, 0.92);
  --theme-panel-border: rgba(68, 255, 221, 0.16);
  --theme-feature-bg: rgba(4, 113, 108, 0.06);
  --theme-input-border: rgba(4, 113, 108, 0.14);
  --theme-input-focus: rgba(68, 255, 221, 0.2);
}

.theme-circuit-dark {
  --theme-primary: #0d2f3a;
  --theme-primary-deep: #071a23;
  --theme-accent: #3af7d4;
  --theme-surface: #071d26;
  --theme-surface-strong: #081c27;
  --theme-text: #b7f7f0;
  --theme-muted: #74c9bd;
  --theme-border: rgba(58, 247, 212, 0.12);
  --theme-body-bg: linear-gradient(180deg, #040e14 0%, #071822 100%);
  --theme-hero-bg: linear-gradient(135deg,
      rgba(3, 26, 39, 0.95),
      rgba(5, 24, 36, 0.94),
      rgba(10, 48, 62, 0.96));
  --theme-panel-bg: rgba(7, 29, 38, 0.92);
  --theme-panel-border: rgba(58, 247, 212, 0.14);
  --theme-feature-bg: rgba(58, 247, 212, 0.06);
  --theme-input-border: rgba(58, 247, 212, 0.16);
  --theme-input-focus: rgba(58, 247, 212, 0.2);
  --theme-success: #4bf1d4;
  --theme-danger: #ff8ab7;
}

body[class*="theme-"] {
  color: var(--theme-text);
  background: var(--theme-body-bg);
  transition: background 0.25s ease, color 0.25s ease;
}

body[class*="theme-"] .topbar-panel,
body[class*="theme-"] .topbar-meta,
body[class*="theme-"] .topbar-profile,
body[class*="theme-"] .context-action-bar,
body[class*="theme-"] .sidebar-card,
body[class*="theme-"] .settings-logo-preview,
body[class*="theme-"] .web-push-prompt,
body[class*="theme-"] .login-canvas,
body[class*="theme-"] .login-canvas-form,
body[class*="theme-"] .login-help>div,
body[class*="theme-"] .login-panel,
body[class*="theme-"] .status-list li,
body[class*="theme-"] .news-home-card,
body[class*="theme-"] .news-home-card-featured,
body[class*="theme-"] .standing-row,
body[class*="theme-"] .scorer-row,
body[class*="theme-"] .match-share-scorers-team,
body[class*="theme-"] .public-stat-card,
body[class*="theme-"] .match-card {
  background: var(--theme-panel-bg);
  border-color: var(--theme-panel-border);
  color: var(--theme-text);
}

body[class*="theme-"] .btn-outline-jlfc,
body[class*="theme-"] .btn-topbar-icon {
  background: var(--theme-panel-bg);
  color: var(--theme-text);
  border-color: var(--theme-border);
}

body[class*="theme-"] .btn-outline-jlfc:hover,
body[class*="theme-"] .btn-outline-jlfc:focus {
  background: var(--theme-primary);
  color: #00861d;
  border-color: var(--theme-primary);
}

* {
  box-sizing: border-box;
}

body {
  font-family: "DM Sans", sans-serif;
  color: var(--theme-text);
  background: var(--theme-body-bg);
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand-name,
.page-heading {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.02em;
}

.admin-body {
  min-height: 100vh;
  background: var(--theme-body-bg);
}

.login-body,
.public-body,
.error-body {
  min-height: 100vh;
  background: var(--theme-body-bg);
}

.admin-shell {
  display: flex;
  min-height: 100vh;
}

.sidebar-panel {
  width: 290px;
  background: var(--theme-sidebar-bg);
  color: var(--theme-sidebar-text);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  box-shadow: var(--theme-shadow);
  height: 100vh;
  position: sticky;
  top: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex-shrink: 0;
}

.sidebar-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg,
      var(--theme-accent),
      rgba(255, 255, 255, 0.48));
  color: var(--theme-sidebar-text);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.brand-mark-image {
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.settings-logo-preview {
  width: 88px;
  height: 88px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--theme-border);
  background: var(--theme-panel-bg);
}

.settings-logo-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.navbar-brand-logo,
.hero-pill-logo {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

.web-push-prompt {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1080;
  width: min(420px, calc(100vw - 2rem));
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: var(--theme-panel-bg);
  border: 1px solid var(--theme-panel-border);
  box-shadow: var(--theme-shadow);
  display: grid;
  gap: 0.85rem;
}

.web-push-prompt-copy p {
  color: var(--theme-muted);
  font-size: 0.94rem;
}

.web-push-prompt-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.web-push-prompt-state {
  min-height: 1.1rem;
}

@media (max-width: 767.98px) {
  .web-push-prompt {
    right: 0.75rem;
    left: 0.75rem;
    width: auto;
    bottom: 0.75rem;
  }
}

.brand-name {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}

.brand-subtitle,
.sidebar-section-label,
.eyebrow,
.label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.68);
}

.sidebar-nav {
  gap: 0.4rem;
}

.sidebar-link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  transition: 0.2s ease;
}

.sidebar-link:hover,
.sidebar-link.active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.sidebar-card {
  padding: 1rem;
  background: var(--theme-panel-bg);
  border: 1px solid var(--theme-panel-border);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.sidebar-card-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}

.admin-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.topbar-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 2rem 1rem;
  position: sticky;
  top: 0;
  z-index: 1030;
  background: var(--theme-panel-bg);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--theme-border);
}

.page-heading {
  font-size: 2rem;
  line-height: 1;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.topbar-meta,
.topbar-profile {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: var(--theme-panel-bg);
  border: 1px solid var(--theme-border);
  border-radius: 999px;
  padding: 0.65rem 1rem;
}

.topbar-profile {
  padding-right: 0.7rem;
}

.topbar-profile-name {
  font-weight: 600;
}

.context-action-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--theme-border);
  border-radius: 18px;
  background: var(--theme-panel-bg);
  box-shadow: 0 16px 35px rgba(8, 61, 39, 0.08);
}

.context-action-bar-copy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.context-action-bar-copy .eyebrow {
  color: var(--theme-muted);
  margin: 0;
}

.context-action-bar-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn-jlfc,
.btn-outline-jlfc,
.btn-topbar-icon {
  border-radius: 14px;
}

.btn-jlfc {
  background: var(--theme-btn-gradient);
  border: none;
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.btn-jlfc:hover,
.btn-jlfc:focus {
  color: #fff;
  background: var(--theme-btn-hover);
}

.btn-outline-jlfc {
  border: 1px solid var(--theme-border);
  color: var(--theme-text);
  background: var(--theme-panel-bg);
}

.btn-outline-jlfc:hover,
.btn-outline-jlfc:focus {
  color: #fff;
  background: var(--theme-primary);
  border-color: var(--theme-primary);
}

.btn-topbar-icon {
  border: 1px solid var(--theme-border);
  background: var(--theme-panel-bg);
}

.admin-content {
  flex: 1;
  padding-top: 0.25rem !important;
}

.hero-banner,
.panel-card,
.metric-card,
.public-stat-card,
.hero-card,
.public-badge-card,
.error-card {
  border-radius: 28px;
  background: var(--theme-panel-bg);
  border: 1px solid var(--theme-panel-border);
  box-shadow: var(--theme-shadow);
}

.hero-banner {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: center;
}

.hero-banner h2,
.hero-card h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.75rem;
}

.hero-banner-meta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hero-banner-meta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hero-pill {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--theme-primary-deep);
  font-weight: 700;
}

.metric-card,
.panel-card,
.public-stat-card {
  padding: 1.5rem;
}

.metric-card {
  position: relative;
  overflow: hidden;
}

.metric-card::after {
  content: "";
  position: absolute;
  inset: auto -10% -28% auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(200, 167, 75, 0.26),
      transparent 68%);
}

.metric-icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: rgba(13, 92, 59, 0.1);
  color: var(--theme-primary);
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.metric-label,
.public-stat-card span {
  display: block;
  color: var(--theme-muted);
}

.metric-value,
.public-stat-card strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0.35rem 0 0.4rem;
}

.panel-card-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.traffic-chart {
  min-height: 220px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(26px, 1fr));
  gap: 0.75rem;
  align-items: end;
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.18);
}

.traffic-chart-bar-wrap {
  display: flex;
  min-height: 188px;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  gap: 0.45rem;
}

.traffic-chart-value,
.traffic-chart-label {
  font-size: 0.72rem;
  color: var(--theme-muted);
}

.traffic-chart-bar {
  width: 100%;
  min-height: 8px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.16),
      var(--theme-primary));
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.18);
}

.page-share-list {
  display: grid;
  gap: 1rem;
}

.page-share-item {
  padding: 0.85rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
}

.page-share-bar-track {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.page-share-bar-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg,
      var(--theme-primary),
      var(--theme-primary-deep));
}

.feature-tile {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  height: 100%;
}

.feature-tile i {
  font-size: 1.4rem;
  color: var(--theme-primary);
}

.license-scanner-panel {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
}

.license-scanner-reader {
  min-height: 260px;
  border: 2px dashed rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.04),
      rgba(255, 255, 255, 0.08));
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--theme-muted);
  padding: 1rem;
}

.license-scanner-reader video {
  width: 100% !important;
  border-radius: 16px;
}

.license-scanner-hit {
  box-shadow: inset 0 0 0 2px rgba(13, 92, 59, 0.22);
}

.public-home-hero {
  background:
    radial-gradient(circle at 15% 20%,
      rgba(255, 255, 255, 0.14),
      transparent 24%),
    radial-gradient(circle at 85% 10%,
      rgba(255, 255, 255, 0.12),
      transparent 22%),
    var(--theme-hero-bg);
}

.public-badge-hero-card {
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-quick-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.hero-quick-stats div {
  padding: 0.8rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
}

.hero-quick-stats strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
}

.hero-quick-stats span {
  display: block;
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
}

.section-title-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
}

.next-matches-strip {
  margin-top: 2rem;
}

.homepage-week-rail {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
  scroll-snap-type: x proximity;
}

.homepage-week-rail::-webkit-scrollbar {
  height: 10px;
}

.homepage-week-rail::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.homepage-week-panel {
  flex: 0 0 340px;
  min-width: 340px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.match-week-header {
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.match-week-header h3 {
  margin: 0;
  font-size: 1rem;
  color: var(--theme-text);
}

.match-week-card-stack {
  display: grid;
  gap: 1rem;
}

.match-card {
  height: 100%;
  padding: 1rem;
  border-radius: 22px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(241, 246, 241, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 18px 34px rgba(8, 61, 39, 0.16);
  color: var(--theme-primary-deep) !important;
}

.match-card .eyebrow,
.match-card .match-card-stage,
.match-card .club-line span,
.match-card .club-line strong,
.match-card-meta,
.match-card-meta span {
  color: var(--theme-primary-deep) !important;
}

.homepage-match-card {
  padding: 0.8rem;
}

.match-card-top,
.match-card-meta,
.news-home-meta,
.standing-row,
.scorer-row {
  display: flex;
  justify-content: space-between;
  gap: 0.85rem;
  align-items: center;
}

.match-status-pill {
  border-radius: 999px;
  padding: 0.22rem 0.5rem;
  background: rgba(13, 92, 59, 0.08);
  color: var(--theme-success) !important;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.match-card-stage {
  margin-top: 0.18rem;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.25;
}

.match-card-body {
  padding: 0.65rem 0;
}

.match-card-countdown,
.match-card-note {
  margin-top: 0.75rem;
  padding: 0.5rem 0.65rem;
  border-radius: 14px;
  background: rgba(13, 92, 59, 0.08);
  color: var(--theme-success);
}

.match-card-countdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}

.match-card-countdown strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.9rem;
  color: #000;
}

.match-card-note {
  font-size: 0.72rem;
  line-height: 1.4;
}

.club-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
}

.club-line span {
  font-weight: 700;
  font-size: 0.72rem;
}

.club-line strong,
.match-vs,
.scorer-goals,
.standing-rank,
.standing-points strong {
  font-family: "Barlow Condensed", sans-serif;
}

.club-line strong {
  font-size: 0.92rem;
  color: var(--theme-primary);
}

.club-line-with-logo {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 0.55rem;
  align-items: center;
}

.club-logo-chip {
  width: 34px;
  height: 34px;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: rgba(107, 31, 42, 0.1);
  border: 1px solid rgba(107, 31, 42, 0.14);
}

.club-logo-chip img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.club-logo-chip span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.8rem;
  line-height: 1;
  color: var(--theme-accent);
}

.next-matches-strip .club-line span,
.next-matches-strip .club-line strong {
  color: var(--theme-primary-deep);
}

.public-fixture-team {
  color: var(--theme-primary-deep);
}

.match-vs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.35rem 0;
  color: var(--theme-accent);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.match-card-meta {
  flex-direction: column;
  align-items: flex-start;
  color: var(--theme-primary-deep);
  font-size: 0.68rem;
}

.match-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.match-card-actions .btn {
  font-size: 0.68rem;
  padding: 0.35rem 0.55rem;
}

.homepage-match-card .eyebrow {
  font-size: 0.58rem;
}

.match-share-wrap {
  display: grid;
  gap: 1rem;
  justify-items: center;
}

.match-share-preview-shell {
  position: relative;
  width: min(100%, 480px);
  display: flex;
  justify-content: center;
}

.match-share-download-card {
  position: relative;
  display: grid;
  gap: 0;
  width: 480px;
  max-width: none;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  font-family: "Barlow Condensed", sans-serif;
  background:
    radial-gradient(circle at 50% -10%,
      rgba(255, 255, 255, 0.88),
      rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #145ea2 0%, #0b4f93 34%, #0a6f45 72%, #0d6738 100%);
  box-shadow: 0 28px 56px rgba(8, 61, 39, 0.22);
}

.match-share-download-card::before,
.match-share-download-card::after {
  content: "";
  position: absolute;
  top: 1rem;
  width: 46%;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.72) 0%,
      rgba(255, 255, 255, 0.18) 36%,
      rgba(255, 255, 255, 0) 72%);
  filter: blur(2px);
  pointer-events: none;
}

.match-share-download-card::before {
  left: -12%;
}

.match-share-download-card::after {
  right: -12%;
}

.match-share-poster-top {
  position: relative;
  z-index: 1;
  padding: 2rem 1.5rem 1rem;
  text-align: center;
  color: #fff;
}

.match-share-poster-kicker {
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.76);
}

.match-share-poster-title {
  margin: 0.35rem 0 0;
  font-size: clamp(2.8rem, 7vw, 4.4rem);
  line-height: 0.88;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow:
    0 4px 0 rgba(5, 67, 129, 0.9),
    0 12px 28px rgba(0, 0, 0, 0.22);
}

.match-share-poster-subtitle {
  margin-top: 0.55rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.84);
}

.match-share-card {
  position: relative;
  overflow: hidden;
  padding: 1.15rem 1.25rem 10rem;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 10%,
      rgba(255, 255, 255, 0.16),
      rgba(255, 255, 255, 0) 30%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 55, 32, 0.08) 100%);
  color: #fff;
}

.match-share-ribbon-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
}

.match-share-ribbon-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.45rem;
  min-width: 0;
  padding: 0.25rem 0.3rem;
  text-align: center;
}

.match-share-ribbon-side-away {
  justify-content: flex-start;
}

.match-share-ribbon-logo {
  width: 72px;
  height: 72px;
  aspect-ratio: 1 / 1;
  border-radius: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  flex-shrink: 0;
}

.match-share-ribbon-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.match-share-ribbon-logo span {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}

.match-share-ribbon-team {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.match-share-ribbon-label {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 0.62rem;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.84);
}

.match-share-ribbon-team-name {
  display: block;
  max-width: 150px;
  font-size: 1rem;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
  word-break: break-word;
}

.match-share-ribbon-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  min-width: 112px;
  padding: 0.55rem 1rem 0.75rem;
  background: linear-gradient(180deg, #ffffff 0%, #f2f2f2 72%, #d8d8d8 100%);
  color: #0b0d10;
  clip-path: polygon(12% 0, 88% 0, 100% 28%, 92% 100%, 8% 100%, 0 28%);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.match-share-ribbon-center-label {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(11, 13, 16, 0.62);
}

.match-share-ribbon-center-score {
  display: block;
  font-size: 2.9rem;
  line-height: 0.9;
  color: #111;
}

.match-share-ribbon-center-stage {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(11, 13, 16, 0.62);
}

.match-share-venue-block {
  margin: 1.5rem auto 0;
  max-width: 320px;
  text-align: center;
}

.match-share-venue-title {
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

.match-share-venue-divider {
  position: relative;
  width: 100%;
  height: 12px;
  margin: 0.55rem auto 0.8rem;
}

.match-share-venue-divider::before,
.match-share-venue-divider::after {
  content: "";
  position: absolute;
  top: 5px;
  width: calc(50% - 18px);
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
}

.match-share-venue-divider::before {
  left: 0;
}

.match-share-venue-divider::after {
  right: 0;
}

.match-share-venue-time {
  font-size: 3rem;
  line-height: 0.9;
  color: #ffffff;
}

.match-share-venue-meta {
  margin-top: 0.35rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.match-share-scorers {
  position: relative;
  z-index: 1;
  margin-top: 1.4rem;
  padding: 0.95rem 1rem;
  border-radius: 22px;
  background: rgba(4, 19, 12, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.match-share-scorers-title {
  margin-bottom: 0.65rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.match-share-scorers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.match-share-scorers-team {
  min-width: 0;
  padding: 0.85rem 0.9rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.match-share-scorers-team-away {
  text-align: right;
}

.match-share-scorers-team-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}

.match-share-scorers-list {
  margin-top: 0.4rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.match-share-lineups {
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: 22px;
  background: rgba(4, 19, 12, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.match-share-lineups-title {
  margin-bottom: 0.7rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.match-share-lineups-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.match-share-lineup-card {
  padding: 0.95rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.match-share-lineup-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.match-share-lineup-head strong {
  color: #ffffff;
  font-size: 0.98rem;
}

.match-share-lineup-head span {
  font-family: "DM Sans", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}

.match-share-lineup-section-label {
  margin-top: 0.65rem;
  margin-bottom: 0.4rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--theme-accent);
}

.match-share-lineup-list {
  margin: 0;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  line-height: 1.45;
}

.match-share-lineup-list li+li {
  margin-top: 0.14rem;
}

.match-share-lineup-list-substitutes {
  color: rgba(255, 255, 255, 0.74);
}

.match-share-formations {
  position: relative;
  z-index: 1;
  margin-top: 1.75rem;
  padding: 1rem;
  border-radius: 22px;
  background: rgba(8, 31, 19, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.match-share-formations-title {
  margin-bottom: 0.65rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.match-share-formations-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.match-share-formation-item {
  padding: 0.9rem 0.95rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.match-share-formation-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.match-share-formation-club-wrap {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.match-share-formation-logo {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

.match-share-formation-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.match-share-formation-logo span {
  font-size: 1rem;
  line-height: 1;
  color: var(--theme-accent);
}

.match-share-formation-club {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.94);
}

.match-share-formation-source {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
}

.match-share-formation-shape {
  font-size: 1.7rem;
  line-height: 1;
  color: var(--theme-accent);
}

.match-share-formation-note {
  margin: 0.55rem 0 0;
  font-family: "DM Sans", sans-serif;
  font-size: 0.76rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.74);
}

.match-share-formation-lineup-meta {
  margin-top: 0.6rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.71rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.74);
}

.match-share-formation-lineup-meta strong {
  color: var(--theme-accent);
}

.match-share-formation-lineup-meta span {
  display: block;
  margin-top: 0.15rem;
}

.match-share-pitch-markings {
  position: absolute;
  left: 50%;
  bottom: -110px;
  width: 135%;
  height: 220px;
  transform: translateX(-50%);
  border: 10px solid rgba(255, 255, 255, 0.92);
  border-bottom: 0;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  opacity: 0.95;
  pointer-events: none;
}

.match-share-pitch-markings::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 44%;
  width: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.92);
}

.match-formations-section {
  display: grid;
  gap: 1rem;
}

.match-formation-card {
  height: 100%;
  padding: 1rem;
  border-radius: 20px;
  background: linear-gradient(180deg,
      rgba(13, 58, 39, 0.06),
      rgba(107, 31, 42, 0.08));
  border: 1px solid rgba(17, 73, 50, 0.12);
}

.match-formation-logo {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: rgba(17, 73, 50, 0.1);
  color: var(--theme-primary-deep);
  flex-shrink: 0;
}

.match-formation-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.match-formation-logo span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.1rem;
  line-height: 1;
}

.match-formation-shape {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--theme-accent);
}

@media (max-width: 575.98px) {
  .match-share-preview-shell {
    width: 100%;
  }

  .match-share-formations-grid {
    grid-template-columns: 1fr;
  }

  .match-share-lineups-grid {
    grid-template-columns: 1fr;
  }

  .match-share-scorers-grid {
    grid-template-columns: 1fr;
  }

  .match-share-scorers-team-away {
    text-align: left;
  }
}

.standings-rail {
  top: 1.5rem;
}

.standings-list,
.scorers-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.standing-row,
.scorer-row {
  padding: 0.8rem 0.9rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  align-items: center;
}

.standing-rank,
.scorer-rank {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
  color: var(--theme-primary-deep);
  font-size: 1.15rem;
}

.standing-club,
.scorer-player {
  flex: 1;
  min-width: 0;
}

.standing-club strong,
.scorer-player strong {
  display: block;
}

.standing-club span,
.scorer-player span,
.standing-points span {
  display: block;
  color: var(--theme-muted);
  font-size: 0.82rem;
}

.standing-points {
  text-align: right;
}

.standing-points strong {
  font-size: 1.45rem;
  line-height: 1;
}

.news-home-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.news-home-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.news-home-card-featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
}

.news-home-image {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.news-home-copy {
  padding: 1.2rem;
}

.news-home-meta {
  flex-wrap: wrap;
  color: var(--theme-muted);
  font-size: 0.9rem;
}

.floating-utility {
  position: fixed;
  bottom: 1.4rem;
  z-index: 1040;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(8, 61, 39, 0.24);
  font-weight: 700;
}

.floating-utility i {
  font-size: 1.15rem;
}

.floating-utility-left {
  left: 1rem;
  background: linear-gradient(135deg,
      var(--theme-primary),
      var(--theme-primary-deep));
  color: var(--theme-on-primary);
}

.floating-utility-right {
  right: 1rem;
  background: linear-gradient(135deg,
      var(--theme-primary),
      var(--theme-primary-deep));
  color: var(--theme-on-primary);
}

.floating-utility:hover,
.floating-utility:focus {
  color: inherit;
  transform: translateY(-1px);
}

.scorers-canvas {
  background: var(--theme-surface);
}

.login-canvas {
  background:
    radial-gradient(circle at top right,
      rgba(255, 255, 255, 0.12),
      transparent 24%),
    linear-gradient(180deg,
      rgba(255, 255, 255, 0.14),
      rgba(255, 255, 255, 0.08));
}

.login-canvas-form {
  padding: 1.1rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.08);
}

.login-canvas-meta {
  display: grid;
  gap: 0.85rem;
}

.login-canvas-meta>div {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(13, 92, 59, 0.05);
}

.login-canvas-meta strong {
  display: block;
}

.scorer-goals {
  min-width: 42px;
  text-align: right;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--theme-primary);
}

@media (max-width: 1199.98px) {
  .standings-rail {
    position: static !important;
  }
}

@media (max-width: 991.98px) {

  .news-home-grid,
  .news-home-card-featured {
    grid-template-columns: 1fr;
  }

  .news-home-card-featured {
    grid-column: auto;
  }

  .section-title-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .floating-utility {
    bottom: 1rem;
    padding: 0.8rem 0.9rem;
  }

  .floating-utility span {
    display: none;
  }

  .hero-quick-stats {
    grid-template-columns: 1fr;
  }

  .homepage-match-rail,
  .homepage-stats-rail,
  .homepage-week-rail {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.85rem 0;
    padding-bottom: 0.35rem;
    margin-right: 0;
    margin-left: 0;
    scroll-snap-type: x proximity;
  }

  .homepage-week-panel {
    min-width: 85%;
  }

  .club-line-with-logo {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .club-logo-chip {
    width: 30px;
    height: 30px;
  }

  .homepage-match-rail>*,
  .homepage-stats-rail>* {
    scroll-snap-align: start;
  }

  .homepage-match-card-col {
    width: 190px;
    min-width: 190px;
    padding-left: 0;
    padding-right: 0;
  }

  .homepage-stat-col {
    width: 190px;
    min-width: 190px;
    padding-left: 0;
    padding-right: 0;
  }

  .public-stat-card,
  .match-card {
    min-height: 100%;
  }

  .match-share-top,
  .match-share-body,
  .match-share-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .match-share-score {
    align-self: center;
  }
}

.feature-tile h4 {
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
}

.feature-tile p {
  margin-bottom: 0;
  color: var(--theme-muted);
}

.status-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.status-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 0.9rem 1rem;
  background: rgba(13, 92, 59, 0.05);
  border-radius: 16px;
}

.badge-soft-success {
  color: var(--theme-primary);
  background: rgba(13, 92, 59, 0.13);
}

.badge-soft-danger {
  color: #9d2f2f;
  background: rgba(157, 47, 47, 0.12);
}

.admin-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1rem 2rem 1.5rem;
  border-top: 1px solid var(--theme-border);
}

.login-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(320px, 1fr);
}

.login-panel,
.login-aside {
  padding: clamp(1.5rem, 4vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-panel {
  background: var(--theme-panel-bg);
}

.login-panel>* {
  width: min(100%, 420px);
}

.login-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.login-brand-mark {
  display: inline-grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  background: linear-gradient(135deg,
      var(--theme-primary),
      var(--theme-primary-deep));
  color: var(--theme-on-primary);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.24);
}

.login-form .form-control {
  border-radius: 16px;
  border-color: var(--theme-input-border);
  padding: 0.9rem 1rem;
}

.login-form .form-control:focus {
  border-color: var(--theme-input-focus);
  box-shadow: 0 0 0 0.25rem var(--theme-input-focus);
}

.login-help {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.login-help>div {
  padding: 1rem;
  border-radius: 18px;
  background: var(--theme-panel-bg);
}

.login-help strong {
  display: block;
  margin-top: 0.35rem;
}

.hero-card,
.public-badge-card {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.35));
  color: #fff;
  padding: 2rem;
}

.public-transfer-countdown,
.public-transfer-countdown .eyebrow,
.public-transfer-countdown .small,
.public-transfer-countdown strong,
.public-transfer-countdown [data-transfer-countdown-value] {
  color: #000;
}

.public-transfer-countdown-date {
  color: #000;
  opacity: 1;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.hero-metrics strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
}

.public-hero {
  background: var(--theme-hero-bg);
  color: #fff;
}

.public-hero .navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  background: rgba(0, 0, 0, 0.22);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
}

.public-stat-card {
  text-align: center;
}

.error-card {
  max-width: 520px;
  padding: 2rem;
  text-align: center;
}

.error-code {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 4rem;
  line-height: 1;
  color: var(--theme-primary);
  margin-bottom: 1rem;
}

.flash-stack .alert {
  border-radius: 16px;
}

@media (max-width: 991.98px) {
  .sidebar-panel {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 1040;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    width: min(290px, 84vw);
  }

  .sidebar-panel.is-open {
    transform: translateX(0);
  }

  .admin-shell {
    display: block;
  }

  .topbar-panel,
  .admin-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .login-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {

  .topbar-panel,
  .admin-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .context-action-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar-actions {
    justify-content: flex-start;
  }

  .login-help,
  .hero-metrics {
    grid-template-columns: 1fr;
  }
}

/* Compact Matches Box Cards & Slide Rails */
.public-week-container {
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--theme-border);
  padding-bottom: 1rem;
}

.public-week-container:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.public-week-title-row {
  margin-bottom: 0.75rem;
}

.public-fixtures-week-rail {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.public-fixtures-week-rail::-webkit-scrollbar {
  height: 8px;
}

.public-fixtures-week-rail::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}

.public-fixtures-week-rail::-webkit-scrollbar-thumb {
  background: rgba(13, 92, 59, 0.15);
  border-radius: 999px;
}

.match-box-card {
  flex: 0 0 250px;
  min-width: 250px;
  scroll-snap-align: start;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(243, 247, 243, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 24px rgba(8, 61, 39, 0.06);
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.6rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.match-box-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(8, 61, 39, 0.1);
}

.match-box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 0.4rem;
}

.match-box-md {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--theme-muted);
}

.match-box-status {
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: rgba(13, 92, 59, 0.08);
  color: var(--theme-success);
  letter-spacing: 0.05em;
}

.match-box-status.postponed {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

.match-box-status.live {
  background: rgba(25, 135, 84, 0.15);
  color: #258754;
  animation: pulse-live 2s infinite;
}

@keyframes pulse-live {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

.match-box-teams {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0.2rem 0;
}

.match-box-team {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

.match-box-team-name {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--theme-primary-deep) !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.match-box-score {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--theme-primary-deep) !important;
}

.match-box-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.68rem;
  color: var(--theme-primary-deep) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  padding-top: 0.4rem;
}

.match-box-bottom span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--theme-primary-deep) !important;
}

.match-box-actions {
  margin-top: 0.2rem;
}

.match-box-actions .btn {
  font-size: 0.68rem;
  padding: 0.28rem 0.5rem;
  border-radius: 10px;
}

/* Hardened text contrast on all match cards to guarantee readability */
.match-card,
.match-card *,
.match-box-card,
.match-box-card * {
  color: var(--theme-primary-deep) !important;
}

/* Exceptions: elements that must retain their success/danger/accent/custom colors */
.match-card .match-status-pill,
.match-box-card .match-box-status {
  background: rgba(13, 92, 59, 0.08) !important;
  color: var(--theme-success) !important;
}
.match-box-card .match-box-status.postponed {
  background: rgba(220, 53, 69, 0.1) !important;
  color: #dc3545 !important;
}
.match-box-card .match-box-status.live {
  background: rgba(25, 135, 84, 0.15) !important;
  color: #258754 !important;
}
.match-card .match-card-countdown,
.match-card .match-card-countdown *,
.match-card .match-card-note {
  background: rgba(13, 92, 59, 0.08) !important;
  color: var(--theme-success) !important;
}
.match-card .btn-outline-jlfc,
.match-box-card .btn-outline-jlfc {
  color: var(--theme-primary-deep) !important;
  border-color: rgba(13, 92, 59, 0.2) !important;
  background: transparent !important;
}
.match-card .btn-outline-jlfc:hover,
.match-box-card .btn-outline-jlfc:hover {
  background: var(--theme-primary) !important;
  color: #fff !important;
}

/* ==========================================================================
   Premier League Styles for Fixtures Page
   ========================================================================== */

.pl-match-header-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: var(--theme-panel-bg);
  border: 1px solid var(--theme-border);
  padding: 1rem 1.25rem;
  border-radius: 18px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 20px rgba(8, 61, 39, 0.04);
}

.pl-matchweek-selector {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pl-mw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--theme-border);
  background: #fff;
  color: var(--theme-primary-deep) !important;
  transition: all 0.2s ease;
  font-weight: bold;
  text-decoration: none;
}

.pl-mw-btn:hover {
  background: var(--theme-primary-deep);
  color: #fff !important;
  border-color: var(--theme-primary-deep);
}

.pl-mw-btn.disabled {
  opacity: 0.4;
  pointer-events: none;
  background: #f5f5f5;
}

.pl-select {
  padding: 0.5rem 2.25rem 0.5rem 1rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--theme-primary-deep) !important;
  background-color: #fff;
  border: 1px solid var(--theme-border);
  border-radius: 999px;
  cursor: pointer;
  outline: none;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.pl-select:focus {
  border-color: var(--theme-primary);
  box-shadow: 0 0 0 3px rgba(13, 92, 59, 0.15);
}

.pl-date-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--theme-primary-deep);
  border-bottom: 2px solid var(--theme-border);
  padding-bottom: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.pl-match-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pl-match-row {
  display: grid;
  grid-template-columns: 1fr 110px 1fr;
  align-items: center;
  position: relative;
  background: #fff;
  border: 1px solid rgba(13, 92, 59, 0.1);
  border-radius: 12px;
  padding: 0.5rem 15rem 0.5rem 1rem;
  transition: all 0.2s ease;
  min-height: 52px;
}

.pl-match-row:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(8, 61, 39, 0.08);
  border-color: var(--theme-primary);
}

/* Sub-grid for Match details (Home vs Away) */
.pl-match-home {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.85rem;
  text-align: right;
}

.pl-match-away {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.85rem;
  text-align: left;
}

.pl-club-name {
  font-family: "DM Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1a1a !important;
}

.pl-club-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

/* Center score / time container */
.pl-match-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pl-match-time,
.pl-match-score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  padding: 0.2rem 0.8rem;
  border-radius: 6px;
  min-width: 60px;
}

.pl-match-time {
  background: var(--theme-primary-deep);
  color: #fff !important;
  flex-direction: column;
  padding: 0.2rem 0.5rem;
}

.pl-match-time-text {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1;
}

.pl-match-countdown {
  display: inline-block;
  font-family: monospace, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  color: #10b981;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  padding: 1px 4px;
  margin-top: 2px;
  line-height: 1;
  white-space: nowrap;
}

.pl-match-score {
  background: #f1f3f1;
  color: var(--theme-primary-deep) !important;
  border: 1px solid var(--theme-border);
  letter-spacing: 0.05em;
}

/* Additional columns on row when screen size allows */
.pl-match-meta {
  position: absolute;
  right: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.pl-match-venue {
  font-size: 0.8rem;
  color: var(--theme-muted) !important;
  font-weight: 500;
}

.pl-match-status-badge {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  letter-spacing: 0.05em;
}

.pl-match-status-badge.scheduled {
  background: rgba(13, 92, 59, 0.08) !important;
  color: var(--theme-success) !important;
}

.pl-match-status-badge.live {
  background: rgba(220, 53, 69, 0.1) !important;
  color: #dc3545 !important;
  animation: pulse-live 2s infinite;
}

.pl-match-status-badge.completed {
  background: #f5f5f5 !important;
  color: #6c757d !important;
}

.pl-match-status-badge.postponed {
  background: rgba(255, 193, 7, 0.1) !important;
  color: #ffc107 !important;
}

.pl-match-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(13, 92, 59, 0.15);
  background: transparent;
  color: var(--theme-primary-deep) !important;
  transition: all 0.2s ease;
}

.pl-match-row:hover .pl-match-action-btn {
  background: var(--theme-primary);
  color: #fff !important;
  border-color: var(--theme-primary);
}

/* Responsive grid changes */
@media (min-width: 992px) {
  .pl-match-row {
    grid-template-columns: 1fr 110px 1fr !important;
    padding: 0.75rem 15rem 0.75rem 1.25rem !important;
  }
}

@media (max-width: 991.98px) {
  /* Reclaim horizontal space by reducing panel card padding on mobile */
  .panel-card.p-4 {
    padding: 0.75rem 0.5rem !important;
  }

  .pl-match-row {
    grid-template-columns: 1fr 80px 1fr !important;
    gap: 0.2rem !important;
    padding: 0.4rem 6.2rem 0.4rem 0.5rem !important;
    min-height: 44px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
    align-items: center !important;
    position: relative !important;
  }
  
  .pl-match-home {
    justify-content: flex-end !important;
    text-align: right !important;
    gap: 0.3rem !important;
  }
  
  .pl-match-away {
    justify-content: flex-start !important;
    text-align: left !important;
    gap: 0.3rem !important;
  }

  .pl-club-name {
    font-size: 0.75rem !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.2 !important;
  }

  .pl-club-logo {
    width: 18px !important;
    height: 18px !important;
    vertical-align: middle !important;
  }

  .pl-match-time,
  .pl-match-score {
    font-size: 0.75rem !important;
    min-width: 44px !important;
    padding: 0.12rem 0.25rem !important;
    border-radius: 4px !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }

  /* Compact styling for venue and status column on mobile */
  .pl-match-meta {
    position: absolute !important;
    right: 2.2rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.15rem !important;
    padding-left: 0 !important;
  }

  .pl-match-venue {
    font-size: 0.62rem !important;
    color: var(--theme-muted) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 60px !important;
  }

  .pl-match-status-badge {
    font-size: 0.55rem !important;
    padding: 0.1rem 0.3rem !important;
    letter-spacing: 0.02em !important;
  }

  .pl-match-row .text-end {
    position: absolute !important;
    right: 0.5rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  .pl-match-action-btn {
    width: 18px !important;
    height: 18px !important;
    font-size: 0.55rem !important;
  }

  .pl-date-title {
    font-size: 0.95rem !important;
    margin-top: 1.25rem !important;
    margin-bottom: 0.6rem !important;
    padding-bottom: 0.3rem !important;
  }
}

/* Dark/Hero Theme variant for Match Rows (e.g. on homepage hero strip) */
.public-hero .pl-match-row {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.public-hero .pl-match-row:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.public-hero .pl-match-row .pl-club-name {
  color: #ffffff !important;
}

.public-hero .pl-match-row .pl-match-venue {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* Animated Crazy Emojis & Fan Vibe Hero */
@keyframes emojiPop {
  0% { transform: scale(0.8); }
  50% { transform: scale(1.4) rotate(10deg); }
  100% { transform: scale(1) rotate(0deg); }
}

@keyframes emojiFloatBounce {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(-6deg); }
}

.hover-scale:hover {
  transform: scale(1.3) translateY(-2px);
  transition: transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.emoji-animate-pop {
  animation: emojiPop 0.4s ease-out;
}

.hero-vibe-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  padding: 0.4rem 1.2rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  animation: emojiFloatBounce 3s ease-in-out infinite;
}

.hero-vibe-emoji {
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
}

.scorer-avatar {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #0d5c3b;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.scorer-avatar-initials {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d5c3b, #1b8a5a);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.public-hero .pl-match-row .pl-match-action-btn {
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
}

.public-hero .pl-match-row:hover .pl-match-action-btn {
  background: #ffffff;
  color: var(--theme-primary-deep) !important;
  border-color: #ffffff;
}

.public-hero .pl-match-row .pl-match-score {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.2);
}

.public-hero .pl-match-row .pl-match-status-badge {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}

/* Jala Kings Leaderboard Styles */
.jala-kings-card {
  background: rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #ffffff;
}

.jala-kings-title {
  color: #c8a74b;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.jala-king-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.jala-king-row:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.1);
}

.jala-avatar-wrapper {
  position: relative;
  display: inline-block;
}

.jala-badge-crown {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  z-index: 2;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.jala-king-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

/* Gold, Silver, Bronze frames */
.frame-king-gold {
  border: 3px solid transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), linear-gradient(135deg, #ffd700, #ffa500);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.4);
  animation: gold-pulse 2s infinite alternate;
}

.frame-contender-silver {
  border: 3px solid transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), linear-gradient(135deg, #e6e6e6, #a6a6a6);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 0 0 10px rgba(230, 230, 230, 0.3);
}

.frame-force-bronze {
  border: 3px solid transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), linear-gradient(135deg, #cd7f32, #8b5a2b);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 0 0 8px rgba(205, 127, 50, 0.2);
}

.jala-king-initials {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1rem;
  color: #fff;
}

.initials-gold {
  background: linear-gradient(135deg, #ffa500, #ffd700);
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.initials-silver {
  background: linear-gradient(135deg, #a6a6a6, #e6e6e6);
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.initials-bronze {
  background: linear-gradient(135deg, #8b5a2b, #cd7f32);
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.jala-king-info {
  flex-grow: 1;
}

.jala-king-role-badge {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 2px 6px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 2px;
}

.role-gold {
  background: rgba(255, 215, 0, 0.15);
  color: #ffd700;
  border: 1px solid rgba(255, 215, 0, 0.3);
}

.role-silver {
  background: rgba(230, 230, 230, 0.15);
  color: #e6e6e6;
  border: 1px solid rgba(230, 230, 230, 0.3);
}

.role-bronze {
  background: rgba(205, 127, 50, 0.15);
  color: #ffd8b3;
  border: 1px solid rgba(205, 127, 50, 0.3);
}

.jala-king-name {
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0;
  line-height: 1.2;
}

.jala-king-club {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  gap: 4px;
}

.jala-king-likes {
  text-align: right;
  flex-shrink: 0;
}

.jala-king-likes-value {
  font-size: 1.1rem;
  font-weight: bold;
  color: #ffd700;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1;
}

.jala-king-likes-label {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

@keyframes gold-pulse {
  0% {
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
  }
  100% {
    box-shadow: 0 0 18px rgba(255, 215, 0, 0.6);
  }
}
