/* Tournament menu — editorial top nav (Lucide/Phosphor icons) */
.tmenu {
  --te-lime: #acdd00;
  --te-lime-dark: #8bb100;
  --te-lime-soft: rgba(172, 221, 0, 0.14);
  --te-ink: #0a0a0a;
  --te-muted: #9ca3af;
  --te-line: rgba(0, 0, 0, 0.06);
  --te-card: #ffffff;
  --te-radius: 0;
  --te-font-display: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  --te-font-body: Montserrat, Inter, system-ui, sans-serif;
  font-family: var(--te-font-body) !important;
  margin: 0 0 0.95rem !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.tmenu *,
.tmenu *::before,
.tmenu *::after {
  box-sizing: border-box;
}
.tmenu-card {
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, rgba(172, 221, 0, 0.07), transparent 55%),
    #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-radius: 0 !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 4px 16px rgba(10, 10, 10, 0.05) !important;
  overflow: hidden;
}
.tmenu-top {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem 1.15rem;
  padding: 0.95rem 1.1rem 0.85rem !important;
  flex-wrap: wrap;
}
.tmenu-brand {
  display: flex !important;
  align-items: flex-start;
  gap: 0.8rem;
  min-width: 0;
  flex: 1 1 280px;
}
.tmenu-logo {
  flex-shrink: 0;
  width: 52px !important;
  height: 52px !important;
  border-radius: 0 !important;
  overflow: hidden;
  background: rgba(6, 11, 27, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  padding: 0 !important;
}
.tmenu-logo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.tmenu-logo-fallback {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(172, 221, 0, 0.14);
  color: #3d5200;
  font-size: 1.35rem;
}
.tmenu-brand-text {
  min-width: 0;
  flex: 1;
}
.tmenu-kicker {
  margin: 0 0 0.15rem !important;
  font-size: 0.66rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #acdd00 !important;
  font-family: Montserrat, Inter, system-ui, sans-serif !important;
}
.tmenu-title-row {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem 0.6rem;
  margin-bottom: 0.45rem;
}
.tmenu h1.tmenu-title,
.tmenu-title {
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif !important;
  font-size: clamp(1.4rem, 2.4vw, 1.85rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  color: #0a0a0a !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0.95 !important;
  border: 0 !important;
}
.tmenu-title a {
  color: inherit !important;
  text-decoration: none !important;
}
.tmenu-title a:hover {
  color: #8bb100 !important;
}
.tmenu-badge {
  display: inline-flex !important;
  align-items: center;
  padding: 0.28rem 0.6rem !important;
  border-radius: 0 !important;
  background: rgba(172, 221, 0, 0.14) !important;
  border: 1px solid rgba(172, 221, 0, 0.4) !important;
  color: #3d5200 !important;
  font-size: 0.62rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
}
.tmenu-chips {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.4rem 0.45rem;
}
.tmenu-chip {
  display: inline-flex !important;
  align-items: center;
  gap: 0.35rem;
  padding: 0.32rem 0.55rem !important;
  border-radius: 0 !important;
  background: rgba(6, 11, 27, 0.035) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  color: #0a0a0a !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}
.tmenu-chip i,
.tmenu-chip .tdash-lucide {
  color: #acdd00 !important;
  font-size: 0.78rem !important;
}
.tmenu-chip em {
  font-style: normal !important;
  font-size: 0.62rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #9ca3af !important;
}
.tmenu-chip a {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}
.tmenu-chip a:hover {
  color: #8bb100 !important;
}
.tmenu-chip-sep {
  color: #9ca3af !important;
  font-weight: 500 !important;
  margin: 0 0.05rem;
}
.tmenu-chip--accent {
  background: rgba(172, 221, 0, 0.14) !important;
  border-color: rgba(172, 221, 0, 0.35) !important;
}
.tmenu-actions {
  display: flex !important;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}
.tmenu-icon-btn {
  width: 36px !important;
  height: 36px !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(6, 11, 27, 0.035) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  color: #6b7280 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  line-height: 1 !important;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.tmenu-icon-btn:hover {
  border-color: rgba(0, 0, 0, 0.14) !important;
  background: rgba(6, 11, 27, 0.06) !important;
  color: #0a0a0a !important;
}
.tmenu-icon-btn i,
.tmenu-icon-btn .tdash-lucide {
  font-size: 0.9rem !important;
}

.tmenu-nav {
  border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
  padding: 0 0.65rem !important;
  position: relative;
  background: transparent !important;
}
.tmenu-nav::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
  pointer-events: none;
}
.tmenu ul.tmenu-tabs,
.tmenu-tabs {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: stretch;
  gap: 0.15rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.tmenu-tabs::-webkit-scrollbar { display: none; }
.tmenu-tabs > li {
  flex: 0 0 auto;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.tmenu a.tmenu-tab,
.tmenu-tab {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  gap: 0.35rem;
  padding: 0.7rem 0.7rem 0.8rem !important;
  color: #9ca3af !important;
  text-decoration: none !important;
  white-space: nowrap;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.tmenu-tab:hover {
  color: #0a0a0a !important;
}
.tmenu-tab-icon {
  width: 24px !important;
  height: 24px !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(6, 11, 27, 0.04) !important;
  border: 1px solid transparent;
  color: inherit !important;
  font-size: 0.85rem !important;
}
.tmenu-tab-icon .tdash-lucide {
  font-size: inherit !important;
  line-height: 1 !important;
}
.tmenu-tab-label {
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
}
.tmenu-tab.is-active {
  color: #0a0a0a !important;
}
.tmenu-tab.is-active .tmenu-tab-icon {
  background: #acdd00 !important;
  color: #0a0a0a !important;
  border-color: rgba(172, 221, 0, 0.5) !important;
}
.tmenu-tab.is-active::after {
  content: '';
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0;
  height: 2px;
  background: #acdd00;
  border-radius: 2px 2px 0 0;
  z-index: 1;
}
.tmenu-tab.is-disabled,
.tmenu-tab.is-disabled:hover {
  opacity: 0.4 !important;
  pointer-events: none !important;
  color: #9ca3af !important;
}

@media (max-width: 767.98px) {
  .tmenu-top { padding: 1rem 1rem 0.9rem !important; }
  .tmenu-logo { width: 52px !important; height: 52px !important; border-radius: 0 !important; }
  .tmenu-title { font-size: 1.45rem !important; }
  .tmenu-chip em { display: none !important; }
  .tmenu-tab { padding: 0.75rem 0.65rem 0.85rem !important; gap: 0.35rem; }
  .tmenu-tab-label { font-size: 0.95rem !important; }
  .tmenu-tab-icon { width: 26px !important; height: 26px !important; }
  .tmenu-tab.is-active::after { left: 0.65rem; right: 0.65rem; }
}
