/**
 * Fighting-game UI theme for Tekken Auto Script (scoped to body.fighting-ui)
 */

body.fighting-ui {
  --fight-bg: #070709;
  --fight-bg-2: #0f1014;
  --fight-panel: #14151c;
  --fight-panel-2: #1a1b24;
  --fight-border: rgba(255, 255, 255, 0.08);
  --fight-text: #e9e9ed;
  --fight-muted: #9ca3af;
  --fight-red: #e11d48;
  --fight-red-dim: #9f1239;
  --fight-gold: #fbbf24;
  --fight-gold-hot: #fcd34d;
  --fight-ice: #22d3ee;
  --fight-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
  --accent-color: var(--fight-red);
  --contrast-color: #fafafa;
  --heading-color: #fafafa;
  --default-color: var(--fight-text);
  --background-color: var(--fight-bg);
  --surface-color: var(--fight-panel);
  --nav-color: #c4c4cc;
  --nav-hover-color: var(--fight-gold);
  --nav-mobile-background-color: var(--fight-bg);
  --nav-dropdown-background-color: var(--fight-panel);
  --nav-dropdown-color: var(--fight-text);
  --nav-dropdown-hover-color: var(--fight-gold);
  --heading-font: "Bebas Neue", Impact, sans-serif;
  --default-font: "Barlow", system-ui, sans-serif;
  --nav-font: "Barlow", system-ui, sans-serif;
  color: var(--fight-text);
  background-color: var(--fight-bg);
  letter-spacing: 0.01em;
}

body.fighting-ui::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
  background-image: repeating-linear-gradient(
    -18deg,
    transparent,
    transparent 2px,
    rgba(255, 255, 255, 0.016) 2px,
    rgba(255, 255, 255, 0.016) 3px
  );
}

/* Header must stack above .main (also z-index:1) or hero/sections cover dropdowns */
body.fighting-ui #header {
  position: relative;
  z-index: 1025;
  overflow: visible;
}

/* Mobile：Logo 居左；语言 + 下载 + 汉堡依次靠右上（汉堡在最右，够得着） */
@media (max-width: 1199.98px) {
  body.fighting-ui #header > .fight-header-main {
    flex-wrap: nowrap;
    overflow: visible;
    align-items: center;
  }

  body.fighting-ui #header > .fight-header-main > .logo {
    order: 1 !important;
    margin-inline-end: 0 !important;
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
  }

  body.fighting-ui #header > .fight-header-main > .header-toolbar {
    order: 2 !important;
    margin-inline-start: auto !important;
    margin-inline-end: 0 !important;
    flex-shrink: 0;
    gap: 0.35rem !important;
  }

  body.fighting-ui #header > .fight-header-main > .navmenu {
    order: 3 !important;
    margin-inline-start: 0.25rem !important;
    margin-inline-end: 0 !important;
    flex-shrink: 0;
  }

  body.fighting-ui .header .btn-getstarted {
    padding: 6px 10px !important;
    font-size: 0.72rem !important;
    white-space: nowrap;
    margin: 0 !important;
  }

  body.fighting-ui .fight-lang-btn {
    padding: 0.3rem 0.45rem !important;
    font-size: 0.72rem !important;
  }

  body.fighting-ui #header > .fight-header-main > .logo h1.sitename {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: min(46vw, 13rem);
  }

  body.fighting-ui .fight-lang-dropdown .dropdown-menu {
    z-index: 10050;
    max-height: min(70vh, 22rem);
    overflow-y: auto;
  }
}

body.fighting-ui .main,
body.fighting-ui section,
body.fighting-ui .footer {
  position: relative;
  z-index: 1;
}

body.fighting-ui h1,
body.fighting-ui h2,
body.fighting-ui h3,
body.fighting-ui h4,
body.fighting-ui h5,
body.fighting-ui h6 {
  font-family: var(--heading-font);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fight-text);
}

body.fighting-ui p {
  color: var(--fight-muted);
}

body.fighting-ui a {
  color: var(--fight-ice);
}

body.fighting-ui a:hover {
  color: var(--fight-gold-hot);
}

/* --- Top bar --- */
body.fighting-ui .header {
  background: linear-gradient(180deg, rgba(10, 10, 14, 0.97) 0%, rgba(7, 7, 9, 0.92) 100%);
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--fight-red), var(--fight-gold), var(--fight-ice)) 1;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  padding: 12px 0;
}

body.fighting-ui .scrolled .header {
  background: rgba(7, 7, 9, 0.97);
}

body.fighting-ui .header .logo h1.sitename {
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  margin: 0;
  background: linear-gradient(92deg, #fff 0%, var(--fight-gold) 55%, #fff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 0 18px rgba(225, 29, 72, 0.35));
}

body.fighting-ui .header .btn-getstarted,
body.fighting-ui .header .btn-getstarted:focus {
  background: linear-gradient(135deg, var(--fight-red) 0%, var(--fight-red-dim) 100%);
  color: #fff !important;
  font-family: var(--heading-font);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.85rem;
  border-radius: 0;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 24px rgba(225, 29, 72, 0.45);
}

body.fighting-ui .header .btn-getstarted:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  box-shadow: 0 0 32px rgba(225, 29, 72, 0.55);
}

@media (min-width: 1200px) {
  body.fighting-ui .navmenu a,
  body.fighting-ui .navmenu a:focus {
    color: var(--nav-color);
    font-family: var(--heading-font);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.95rem;
  }

  body.fighting-ui .navmenu .active,
  body.fighting-ui .navmenu .active:focus,
  body.fighting-ui .navmenu a:hover {
    color: #fff;
  }

  body.fighting-ui .navmenu .active::after,
  body.fighting-ui .navmenu > ul > li > a:hover::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 8px;
    height: 3px;
    background: linear-gradient(90deg, var(--fight-red), var(--fight-gold));
    border-radius: 1px;
  }

  body.fighting-ui .navmenu > ul > li > a {
    position: relative;
  }
}

body.fighting-ui .mobile-nav-toggle {
  color: #fff;
  font-size: 1.75rem;
}

body.fighting-ui.mobile-nav-active .navmenu {
  background: rgba(5, 5, 8, 0.94) !important;
  backdrop-filter: blur(10px);
}

body.fighting-ui.mobile-nav-active .navmenu > ul > li > a {
  color: #fff !important;
}

/* --- Hero --- */
body.fighting-ui .hero.dark-background {
  --heading-color: #fff;
}

body.fighting-ui .hero::before {
  background: linear-gradient(
      120deg,
      rgba(5, 5, 8, 0.92) 0%,
      rgba(80, 10, 30, 0.45) 40%,
      rgba(5, 8, 20, 0.88) 100%
    ),
    radial-gradient(ellipse 80% 50% at 50% 100%, rgba(225, 29, 72, 0.18), transparent 65%) !important;
}

body.fighting-ui .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(circle at 20% 30%, rgba(251, 191, 36, 0.08), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(34, 211, 238, 0.06), transparent 40%);
}

body.fighting-ui .hero .container {
  z-index: 4;
}

body.fighting-ui .fight-kicker {
  font-family: var(--heading-font);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.75rem;
}

body.fighting-ui .fight-kicker__label {
  color: var(--fight-gold);
}

body.fighting-ui .fight-kicker__sep {
  margin: 0 0.5rem;
  opacity: 0.45;
}

body.fighting-ui .hero h2 {
  font-size: clamp(2.2rem, 6vw, 4.25rem);
  line-height: 0.95;
  text-shadow: 0 0 40px rgba(225, 29, 72, 0.35), 0 4px 0 rgba(0, 0, 0, 0.45);
}

body.fighting-ui .hero p {
  color: rgba(230, 230, 235, 0.9) !important;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-family: var(--default-font);
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 500;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

body.fighting-ui .fight-hero-actions {
  margin-top: 2rem;
}

body.fighting-ui .fight-btn {
  font-family: var(--heading-font);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 1rem !important;
  border-radius: 0 !important;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  border: 2px solid transparent !important;
  padding: 12px 28px !important;
  margin: 0 !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body.fighting-ui .fight-btn--primary {
  background: linear-gradient(135deg, var(--fight-red), var(--fight-red-dim)) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 0 28px rgba(225, 29, 72, 0.45);
}

body.fighting-ui .fight-btn--primary:hover {
  color: #fff !important;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 0 40px rgba(225, 29, 72, 0.65);
  filter: brightness(1.05);
}

body.fighting-ui .fight-btn--ghost {
  background: rgba(0, 0, 0, 0.35) !important;
  color: #fff !important;
  border: 2px solid rgba(251, 191, 36, 0.65) !important;
  box-shadow: inset 0 0 20px rgba(251, 191, 36, 0.06);
}

body.fighting-ui .fight-btn--ghost:hover {
  background: rgba(251, 191, 36, 0.12) !important;
  color: #fff !important;
  border-color: var(--fight-gold-hot) !important;
}

/* --- Sections --- */
body.fighting-ui section.section,
body.fighting-ui .section {
  background-color: var(--fight-bg) !important;
  color: var(--fight-text);
}

body.fighting-ui .news.section {
  background: linear-gradient(180deg, var(--fight-bg) 0%, var(--fight-bg-2) 50%, var(--fight-bg) 100%) !important;
}

body.fighting-ui .features.section {
  background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(225, 29, 72, 0.07), transparent 55%),
    var(--fight-bg) !important;
}

body.fighting-ui .updates.section {
  background: var(--fight-bg-2) !important;
}

body.fighting-ui .section-title {
  padding-bottom: 48px;
}

body.fighting-ui .section-title h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #fff !important;
  position: relative;
  display: inline-block;
}

body.fighting-ui .section-title h2::after {
  content: "";
  display: block;
  width: min(120px, 40%);
  height: 4px;
  margin: 12px auto 0;
  background: linear-gradient(90deg, var(--fight-red), var(--fight-gold));
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}

body.fighting-ui .section-title p {
  color: var(--fight-muted) !important;
  font-family: var(--default-font);
  text-transform: none;
  letter-spacing: 0.02em;
}

/* --- News carousel & tabs --- */
body.fighting-ui .news .carousel-inner {
  border-radius: 0;
  border: 1px solid var(--fight-border);
  overflow: hidden;
  box-shadow: var(--fight-shadow);
}

body.fighting-ui .news .carousel-inner img {
  border-radius: 0;
}

body.fighting-ui .news .carousel-caption h5 {
  background: linear-gradient(90deg, rgba(225, 29, 72, 0.95), rgba(20, 20, 30, 0.92));
  border-radius: 0;
  border-left: 4px solid var(--fight-gold);
  font-family: var(--heading-font);
  letter-spacing: 0.06em;
}

body.fighting-ui .news .carousel-indicators [data-bs-target],
body.fighting-ui .news .carousel-indicators button {
  background-color: rgba(255, 255, 255, 0.25);
}

body.fighting-ui .news .carousel-indicators .active {
  background: linear-gradient(90deg, var(--fight-red), var(--fight-gold));
}

body.fighting-ui .news .nav-pills .nav-link {
  background: var(--fight-panel);
  color: var(--fight-muted);
  border: 1px solid var(--fight-border);
  border-radius: 0;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  font-family: var(--heading-font);
  letter-spacing: 0.08em;
  margin-right: 8px;
  margin-bottom: 8px;
}

body.fighting-ui .news .nav-pills .nav-link.active {
  background: linear-gradient(135deg, var(--fight-red-dim), var(--fight-red));
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

body.fighting-ui .news .nav-pills .nav-link:hover {
  background: var(--fight-panel-2);
  color: #fff;
}

body.fighting-ui .news .tab-content .list-group-item {
  background: var(--fight-panel);
  border: 1px solid var(--fight-border) !important;
  border-radius: 0 !important;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
}

body.fighting-ui .news .list-group-item a {
  color: #fff !important;
  font-family: var(--heading-font);
  letter-spacing: 0.04em;
}

body.fighting-ui .news .list-group-item p {
  color: var(--fight-muted) !important;
}

/* --- Features --- */
body.fighting-ui .features .feature-box {
  background: linear-gradient(165deg, var(--fight-panel) 0%, #101119 100%);
  border: 1px solid var(--fight-border);
  border-radius: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
  padding: 24px 22px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

body.fighting-ui .features .feature-box:hover {
  transform: translateY(-6px);
  border-color: rgba(251, 191, 36, 0.35);
  box-shadow: 0 24px 50px rgba(225, 29, 72, 0.2);
}

body.fighting-ui .features .feature-box i {
  color: #fff;
  background: linear-gradient(135deg, var(--fight-red), var(--fight-gold));
  width: 52px;
  height: 52px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  margin-bottom: 14px;
  box-shadow: 0 8px 24px rgba(225, 29, 72, 0.35);
}

body.fighting-ui .features .feature-box h3 {
  font-size: 1.25rem;
  color: #fff;
}

body.fighting-ui .features .feature-box p {
  color: var(--fight-muted);
  font-family: var(--default-font);
  text-transform: none;
  letter-spacing: 0.02em;
  line-height: 1.55;
}

/* --- Updates timeline --- */
body.fighting-ui .updates .timeline-item {
  border-left: none;
}

body.fighting-ui .updates .timeline-item::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--fight-red), var(--fight-gold), var(--fight-ice));
  border-radius: 0;
}

body.fighting-ui .updates .timeline-marker {
  background: linear-gradient(135deg, var(--fight-gold), var(--fight-red));
  border: 2px solid #fff;
  box-shadow: 0 0 16px rgba(225, 29, 72, 0.5);
  left: 0;
}

body.fighting-ui .updates .timeline-content {
  background: var(--fight-panel);
  border: 1px solid var(--fight-border);
  border-radius: 0;
  margin-left: 1.5rem;
  box-shadow: var(--fight-shadow);
}

body.fighting-ui .updates .timeline-content h4 {
  color: var(--fight-gold);
  font-size: 1.1rem;
}

body.fighting-ui .updates .timeline-item:nth-child(even) .timeline-content {
  margin-left: 1.5rem;
  margin-right: 0;
}

body.fighting-ui .updates .timeline-item:nth-child(even) .timeline-marker {
  left: 0;
  right: auto;
}

/* --- Page header (inner pages) --- */
body.fighting-ui .page-title.light-background {
  background: linear-gradient(180deg, #0a0b10 0%, var(--fight-bg-2) 100%) !important;
  border-bottom: 1px solid var(--fight-border);
  padding: 2.5rem 0;
}

body.fighting-ui .page-title,
body.fighting-ui .page-title h1 {
  color: #fff !important;
}

body.fighting-ui .page-title .breadcrumbs a {
  color: var(--fight-muted);
}

body.fighting-ui .page-title .breadcrumbs .current {
  color: var(--fight-gold);
}

body.fighting-ui .btn-Query {
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  border-radius: 0 !important;
  font-family: var(--heading-font);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--fight-red), var(--fight-red-dim)) !important;
  box-shadow: 0 0 20px rgba(225, 29, 72, 0.4);
}

body.fighting-ui .order-query .form-control {
  background: var(--fight-panel);
  border: 1px solid var(--fight-border);
  color: #fff;
  border-radius: 0;
}

body.fighting-ui .order-query .form-control::placeholder {
  color: var(--fight-muted);
}

/* --- Blog --- */
body.fighting-ui .blog-posts {
  background: transparent !important;
}

body.fighting-ui .blog-posts article {
  background: var(--fight-panel);
  border: 1px solid var(--fight-border);
  padding: 1.75rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
  border-radius: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}

body.fighting-ui .blog-posts .title a {
  color: #fff !important;
  font-family: var(--heading-font);
  letter-spacing: 0.05em;
  font-size: 1.5rem;
}

body.fighting-ui .blog-posts .meta-top {
  color: var(--fight-muted);
}

body.fighting-ui .blog-posts .meta-top a {
  color: var(--fight-ice);
}

body.fighting-ui .blog-posts .content p {
  color: var(--fight-muted);
}

body.fighting-ui .blog-posts .read-more a {
  font-family: var(--heading-font);
  letter-spacing: 0.1em;
  color: var(--fight-gold) !important;
  border-bottom: 2px solid var(--fight-red);
  padding-bottom: 2px;
}

body.fighting-ui .blog-pagination ul li a {
  background: var(--fight-panel);
  border: 1px solid var(--fight-border);
  color: var(--fight-muted);
  border-radius: 0;
}

body.fighting-ui .blog-pagination ul li a:hover,
body.fighting-ui .blog-pagination ul li a.active {
  background: linear-gradient(135deg, var(--fight-red), var(--fight-red-dim)) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.15);
}

body.fighting-ui .sidebar .widget-item {
  background: var(--fight-panel);
  border: 1px solid var(--fight-border);
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  border-radius: 0;
}

body.fighting-ui .sidebar .widget-title {
  font-size: 1.35rem;
  color: #fff;
  border-bottom: 2px solid var(--fight-red);
  padding-bottom: 0.5rem;
}

body.fighting-ui .search-widget form {
  border: 1px solid var(--fight-border);
  background: var(--fight-bg-2);
}

body.fighting-ui .search-widget input {
  color: #fff;
  background: transparent;
}

body.fighting-ui .categories-widget ul a,
body.fighting-ui .recent-posts-widget a {
  color: var(--fight-text);
}

body.fighting-ui .recent-posts-widget time {
  color: var(--fight-muted);
}

body.fighting-ui .blog-details .article {
  background: var(--fight-panel);
  border: 1px solid var(--fight-border);
  border-radius: 0;
  padding: 2rem;
  box-shadow: var(--fight-shadow);
}

body.fighting-ui .blog-details .title {
  color: #fff;
  font-size: 2rem;
}

body.fighting-ui .blog-details .meta-top {
  color: var(--fight-muted);
}

body.fighting-ui .blog-details .content {
  color: var(--fight-muted);
}

body.fighting-ui .blog-details .content p,
body.fighting-ui .blog-details .content li {
  color: #c5c8d4;
}

body.fighting-ui .blog-details .content blockquote {
  background: rgba(225, 29, 72, 0.1);
  border-left: 4px solid var(--fight-red);
  color: var(--fight-text);
}

body.fighting-ui .blog-details .meta-bottom i {
  color: var(--fight-gold);
}

body.fighting-ui .blog-details .meta-bottom a {
  color: var(--fight-ice);
}

/* --- Pricing --- */
body.fighting-ui .pricing .pricing-item {
  background: var(--fight-panel) !important;
  border: 1px solid var(--fight-border);
  border-radius: 0;
  box-shadow: var(--fight-shadow);
}

body.fighting-ui .pricing h3,
body.fighting-ui .pricing h4 {
  color: #fff !important;
}

body.fighting-ui .pricing h4 {
  background: linear-gradient(92deg, var(--fight-gold), #fff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.fighting-ui .pricing h4 span {
  color: var(--fight-muted) !important;
  -webkit-text-fill-color: var(--fight-muted);
}

body.fighting-ui .pricing ul {
  color: var(--fight-muted) !important;
}

body.fighting-ui .pricing ul i {
  color: var(--fight-gold) !important;
}

body.fighting-ui .pricing .buy-btn {
  background: transparent !important;
  border: 2px solid var(--fight-red) !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-family: var(--heading-font);
  letter-spacing: 0.12em;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}

body.fighting-ui .pricing .buy-btn:hover {
  background: var(--fight-red) !important;
  border-color: var(--fight-gold) !important;
}

body.fighting-ui .pricing .featured .pricing-item {
  background: linear-gradient(165deg, #1a0a12 0%, var(--fight-panel) 40%) !important;
  border-color: rgba(251, 191, 36, 0.45);
  box-shadow: 0 0 50px rgba(225, 29, 72, 0.25);
}

body.fighting-ui .pricing .featured h3,
body.fighting-ui .pricing .featured h4 span,
body.fighting-ui .pricing .featured ul,
body.fighting-ui .pricing .featured ul i {
  color: #fff !important;
  -webkit-text-fill-color: unset;
}

body.fighting-ui .pricing .featured h4 {
  background: linear-gradient(92deg, #fff, var(--fight-gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.fighting-ui .alt-pricing .pricing-item {
  background: var(--fight-panel) !important;
  border: 1px solid var(--fight-border);
  border-radius: 0;
}

body.fighting-ui .alt-pricing .pricing-item h3,
body.fighting-ui .alt-pricing .pricing-item h4 {
  color: #fff !important;
}

body.fighting-ui .alt-pricing .pricing-item ul i {
  color: var(--fight-gold) !important;
}

body.fighting-ui .section-title h2 {
  color: #fff !important;
}

body.fighting-ui .alt-pricing .buy-btn {
  background: transparent !important;
  border: 2px solid var(--fight-red) !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-family: var(--heading-font);
  letter-spacing: 0.1em;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}

body.fighting-ui .alt-pricing .buy-btn:hover {
  background: var(--fight-red) !important;
}

body.fighting-ui .alt-pricing .pricing-item.featured,
body.fighting-ui .alt-pricing .featured {
  background: linear-gradient(110deg, rgba(225, 29, 72, 0.35) 0%, var(--fight-panel) 45%, var(--fight-panel) 100%) !important;
  border: 1px solid rgba(251, 191, 36, 0.45) !important;
}

body.fighting-ui .alt-pricing .featured h3,
body.fighting-ui .alt-pricing .featured h4,
body.fighting-ui .alt-pricing .featured h4 span,
body.fighting-ui .alt-pricing .featured ul,
body.fighting-ui .alt-pricing .featured ul i {
  color: #fff !important;
  -webkit-text-fill-color: unset;
}

body.fighting-ui .alt-pricing .featured h4 {
  background: linear-gradient(92deg, #fff, var(--fight-gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.fighting-ui .alt-pricing .featured .buy-btn {
  background: rgba(0, 0, 0, 0.25) !important;
  border-color: #fff !important;
  color: #fff !important;
}

body.fighting-ui .alt-pricing .featured .buy-btn:hover {
  background: var(--fight-gold) !important;
  color: #111 !important;
  border-color: var(--fight-gold) !important;
}

/* --- Footer --- */
body.fighting-ui .footer.dark-background {
  background: linear-gradient(0deg, #040508 0%, #0f1016 100%) !important;
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, transparent, var(--fight-red), var(--fight-gold), transparent) 1;
  padding: 3rem 0 2rem;
}

body.fighting-ui .footer h4 {
  font-size: 1.25rem;
  color: var(--fight-gold) !important;
}

body.fighting-ui .footer .icon {
  color: var(--fight-red);
  filter: drop-shadow(0 0 8px rgba(225, 29, 72, 0.45));
}

body.fighting-ui .footer a {
  color: var(--fight-ice) !important;
}

body.fighting-ui .footer a:hover {
  color: #fff !important;
}

body.fighting-ui .scroll-top {
  background: linear-gradient(135deg, var(--fight-red), var(--fight-gold)) !important;
  color: #0a0a0c !important;
  border-radius: 0;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}

/* --- Modals --- */
body.fighting-ui .modal-content {
  background: var(--fight-panel) !important;
  border: 1px solid var(--fight-border);
  color: var(--fight-text);
  border-radius: 0 !important;
  box-shadow: var(--fight-shadow);
}

body.fighting-ui .modal-header .modal-title {
  color: #fff;
}

body.fighting-ui .modal-header .btn-close {
  filter: invert(1);
  opacity: 0.75;
}

body.fighting-ui .gradient-text {
  background: linear-gradient(92deg, var(--fight-gold), var(--fight-red), var(--fight-ice));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.fighting-ui .modal-body .form-select {
  background: var(--fight-bg-2);
  border: 1px solid var(--fight-border);
  color: #fff;
}

body.fighting-ui .modal-body .btn-primary {
  background: linear-gradient(135deg, var(--fight-red), var(--fight-red-dim)) !important;
  border: none !important;
  font-family: var(--heading-font);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 0 !important;
}

body.fighting-ui .copy-btn {
  background: var(--fight-panel-2) !important;
  border: 1px solid var(--fight-border) !important;
  color: var(--fight-text) !important;
  border-radius: 0 !important;
}

body.fighting-ui .timer .value span {
  color: var(--fight-gold);
}

body.fighting-ui .timer .label span {
  color: var(--fight-muted);
}

body.fighting-ui .toast {
  background: var(--fight-panel);
  color: var(--fight-text);
  border: 1px solid var(--fight-border);
  border-radius: 0;
}

body.fighting-ui .toast-header {
  background: var(--fight-bg-2);
  color: #fff;
  border-bottom: 1px solid var(--fight-border);
}

body.fighting-ui #videoModal .ratio {
  border: 1px solid var(--fight-border);
  background: #000;
}

/* --- Bootstrap helpers on dark --- */
body.fighting-ui .text-muted {
  color: var(--fight-muted) !important;
}

/* --- Language switcher (header dropdown only) --- */
body.fighting-ui .fight-lang-btn {
  font-family: var(--heading-font);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.35);
  border-radius: 0;
  clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
  padding: 0.35rem 0.65rem;
  font-size: 0.8rem;
}

body.fighting-ui .fight-lang-btn:hover,
body.fighting-ui .fight-lang-btn:focus {
  border-color: var(--fight-gold);
  background: rgba(251, 191, 36, 0.12);
  color: #fff !important;
}

body.fighting-ui .fight-lang-menu {
  background: var(--fight-panel);
  border: 1px solid var(--fight-border);
  border-radius: 0;
  min-width: 10rem;
  z-index: 1030;
}

body.fighting-ui .fight-lang-menu .dropdown-item {
  color: var(--fight-text);
  font-size: 0.9rem;
}

body.fighting-ui .fight-lang-menu .dropdown-item:hover,
body.fighting-ui .fight-lang-menu .dropdown-item.active {
  background: rgba(225, 29, 72, 0.25);
  color: #fff;
}

/* Arabic / RTL typography */
html[dir="rtl"] body.fighting-ui {
  font-family: "Noto Sans Arabic", "Barlow", system-ui, sans-serif;
}

html[dir="rtl"] body.fighting-ui .header .logo h1.sitename {
  font-family: "Bebas Neue", "Noto Sans Arabic", sans-serif;
}

html[dir="rtl"] body.fighting-ui h1,
html[dir="rtl"] body.fighting-ui h2,
html[dir="rtl"] body.fighting-ui h3,
html[dir="rtl"] body.fighting-ui h4,
html[dir="rtl"] body.fighting-ui h5,
html[dir="rtl"] body.fighting-ui h6 {
  font-family: "Noto Sans Arabic", sans-serif;
  letter-spacing: 0.02em;
  text-transform: none;
}

html[dir="rtl"] body.fighting-ui .navmenu a,
html[dir="rtl"] body.fighting-ui .header .btn-getstarted,
html[dir="rtl"] body.fighting-ui .fight-lang-btn {
  letter-spacing: 0.04em;
  text-transform: none;
}
