/* ==========================================================================
   NOPAESPORTS - ULTRA MODERN GAMER & SPORTS STYLESHEET
   Primary Accent Color: #26cd0d (Nopal Vibrant Green)
   Full Responsive: Mobile, Tablet, Laptop, Desktop, 4K / TV
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Chakra+Petch:wght@700;800;900&family=Outfit:wght@300;400;600;700;800;900&family=Rajdhani:wght@600;700;800;900&family=Syne:wght@800;900&display=swap');

:root {
  --primary-green: #26cd0d;
  --primary-green-hover: #2ad80e;
  --primary-green-glow: rgba(38, 205, 13, 0.45);
  --primary-green-subtle: rgba(38, 205, 13, 0.12);
  --bg-dark: #050805;
  --bg-darker: #020402;
  --bg-card: linear-gradient(135deg, rgba(14, 22, 13, 0.88) 0%, rgba(7, 12, 6, 0.96) 100%);
  --bg-card-hover: linear-gradient(135deg, rgba(22, 36, 20, 0.95) 0%, rgba(10, 16, 9, 0.98) 100%);
  --border-card: rgba(38, 205, 13, 0.22);
  --border-glow: rgba(38, 205, 13, 0.65);
  --text-main: #f4fbf4;
  --text-muted: #9eb89c;
  --text-dim: #627b5e;
  --accent-gold: #ffd700;
  --accent-blue: #26cd0d;
  --accent-purple: #9d4edd;
  --accent-red: #ff3366;
  --font-main: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-heading: 'Rajdhani', sans-serif;
  --font-display: 'Bebas Neue', 'Rajdhani', sans-serif;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  --header-height: 113px;
}

/* ------------------- BASE STYLES & TEXT SELECTION ------------------- */
::selection {
  background-color: var(--primary-green, #26cd0d);
  color: #000000;
  text-shadow: none;
}

::-moz-selection {
  background-color: var(--primary-green, #26cd0d);
  color: #000000;
  text-shadow: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height, 100px);
  font-size: 16px;
  background-color: var(--bg-dark);
  color: var(--text-main);
  font-family: var(--font-main);
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

/* URBAN VALORANT STREET GRAFFITI & SPRAY STENCIL SYSTEM */
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background:
    radial-gradient(circle at 10% 20%, rgba(38, 205, 13, 0.22) 0%, transparent 45%),
    radial-gradient(circle at 90% 80%, rgba(0, 229, 255, 0.15) 0%, transparent 45%),
    radial-gradient(circle at 50% 50%, rgba(255, 51, 102, 0.09) 0%, transparent 50%),
    var(--bg-dark);
  background-attachment: fixed;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image:
    radial-gradient(rgba(38, 205, 13, 0.14) 1.5px, transparent 1.5px),
    linear-gradient(135deg, rgba(38, 205, 13, 0.035) 25%, transparent 25%),
    linear-gradient(225deg, rgba(38, 205, 13, 0.035) 25%, transparent 25%);
  background-size: 32px 32px, 80px 80px, 80px 80px;
  background-position: 0 0, 0 0, 0 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.88;
}

/* Custom Scrollbar Styles */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(4, 6, 4, 0.95);
}

::-webkit-scrollbar-thumb {
  background: var(--primary-green);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-green-hover);
  box-shadow: 0 0 10px var(--primary-green-glow);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-green) rgba(4, 6, 4, 0.95);
}

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

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

/* UNIFIED FIXED HEADER CONTAINER */
.header,
.main-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid transparent !important;
  box-shadow: none !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.header.nav-scrolled,
.main-nav.nav-scrolled,
body.page-nopastore .header,
body.page-nopastore .main-nav,
body.page-nopastore #mainHeader,
body.page-privacidad .header,
body.page-privacidad .main-nav,
body.page-privacidad #mainHeader {
  background: rgba(3, 8, 3, 0.94) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  border-bottom: 1px solid rgba(38, 205, 13, 0.28) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.92) !important;
}

body.page-nopastore .top-social-bar,
body.page-privacidad .top-social-bar {
  background: rgba(2, 5, 2, 0.95) !important;
}

/* TOP SOCIAL UTILITY SUB-BAR WITHIN UNIFIED HEADER */
.top-social-bar {
  width: 100%;
  background: rgba(2, 5, 2, 0.92) !important;
  border-bottom: 1px solid rgba(38, 205, 13, 0.22) !important;
  padding: 6px 0;
  transition: background 0.35s ease;
}

.header.nav-scrolled .top-social-bar {
  background: rgba(2, 5, 2, 0.95) !important;
}

.top-social-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.76rem;
  font-family: var(--font-heading, 'Rajdhani', sans-serif);
  font-weight: 700;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.78);
}

.top-social-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.top-social-link {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.top-social-link:hover {
  color: var(--primary-green, #26cd0d) !important;
  transform: none !important;
  filter: drop-shadow(0 0 10px var(--primary-green, #26cd0d));
}

.top-social-link:focus,
.top-social-link:active {
  color: var(--primary-green, #26cd0d) !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.header-container {
  max-width: 1400px;
  margin: 0 auto;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}

.logo-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

/* PROTRUDING LOGO CREST EFFECT (TEAM LIQUID OVERLAP) */
.protruding-logo,
.logo-img,
.logo-img.protrude,
.team-logo {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  will-change: transform, filter;
  image-rendering: -webkit-optimize-contrast;
}

.protruding-logo {
  position: relative;
  z-index: 1010;
  cursor: pointer;
}

.logo-img.protrude {
  width: 96px;
  height: 96px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.9));
  transform: translate3d(0, 4px, 0);
  transition: none !important;
  animation: none !important;
}

.protruding-logo:hover .logo-img.protrude,
.protruding-logo:hover img {
  transform: translate3d(0, 4px, 0) !important;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.9)) !important;
  transition: none !important;
  animation: none !important;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-title {
  font-family: var(--font-heading);
  font-size: 1.65rem;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}

.brand-title span {
  color: var(--primary-green);
  text-shadow: 0 0 12px var(--primary-green-glow);
}

.brand-tag {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--text-muted);
  font-weight: 600;
}

/* Nav links */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1020;
  pointer-events: auto;
}

.nav-link {
  padding: 10px 22px 10px 18px;
  border-radius: var(--radius-md);
  font-weight: 800;
  font-size: 0.95rem;
  font-family: var(--font-heading, 'Rajdhani', sans-serif);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-muted, #9eb89c);
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1021;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
}

.cactus-icon-svg {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  flex-shrink: 0;
}

.nav-link:not(.nav-link-store) {
  position: relative;
  color: rgba(255, 255, 255, 0.88) !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  transition: color 0.25s ease;
}

.nav-link:not(.nav-link-store)::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 10%;
  width: 80%;
  height: 2.5px;
  background: var(--primary-green, #26cd0d);
  box-shadow: 0 0 10px var(--primary-green, #26cd0d);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.nav-link:not(.nav-link-store):hover::after,
.nav-link:not(.nav-link-store).active::after {
  display: block !important;
  transform: scaleX(1);
}

.nav-link:not(.nav-link-store).active,
.nav-link:not(.nav-link-store):focus,
.nav-link:not(.nav-link-store):active {
  color: #ffffff !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

/* Special NopaStore Button styling in Navbar */
.nav-link.nav-link-store {
  margin-left: 20px;
  background: linear-gradient(135deg, rgba(38, 205, 13, 0.25) 0%, rgba(0, 210, 255, 0.2) 100%);
  border: 1px solid var(--primary-green);
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-weight: 800;
  box-shadow: 0 0 15px rgba(38, 205, 13, 0.25);
  transition: var(--transition);
}

.nav-link.nav-link-store i {
  color: var(--accent-gold);
}

.nav-link.nav-link-store:hover,
.nav-link.nav-link-store.active {
  background: var(--primary-green);
  color: #000;
  border-color: var(--primary-green);
  box-shadow: 0 0 25px var(--primary-green-glow);
  transform: translateY(-2px) scale(1.04);
}

.nav-link.nav-link-store:hover i,
.nav-link.nav-link-store.active i {
  color: #000;
}

.nav-badge {
  background: var(--primary-green);
  color: #000;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 10px;
  line-height: 1;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-store-nav {
  background: linear-gradient(135deg, var(--primary-green), #1aa807);
  color: #000;
  font-weight: 800;
  padding: 10px 20px;
  border-radius: var(--radius-md);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 16px var(--primary-green-glow);
  transition: var(--transition);
  border: none;
  cursor: pointer;
}

.btn-store-nav:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(38, 205, 13, 0.6);
  background: linear-gradient(135deg, var(--primary-green-hover), #22c20d);
}

.mobile-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--border-card);
  color: #fff;
  font-size: 1.5rem;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  cursor: pointer;
}

/* Reveal Animation Base Overrides for 100% Immediate Visibility */
.reveal-on-scroll,
.reveal-fade-up {
  opacity: 1 !important;
  transform: none !important;
}

/* ------------------- HERO BANNER (100VW EDGE-TO-EDGE & 3D GLOBE) ------------------- */
.hero-section,
.hero-section.hero-fullscreen,
.hero-section.hero-100vw {
  position: relative;
  top: 0;
  margin-top: 0 !important;
  padding-top: 125px !important;
  padding-bottom: 45px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border-card);
  background: transparent !important;
}

.hero-content {
  position: relative;
  z-index: 5;
  margin-top: 0 !important;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-bg-overlay {
  position: absolute;
  top: -140px !important;
  left: 0;
  width: 100%;
  height: calc(100% + 280px) !important;
  background: url('../assets/hero_bg.jpg') center top/cover no-repeat !important;
  background-position: center top !important;
  opacity: 0.5 !important;
  filter: blur(8px) saturate(1.1) contrast(1.1) !important;
  z-index: 1;
  will-change: transform;
}

.hero-gradient-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(to top, #020402 0%, transparent 100%);
  z-index: 3;
}

/* CINEMATIC E-SPORTS VIGNETTE OVERLAY (TOP & SIDES DARK PERIMETER FADE - EXTENDED TO ABSOLUTE TOP) */
.hero-vignette-overlay {
  position: absolute;
  top: -140px !important;
  left: 0;
  width: 100%;
  height: calc(100% + 280px) !important;
  pointer-events: none;
  z-index: 2;
  background:
    linear-gradient(to bottom, rgba(2, 5, 2, 0.95) 0%, rgba(2, 5, 2, 0.7) 160px, rgba(2, 5, 2, 0.5) 280px),
    linear-gradient(to right, rgba(2, 5, 2, 0.92) 0%, rgba(2, 5, 2, 0.6) 15%, transparent 35%),
    linear-gradient(to left, rgba(2, 5, 2, 0.92) 0%, rgba(2, 5, 2, 0.6) 15%, transparent 35%),
    radial-gradient(ellipse at center, rgba(2, 5, 2, 0.3) 0%, rgba(2, 5, 2, 0.85) 100%);
}

/* DYNAMIC ORGANIC DECORATIVE GRAPHICS: PAINT SPLATTERS, VARIED DOT GRIDS & GEOMETRIC ACCENTS */
.hero-grunge-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}

/* Paint Splatters with Varied Larger Sizes, Radial Edge Fading & Neon Glow */
.paint-splash {
  position: absolute;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.95;
  mask-image: radial-gradient(circle at center, black 60%, transparent 96%);
  -webkit-mask-image: radial-gradient(circle at center, black 60%, transparent 96%);
  animation: glowSplashes 5s ease-in-out infinite alternate;
}

/* Paint Splatters with Varied Sizes, Radial Edge Fading & Neon Glow */
.paint-splash {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.paint-splash.splash-1 {
  width: 720px;
  height: 420px;
  background-image: url('../assets/paint_splash_1.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.paint-splash.splash-2 {
  width: 750px;
  height: 440px;
  background-image: url('../assets/paint_splash_2.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.paint-splash.splash-green {
  filter: drop-shadow(0 0 35px rgba(38, 205, 13, 0.98)) brightness(1.2);
}

.paint-splash.splash-white {
  filter: brightness(0) invert(1) drop-shadow(0 0 35px rgba(255, 255, 255, 0.98));
}

/* Paint Splatter Positions (ANCLADAS A LOS BORDES Y ORILLAS EXTERIORES VISIBLES) */
.splash-pos-1 {
  top: -100px !important;
  bottom: auto !important;
  left: -130px !important;
  transform: scale(1.15) rotate(-14deg);
  opacity: 0.9;
}

.splash-pos-2 {
  top: 60px !important;
  bottom: auto !important;
  right: -130px !important;
  transform: scale(1.15) scaleX(-1) rotate(18deg);
  opacity: 0.9;
}

.splash-pos-3 {
  bottom: -70px !important;
  left: -130px !important;
  transform: scale(1.2) rotate(25deg);
  opacity: 0.9;
}

.splash-pos-4 {
  bottom: -150px !important;
  right: -360px !important;
  transform: scale(1.15) scaleX(-1) rotate(-22deg);
  opacity: 0.9;
}

.splash-pos-mid-left {
  top: 40% !important;
  left: -140px !important;
  transform: rotate(-35deg) scale(1.05);
  opacity: 0.88;
}

.splash-pos-mid-right {
  top: 58% !important;
  right: -360px !important;
  transform: rotate(35deg) scale(1.05);
  opacity: 0.88;
}

.splash-pos-bottom-right-corner {
  bottom: -160px !important;
  right: -360px !important;
  transform: rotate(-25deg) scale(1.1);
  opacity: 0.9;
}

.dots-grid-cluster {
  display: none !important;
}

.dots-grid-cluster.dots-white {
  background-image: radial-gradient(circle, #ffffff 3.5px, transparent 3.5px) !important;
  filter: drop-shadow(0 0 22px #ffffff) drop-shadow(0 0 45px #ffffff) !important;
  opacity: 0.92 !important;
  animation: glowDotsWhite 4s ease-in-out infinite alternate !important;
}

@keyframes glowDotsWhite {
  0% {
    opacity: 0.7;
    filter: drop-shadow(0 0 14px #ffffff) drop-shadow(0 0 30px #ffffff);
  }
  100% {
    opacity: 1;
    filter: drop-shadow(0 0 28px #ffffff) drop-shadow(0 0 60px #ffffff);
  }
}

/* LEFT SIDE DOT MATRIX CLUSTERS (GREEN NEON - FLUSH TO OUTER SCREEN EDGE) */
.dots-cluster-left-1 {
  top: 10px;
  left: -35px !important;
  width: 260px;
  height: 240px;
  background-size: 16px 16px;
  transform: rotate(-8deg);
}

.dots-cluster-left-2 {
  top: 18%;
  left: -35px !important;
  width: 240px;
  height: 250px;
  background-size: 18px 18px;
  transform: rotate(12deg);
}

.dots-cluster-left-3 {
  top: 36%;
  left: -35px !important;
  width: 220px;
  height: 230px;
  background-size: 14px 14px;
  transform: rotate(-15deg);
}

.dots-cluster-left-4 {
  top: 54%;
  left: -35px !important;
  width: 250px;
  height: 220px;
  background-size: 16px 16px;
  transform: rotate(10deg);
}

.dots-cluster-left-5 {
  bottom: 18%;
  left: -35px !important;
  width: 260px;
  height: 200px;
  background-size: 18px 18px;
  transform: rotate(-12deg);
}

.dots-cluster-left-6 {
  bottom: 10px;
  left: -35px !important;
  width: 270px;
  height: 220px;
  background-size: 15px 15px;
  transform: rotate(6deg);
}

/* RIGHT SIDE DOT MATRIX CLUSTERS (WHITE NEON - FLUSH TO OUTER SCREEN EDGE) */
.dots-cluster-right-1 {
  top: 10px;
  right: -35px !important;
  width: 260px;
  height: 240px;
  background-size: 16px 16px;
  transform: rotate(8deg);
}

.dots-cluster-right-2 {
  top: 18%;
  right: -35px !important;
  width: 240px;
  height: 250px;
  background-size: 18px 18px;
  transform: rotate(-12deg);
}

.dots-cluster-right-3 {
  top: 36%;
  right: -35px !important;
  width: 220px;
  height: 230px;
  background-size: 14px 14px;
  transform: rotate(15deg);
}

.dots-cluster-right-4 {
  top: 54%;
  right: -35px !important;
  width: 250px;
  height: 220px;
  background-size: 16px 16px;
  transform: rotate(-10deg);
}

.dots-cluster-right-5 {
  bottom: 18%;
  right: -35px !important;
  width: 260px;
  height: 200px;
  background-size: 18px 18px;
  transform: rotate(12deg);
}

.dots-cluster-right-6 {
  bottom: 10px;
  right: -35px !important;
  width: 270px;
  height: 220px;
  background-size: 15px 15px;
  transform: rotate(-6deg);
}
  background-size: 22px 22px;
  opacity: 0.55;
  transform: rotate(-30deg);
}

/* GEOMETRIC ACCENT SHAPES (CROSSHAIRS & TECH BOXES) */
.geo-shape {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.shape-crosshair-1 {
  top: 140px;
  left: 220px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--primary-green, #26cd0d);
  text-shadow: 0 0 15px var(--primary-green, #26cd0d);
  animation: pulseShape 3s ease-in-out infinite alternate;
}

.shape-crosshair-2 {
  bottom: 180px;
  right: 220px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0 0 15px #ffffff;
  animation: pulseShape 3.5s ease-in-out infinite alternate;
}

.shape-box-1 {
  top: 220px;
  right: 140px;
  width: 18px;
  height: 18px;
  border: 3px solid var(--primary-green, #26cd0d);
  box-shadow: 0 0 12px var(--primary-green, #26cd0d);
  transform: rotate(45deg);
}

.shape-box-2 {
  bottom: 240px;
  left: 180px;
  width: 24px;
  height: 24px;
  background: var(--primary-green, #26cd0d);
  box-shadow: 0 0 15px var(--primary-green, #26cd0d);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
}

@keyframes pulseShape {
  0% { transform: scale(0.9) rotate(0deg); opacity: 0.6; }
  100% { transform: scale(1.25) rotate(90deg); opacity: 1; }
}

/* GIANT SIDE VERTICAL WATERMARK STROKE TYPOGRAPHY (EXACT MATCH TO REFERENCE IMAGE) */
.hero-vertical-watermark {
  position: absolute;
  top: 62%;
  font-family: 'Chakra Petch', 'Bebas Neue', sans-serif;
  font-size: clamp(3.8rem, 8vw, 7.2rem);
  font-weight: 900;
  letter-spacing: 14px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.16);
  pointer-events: none;
  z-index: 2;
  white-space: nowrap;
  user-select: none;
}

.watermark-left {
  left: -220px;
  transform: translateY(-50%) rotate(-90deg);
}

.watermark-right {
  right: -220px;
  transform: translateY(-50%) rotate(90deg);
}

/* 3D ELEVATED ACCURATE GEOGRAPHIC MAP OF MEXICO (HIGHER POSITION & 100% SOLID BRIGHT NEON MAP) */
.mexico-3d-container {
  position: absolute;
  left: 66% !important;
  top: 29% !important;
  transform: translateX(-34%) !important;
  width: 520px;
  height: 380px;
  pointer-events: none;
  z-index: 2; /* Positioned underneath hero text */
  opacity: 1 !important;
  perspective: 1000px;
}

.mexico-map-wrapper {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform: perspective(900px) rotateX(15deg) rotateZ(-2deg) translateZ(20px) scale(0.82);
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.95)) drop-shadow(0 0 30px rgba(38, 205, 13, 0.8));
  animation: floatMexico3D 6s ease-in-out infinite alternate;
  position: relative;
  opacity: 1 !important;
}

.mexico-neon-img {
  width: 100%;
  max-width: 480px;
  height: auto;
  object-fit: contain;
  mix-blend-mode: screen !important;
  filter: contrast(1.25) brightness(1.15) drop-shadow(0 0 30px rgba(38, 205, 13, 0.95)) !important;
  transition: transform 0.4s ease, filter 0.4s ease;
  opacity: 1 !important;
}

.mexico-neon-img:hover {
  transform: scale(1.04);
  filter: contrast(1.35) brightness(1.3) drop-shadow(0 0 45px #3bf022) !important;
}

@keyframes floatMexico3D {
  0% {
    transform: perspective(900px) rotateX(15deg) rotateZ(-2deg) translateZ(20px) translateY(0);
  }
  100% {
    transform: perspective(900px) rotateX(18deg) rotateZ(-1deg) translateZ(30px) translateY(-14px);
  }
}

@keyframes glowDots {
  0% { opacity: 0.65; filter: drop-shadow(0 0 10px #26cd0d); }
  100% { opacity: 1; filter: drop-shadow(0 0 24px #3bf022); }
}

@keyframes glowSplashes {
  0% { opacity: 0.8; filter: drop-shadow(0 0 20px #26cd0d) brightness(1.1); }
  100% { opacity: 1; filter: drop-shadow(0 0 45px #3bf022) brightness(1.35); }
}

/* Mexico HQ Ping Marker (100% SOLID BRIGHT OPACITY - NO FADING) */
.mexico-hq-ping,
.mexico-hq-ping *,
.pin-badge,
.pin-pulse {
  opacity: 1 !important;
}

.mexico-hq-ping {
  position: absolute;
  top: 34% !important;
  left: 64% !important;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 20;
  pointer-events: auto;
  opacity: 1 !important;
  filter: drop-shadow(0 0 18px rgba(59, 240, 34, 0.9)) !important;
}

.mexico-hq-ping .pin-pulse {
  width: 14px;
  height: 14px;
  background: var(--primary-green, #26cd0d) !important;
  border-radius: 50%;
  box-shadow: 0 0 20px var(--primary-green, #26cd0d) !important;
  position: relative;
  opacity: 1 !important;
}

.mexico-hq-ping .pin-pulse::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--primary-green, #26cd0d);
  animation: pingExpand 1.6s ease-out infinite;
}

@keyframes pingExpand {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

.mexico-hq-ping .pin-badge {
  font-family: var(--font-heading, 'Rajdhani', sans-serif);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff !important;
  background: #040a04 !important;
  opacity: 1 !important;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1.5px solid var(--primary-green, #26cd0d);
  box-shadow: 0 0 20px rgba(38, 205, 13, 0.45);
  white-space: nowrap;
}

.hero-matchday-integrated {
  width: 100%;
  max-width: 1240px;
  margin-top: 50px;
  position: relative;
  z-index: 4;
  background: rgba(6, 12, 6, 0.75) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1.5px solid rgba(38, 205, 13, 0.3) !important;
  border-radius: var(--radius-xl, 28px);
  padding: 36px 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.9), 0 0 35px rgba(38, 205, 13, 0.18) !important;
}

.hero-content {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1100px;
  text-align: center;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.hero-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(8, 14, 7, 0.85);
  border: 1px solid var(--border-glow);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  box-shadow: 0 0 15px rgba(38, 205, 13, 0.2);
}

.live-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-green);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--primary-green);
  animation: elegant-live-fade 2s ease-in-out infinite;
}

@keyframes elegant-live-fade {

  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 12px var(--primary-green-glow);
  }

  50% {
    opacity: 0.55;
    box-shadow: 0 0 4px rgba(38, 205, 13, 0.2);
  }
}

/* ==================== ANIMATED ESPORTS DUAL TICKER RIBBONS (100VW FULL VIEWPORT WIDTH) ==================== */
.ticker-ribbons-wrapper {
  position: relative !important;
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: 100vw !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  z-index: 100 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.95) !important;
}

body.page-nopastore .ticker-ribbons-wrapper,
body.page-privacidad .ticker-ribbons-wrapper,
body.page-dedicated .ticker-ribbons-wrapper {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 137px !important;
  margin-bottom: 0 !important;
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: 100vw !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.hero-ticker-ribbon,
body.page-nopastore .hero-ticker-ribbon,
body.page-privacidad .hero-ticker-ribbon,
body.page-dedicated .hero-ticker-ribbon {
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: 100vw !important;
  overflow: hidden !important;
  user-select: none !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  border-radius: 0 !important;
  margin: 0 !important;
  left: 0 !important;
  transform: none !important;
}

.hero-ticker-ribbon.ribbon-green {
  background: var(--primary-green, #26cd0d) !important;
  color: #000000 !important;
  padding: 14px 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.25) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
}

.hero-ticker-ribbon.ribbon-black {
  background: #000000 !important;
  color: #ffffff !important;
  padding: 13px 0;
  border-top: 1px solid rgba(38, 205, 13, 0.35);
  border-bottom: 1px solid rgba(38, 205, 13, 0.35);
}

.ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  animation: marqueeScroll 68s linear infinite !important;
}

.ticker-track.track-reverse {
  animation: marqueeScrollReverse 55s linear infinite !important;
}

.ticker-content {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-right: 28px;
  white-space: nowrap;
  font-family: 'Chakra Petch', 'Rajdhani', sans-serif;
  font-weight: 900;
  font-size: 1.15rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.ribbon-green .ticker-content span {
  color: #000000 !important;
}

.ribbon-black .ticker-content span {
  color: #ffffff !important;
}

.ticker-icon {
  color: #000000 !important;
  font-size: 0.75rem !important;
  margin: 0 12px !important;
  background: transparent !important;
  border: none !important;
}

.ticker-icon-green {
  color: var(--primary-green, #26cd0d) !important;
  font-size: 0.75rem !important;
  margin: 0 12px !important;
  background: transparent !important;
  border: none !important;
  filter: drop-shadow(0 0 6px var(--primary-green, #26cd0d));
}

@keyframes marqueeScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes marqueeScrollReverse {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* POLÍTICA DE PRIVACIDAD ULTRA-PREMIUM A 100% ANCHO TOTAL DE PÁGINA (PC & MÓVIL) */
.content-section#privacidad,
body.page-privacidad #privacidad {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 15px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.legal-card {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 45px 50px;
  background: linear-gradient(180deg, rgba(8, 16, 8, 0.96) 0%, rgba(3, 8, 3, 0.98) 100%);
  border: 1.5px solid rgba(38, 205, 13, 0.35);
  border-radius: var(--radius-xl, 24px);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.95), inset 0 0 40px rgba(38, 205, 13, 0.05);
  backdrop-filter: blur(16px);
  color: #e0e0e0;
  line-height: 1.85;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.legal-title {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.legal-title span {
  color: var(--primary-green, #26cd0d);
  text-shadow: 0 0 20px rgba(38, 205, 13, 0.5);
}

.legal-date {
  color: var(--primary-green, #26cd0d);
  font-weight: 800;
  font-size: 0.92rem;
  margin-bottom: 35px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  background: rgba(38, 205, 13, 0.1);
  border-radius: 30px;
  border: 1px solid rgba(38, 205, 13, 0.4);
  letter-spacing: 0.8px;
  box-shadow: 0 0 15px rgba(38, 205, 13, 0.2);
}

.legal-section {
  margin-bottom: 40px;
}

.legal-section h2 {
  font-family: var(--font-heading, 'Rajdhani', sans-serif);
  font-size: 1.55rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(38, 205, 13, 0.25);
  padding-bottom: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.legal-section h2 i {
  color: var(--primary-green, #26cd0d);
  font-size: 1.3rem;
  filter: drop-shadow(0 0 10px rgba(38, 205, 13, 0.6));
}

.legal-section p {
  margin-bottom: 16px;
  color: #d8d8d8;
  font-size: 1.04rem;
  line-height: 1.8;
}

.legal-section ul {
  margin: 14px 0 22px 28px;
  color: #c0c0c0;
}

.legal-section li {
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 1rem;
}

.legal-highlight {
  background: rgba(38, 205, 13, 0.09);
  border-left: 4.5px solid var(--primary-green, #26cd0d);
  padding: 18px 24px;
  border-radius: 0 16px 16px 0;
  margin: 22px 0;
  color: #ffffff;
  font-size: 1.02rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.legal-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(38, 205, 13, 0.4);
  padding: 14px 30px;
  border-radius: 30px;
  font-family: var(--font-heading, 'Rajdhani', sans-serif);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  margin-bottom: 28px;
}

.legal-back-btn:hover {
  background: var(--primary-green, #26cd0d);
  color: #000000;
  border-color: var(--primary-green, #26cd0d);
  box-shadow: 0 0 25px rgba(38, 205, 13, 0.6);
  transform: translateY(-2px);
}

/* SEPARACIÓN COMPACTA PARA SECCIONES DEDICADAS */
.content-section#acerca,
.content-section#reclutamiento,
.content-section#resultados,
.content-section#roster,
.content-section#nopastore {
  margin-top: 15px !important;
}

#matchday {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .content-section#acerca,
  .content-section#reclutamiento,
  .content-section#resultados,
  .content-section#roster,
  .content-section#privacidad,
  .content-section#nopastore,
  body.page-nopastore #nopastore,
  body.page-privacidad #privacidad,
  body.page-dedicated .content-section {
    margin-top: 10px !important;
    padding-top: 18px !important;
  }

  .content-section#acerca .section-header,
  .content-section#roster .section-header,
  .content-section#resultados .section-header {
    margin-top: 14px !important;
    margin-bottom: 24px !important;
  }

  body.page-nopastore .ticker-ribbons-wrapper,
  body.page-privacidad .ticker-ribbons-wrapper,
  body.page-dedicated .ticker-ribbons-wrapper {
    margin-top: 92px !important;
    margin-bottom: 0 !important;
  }

  .ticker-ribbons-wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* POLÍTICA DE PRIVACIDAD EN MÓVIL (ESTILO UNIFICADO ESTÁNDAR) */
  body.page-privacidad .main-wrapper,
  .page-privacidad .main-wrapper {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .content-section#privacidad,
  body.page-privacidad #privacidad {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    left: 0 !important;
    margin-top: 10px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .legal-card,
  body.page-privacidad .legal-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    transform: none !important;
    left: 0 !important;
    border-radius: 18px !important;
    padding: 24px 16px !important;
    box-sizing: border-box !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
  }

  .legal-card p,
  .legal-card a,
  .legal-card li,
  .legal-card span,
  .legal-card strong {
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
  }

  .legal-title {
    font-size: 1.85rem !important;
  }

  .legal-section h2 {
    font-size: 1.25rem !important;
  }

  .legal-section p,
  .legal-section li {
    font-size: 0.95rem !important;
  }

  .legal-back-btn {
    width: 100% !important;
    padding: 12px 20px !important;
  }

  .content-section#nopastore,
  body.page-nopastore #nopastore {
    margin-top: 10px !important;
  }
}

.hero-logo-large {
  width: 140px;
  height: 140px;
  object-fit: contain;
  margin-bottom: 16px;
  filter: drop-shadow(0 0 25px var(--primary-green-glow));
  animation: float 4s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* GMX STYLE HERO META & WELCOME ACCENT */
.hero-top-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
  font-family: var(--font-heading, 'Rajdhani', sans-serif);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.hero-est-tag {
  color: #3bf022;
  font-weight: 900;
  text-shadow: 0 0 10px rgba(59, 240, 34, 0.8);
}

.meta-separator-line {
  width: 28px;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.3);
}

.meta-dot-green {
  width: 8px;
  height: 8px;
  background: #3bf022;
  border-radius: 50%;
  box-shadow: 0 0 12px #3bf022;
}

.hero-tag-info {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.hero-welcome-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}

.welcome-accent-line {
  width: 48px;
  height: 2.5px;
  background: #3bf022;
  box-shadow: 0 0 14px #3bf022;
}

.welcome-text {
  font-family: var(--font-heading, 'Rajdhani', sans-serif);
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #3bf022;
  text-shadow: 0 0 20px rgba(59, 240, 34, 0.95);
}

.hero-title {
  font-family: 'Chakra Petch', 'Bebas Neue', sans-serif;
  font-size: clamp(3.2rem, 7vw, 5.8rem);
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
  line-height: 1.02;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* MASKED CONTAINER SLIDE-UP TYPOGRAPHY & BUTTONS REVEAL ANIMATIONS (MATCHING USER REFERENCE IMAGE) */
.hero-badge-mask-line,
.hero-subtitle-mask-line,
.hero-cta-mask-line {
  display: block;
  overflow: hidden;
  padding: 6px 12px 14px 12px;
  margin: -6px -12px -10px -12px;
}

.hero-title-mask-line {
  display: block;
  overflow: visible !important;
  padding: 35px 25px 35px 25px !important;
  margin: -35px -25px -35px -25px !important;
}

.hero-welcome-badge,
.hero-title .title-line-top,
.hero-title .title-line-main,
.hero-subtitle,
.hero-cta-buttons {
  opacity: 0;
  transform: translateY(135%);
  transition: transform 1.25s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

/* REVEAL TRANSITION STAGGERED TIMINGS ON BODY.HERO-INTRO-READY */
body.hero-intro-ready .hero-welcome-badge {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}

body.hero-intro-ready .hero-title .title-line-top {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.35s;
}

body.hero-intro-ready .hero-title .title-line-main {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.55s;
}

body.hero-intro-ready .hero-subtitle {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.75s;
}

body.hero-intro-ready .hero-cta-buttons {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.95s;
}

body.hero-intro-ready .stats-bar {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1) 1.15s, opacity 0.8s ease 1.15s;
}

/* FUTURISTIC HOLLOW STROKE OUTLINE TYPOGRAPHY & SOLID GREEN HIGHLIGHT (STRICTLY 2 LINES) */
.hero-title .title-line-top {
  display: block;
  font-family: 'Chakra Petch', 'Rajdhani', sans-serif;
  font-size: clamp(3.8rem, 8.5vw, 7.2rem) !important;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2.5px rgba(255, 255, 255, 0.95);
  letter-spacing: 8px;
  white-space: nowrap !important;
  filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.45));
}

.hero-title .title-line-main {
  display: block;
  font-family: 'Chakra Petch', 'Rajdhani', sans-serif;
  font-size: clamp(4.2rem, 9.5vw, 8.0rem) !important;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 6px;
  white-space: nowrap !important;
  text-shadow: 0 4px 25px rgba(0, 0, 0, 0.95);
}

.hero-title .title-line-main span {
  color: #3bf022 !important;
  -webkit-text-stroke: none !important;
  text-shadow: 0 0 25px #3bf022, 0 0 50px rgba(59, 240, 34, 0.6) !important;
  letter-spacing: 6px;
}

.hero-subtitle {
  font-family: var(--font-heading, 'Rajdhani', sans-serif);
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78) !important;
  max-width: 780px;
  margin-bottom: 32px;
  line-height: 1.6;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.95);
}

.hero-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 36px;
}

/* SOLID E-SPORTS VERDE NOPAL PRIMARY CTA BUTTON WITH SLIDING BLACK FILL HOVER */
.btn-primary,
.btn-primary.btn-hero-cta {
  position: relative !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 36px !important;
  font-family: 'Chakra Petch', 'Rajdhani', sans-serif !important;
  font-size: 1.08rem !important;
  font-weight: 900 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  opacity: 1 !important;
  background: var(--primary-green, #26cd0d) !important;
  border: 1.5px solid var(--primary-green, #26cd0d) !important;
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px) !important;
  box-shadow: 0 0 25px rgba(38, 205, 13, 0.85) !important;
  overflow: hidden !important;
  z-index: 1;
  transition: color 0.55s ease, border-color 0.55s ease, box-shadow 0.55s ease !important;
  cursor: none !important;
}

.btn-primary::before,
.btn-primary.btn-hero-cta::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: #000000 !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1) !important;
  z-index: -1 !important;
}

.btn-primary:hover::before,
.btn-primary.btn-hero-cta:hover::before {
  transform: scaleX(1) !important;
}

.btn-primary:hover,
.btn-primary.btn-hero-cta:hover {
  color: #ffffff !important;
  border-color: #3bf022 !important;
  box-shadow: 0 0 35px #3bf022 !important;
  transform: none !important;
}

.btn-primary:hover i,
.btn-primary.btn-hero-cta:hover i {
  color: #ffffff !important;
  transition: color 0.55s ease;
}

/* SECONDARY CTA BUTTON (VER ROSTERS): BLACK BY DEFAULT, SLIDES GREEN FILL ON HOVER */
.btn-secondary,
.btn-secondary.btn-hero-roster {
  position: relative !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 36px !important;
  font-family: 'Chakra Petch', 'Rajdhani', sans-serif !important;
  font-size: 1.08rem !important;
  font-weight: 900 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  opacity: 1 !important;
  background: #000000 !important;
  border: 1.5px solid var(--primary-green, #26cd0d) !important;
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px) !important;
  box-shadow: 0 0 20px rgba(38, 205, 13, 0.4) !important;
  overflow: hidden !important;
  z-index: 1;
  transition: color 0.55s ease, border-color 0.55s ease, box-shadow 0.55s ease !important;
  cursor: none !important;
}

.btn-secondary::before,
.btn-secondary.btn-hero-roster::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(135deg, rgba(38, 205, 13, 0.45) 0%, rgba(0, 180, 216, 0.35) 100%) !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1) !important;
  z-index: -1 !important;
}

.btn-secondary:hover::before,
.btn-secondary.btn-hero-roster:hover::before {
  transform: scaleX(1) !important;
}

.btn-secondary:hover,
.btn-secondary.btn-hero-roster:hover {
  color: #ffffff !important;
  border-color: #3bf022 !important;
  box-shadow: 0 0 35px rgba(59, 240, 34, 0.8) !important;
  transform: none !important;
}

.btn-secondary:hover i,
.btn-secondary.btn-hero-roster:hover i {
  color: #ffffff !important;
  transition: color 0.55s ease;
}

/* ==========================================================================
   NEW RIBBED 3D BUTTON DESIGN SYSTEM (SCANLINES TEXTURE & SOLID 3D SHADOW)
   ========================================================================== */
.btn-ribbed-3d {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 36px;
  border-radius: 32px;
  font-family: var(--font-heading, 'Rajdhani', sans-serif);
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000 !important;
  opacity: 1 !important;
  background-color: var(--primary-green, #26cd0d) !important;
  background-image: repeating-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.16) 0px,
    rgba(0, 0, 0, 0.16) 1.5px,
    transparent 1.5px,
    transparent 3.5px
  ) !important;
  border: 2px solid #ffffff !important;
  box-shadow: 5px 5px 0px #000000, 0 0 25px rgba(38, 205, 13, 0.6);
  cursor: pointer;
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.22s ease, background-color 0.2s ease;
  position: relative;
  z-index: 2;
  text-decoration: none;
}

.btn-ribbed-3d:hover {
  transform: translate(-3px, -3px);
  box-shadow: 8px 8px 0px #000000, 0 0 38px var(--primary-green, #26cd0d);
  background-color: #3bf022 !important;
  color: #000000 !important;
}

.btn-ribbed-3d:active {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0px #000000;
}

/* Secondary 3D Ribbed Button (Dark Solid Ribbed with Green Accent Border) */
.btn-secondary.btn-ribbed-3d {
  background-color: #081207 !important;
  color: #ffffff !important;
  border: 2px solid var(--primary-green, #26cd0d) !important;
  box-shadow: 5px 5px 0px #000000, 0 0 20px rgba(38, 205, 13, 0.3);
}

.btn-secondary.btn-ribbed-3d:hover {
  background-color: #122410 !important;
  color: #ffffff !important;
  border-color: #3bf022 !important;
  box-shadow: 8px 8px 0px #000000, 0 0 30px rgba(38, 205, 13, 0.5);
}

/* Admin / Auth Navbar Button with 3D Ribbed Style */
.nav-auth-btn.btn-ribbed-3d {
  padding: 9px 22px;
  font-size: 0.88rem;
  border-radius: 24px;
  box-shadow: 3px 3px 0px #000000, 0 0 15px rgba(38, 205, 13, 0.4);
}
  align-items: center;
  gap: 10px;
}

.btn-primary:hover,
.btn-hero-cta.btn-primary:hover {
  color: #000000;
  box-shadow: 0 0 35px var(--primary-green-glow, rgba(38, 205, 13, 0.95)),
              0 0 50px rgba(0, 255, 170, 0.5);
  transform: translateY(-3px);
}

.btn-secondary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #26cd0d 0%, #00e5ff 100%);
  z-index: -1;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-secondary:hover::before {
  transform: translateX(0);
}

.btn-secondary,
.btn-hero-cta.btn-secondary {
  background: rgba(6, 12, 6, 0.85);
  color: #ffffff;
  font-family: var(--font-heading, 'Rajdhani', sans-serif);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 32px;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  border: 1px solid rgba(38, 205, 13, 0.45);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: color 0.3s ease, border-color 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-secondary:hover,
.btn-hero-cta.btn-secondary:hover {
  color: #000000;
  border-color: #26cd0d;
  box-shadow: 0 0 30px rgba(38, 205, 13, 0.85),
              0 0 45px rgba(0, 229, 255, 0.5);
  transform: translateY(-3px);
}

/* Scroll & Load Reveal Animations (Fade Up from Below) */
.reveal-fade-up {
  opacity: 0;
  transform: translateY(45px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal-fade-up.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.12s; }
.reveal-delay-2 { transition-delay: 0.24s; }
.reveal-delay-3 { transition-delay: 0.36s; }
.reveal-delay-4 { transition-delay: 0.48s; }

/* Quick Stats Row */
.stats-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  padding: 24px 36px;
  background: linear-gradient(135deg, rgba(14, 38, 16, 0.92) 0%, rgba(6, 28, 22, 0.95) 50%, rgba(2, 12, 16, 0.98) 100%) !important;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1.5px solid rgba(38, 205, 13, 0.5) !important;
  border-radius: 20px !important;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.9), 0 0 35px rgba(38, 205, 13, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.1) !important;
  width: 100%;
  max-width: 820px;
  position: relative;
  overflow: hidden;
}

.stat-item {
  text-align: center;
  flex: 1;
  padding: 12px 16px;
  background: linear-gradient(135deg, rgba(20, 50, 22, 0.45) 0%, rgba(6, 24, 18, 0.55) 100%);
  border: 1px solid rgba(38, 205, 13, 0.25);
  border-radius: 14px;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.stat-item:hover {
  transform: translateY(-4px);
  border-color: #3bf022;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.8), 0 0 20px rgba(59, 240, 34, 0.35);
  background: linear-gradient(135deg, rgba(30, 70, 30, 0.65) 0%, rgba(10, 35, 26, 0.75) 100%);
}

.stat-number {
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 3.8vw, 4rem) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  background: linear-gradient(135deg, #ffffff 0%, #00ff88 60%, #26cd0d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 16px var(--primary-green-glow));
}

.stat-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-muted);
  font-weight: 700;
  margin-top: 4px;
}

/* ------------------- MAIN CONTAINER & TABS ------------------- */
.main-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 24px 80px;
  width: 100%;
  flex: 1;
}

/* Tab Navigation Bar */
.section-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
  overflow-x: auto;
  padding: 8px 4px 16px;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-green) transparent;
}

.tab-btn {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  color: var(--text-muted);
  padding: 12px 24px;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  cursor: pointer;
  white-space: nowrap;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 10px;
}

.tab-btn:hover {
  color: #fff;
  border-color: var(--border-glow);
  background: rgba(22, 34, 20, 0.9);
}

.tab-btn.active {
  background: linear-gradient(135deg, rgba(38, 205, 13, 0.25), rgba(18, 26, 17, 0.9));
  border-color: var(--primary-green);
  color: #fff;
  box-shadow: 0 4px 20px var(--primary-green-glow);
}

.tab-btn.active .tab-icon {
  color: var(--primary-green);
}

/* ------------------- SECTIONS CONTENT & DESIGNER BACKGROUND ARCHITECTURE ------------------- */
.content-section {
  display: block;
  scroll-margin-top: calc(var(--header-height) + 30px);
  margin-bottom: 70px;
  padding: 48px 36px;
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
}

.content-section:not(#matchday):not(#noticias) {
  display: none;
}

/* Section 1: MATCHDAY (Live Arena Background) */
#matchday {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(38, 205, 13, 0.14) 0%, transparent 65%),
    linear-gradient(180deg, rgba(6, 12, 6, 0.95) 0%, rgba(3, 6, 3, 0.98) 100%);
  border: 1px solid rgba(38, 205, 13, 0.28);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.75);
}

#matchday::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(0deg, rgba(38, 205, 13, 0.025) 0px, rgba(38, 205, 13, 0.025) 1px, transparent 1px, transparent 40px);
  pointer-events: none;
}

/* Section 2: ROSTER MLBB (Custom HD eSports Background Frame & 3D Parallax Layer) */
#roster {
  position: relative;
  max-width: 1140px !important;
  width: 94vw !important;
  margin-left: auto !important;
  margin-right: auto !important;
  min-height: auto !important;
  padding-top: 40px !important;
  padding-bottom: 45px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  background: #030703 !important;
  border: 1.5px solid rgba(38, 205, 13, 0.4) !important;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.88), 0 0 30px rgba(38, 205, 13, 0.15) !important;
}

.roster-bg-parallax-layer {
  position: absolute;
  top: -65px;
  bottom: -65px;
  left: 0;
  right: 0;
  background: url('../assets/roster_bg_frame.jpg') center center / cover no-repeat !important;
  pointer-events: none;
  z-index: 0;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  image-rendering: -webkit-optimize-contrast;
}

#roster::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(45deg, rgba(38, 205, 13, 0.025) 0px, rgba(38, 205, 13, 0.025) 2px, transparent 0, transparent 24px);
  pointer-events: none;
}

/* Section 3: NOTICIAS & ESPORTS CAROUSEL (Full Viewport Width Gallery) */
#noticias {
  position: relative !important;
  width: 100vw !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  margin-top: 24px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 28px !important;
  padding-bottom: 40px !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

/* Section 4: ACERCA DE NOSOTROS & CEO SPOTLIGHT */
#acerca {
  background:
    radial-gradient(circle at 30% 30%, rgba(38, 205, 13, 0.16) 0%, transparent 55%),
    linear-gradient(135deg, rgba(7, 14, 7, 0.98) 0%, rgba(3, 6, 3, 0.98) 100%);
  border: 1px solid rgba(38, 205, 13, 0.35);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.88);
}

/* Section 5: RECLUTAMIENTO */
#reclutamiento {
  background:
    radial-gradient(circle at 70% 30%, rgba(38, 205, 13, 0.18) 0%, transparent 65%),
    linear-gradient(180deg, rgba(4, 7, 4, 0.99) 0%, rgba(9, 15, 9, 0.98) 100%);
  border: 1px solid rgba(38, 205, 13, 0.38);
  box-shadow: 0 20px 65px rgba(0, 0, 0, 0.9), inset 0 0 30px rgba(38, 205, 13, 0.05);
}

/* Section 6: RESULTADOS & CAMPEONATOS */
#resultados {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 215, 0, 0.08) 0%, transparent 65%),
    linear-gradient(135deg, rgba(8, 12, 6, 0.98) 0%, rgba(4, 6, 4, 0.98) 100%);
  border: 1px solid rgba(255, 215, 0, 0.28);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.85);
}

/* Section 7: NOPASTORE */
#nopastore {
  background:
    radial-gradient(circle at 50% 0%, rgba(38, 205, 13, 0.2) 0%, transparent 60%),
    linear-gradient(180deg, rgba(4, 7, 4, 0.98) 0%, rgba(2, 4, 2, 0.98) 100%);
  border: 1px solid rgba(38, 205, 13, 0.38);
  box-shadow: 0 25px 75px rgba(0, 0, 0, 0.9);
}

.nopastore-main-title {
  font-size: clamp(2.8rem, 5.8vw, 4.2rem) !important;
  font-weight: 900 !important;
  letter-spacing: 3px !important;
  margin-bottom: 8px !important;
  line-height: 1.1 !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-header {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
  max-width: 800px !important;
  margin: 0 auto 32px auto !important;
  box-sizing: border-box !important;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  margin: 0 auto;
}

.section-title::before,
.section-title::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 3px;
  background: var(--primary-green);
  border-radius: 2px;
  box-shadow: 0 0 12px var(--primary-green);
  flex-shrink: 0;
}

.section-title span {
  color: var(--primary-green);
  text-shadow: 0 0 16px var(--primary-green-glow);
}

.section-title .title-combined {
  color: #ffffff;
}

.section-title .title-combined span {
  color: var(--primary-green);
  text-shadow: 0 0 16px var(--primary-green-glow);
}

.section-desc {
  color: var(--text-muted);
  font-size: 1.05rem;
  margin-top: 8px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#roster .section-header {
  position: relative !important;
  z-index: 5 !important;
  margin-bottom: 24px !important;
}

#roster .section-desc {
  display: block !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 1.05rem !important;
  font-family: var(--font-main, 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif) !important;
  margin-top: 10px !important;
  max-width: 680px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 1.6 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.95) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* ------------------- MATCHDAY SECTION ------------------- */
.matchday-filters {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.filter-btn {
  background: rgba(4, 14, 4, 0.85);
  border: 1.5px solid rgba(38, 205, 13, 0.45);
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 0 !important;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  font-family: var(--font-heading, 'Rajdhani', sans-serif);
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.filter-btn:hover {
  background: rgba(38, 205, 13, 0.25);
  color: #ffffff;
  border-color: var(--primary-green, #26cd0d);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  transform: translateY(-2px);
}

.filter-btn.active {
  background: var(--primary-green, #26cd0d) !important;
  color: #000000 !important;
  border-color: var(--primary-green, #26cd0d) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6) !important;
  filter: none !important;
  transform: translateY(-2px);
}

.matches-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.match-card {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  padding: 26px;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.65);
  flex: 1 1 360px;
  max-width: 410px;
  width: 100%;
}

.match-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-green) 0%, rgba(38, 205, 13, 0.3) 70%, transparent 100%);
}

.match-card:hover {
  transform: translateY(-6px) scale(1.01);
  border-color: var(--border-glow);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.85), 0 0 25px rgba(38, 205, 13, 0.25);
}

.match-header-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tournament-name {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.match-status {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}

.status-live {
  background: rgba(255, 51, 102, 0.18);
  color: var(--accent-red);
  border: 1px solid rgba(255, 51, 102, 0.5);
  box-shadow: 0 0 10px rgba(255, 51, 102, 0.2);
  animation: elegant-live-fade 2s ease-in-out infinite;
}

.status-upcoming {
  background: rgba(38, 205, 13, 0.15);
  color: var(--primary-green);
  border: 1px solid var(--primary-green);
}

.status-finished {
  background: rgba(255, 255, 255, 0.1);
  color: var(--text-muted);
}

/* Match Teams VS Row */
.teams-vs-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 20px 0;
  width: 100%;
}

.team-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1 1 0px;
  min-width: 0;
  text-align: center;
}

.team-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
}

.team-name {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  word-break: break-word;
}

.vs-badge {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--primary-green);
  text-shadow: 0 0 10px var(--primary-green-glow);
  white-space: nowrap !important;
  flex-shrink: 0;
}

.match-score {
  font-family: var(--font-heading);
  font-size: 2.1rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 2px;
  white-space: nowrap !important;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  text-align: center;
}

.match-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.85rem;
  color: var(--text-muted);
}

.btn-stream {
  background: rgba(38, 205, 13, 0.15);
  border: 1px solid var(--primary-green);
  color: var(--primary-green);
  font-weight: 700;
  padding: 6px 14px;
  border-radius: var(--radius-sm);
  font-size: 0.8rem;
  text-transform: uppercase;
  transition: var(--transition);
  cursor: pointer;
}

.btn-stream:hover {
  background: var(--primary-green);
  color: #000;
}

/* ------------------- NOPASTORE (DIAMONDS MLBB) ------------------- */
.store-hero-banner {
  background: linear-gradient(135deg, rgba(38, 205, 13, 0.18), rgba(10, 14, 10, 0.95));
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-lg);
  padding: 20px 24px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.store-banner-text h3 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}

.store-banner-text h3 span {
  color: var(--primary-green);
}

.store-banner-text p {
  color: var(--text-muted);
  font-size: 1rem;
}

.whatsapp-direct-pill {
  background: #25d366;
  color: #000;
  font-weight: 800;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  white-space: nowrap;
}

/* Game ID & Server Inputs Box */
.mlbb-account-box {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  padding: 24px;
  margin-bottom: 36px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  align-items: center;
}

.input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.input-group label {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-muted);
  letter-spacing: 0.5px;
}

.input-field {
  background: rgba(4, 6, 4, 0.8);
  border: 1px solid var(--border-card);
  color: #fff;
  padding: 12px 16px;
  border-radius: var(--radius-md);
  font-size: 1rem;
  transition: var(--transition);
}

.input-field:focus {
  border-color: var(--primary-green);
  box-shadow: 0 0 12px var(--primary-green-glow);
  outline: none;
}

/* ------------------- NOPASTORE POSTER GALLERY & LIGHTBOX ZOOM SYSTEM ------------------- */
.store-filter-bar {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 32px 0 28px;
  flex-wrap: wrap;
}

.store-filter-btn {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  color: var(--text-muted);
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 800;
  padding: 10px 18px;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
}

.store-filter-btn:hover {
  border-color: var(--primary-green);
  color: #fff;
}

.store-filter-btn.active {
  background: var(--primary-green-subtle);
  border-color: var(--primary-green);
  color: var(--primary-green);
  box-shadow: 0 4px 18px rgba(38, 205, 13, 0.25);
}

/* NOPA STORE SUBSECTIONS FOR MOONTON VS OTHER GAMES */
.store-subsection-wrapper {
  margin-top: 32px;
  margin-bottom: 50px;
  background: rgba(6, 12, 6, 0.6);
  border: 1px solid rgba(38, 205, 13, 0.2);
  border-radius: var(--radius-xl);
  padding: 32px 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  position: relative;
}

.store-subsection-wrapper.subsection-other-wrapper {
  background: rgba(12, 8, 16, 0.6);
  border-color: rgba(255, 51, 102, 0.3);
  box-shadow: 0 10px 40px rgba(255, 51, 102, 0.1);
}

.store-subsection-header {
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 18px;
}

.subsection-title-box {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.subsection-pill-badge {
  background: rgba(38, 205, 13, 0.15);
  border: 1px solid var(--primary-green);
  color: var(--primary-green);
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.subsection-pill-badge.pill-other {
  background: rgba(255, 51, 102, 0.15);
  border-color: #ff3366;
  color: #ff3366;
}

.store-subsection-header h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.5px;
}

.store-subsection-header h3 span {
  color: var(--primary-green);
}

.subsection-other-header h3 span {
  color: #ff3366;
}

.subsection-subtitle {
  font-size: 0.92rem;
  color: var(--text-muted);
  margin-top: 6px;
}

.nopastore-poster-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
  margin-top: 20px;
}

.poster-card {
  background: rgba(8, 14, 8, 0.9);
  border: 1px solid rgba(38, 205, 13, 0.3);
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7);
}

.poster-card:hover {
  border-color: #00ff88;
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.9), 0 0 25px rgba(38, 205, 13, 0.3);
}

.poster-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #040604;
}

.poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.4s ease;
}

.poster-card:hover .poster-img {
  transform: scale(1.05);
}

.poster-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(5, 9, 5, 0.88);
  border: 1px solid var(--primary-green);
  color: var(--primary-green);
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 900;
  padding: 4px 12px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  z-index: 3;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}

.poster-badge.badge-promo {
  border-color: #ffd700;
  color: #ffd700;
  background: rgba(20, 16, 4, 0.92);
}

.poster-badge.badge-ff {
  border-color: #ff3366;
  color: #ff3366;
}

.poster-badge.badge-mc {
  border-color: #00e5ff;
  color: #00e5ff;
}

.poster-badge.badge-df {
  border-color: #76ff03;
  color: #76ff03;
}

.poster-zoom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 8, 4, 0.65);
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #00ff88;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 800;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.poster-zoom-overlay i {
  font-size: 2.2rem;
  filter: drop-shadow(0 0 10px #00ff88);
}

.poster-card:hover .poster-zoom-overlay {
  opacity: 1;
}

.poster-info-bar {
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: rgba(8, 14, 8, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.poster-info-bar h4 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
}

.btn-poster-wa {
  width: 100%;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  border: none;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 800;
  padding: 10px 14px;
  border-radius: var(--radius-md);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.25s ease;
}

.btn-poster-wa:hover {
  filter: brightness(1.15);
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.5);
  transform: translateY(-2px);
}

/* LIGHTBOX ZOOM MODAL STYLING */
.store-lightbox-window {
  max-width: 90vw !important;
  width: 920px !important;
  max-height: calc(100vh - 40px) !important;
  max-height: calc(100dvh - 32px) !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 18px 20px !important;
  background: rgba(4, 7, 4, 0.98) !important;
  border: 1.5px solid var(--primary-green, #26cd0d) !important;
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px) !important;
  border-radius: 0 !important;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.95), 0 0 35px rgba(38, 205, 13, 0.3) !important;
  overflow: hidden !important;
  margin: auto !important;
}

.lightbox-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;
}

.lightbox-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
}

.zoom-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(14, 24, 14, 0.9);
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(38, 205, 13, 0.3);
}

.zoom-btn {
  background: transparent;
  border: none;
  color: #00ff88;
  font-size: 1.1rem;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.zoom-btn:hover {
  background: rgba(38, 205, 13, 0.2);
  color: #fff;
}

.zoom-level-text {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 800;
  color: #fff;
  min-width: 48px;
  text-align: center;
}

.lightbox-actions-group {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lightbox-close-btn {
  background: rgba(255, 51, 102, 0.15);
  border: 1px solid rgba(255, 51, 102, 0.4);
  color: #ff3366;
  font-size: 1.1rem;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.lightbox-close-btn:hover {
  background: #ff3366;
  color: #ffffff;
  box-shadow: 0 0 18px rgba(255, 51, 102, 0.6);
  transform: scale(1.1) rotate(90deg);
}

.lightbox-viewport {
  flex: 1 1 auto !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #020302 !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  position: relative !important;
  cursor: grab;
}

.lightbox-viewport:active {
  cursor: grabbing;
}

.lightbox-img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  transition: transform 0.2s ease;
  transform-origin: center center;
  user-select: none;
  -webkit-user-drag: none;
}

.lightbox-footer {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}

.btn-lightbox-wa {
  font-size: 0.95rem !important;
  padding: 12px 28px !important;
  border-radius: var(--radius-md) !important;
}

/* ------------------- RECLUTAMIENTO (RECRUITMENT) ------------------- */
.recruitment-container {
  max-width: 860px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-xl);
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}

.full-width {
  grid-column: 1 / -1;
}

.role-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.role-chip {
  background: rgba(4, 6, 4, 0.8);
  border: 1px solid var(--border-card);
  color: var(--text-muted);
  padding: 10px 18px;
  border-radius: var(--radius-md);
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  user-select: none;
}

.role-chip.selected,
.role-chip:hover {
  background: var(--primary-green-subtle);
  border-color: var(--primary-green);
  color: #fff;
}

/* ------------------- NOTICIAS (NEWS) ------------------- */
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
}

.news-card {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.news-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-glow);
  box-shadow: 0 12px 30px var(--primary-green-subtle);
}

.news-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid var(--border-card);
}

.news-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.news-category {
  color: var(--primary-green);
  font-weight: 700;
  text-transform: uppercase;
}

.news-title {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 12px;
}

.news-excerpt {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.btn-read-more {
  background: transparent;
  color: var(--primary-green);
  font-weight: 700;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  transition: var(--transition);
}

.btn-read-more:hover {
  color: #fff;
  transform: translateX(4px);
}

/* ------------------- RESULTADOS & LOGROS ------------------- */
.achievements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}

.trophy-card {
  position: relative;
  background: linear-gradient(135deg, rgba(10, 32, 14, 0.92) 0%, rgba(4, 20, 24, 0.95) 55%, rgba(2, 10, 12, 0.98) 100%) !important;
  border: 1.5px solid rgba(38, 205, 13, 0.35) !important;
  border-radius: 0 !important;
  clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px) !important;
  padding: 32px 24px 28px;
  text-align: center;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.85), inset 0 1px 1px rgba(255, 255, 255, 0.08) !important;
}

.trophy-card.card-gold {
  background: linear-gradient(135deg, rgba(32, 26, 6, 0.92) 0%, rgba(12, 28, 16, 0.94) 50%, rgba(3, 16, 22, 0.98) 100%) !important;
  border: 1.5px solid rgba(255, 215, 0, 0.45) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.88), 0 0 20px rgba(255, 215, 0, 0.15) !important;
}

.trophy-card.card-silver {
  background: linear-gradient(135deg, rgba(22, 28, 30, 0.92) 0%, rgba(8, 24, 18, 0.94) 50%, rgba(3, 14, 20, 0.98) 100%) !important;
  border: 1.5px solid rgba(220, 220, 220, 0.4) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.88), 0 0 20px rgba(220, 220, 220, 0.12) !important;
}

.trophy-card.card-green {
  background: linear-gradient(135deg, rgba(14, 38, 16, 0.92) 0%, rgba(6, 28, 22, 0.94) 50%, rgba(2, 12, 16, 0.98) 100%) !important;
  border: 1.5px solid rgba(38, 205, 13, 0.45) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.88), 0 0 20px rgba(38, 205, 13, 0.18) !important;
}

.trophy-card:hover {
  transform: translateY(-6px) scale(1.02) !important;
}

.trophy-card.card-gold:hover {
  background: linear-gradient(135deg, rgba(50, 40, 8, 0.96) 0%, rgba(16, 36, 20, 0.96) 50%, rgba(4, 20, 28, 0.98) 100%) !important;
  border-color: #ffd700 !important;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.9), 0 0 30px rgba(255, 215, 0, 0.4) !important;
}

.trophy-card.card-silver:hover {
  background: linear-gradient(135deg, rgba(32, 40, 44, 0.96) 0%, rgba(10, 32, 24, 0.96) 50%, rgba(4, 18, 26, 0.98) 100%) !important;
  border-color: #ffffff !important;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.9), 0 0 30px rgba(255, 255, 255, 0.35) !important;
}

.trophy-card.card-green:hover {
  background: linear-gradient(135deg, rgba(20, 52, 22, 0.96) 0%, rgba(8, 38, 30, 0.96) 50%, rgba(3, 16, 24, 0.98) 100%) !important;
  border-color: #3bf022 !important;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.9), 0 0 30px rgba(59, 240, 34, 0.45) !important;
}

.trophy-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.trophy-badge.gold {
  background: rgba(255, 215, 0, 0.12);
  color: #ffd700;
  border: 1px solid rgba(255, 215, 0, 0.35);
}

.trophy-badge.silver {
  background: rgba(220, 220, 220, 0.12);
  color: #e0e0e0;
  border: 1px solid rgba(220, 220, 220, 0.35);
}

.trophy-badge.green {
  background: rgba(38, 205, 13, 0.12);
  color: var(--primary-green);
  border: 1px solid rgba(38, 205, 13, 0.35);
}

.trophy-icon {
  font-size: 3rem;
  color: var(--accent-gold);
  margin-bottom: 14px;
  filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.5));
}

.trophy-icon.trophy-gold {
  color: #ffd700;
  filter: drop-shadow(0 0 12px rgba(255, 215, 0, 0.6));
}

.trophy-icon.trophy-silver {
  color: #e0e0e0;
  filter: drop-shadow(0 0 12px rgba(220, 220, 220, 0.6));
}

.trophy-icon.trophy-green {
  color: var(--primary-green);
  filter: drop-shadow(0 0 12px rgba(38, 205, 13, 0.6));
}

.trophy-title {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}

.trophy-subtitle {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 500;
}

.trophy-tag {
  margin-top: 14px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.04);
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
/* Bronze theme */
.trophy-card.card-bronze {
  background: linear-gradient(135deg, rgba(38, 20, 10, 0.92) 0%, rgba(24, 14, 8, 0.94) 50%, rgba(16, 8, 4, 0.98) 100%) !important;
  border: 1.5px solid rgba(205, 127, 50, 0.45) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.88), 0 0 20px rgba(205, 127, 50, 0.15) !important;
}
.trophy-card.card-bronze:hover {
  background: linear-gradient(135deg, rgba(55, 30, 14, 0.96) 0%, rgba(32, 18, 10, 0.96) 50%, rgba(20, 10, 5, 0.98) 100%) !important;
  border-color: #cd7f32 !important;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.9), 0 0 30px rgba(205, 127, 50, 0.4) !important;
}
.trophy-badge.bronze {
  background: rgba(205, 127, 50, 0.12);
  color: #cd7f32;
  border: 1px solid rgba(205, 127, 50, 0.35);
}
.trophy-icon.trophy-bronze {
  color: #cd7f32;
  filter: drop-shadow(0 0 12px rgba(205, 127, 50, 0.6));
}

/* Purple theme */
.trophy-card.card-purple {
  background: linear-gradient(135deg, rgba(30, 10, 40, 0.92) 0%, rgba(18, 6, 28, 0.94) 50%, rgba(12, 4, 20, 0.98) 100%) !important;
  border: 1.5px solid rgba(168, 85, 247, 0.45) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.88), 0 0 20px rgba(168, 85, 247, 0.18) !important;
}
.trophy-card.card-purple:hover {
  background: linear-gradient(135deg, rgba(45, 15, 60, 0.96) 0%, rgba(26, 8, 40, 0.96) 50%, rgba(16, 5, 28, 0.98) 100%) !important;
  border-color: #c084fc !important;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.9), 0 0 30px rgba(168, 85, 247, 0.45) !important;
}
.trophy-badge.purple {
  background: rgba(168, 85, 247, 0.12);
  color: #c084fc;
  border: 1px solid rgba(168, 85, 247, 0.35);
}
.trophy-icon.trophy-purple {
  color: #c084fc;
  filter: drop-shadow(0 0 12px rgba(168, 85, 247, 0.6));
}

/* Achievement Admin Controls Overlay */
.achievement-admin-actions {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 6px;
  z-index: 10;
}
.achievement-admin-actions .btn-news-admin {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  backdrop-filter: blur(8px);
}
.achievement-admin-actions .btn-news-edit:hover {
  background: var(--primary-green) !important;
  color: #000 !important;
  border-color: var(--primary-green) !important;
  box-shadow: 0 0 12px rgba(38, 205, 13, 0.5);
}
.achievement-admin-actions .btn-news-delete:hover {
  background: #ff3366 !important;
  color: #fff !important;
  border-color: #ff3366 !important;
  box-shadow: 0 0 12px rgba(255, 51, 102, 0.5);
}


/* Tournaments Table */
.results-table-container {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  overflow-x: auto;
}

.results-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.results-table th {
  background: rgba(4, 6, 4, 0.9);
  padding: 16px 24px;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary-green);
  text-transform: uppercase;
  border-bottom: 1px solid var(--border-card);
}

.results-table td {
  padding: 18px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.95rem;
}

.results-table tr:hover td {
  background: rgba(38, 205, 13, 0.05);
}

/* ------------------- EMAIL DISCUSSIONS & GUIDE MODULE ------------------- */
.email-guide-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 28px;
}

.email-card {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  padding: 32px;
  position: relative;
  transition: var(--transition);
}

.email-card:hover {
  border-color: var(--border-glow);
  transform: translateY(-4px);
}

.email-card-badge {
  background: var(--primary-green-subtle);
  color: var(--primary-green);
  font-size: 0.8rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 16px;
  border: 1px solid var(--primary-green);
}

.email-card-title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}

.email-card-desc {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.email-step-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.email-step-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--text-main);
}

.step-num {
  background: var(--primary-green);
  color: #000;
  font-weight: 800;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ------------------- MODAL POPUPS ------------------- */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 6, 4, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 2000;
  display: none !important;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-backdrop.active {
  display: flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.modal-window {
  background: var(--bg-darker);
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-xl);
  max-width: 600px;
  width: 100%;
  padding: 36px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.9), 0 0 30px var(--primary-green-glow);
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-backdrop.active .modal-window {
  transform: scale(1);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-size: 1.5rem;
  cursor: pointer;
  transition: var(--transition);
}

.modal-close:hover {
  color: #fff;
}

/* Ticket Preview */
.ticket-preview {
  background: rgba(14, 21, 13, 0.9);
  border: 2px dashed var(--primary-green);
  border-radius: var(--radius-lg);
  padding: 24px;
  margin: 20px 0;
  text-align: center;
}

.ticket-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}

.ticket-code {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--primary-green);
  letter-spacing: 2px;
}

/* ------------------- NOPASTORE PROMO BANNERS ------------------- */
.store-promo-banners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
}

.store-promo-banner-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-card);
  background: rgba(10, 16, 10, 0.9);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}

.store-promo-banner-card:hover {
  border-color: #00d2ff;
  box-shadow: 0 8px 24px rgba(0, 210, 255, 0.25);
  transform: translate3d(0, -4px, 0);
}

.store-promo-banner-img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.store-promo-banner-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 16px;
  background: linear-gradient(0deg, rgba(4, 8, 4, 0.95) 0%, rgba(4, 8, 4, 0.6) 70%, transparent 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.store-promo-banner-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.store-promo-banner-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 6px;
  z-index: 10;
}

/* ------------------- FOOTER ------------------- */
.footer {
  background: #020402 !important;
  border-top: 1px solid var(--border-glow);
  padding: 44px 24px;
  margin-top: auto;
  position: relative;
  z-index: 10;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.footer-socials {
  display: flex;
  gap: 16px;
}

.social-icon {
  width: 44px;
  height: 44px;
  background-color: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 1.2rem;
  transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  will-change: transform;
}

.social-icon:hover {
  background-color: var(--primary-green);
  color: #000;
  border-color: var(--primary-green);
  box-shadow: 0 0 18px var(--primary-green-glow);
  transform: translateY(-4px) scale(1.08);
}

.copyright {
  color: var(--text-dim);
  font-size: 0.9rem;
}

/* ------------------- MOBILE BOTTOM NAV (FOR PWA/MOBILE) ------------------- */
.mobile-bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: rgba(4, 6, 4, 0.95);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--border-card);
  z-index: 1000;
  justify-content: space-around;
  align-items: center;
}

.mobile-nav-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: var(--text-muted);
  font-size: 0.7rem;
  font-weight: 700;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.mobile-nav-btn.active,
.mobile-nav-btn:hover {
  color: var(--primary-green);
}

.mobile-nav-btn svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

/* ==========================================================================
   STRICT PC DESKTOP HARD-LOCK (MIN-WIDTH: 769PX)
   ========================================================================== */
@media (min-width: 769px) {
  .top-social-bar {
    display: block !important;
  }

  .mobile-toggle {
    display: none !important;
  }

  .protruding-logo {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    margin: 0 !important;
  }

  .logo-img.protrude {
    width: 96px !important;
    height: 96px !important;
    transform: translate3d(0, 4px, 0) !important;
  }

  .nav-menu {
    display: flex !important;
    flex-direction: row !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .nav-menu .nav-link {
    width: auto !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .hero-section {
    margin-top: 0 !important;
    padding-top: 140px !important;
  }

  .hero-cta-buttons {
    flex-direction: row !important;
    max-width: none !important;
  }

  .btn-hero-cta {
    width: auto !important;
  }

  .mexico-3d-container {
    top: 29% !important;
    max-width: 480px !important;
    opacity: 0.8 !important;
  }

  .mobile-bottom-nav {
    display: none !important;
  }
}

/* ------------------- MEDIA QUERIES (COMPREHENSIVE RESPONSIVE DESIGN) ------------------- */
@media (max-width: 768px) {
  .top-social-info {
    display: none !important;
  }

  .top-social-container {
    justify-content: center !important;
  }

  .top-social-bar {
    display: none !important;
  }

  .header,
  .main-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    z-index: 1000000 !important;
    background: rgba(3, 8, 3, 0.96) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-bottom: 1.5px solid rgba(38, 205, 13, 0.4) !important;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.9) !important;
  }

  .header-container {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 16px !important;
    height: 60px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* 100% Dead-Center Logo for Mobile Navbar */
  .protruding-logo,
  .header-container .protruding-logo,
  .header-container .logo-brand {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1000005 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .logo-img.protrude,
  .protruding-logo img,
  .protruding-logo:hover .logo-img.protrude {
    width: 48px !important;
    height: 48px !important;
    object-fit: contain !important;
    transform: none !important;
    filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.95)) drop-shadow(0 0 12px rgba(38, 205, 13, 0.6)) !important;
    margin: 0 !important;
    display: block !important;
  }

  /* Hamburger Toggle Button on LEFT side */
  .mobile-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.3rem !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, rgba(38, 205, 13, 0.35) 0%, rgba(0, 210, 255, 0.3) 100%) !important;
    border: 1.5px solid var(--primary-green) !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    box-shadow: 0 0 16px rgba(38, 205, 13, 0.45), inset 0 0 10px rgba(0, 210, 255, 0.2) !important;
    z-index: 1000005 !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), color 0.35s ease, background 0.35s ease !important;
  }

  .mobile-toggle i {
    color: #ffffff !important;
  }

  .mobile-toggle.active {
    transform: rotate(90deg) scale(1.05) !important;
    color: #000000 !important;
    background: var(--primary-green) !important;
    border-color: var(--primary-green) !important;
    box-shadow: 0 0 20px rgba(38, 205, 13, 0.95) !important;
  }

  .mobile-toggle.active i {
    color: #000000 !important;
  }

  .header-actions {
    order: 3 !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    z-index: 1000005 !important;
  }

  /* Hamburger Dropdown Menu Items Centered attached to navbar with ZERO gap */
  .nav-menu {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    position: fixed !important;
    top: 60px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    height: calc(100vh - 60px) !important;
    height: calc(100dvh - 60px) !important;
    background: rgba(3, 7, 3, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    padding: 24px 20px 40px 20px !important;
    gap: 14px !important;
    border-top: 1.5px solid var(--primary-green, #26cd0d) !important;
    border-bottom: 2px solid var(--primary-green, #26cd0d) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.96), 0 0 35px rgba(38, 205, 13, 0.35) !important;
    z-index: 999999 !important;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, visibility 0.3s ease !important;
    overflow-y: auto !important;
  }

  .nav-menu.mobile-open {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  .nav-menu .nav-link {
    width: 100%;
    max-width: 320px;
    justify-content: center !important;
    text-align: center !important;
    font-size: 1.05rem;
    font-weight: 800;
    padding: 13px 20px;
    border-radius: 30px;
    margin-left: 0 !important;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    opacity: 0;
    transform: translateY(-14px);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
  }

  /* NOPASTORE GRADIENT MATCHING PC DEGRADADO ON MOBILE */
  .nav-menu .nav-link.nav-link-store {
    background: linear-gradient(135deg, rgba(38, 205, 13, 0.35) 0%, rgba(0, 210, 255, 0.3) 100%) !important;
    border: 1.5px solid var(--primary-green) !important;
    color: #ffffff !important;
    box-shadow: 0 0 22px rgba(38, 205, 13, 0.45), inset 0 0 15px rgba(0, 210, 255, 0.2) !important;
  }

  .nav-menu .nav-link.nav-link-store i {
    color: var(--accent-gold, #ffd700) !important;
  }

  .nav-menu.mobile-open .nav-link {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }

  /* Staggered Delay for Each Menu Link Opening */
  .nav-menu.mobile-open .nav-link:nth-child(1) { transition-delay: 0.04s; }
  .nav-menu.mobile-open .nav-link:nth-child(2) { transition-delay: 0.08s; }
  .nav-menu.mobile-open .nav-link:nth-child(3) { transition-delay: 0.12s; }
  .nav-menu.mobile-open .nav-link:nth-child(4) { transition-delay: 0.16s; }
  .nav-menu.mobile-open .nav-link:nth-child(5) { transition-delay: 0.20s; }
  .nav-menu.mobile-open .nav-link:nth-child(6) { transition-delay: 0.24s; }

  .hero-section {
    margin-top: -20px !important;
    padding: 0px 12px 15px 12px !important;
    min-height: auto !important;
  }

  .hero-content {
    margin-top: -55px !important;
  }

  .splash-pos-1,
  .splash-pos-2,
  .splash-pos-3,
  .splash-pos-4,
  .splash-pos-mid-left,
  .splash-pos-mid-right {
    top: auto !important;
    bottom: 0px !important;
  }

  .hero-top-meta {
    font-size: 0.7rem !important;
    letter-spacing: 0.8px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 4px !important;
    margin-top: 0 !important;
    margin-bottom: 2px !important;
  }

  .hero-welcome-badge {
    font-size: 0.75rem !important;
    padding: 4px 10px !important;
    letter-spacing: 0.8px !important;
    white-space: nowrap !important;
  }

  .hero-title {
    margin: 4px auto 6px auto !important;
    line-height: 1.08 !important;
    max-width: 98vw !important;
  }

  .hero-title .title-line-top {
    font-size: clamp(1.7rem, 6.8vw, 2.4rem) !important;
    letter-spacing: 1.5px !important;
    white-space: normal !important;
    word-break: break-word !important;
    -webkit-text-stroke: 1.2px rgba(255, 255, 255, 0.95) !important;
  }

  .hero-title .title-line-main {
    font-size: clamp(2rem, 8vw, 3.1rem) !important;
    letter-spacing: 1.8px !important;
    white-space: normal !important;
    word-break: break-word !important;
  }

  .hero-subtitle {
    font-size: 0.85rem !important;
    line-height: 1.5 !important;
    max-width: 92% !important;
    margin: 0 auto 20px auto !important;
    color: rgba(255, 255, 255, 0.8) !important;
  }

  .hero-cta-buttons {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto !important;
  }

  .btn-hero-cta {
    width: 100% !important;
    padding: 12px 18px !important;
    font-size: 0.88rem !important;
    letter-spacing: 1px !important;
    justify-content: center !important;
  }

  .mexico-3d-container {
    position: absolute !important;
    left: 50% !important;
    top: 18% !important;
    transform: translateX(-50%) !important;
    width: 90vw !important;
    max-width: 330px !important;
    height: auto !important;
    opacity: 0.42 !important;
    z-index: 1 !important;
    pointer-events: none !important;
  }

  .mexico-map-wrapper {
    transform: perspective(600px) rotateX(8deg) scale(0.92) !important;
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.95)) drop-shadow(0 0 25px rgba(38, 205, 13, 0.75)) !important;
  }

  .mexico-neon-img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .mexico-hq-ping {
    top: 24% !important;
    left: 58% !important;
    transform: translate(-50%, -50%) scale(0.72) !important;
    gap: 6px !important;
  }

  .mexico-hq-ping .pin-badge {
    font-size: 0.68rem !important;
    padding: 3px 8px !important;
    white-space: nowrap !important;
    letter-spacing: 0.5px !important;
  }

  .mobile-bottom-nav {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
    height: 0 !important;
  }

  .main-wrapper {
    padding-bottom: 20px;
  }

  /* NOPASTORE MOBILE TOP GAP ELIMINATION */
  body.page-nopastore .main-wrapper,
  body.page-privacidad .main-wrapper,
  .page-nopastore .main-wrapper,
  .page-privacidad .main-wrapper {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }

  #nopastore {
    margin-top: 10px !important;
    padding-top: 0 !important;
  }

  #nopastore .section-header,
  #nopastore .store-merch-header-title,
  #nopastore .store-catalog-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .footer {
    padding-bottom: 35px !important;
  }

  .news-carousel-card {
    flex: 0 0 86vw;
    height: 460px;
  }

  .news-card-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  /* ALL SECTIONS OCCUPY 100% FULL VIEWPORT WIDTH ON MOBILE */
  .content-section,
  .partnership-section,
  .reclutamiento-fullwidth-section,
  #matchday,
  #roster,
  #acerca,
  #reclutamiento,
  #resultados,
  #nopastore {
    position: relative !important;
    width: 100vw !important;
    max-width: 100vw !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    box-sizing: border-box !important;
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
  }

  /* STAFF & CEO EMAIL BUTTON SINGLE LINE FIT ON MOBILE */
  .ceo-email-btn {
    white-space: nowrap !important;
    font-size: clamp(0.65rem, 3.2vw, 0.8rem) !important;
    letter-spacing: 0.6px !important;
    padding: 10px 16px !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 10px auto 0 auto !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    word-break: keep-all !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .reclutamiento-fullwidth-section {
    padding: 40px 12px 110px 12px !important;
    background: #020502 !important;
    overflow: hidden !important;
    position: relative !important;
  }

  .reclutamiento-bg-watermark {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    opacity: 0.16 !important;
    pointer-events: none !important;
    overflow: hidden !important;
    z-index: 1 !important;
  }

  .recruitment-layout-flex {
    flex-direction: column !important;
    align-items: center !important;
    gap: 24px !important;
    width: 100% !important;
  }

  .recruitment-layout-flex .recruitment-container {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
    box-sizing: border-box !important;
  }

  .recruitment-card {
    padding: 20px 10px 30px 10px !important;
    border-radius: 16px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  .recruitment-header h3 {
    font-size: 1.6rem !important;
    letter-spacing: 1.2px !important;
    text-align: center !important;
  }

  .recruitment-header p {
    font-size: 0.9rem !important;
    text-align: center !important;
    line-height: 1.55 !important;
  }

  /* File upload dropzone mobile overflow fixes */
  .upload-dropzone,
  .file-dropzone,
  .file-input-wrapper {
    position: relative !important;
    padding: 12px 8px !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    margin-bottom: 0 !important;
  }

  .file-dropzone input[type="file"],
  .upload-dropzone input[type="file"],
  input.file-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer !important;
    z-index: 10 !important;
  }

  .file-preview-list:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .file-preview-list {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }

  #btnSubmitRecruitment,
  .btn-recruitment-submit,
  .btn-primary.btn-submit,
  .btn-submit {
    width: 100% !important;
    padding: 14px 10px !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.8px !important;
    white-space: normal !important;
    word-break: break-word !important;
    line-height: 1.3 !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    box-sizing: border-box !important;
  }

  .category-selector {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .category-card {
    width: 100% !important;
    padding: 12px 14px !important;
    box-sizing: border-box !important;
  }

  .role-selector {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .role-chip {
    flex: 1 1 calc(50% - 8px) !important;
    text-align: center !important;
    justify-content: center !important;
    font-size: 0.78rem !important;
    padding: 8px 10px !important;
    box-sizing: border-box !important;
  }

  .form-row {
    flex-direction: column !important;
    gap: 12px !important;
  }

  .form-group {
    width: 100% !important;
  }

  .recruitment-mascot-side {
    width: 100% !important;
    max-width: 280px !important;
    flex: 0 0 auto !important;
    margin: 10px auto 0 !important;
  }

  .mascot-img-glow {
    max-width: 240px !important;
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.9)) drop-shadow(0 0 25px rgba(59, 240, 34, 0.5)) !important;
  }
  .matches-grid {
    grid-template-columns: 1fr;
  }

  .sponsored-nopastore-card {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
    gap: 16px;
  }

  .sponsored-nopastore-card .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .partnership-card {
    padding: 28px 18px;
  }

  .partnership-logos {
    flex-wrap: wrap;
    gap: 16px;
  }

  .partnership-features {
    flex-direction: column;
    align-items: center;
    gap: 12px !important;
    margin-bottom: 28px !important;
  }

  .partner-feat-item {
    width: 100% !important;
    max-width: 320px !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  .btn-partner-action {
    margin-top: 16px !important;
    width: 100% !important;
    max-width: 340px !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    padding: 14px 20px !important;
    font-size: 0.88rem !important;
  }

  .footer-container {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 18px !important;
  }

  .footer .logo-brand {
    justify-content: center !important;
  }

  .footer-right,
  .social-links {
    justify-content: center;
  }

  /* UNIFIED COMMUNITY, AFFILIATES & SOCIAL CARD MOBILE RESPONSIVENESS */
  .unified-community-card {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
    width: calc(100% - 16px) !important;
    max-width: calc(100% - 16px) !important;
    padding: 24px 12px !important;
    margin: 20px auto !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .affiliates-title {
    font-size: clamp(1.15rem, 5vw, 1.6rem) !important;
    letter-spacing: 1px !important;
    word-break: break-word !important;
    text-align: center !important;
    width: 100% !important;
    line-height: 1.25 !important;
  }

  .affiliates-subtitle {
    font-size: clamp(0.95rem, 3.6vw, 1.12rem) !important;
    text-align: center !important;
    max-width: 96% !important;
    margin: 8px auto 16px auto !important;
    line-height: 1.5 !important;
  }

  .affiliate-logo-img {
    max-width: 170px !important;
  }

  .card-neon-divider {
    width: 90% !important;
    margin: 24px 0 20px !important;
  }

  .integrated-social-header {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .integrated-mascot-img {
    width: 68px !important;
    height: 68px !important;
    padding-right: 14px !important;
    border-right: 2.5px solid var(--primary-green, #26cd0d) !important;
    flex-shrink: 0 !important;
  }

  .integrated-social-title {
    font-size: clamp(1.25rem, 4.4vw, 1.65rem) !important;
    letter-spacing: 1.5px !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    text-align: left !important;
    white-space: nowrap !important;
  }

  .section-title {
    font-size: clamp(2.1rem, 7.8vw, 3rem) !important;
    letter-spacing: 2px !important;
    line-height: 1.12 !important;
  }

  .section-desc {
    font-size: clamp(0.98rem, 3.8vw, 1.15rem) !important;
    line-height: 1.55 !important;
    margin-top: 8px !important;
  }

  .nopastore-main-title {
    font-size: clamp(2.2rem, 7.8vw, 3.2rem) !important;
    letter-spacing: 2px !important;
    line-height: 1.1 !important;
  }

  .integrated-social-buttons {
    flex-direction: column !important;
    width: 100% !important;
    gap: 12px !important;
  }

  .premium-social-btn {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    padding: 12px 18px !important;
    border-radius: 0 !important;
    clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px) !important;
    justify-content: space-between !important;
  }

  .footer {
    padding: 28px 16px 35px 16px !important;
  }

  .google-play-badge-img {
    max-width: 170px !important;
    height: auto !important;
  }
}

@media (max-width: 600px) {
  .logo-img.protrude,
  .protruding-logo img {
    width: 50px !important;
    height: 50px !important;
    transform: none !important;
  }

  .mexico-3d-container {
    top: 30% !important;
    max-width: 310px !important;
    opacity: 0.6 !important;
  }

  .mexico-hq-ping {
    transform: translate(-50%, -50%) scale(0.75) !important;
  }

  .hero-subtitle {
    font-size: 0.86rem !important;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }

  .hero-buttons .btn-primary,
  .hero-buttons .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .section-title {
    font-size: clamp(2.1rem, 7.8vw, 3rem) !important;
    letter-spacing: 2px !important;
  }

  .stats-bar {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .stat-number {
    font-size: clamp(2.2rem, 4.5vw, 2.8rem) !important;
    font-weight: 900 !important;
  }

  .hero-matchday-integrated {
    background: rgba(6, 12, 6, 0.92) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    border: 1.5px solid rgba(38, 205, 13, 0.3) !important;
    border-radius: 18px !important;
    padding: 24px 12px 25px 12px !important;
    margin-top: 35px !important;
    margin-bottom: 0 !important;
  }

  #matchday {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    left: auto !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .matchday-filters {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    margin-bottom: 24px !important;
    box-sizing: border-box !important;
  }

  .filter-btn {
    flex: 1 1 auto !important;
    min-width: 130px !important;
    max-width: 100% !important;
    padding: 10px 16px !important;
    font-family: var(--font-heading, 'Rajdhani', sans-serif) !important;
    font-size: clamp(0.75rem, 3.2vw, 0.88rem) !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    background: rgba(4, 14, 4, 0.85) !important;
    border: 1.5px solid rgba(38, 205, 13, 0.45) !important;
    color: #ffffff !important;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px) !important;
    border-radius: 0 !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6) !important;
  }

  .filter-btn.active {
    background: var(--primary-green, #26cd0d) !important;
    color: #000000 !important;
    border-color: var(--primary-green, #26cd0d) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6) !important;
  }

  .roster-filter-bar {
    gap: 8px;
  }

  .roster-filter-btn {
    font-size: 0.78rem;
    padding: 8px 14px;
  }

  .recruitment-container {
    padding: 20px 14px;
  }

  #roster .roster-bg-parallax-layer {
    display: none !important;
  }

  #roster {
    width: 100vw !important;
    max-width: 100vw !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    padding: 35px 12px 45px 12px !important;
    border-radius: 0 !important;
    background: linear-gradient(180deg, #030803 0%, #061206 50%, #020502 100%) !important;
    border-left: none !important;
    border-right: none !important;
    border-top: 1.5px solid rgba(38, 205, 13, 0.4) !important;
    border-bottom: 1.5px solid rgba(38, 205, 13, 0.4) !important;
  }

  #roster .section-desc {
    font-family: var(--font-main), 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif !important;
    color: var(--text-muted) !important;
    font-size: 0.9rem !important;
    line-height: 1.55 !important;
  }

  .roster-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    max-width: 100% !important;
  }

  .roster-card {
    flex: none !important;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .player-modal-window {
    width: 94vw !important;
    max-width: 500px !important;
    padding: 0 !important;
    max-height: 82vh !important;
    max-height: 82dvh !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
    margin: auto !important;
    border-radius: 20px !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  .player-profile-modal {
    padding: 24px 14px 28px 14px !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  .player-modal-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 20px !important;
  }

  .player-modal-tags,
  .heroes-pills,
  .main-hero-banner-badge {
    justify-content: center;
  }
}

/* Smart TV / 4K Displays Optimization */
@media (min-width: 2000px) {
  html {
    font-size: 20px;
  }

  .header-container,
  .main-wrapper,
  .footer-container {
    max-width: 1800px;
  }
}

/* ==================== ROSTER SECTION STYLES ==================== */
.roster-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin-top: 24px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

@keyframes rosterCardEntrance {
  0% {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale3d(0.96, 0.96, 1);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

.roster-card {
  flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
  min-width: 210px;
  background: rgba(6, 16, 6, 0.92) !important;
  border: 1.5px solid rgba(38, 205, 13, 0.4) !important;
  border-radius: 0 !important;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px) !important;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.75);
}

.roster-card:hover {
  border-color: #3bf022 !important;
  box-shadow: 0 0 25px rgba(59, 240, 34, 0.65), 0 12px 30px rgba(0, 0, 0, 0.85) !important;
  transform: translateY(-5px) !important;
}

.roster-card.femenil:hover {
  border-color: var(--pink-femenil);
  transform: translate3d(0, -6px, 0);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.85), 0 0 22px rgba(255, 42, 141, 0.4);
}

.roster-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.05;
  background: radial-gradient(circle at center, rgba(38, 205, 13, 0.12) 0%, rgba(8, 12, 7, 0.95) 100%);
  overflow: hidden;
  border-top-left-radius: calc(var(--radius-lg) - 1px);
  border-top-right-radius: calc(var(--radius-lg) - 1px);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}

.roster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-top-left-radius: calc(var(--radius-lg) - 1px);
  border-top-right-radius: calc(var(--radius-lg) - 1px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.roster-card:hover .roster-img {
  transform: scale3d(1.05, 1.05, 1);
}

.roster-role-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(8, 12, 7, 0.85);
  border: 1px solid var(--primary-green);
  color: var(--primary-green);
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.roster-flag-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 1.2rem;
  background: rgba(8, 12, 7, 0.75);
  padding: 2px 8px;
  border-radius: 12px;
  backdrop-filter: blur(4px);
}

.roster-info {
  padding: 20px 18px;
  background: linear-gradient(180deg, rgba(16, 24, 15, 0.9) 0%, rgba(8, 12, 7, 0.98) 100%);
  border-top: 1px solid rgba(38, 205, 13, 0.15);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.roster-player-name {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.roster-player-name span {
  color: var(--primary-green);
}

.roster-player-role {
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.roster-stats-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1.5px dashed rgba(38, 205, 13, 0.25);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.76rem;
}

.roster-stat-item:first-child span {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  letter-spacing: 0.2px;
}

.roster-stat-item:last-child {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
}

.roster-stat-item:last-child span {
  color: #3bf022 !important;
  font-family: 'Chakra Petch', 'Rajdhani', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  text-shadow: 0 0 10px rgba(59, 240, 34, 0.6);
}

/* ==================== FEMENIL PINK THEME & CATEGORY FILTERS ==================== */
:root {
  --pink-femenil: #ff2a8d;
  --pink-femenil-glow: rgba(255, 42, 141, 0.35);
  --pink-femenil-subtle: rgba(255, 42, 141, 0.15);
}

/* ------------------- ROSTER SECTION SEPARATION ------------------- */
#roster {
  margin-top: 70px;
  padding-top: 50px;
  border-top: 1px solid rgba(38, 205, 13, 0.15);
}

.roster-filter-bar {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.roster-filter-btn {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  color: var(--text-muted);
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 800;
  padding: 10px 20px;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
}

.roster-filter-btn:hover {
  border-color: var(--border-glow);
  color: #fff;
}

.roster-filter-btn.active {
  background: var(--primary-green-subtle);
  border-color: var(--primary-green);
  color: var(--primary-green);
  box-shadow: 0 4px 15px rgba(38, 205, 13, 0.2);
}

.roster-filter-btn.btn-femenil.active {
  background: var(--pink-femenil-subtle);
  border-color: var(--pink-femenil);
  color: var(--pink-femenil);
  box-shadow: 0 4px 15px var(--pink-femenil-glow);
}

/* Hide Femenil Roster & Filter Button from main view while keeping all code intact */
.roster-filter-btn.btn-femenil,
.roster-category-header.femenil-header,
.roster-card.femenil {
  display: none !important;
}

/* Single Roster Expanded Mode for Male & Female Filters (Valorant Card Showcase) */
.roster-grid.single-roster-expanded {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 28px;
}

.roster-grid.single-roster-expanded .roster-card {
  max-width: 215px;
  flex: 1 1 200px;
}

.roster-grid.single-roster-expanded .roster-hover-overlay {
  display: flex !important;
}

.inline-trajectory-container,
.roster-grid.single-roster-expanded .inline-trajectory-container {
  display: none !important;
}

.inline-trajectory-header {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--primary-green);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 6px;
}

.roster-card.femenil .inline-trajectory-header {
  color: var(--pink-femenil);
}

.inline-timeline-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 4px;
}

.inline-timeline-item {
  display: flex;
  gap: 10px;
  font-size: 0.83rem;
  align-items: flex-start;
  line-height: 1.4;
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.025);
  border-left: 2px solid var(--primary-green);
}

.roster-card.femenil .inline-timeline-item {
  border-left-color: var(--pink-femenil);
}

.inline-timeline-year {
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 800;
  color: #fff;
  background: rgba(38, 205, 13, 0.18);
  padding: 2px 8px;
  border-radius: 12px;
  white-space: nowrap;
}

.roster-card.femenil .inline-timeline-year {
  background: rgba(255, 51, 153, 0.2);
  color: var(--pink-femenil);
}

.inline-timeline-text {
  color: var(--text-muted);
  flex: 1;
}

.inline-timeline-text a {
  color: #00e5ff;
  text-decoration: underline;
}

.roster-category-header {
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.roster-category-title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.roster-category-title.femenil-title {
  color: var(--pink-femenil);
  text-shadow: 0 0 12px var(--pink-femenil-glow);
}

.roster-category-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(38, 205, 13, 0.4), transparent);
}

.roster-category-line.femenil-line {
  background: linear-gradient(90deg, var(--pink-femenil), transparent);
}

/* Femenil Roster Cards (Pink Theme) */
.roster-card.femenil {
  border-color: rgba(255, 42, 141, 0.3);
}

.roster-card.femenil:hover {
  border-color: var(--pink-femenil);
  box-shadow: 0 12px 30px var(--pink-femenil-glow);
}

.roster-card.femenil .roster-img-wrapper {
  background: radial-gradient(circle at center, rgba(255, 42, 141, 0.18) 0%, rgba(8, 12, 7, 0.95) 100%);
}

.roster-card.femenil .roster-role-badge {
  border-color: var(--pink-femenil);
  color: var(--pink-femenil);
  background: rgba(8, 12, 7, 0.9);
}

.roster-card.femenil .roster-info {
  background: linear-gradient(180deg, rgba(30, 10, 20, 0.9) 0%, rgba(8, 12, 7, 0.98) 100%);
  border-top-color: rgba(255, 42, 141, 0.25);
}

.roster-card.femenil .roster-player-name span {
  color: var(--pink-femenil);
}

.roster-card.femenil .roster-stat-item span {
  color: var(--pink-femenil);
}

.roster-card.femenil .roster-stats-row {
  border-top-color: rgba(255, 42, 141, 0.25);
}

/* ==================== ROSTER HOVER OVERLAY & STAFF STYLES ==================== */
.roster-card {
  cursor: pointer;
}

.roster-hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 7, 0.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 5;
  will-change: opacity;
  pointer-events: none;
}

.roster-card:hover .roster-hover-overlay {
  opacity: 1;
  pointer-events: auto;
}

.btn-view-profile {
  background: var(--primary-green, #26cd0d);
  color: #000000;
  font-family: 'Chakra Petch', 'Rajdhani', sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 0 !important;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px) !important;
  box-shadow: 0 0 18px rgba(38, 205, 13, 0.6), 0 4px 15px rgba(0, 0, 0, 0.8);
  transform: translate3d(0, 14px, 0);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-view-profile::after {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

.roster-card:hover .btn-view-profile {
  transform: translate3d(0, 0, 0);
}

.btn-view-profile:hover {
  background: #030a03 !important;
  color: #3bf022 !important;
  border: 1.5px solid #3bf022 !important;
  box-shadow: 0 0 25px rgba(59, 240, 34, 0.85) !important;
  transform: translate3d(0, -3px, 0) scale3d(1.04, 1.04, 1) !important;
}

.btn-view-profile:hover::after {
  transform: translateX(4px);
}

.roster-card.femenil .btn-view-profile {
  background: var(--pink-femenil);
  color: #fff;
  box-shadow: 0 4px 15px var(--pink-femenil-glow);
}

/* Staff Theme */
.roster-filter-btn.btn-staff.active {
  background: rgba(38, 205, 13, 0.2);
  border-color: #00ff88;
  color: #00ff88;
  box-shadow: 0 4px 15px rgba(0, 255, 136, 0.3);
}

.roster-category-title.staff-title span {
  color: #00ff88;
}

.roster-category-line.staff-line {
  background: linear-gradient(90deg, #00ff88, transparent);
}

.roster-card.staff {
  border-color: rgba(0, 255, 136, 0.35);
}

.roster-card.staff:hover {
  border-color: #00ff88;
  box-shadow: 0 12px 30px rgba(0, 255, 136, 0.3);
}

.roster-card.staff .roster-role-badge {
  border-color: #00ff88;
  color: #00ff88;
}

.roster-card.staff .roster-player-name span {
  color: #00ff88;
}

.roster-card.staff .btn-view-profile {
  background: #00ff88;
  color: #000;
  box-shadow: 0 4px 15px rgba(0, 255, 136, 0.4);
}

/* ==================== PLAYER & COACH TRAJECTORY MODAL ==================== */
.player-modal-window {
  max-width: 680px;
  width: 92%;
  max-height: calc(100dvh - 40px);
  max-height: 85vh;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(38, 205, 13, 0.3);
  background: rgba(14, 20, 12, 0.95);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 30px rgba(38, 205, 13, 0.15);
  scrollbar-width: thin;
  scrollbar-color: var(--primary-green) transparent;
}

.player-modal-window::-webkit-scrollbar {
  width: 6px;
}

.player-modal-window::-webkit-scrollbar-track {
  background: transparent;
  margin-top: 24px;
  margin-bottom: 24px;
}

.player-modal-window::-webkit-scrollbar-thumb {
  background: var(--primary-green);
  border-radius: 6px;
}

.player-modal-window::-webkit-scrollbar-button {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.player-modal-window:has(.modal-theme-female) {
  scrollbar-color: var(--pink-femenil) transparent;
  border-color: rgba(255, 42, 141, 0.35);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 30px var(--pink-femenil-glow);
}

.player-modal-window:has(.modal-theme-female)::-webkit-scrollbar-thumb {
  background: var(--pink-femenil);
}

.player-profile-modal {
  padding: 24px;
}

.player-modal-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
}

.player-modal-avatar-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  overflow: visible;
}

.player-modal-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--primary-green);
  box-shadow: 0 0 20px rgba(38, 205, 13, 0.3);
  display: block;
}

.modal-theme-female .player-modal-avatar {
  border-color: var(--pink-femenil);
  box-shadow: 0 0 20px var(--pink-femenil-glow);
}

.modal-theme-staff .player-modal-avatar {
  border-color: #00ff88;
  box-shadow: 0 0 20px rgba(0, 255, 136, 0.4);
}

.roster-flag-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 19px;
  border-radius: 4px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.8);
  z-index: 3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.roster-card.femenil .roster-flag-badge {
  border-color: var(--pink-femenil);
}

.roster-card:hover .roster-flag-badge {
  transform: scale(1.15);
  border-color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.95);
}

.player-modal-flag-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.9);
  border: 3px solid #0e140c;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}

.modal-theme-female .player-modal-flag-badge {
  border-color: #1e0a14;
}

.player-modal-flag {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  padding: 2px 4px;
  z-index: 10;
}

.player-modal-main-info {
  flex: 1;
  min-width: 200px;
}

.hero-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--primary-green);
  background: rgba(38, 205, 13, 0.12);
  border: 1px solid var(--border-card);
  padding: 6px 18px;
  border-radius: 30px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.hero-flag-icon {
  display: inline-block;
  width: 20px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  margin-left: 6px;
}

.player-modal-badge {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--primary-green);
  background: rgba(38, 205, 13, 0.15);
  border: 1px solid var(--primary-green);
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.modal-theme-female .player-modal-badge {
  color: var(--pink-femenil);
  background: var(--pink-femenil-subtle);
  border-color: var(--pink-femenil);
}

.modal-theme-staff .player-modal-badge {
  color: #00ff88;
  background: rgba(0, 255, 136, 0.15);
  border-color: #00ff88;
}

.player-modal-title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 900;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.player-modal-subtext {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 4px;
  font-weight: 600;
}

.player-modal-tags {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.p-tag {
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.06);
  color: #d0d0d0;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 600;
}

.p-tag.highlight {
  color: var(--primary-green);
  border: 1px solid rgba(38, 205, 13, 0.3);
}

.player-modal-body-content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.player-bio-card,
.player-heroes-card,
.player-timeline-container {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--radius-md);
  padding: 18px;
}

.player-section-title {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.player-bio-text {
  color: #c5c8cf;
  font-size: 0.95rem;
  line-height: 1.5;
}

.heroes-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-pill {
  background: rgba(38, 205, 13, 0.12);
  border: 1px solid rgba(38, 205, 13, 0.4);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 6px 14px;
  border-radius: 20px;
}

.modal-theme-female .hero-pill {
  background: var(--pink-femenil-subtle);
  border-color: var(--pink-femenil);
}

/* Timeline Stepper for Trajectory */
.timeline-stepper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 14px;
  position: relative;
  padding-left: 10px;
}

.timeline-stepper::before {
  content: '';
  position: absolute;
  left: 17px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(180deg, var(--primary-green) 0%, rgba(38, 205, 13, 0.2) 100%);
}

.modal-theme-female .timeline-stepper::before {
  background: linear-gradient(180deg, var(--pink-femenil) 0%, rgba(255, 42, 141, 0.2) 100%);
}

.modal-theme-female .timeline-dot {
  background: var(--pink-femenil);
  box-shadow: 0 0 10px var(--pink-femenil-glow);
}

.modal-theme-female .p-tag.highlight {
  color: var(--pink-femenil);
  border-color: rgba(255, 42, 141, 0.4);
}

.modal-theme-female .liquipedia-link-btn {
  color: var(--pink-femenil);
  background: rgba(255, 42, 141, 0.1);
  border-color: rgba(255, 42, 141, 0.35);
}

.modal-theme-female .liquipedia-link-btn:hover {
  background: rgba(255, 42, 141, 0.25);
  border-color: var(--pink-femenil);
}

.modal-theme-staff .timeline-stepper::before {
  background: linear-gradient(180deg, #00ff88 0%, rgba(0, 255, 136, 0.2) 100%);
}

.timeline-item {
  display: flex;
  gap: 16px;
  position: relative;
}

.timeline-marker {
  display: flex;
  align-items: flex-start;
  padding-top: 4px;
  z-index: 2;
}

.timeline-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary-green);
  border: 3px solid #080c07;
  box-shadow: 0 0 10px var(--primary-green);
}

.modal-theme-staff .timeline-dot {
  background: #00ff88;
  box-shadow: 0 0 10px #00ff88;
}

.timeline-content {
  flex: 1;
  background: rgba(16, 24, 15, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 12px 16px;
}

.timeline-year {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--primary-green);
  letter-spacing: 1px;
}

.modal-theme-staff .timeline-year {
  color: #00ff88;
}

.timeline-text {
  font-size: 0.92rem;
  color: #e0e4eb;
  margin-top: 4px;
  line-height: 1.45;
}

.liquipedia-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #00d2ff;
  background: rgba(0, 210, 255, 0.1);
  border: 1px solid rgba(0, 210, 255, 0.35);
  padding: 4px 10px;
  border-radius: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.liquipedia-link-btn:hover {
  background: rgba(0, 210, 255, 0.25);
  border-color: #00d2ff;
  transform: translateX(4px);
  color: #fff;
}

/* ==================== ACERCA DE NOSOTROS STYLES ==================== */
.about-hero-card {
  background: linear-gradient(135deg, rgba(16, 24, 15, 0.95) 0%, rgba(8, 12, 7, 0.98) 100%);
  border: 1px solid rgba(38, 205, 13, 0.3);
  border-radius: var(--radius-lg);
  padding: 36px;
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
}

.about-hero-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(38, 205, 13, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.about-hero-text {
  flex: 1;
}

.about-pill {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--primary-green);
  background: rgba(38, 205, 13, 0.12);
  border: 1px solid var(--primary-green);
  padding: 4px 14px;
  border-radius: 20px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.fa-cactus {
  color: var(--primary-green);
  display: inline-block;
}

.staff-flag-icon {
  display: inline-block;
  width: 22px;
  height: 15px;
  border-radius: 3px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  margin-left: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.about-hero-title {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 14px;
}

.about-hero-title span {
  background: linear-gradient(135deg, #26cd0d 0%, #00ff88 60%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 14px var(--primary-green-glow));
}

.about-hero-desc {
  color: #c5c8cf;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 16px;
}

.a-stat-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(38, 205, 13, 0.18);
  padding: 14px 12px;
  border-radius: var(--radius-md);
  text-align: center;
}

.a-stat-num {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--primary-green);
}

.a-stat-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 600;
  margin-top: 4px;
  display: block;
}

.about-hero-image-box {
  width: 180px;
  height: 180px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(38, 205, 13, 0.2) 0%, rgba(8, 12, 7, 0.8) 100%);
  border-radius: 50%;
  border: 2px solid var(--primary-green);
  box-shadow: 0 0 30px rgba(38, 205, 13, 0.3);
}

/* UNIFIED COMMUNITY, AFFILIATES & SOCIAL CARD */
.unified-community-card {
  width: 100%;
  max-width: 1100px;
  margin: 40px auto 30px;
  background: rgba(4, 12, 4, 0.95);
  border: 1.5px solid rgba(38, 205, 13, 0.5);
  border-radius: 28px;
  padding: 45px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.9), inset 0 0 30px rgba(38, 205, 13, 0.15);
}

.affiliate-logo-img {
  max-width: 210px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 25px rgba(38, 205, 13, 0.65));
  transition: transform 0.35s ease, filter 0.35s ease;
}

.affiliate-logo-img:hover {
  transform: scale(1.08);
  filter: drop-shadow(0 0 35px rgba(59, 240, 34, 0.9));
}

.affiliate-logo-label {
  display: none !important;
}

/* CARD NEON DIVIDER */
.card-neon-divider {
  width: 80%;
  max-width: 600px;
  height: 1.5px;
  background: linear-gradient(90deg, transparent 0%, rgba(38, 205, 13, 0.8) 50%, transparent 100%);
  margin: 35px 0 30px;
  box-shadow: 0 0 12px rgba(38, 205, 13, 0.6);
}

/* INTEGRATED SOCIAL BOX */
.integrated-social-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.integrated-social-header {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  margin: 0 auto !important;
}

.integrated-mascot-img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  border-radius: 0 !important;
  border: none !important;
  background: transparent !important;
  mix-blend-mode: screen !important;
  filter: contrast(1.15) drop-shadow(0 0 16px rgba(38, 205, 13, 0.9)) !important;
  transition: transform 0.35s ease;
  padding-right: 18px !important;
  border-right: 2.5px solid var(--primary-green, #26cd0d) !important;
  flex-shrink: 0 !important;
}

.integrated-mascot-img:hover {
  transform: scale(1.1) rotate(5deg);
}

.integrated-social-title {
  font-family: 'Chakra Petch', 'Rajdhani', sans-serif !important;
  font-size: clamp(1.8rem, 3.8vw, 2.6rem) !important;
  font-weight: 900 !important;
  letter-spacing: 2px !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.45) !important;
}

.integrated-social-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  width: 100%;
}

.premium-social-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 28px;
  background: rgba(10, 24, 10, 0.85);
  border: 1.5px solid rgba(38, 205, 13, 0.45);
  border-radius: 0 !important;
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px) !important;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
  min-width: 240px;
}

.premium-social-btn:hover {
  background: rgba(38, 205, 13, 0.15);
  border-color: #3bf022;
  box-shadow: 0 0 30px rgba(59, 240, 34, 0.65);
  transform: translateY(-4px);
}

.social-btn-icon {
  width: 46px;
  height: 46px;
  border-radius: 0 !important;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px) !important;
  background: #000000;
  border: 1px solid rgba(38, 205, 13, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--primary-green, #26cd0d);
  transition: all 0.35s ease;
}

.premium-social-btn:hover .social-btn-icon {
  background: var(--primary-green, #26cd0d);
  color: #000000;
  box-shadow: 0 0 20px #3bf022;
}

.social-btn-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.social-platform {
  font-family: 'Chakra Petch', 'Rajdhani', sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #ffffff;
  line-height: 1.1;
}

.social-handle {
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--primary-green, #26cd0d);
  letter-spacing: 1px;
}

.social-arrow {
  font-size: 1.1rem !important;
  color: var(--primary-green, #26cd0d) !important;
  margin-left: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.3s ease, color 0.3s ease !important;
  filter: drop-shadow(0 0 6px rgba(38, 205, 13, 0.6)) !important;
}

.premium-social-btn:hover .social-arrow {
  color: #ffffff !important;
  transform: translate(3px, -3px) !important;
}

.about-logo-img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

/* Mission, Vision, Values Grid */
.about-pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.pillar-card {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: all 0.35s ease;
  position: relative;
}

.pillar-card:hover {
  border-color: var(--primary-green);
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(38, 205, 13, 0.2);
}

.pillar-icon {
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.pillar-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.pillar-desc {
  color: #a5a9b2;
  font-size: 0.92rem;
  line-height: 1.55;
}

/* About History Timeline */
.about-history-container {
  margin-top: 40px;
  background: rgba(16, 24, 15, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
}

.about-subheading {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

.about-history-timeline {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.history-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.history-badge {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 900;
  color: #000;
  background: var(--primary-green);
  padding: 6px 14px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(38, 205, 13, 0.3);
  flex-shrink: 0;
}

.history-content {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  flex: 1;
}

.history-content h5 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}

.history-content p {
  color: #b0b4be;
  font-size: 0.9rem;
  line-height: 1.45;
}

/* CTA Card */
.about-cta-card {
  margin-top: 36px;
  background: linear-gradient(135deg, rgba(38, 205, 13, 0.15) 0%, rgba(8, 12, 7, 0.95) 100%);
  border: 1px solid var(--primary-green);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.cta-text h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
}

.cta-text p {
  color: var(--text-muted);
  font-size: 0.92rem;
  margin-top: 4px;
}

.cta-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .about-hero-card {
    flex-direction: column;
    padding: 24px;
    text-align: center;
  }

  .about-hero-image-box {
    width: 140px;
    height: 140px;
  }

  .history-item {
    flex-direction: column;
    gap: 8px;
  }
}

/* Staff & Editores Grid in NOSOTROS */
.about-staff-container {
  margin-top: 40px;
}

.about-staff-subtitle {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-top: -16px;
  margin-bottom: 24px;
}

.about-staff-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 24px !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
}

.staff-profile-card {
  flex: 0 0 calc(50% - 12px) !important;
  max-width: calc(50% - 12px) !important;
  width: calc(50% - 12px) !important;
  min-width: 0 !important;
  overflow: hidden !important;
  cursor: pointer !important;
  background: rgba(8, 14, 8, 0.88);
  border: 1px solid rgba(38, 205, 13, 0.35);
  border-top: 3px solid #00ff88;
  border-radius: var(--radius-xl);
  padding: 24px 18px;
  display: flex;
  gap: 16px;
  align-items: center;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
}

.staff-profile-info {
  flex: 1 1 auto;
  min-width: 0 !important;
  overflow: hidden !important;
}

@media (max-width: 1150px) and (min-width: 769px) {
  .staff-profile-card {
    flex: 0 0 calc(50% - 12px) !important;
    max-width: calc(50% - 12px) !important;
  }
}

.staff-profile-card:hover {
  border-color: #00ff88;
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9), 0 0 25px rgba(0, 255, 136, 0.25);
}

.staff-avatar-box {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 2.5px solid #00ff88;
  box-shadow: 0 0 20px rgba(0, 255, 136, 0.35);
  flex-shrink: 0;
  background: radial-gradient(circle at center, rgba(38, 205, 13, 0.15), rgba(4, 7, 4, 0.98));
  display: flex;
  align-items: center;
  justify-content: center;
}

.staff-role-header {
  margin-bottom: 6px;
}

.staff-role-pill {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 900;
  background: linear-gradient(135deg, #00ff88, #26cd0d);
  color: #000;
  padding: 3px 10px;
  border-radius: 12px;
  font-family: var(--font-heading);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(0, 255, 136, 0.3);
}

.staff-role-pill.role-pill-creative {
  background: linear-gradient(135deg, #00e5ff, #00ff88);
}

.staff-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-avatar-img.logo-fit {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.staff-profile-info h4 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
}

.staff-position {
  display: block;
  font-size: 0.8rem;
  color: #00ff88;
  font-weight: 700;
  margin-top: 2px;
}

.staff-profile-info p {
  color: #a5a9b2;
  font-size: 0.85rem;
  line-height: 1.4;
  margin-top: 6px;
}

.btn-staff-trajectory {
  margin-top: 10px;
  background: rgba(0, 255, 136, 0.15);
  border: 1.5px solid #00ff88;
  color: #00ff88;
  font-family: 'Chakra Petch', 'Rajdhani', sans-serif !important;
  font-weight: 900 !important;
  font-size: 0.82rem !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  padding: 6px 14px;
  border-radius: 0 !important;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px) !important;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-staff-trajectory:hover {
  background: #00ff88;
  color: #000000;
  box-shadow: 0 0 16px rgba(0, 255, 136, 0.8);
}

/* ------------------- FULL WIDTH NEWS & GALLERY CAROUSEL ------------------- */
.news-carousel-wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 15px 0 35px;
  overflow: visible !important;
}

.carousel-arrow {
  display: none !important;
}

.news-carousel-track {
  display: flex;
  gap: 32px;
  padding: 24px 6vw 34px;
  overflow-x: auto;
  overflow-y: visible !important;
  scroll-behavior: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  user-select: none;
  -webkit-user-select: none;
  margin-top: -8px;
  margin-bottom: -8px;
}

.news-carousel-track::-webkit-scrollbar {
  display: none;
}

/* Sleek Admin Actions Control Bar on News Cards */
.news-admin-actions-bar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-top: 12px !important;
  padding: 10px 14px !important;
  background: rgba(4, 12, 4, 0.85) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border-radius: 12px !important;
  border: 1px dashed rgba(38, 205, 13, 0.4) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6) !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.news-admin-badge {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.8px !important;
  color: var(--primary-green) !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  text-transform: uppercase !important;
}

.news-admin-btns {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

/* UNIFIED ADMIN EDIT & DELETE BUTTONS SYSTEM (NEWS & RESULTS) */
.btn-admin-action,
.btn-news-admin {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 6px 14px !important;
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border: 1px solid transparent !important;
}

.btn-edit-match,
.btn-news-edit {
  background: rgba(38, 205, 13, 0.15) !important;
  color: #26cd0d !important;
  border-color: rgba(38, 205, 13, 0.45) !important;
}

.btn-edit-match:hover,
.btn-news-edit:hover {
  background: #26cd0d !important;
  color: #000000 !important;
  border-color: #26cd0d !important;
  box-shadow: 0 0 16px rgba(38, 205, 13, 0.6) !important;
  transform: translateY(-2px) !important;
}

.btn-delete-match,
.btn-news-delete {
  background: rgba(255, 51, 102, 0.15) !important;
  color: #ff3366 !important;
  border-color: rgba(255, 51, 102, 0.45) !important;
}

.btn-delete-match:hover,
.btn-news-delete:hover {
  background: #ff3366 !important;
  color: #ffffff !important;
  border-color: #ff3366 !important;
  box-shadow: 0 0 16px rgba(255, 51, 102, 0.6) !important;
  transform: translateY(-2px) !important;
}

.news-carousel-card {
  flex: 0 0 clamp(440px, 62vw, 960px);
  height: 580px;
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border-card);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.85);
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.45s ease, box-shadow 0.45s ease;
  cursor: grab;
  will-change: transform;
}

.news-carousel-card:hover {
  transform: translateY(-8px) scale(1.025);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.95);
  z-index: 10;
}

.news-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.news-carousel-card:hover .news-card-bg {
  transform: scale(1.1);
}

.news-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(5, 8, 5, 0.98) 0%, rgba(5, 8, 5, 0.55) 50%, rgba(5, 8, 5, 0.2) 100%);
  z-index: 2;
  pointer-events: none;
}

.news-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 38px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: var(--transition);
}

.news-tag {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: rgba(38, 205, 13, 0.16) !important;
  border: 1.5px solid rgba(38, 205, 13, 0.6) !important;
  color: #26cd0d !important;
  padding: 6px 14px !important;
  border-radius: 20px !important;
  font-family: 'Rajdhani', 'Chakra Petch', sans-serif !important;
  font-size: clamp(0.74rem, 0.85vw, 0.82rem) !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  width: fit-content !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6), inset 0 0 12px rgba(38, 205, 13, 0.2) !important;
  text-shadow: 0 0 8px rgba(38, 205, 13, 0.4) !important;
  transition: all 0.3s ease !important;
}

.news-card-title {
  font-family: var(--font-display);
  font-size: 2.8rem;
  line-height: 1.05;
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
}

.news-card-excerpt {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.4;
  opacity: 0.85;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  margin: 0;
}

.news-carousel-card:hover .news-card-excerpt {
  max-height: 100px;
  opacity: 1;
  margin-top: 4px;
}

.news-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  color: var(--text-dim);
  font-size: 0.85rem;
}

/* Premium eSports Button Styling (AGREGAR NOTICIA, AGREGAR ENFRENTAMIENTO, LEER NOTICIA) */
.admin-only-btn,
#btnOpenAddMatch,
#btnOpenAddNews,
body:not(.is-admin) .admin-only-btn,
body:not(.is-admin) #btnOpenAddMatch,
body:not(.is-admin) #btnOpenAddNews {
  display: none !important;
}

body.is-admin .admin-only-btn,
body.is-admin #btnOpenAddMatch,
body.is-admin #btnOpenAddNews {
  display: inline-flex !important;
}

#btnOpenAddNews,
#btnOpenAddMatch {
  position: relative !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 12px 24px !important;
  margin: 16px auto 0 auto !important;
  align-self: center !important;
  font-family: 'Chakra Petch', 'Rajdhani', sans-serif !important;
  font-size: clamp(0.82rem, 1vw, 0.92rem) !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  background: var(--primary-green, #26cd0d) !important;
  border: 1.5px solid var(--primary-green, #26cd0d) !important;
  border-radius: 12px !important;
  clip-path: none !important;
  box-shadow: 0 0 25px rgba(38, 205, 13, 0.55), 0 6px 20px rgba(0, 0, 0, 0.8) !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-sizing: border-box !important;
}

#btnOpenAddNews:hover,
#btnOpenAddMatch:hover {
  color: #ffffff !important;
  background: #1faf08 !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 35px rgba(38, 205, 13, 0.85), 0 8px 25px rgba(0, 0, 0, 0.9) !important;
  transform: translateY(-3px) scale(1.03) !important;
}

#btnOpenAddNews:hover *,
#btnOpenAddMatch:hover * {
  color: #ffffff !important;
}

.btn-read-news {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 8px 18px !important;
  font-family: 'Chakra Petch', 'Rajdhani', sans-serif !important;
  font-size: clamp(0.78rem, 0.9vw, 0.86rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  background: linear-gradient(135deg, #00ff88 0%, #26cd0d 100%) !important;
  border: 1px solid #00ff88 !important;
  border-radius: 8px !important;
  box-shadow: 0 0 18px rgba(38, 205, 13, 0.5) !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-read-news:hover {
  background: linear-gradient(135deg, #ffffff 0%, #00ff88 100%) !important;
  color: #000000 !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 28px rgba(0, 255, 136, 0.85) !important;
  transform: translateY(-2px) scale(1.05) !important;
}

@media (min-width: 769px) {
  .btn-read-news,
  .btn-read-news *,
  .btn-read-news:hover,
  .btn-read-news:hover * {
    cursor: none !important;
  }
}

/* ------------------- PARTNERSHIP WITH GMX GAMING SECTION ------------------- */
.partnership-section {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  padding: 85px 24px;
  background: linear-gradient(135deg, rgba(10, 18, 9, 0.98) 0%, rgba(3, 6, 3, 0.99) 100%);
  border-top: 1px solid var(--border-card);
  border-bottom: 1px solid var(--border-glow);
  margin-top: 60px;
  margin-bottom: 90px;
  text-align: center;
}

.partnership-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partnership-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(38, 205, 13, 0.12);
  border: 1px solid var(--primary-green);
  color: var(--primary-green);
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.partnership-title {
  font-family: var(--font-display);
  font-size: 3.5rem;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.partnership-title span {
  color: var(--primary-green);
  margin: 0 8px;
}

.partnership-desc {
  color: var(--text-muted);
  font-size: 1.1rem;
  max-width: 720px;
  line-height: 1.6;
  margin-bottom: 36px;
}

.partnership-logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 36px;
}

.partner-x {
  font-size: 2rem;
  font-weight: 900;
  color: var(--primary-green);
  text-shadow: 0 0 14px var(--primary-green-glow);
  line-height: 1;
  margin: 0 10px;
}

.partner-logo {
  width: 115px;
  height: 115px;
  object-fit: contain;
  filter: drop-shadow(0 0 22px var(--primary-green-glow));
  transition: transform 0.3s ease;
}

.partner-logo:hover {
  transform: scale(1.08);
}

.footer .logo-img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.7));
}

.gmx-partner-img {
  width: 145px;
  height: 145px;
  object-fit: contain;
  filter: drop-shadow(0 0 25px rgba(230, 20, 20, 0.65));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.gmx-partner-img:hover {
  transform: scale(1.08);
  filter: drop-shadow(0 0 35px rgba(255, 30, 30, 0.9));
}

/* Timeline Icons & Highlights */
.timeline-icon-gold {
  color: #ffd700;
  font-size: 1.1rem;
  margin-right: 6px;
  filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.8));
}

.timeline-icon-medal {
  color: #00e5ff;
  font-size: 1.1rem;
  margin-right: 6px;
  filter: drop-shadow(0 0 8px rgba(0, 229, 255, 0.8));
}

.timeline-icon-star {
  color: #ff9100;
  font-size: 1.1rem;
  margin-right: 6px;
  filter: drop-shadow(0 0 8px rgba(255, 145, 0, 0.8));
}

.timeline-icon-fire {
  color: #ff3d00;
  font-size: 1.1rem;
  margin-right: 6px;
  filter: drop-shadow(0 0 8px rgba(255, 61, 0, 0.8));
}

.badge-highlight-gold {
  color: #ffd700;
  font-weight: 800;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
}

.badge-highlight-mvp {
  color: #00e5ff;
  font-weight: 800;
  text-shadow: 0 0 10px rgba(0, 229, 255, 0.4);
}

.gmx-logo-box {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid var(--border-glow);
  padding: 16px 28px;
  border-radius: var(--radius-md);
  box-shadow: 0 0 25px rgba(38, 205, 13, 0.25);
}

.gmx-brand-title {
  font-family: var(--font-display);
  font-size: 2.4rem;
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
}

.gmx-brand-title span {
  color: var(--primary-green);
  text-shadow: 0 0 12px var(--primary-green-glow);
}

/* ------------------- CEO SPOTLIGHT CARD STYLES ------------------- */
.ceo-spotlight-card {
  background: linear-gradient(135deg, rgba(38, 205, 13, 0.12) 0%, rgba(5, 8, 5, 0.95) 100%);
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-xl);
  padding: 36px 44px;
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 40px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.85);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ceo-spotlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.95), 0 0 30px rgba(38, 205, 13, 0.25);
}

.ceo-img-wrapper {
  position: relative;
  flex: 0 0 220px;
  height: 270px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 2px solid var(--border-glow);
  background: radial-gradient(circle, rgba(38, 205, 13, 0.25) 0%, rgba(5, 8, 5, 0.95) 100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9);
}

.ceo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 10%;
  transition: transform 0.5s ease;
}

.ceo-spotlight-card:hover .ceo-img {
  transform: scale(1.05);
}

.ceo-badge {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(5, 8, 5, 0.92);
  border: 1px solid var(--primary-green);
  color: var(--primary-green);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  box-shadow: 0 0 15px rgba(38, 205, 13, 0.3);
}

.ceo-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ceo-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(38, 205, 13, 0.15);
  color: var(--primary-green);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  width: fit-content;
  letter-spacing: 1px;
}

.ceo-name {
  font-family: var(--font-display);
  font-size: 2.8rem;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1;
}

.ceo-name span {
  color: var(--primary-green);
  text-shadow: 0 0 15px var(--primary-green-glow);
}

.ceo-role {
  font-size: 1.1rem;
  color: var(--text-main);
  font-weight: 700;
}

.ceo-desc {
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.ceo-features {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

.ceo-feat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-main);
}

.ceo-feat i {
  color: var(--primary-green);
}

.ceo-contact-row {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .ceo-spotlight-card {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 24px 16px !important;
    gap: 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .ceo-img-wrapper {
    flex: 0 0 auto !important;
    width: 140px !important;
    height: 170px !important;
    margin: 0 auto !important;
    align-self: center !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    border: 2px solid var(--primary-green) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.8), 0 0 20px rgba(38, 205, 13, 0.3) !important;
  }

  .ceo-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: scale(1.06) !important;
  }

  .ceo-info {
    align-items: center;
    width: 100%;
  }

  .ceo-tag {
    margin: 0 auto;
    font-size: 0.7rem;
    text-align: center;
  }

  .ceo-name {
    font-size: 1.9rem;
    text-align: center;
    letter-spacing: 1px;
  }

  .ceo-role {
    font-size: 0.95rem;
    text-align: center;
  }

  .ceo-desc {
    font-size: 0.88rem;
    line-height: 1.5;
    text-align: center;
  }

  .ceo-features {
    justify-content: center;
    gap: 8px;
    width: 100%;
  }

  .ceo-feat {
    font-size: 0.78rem;
    padding: 4px 10px;
  }

  .ceo-contact-row {
    justify-content: center;
    width: 100%;
    gap: 10px;
    margin-top: 14px;
  }

  .ceo-email-btn {
    font-size: 0.78rem;
    padding: 8px 12px;
    word-break: break-all;
    max-width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

  .ceo-contact-row .btn-staff-trajectory {
    margin: 0;
    font-size: 0.78rem;
    padding: 8px 12px;
    justify-content: center;
  }
}

.partnership-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 36px;
}

.partner-feat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  border-radius: 30px;
  color: var(--text-main);
  font-size: 0.9rem;
  font-weight: 700;
}

.partner-feat-item i {
  color: var(--primary-green);
}

.btn-partner-action {
  background: var(--primary-green);
  color: #000;
  border: none;
  padding: 14px 32px;
  border-radius: 40px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition);
  box-shadow: 0 0 20px var(--primary-green-glow);
}

.btn-partner-action:hover {
  background: var(--primary-green-hover);
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 0 30px var(--primary-green-glow);
}

/* ------------------- SPONSORED NOPASTORE BANNER ------------------- */
.sponsored-nopastore-card {
  background: linear-gradient(135deg, rgba(38, 205, 13, 0.15) 0%, rgba(5, 8, 5, 0.95) 100%);
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-xl);
  padding: 30px 36px;
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.7);
}

.sponsored-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(38, 205, 13, 0.15);
  color: var(--primary-green);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.sponsored-text h3 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}

.sponsored-text h3 span {
  color: var(--primary-green);
}

.sponsored-text p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.btn-back-home {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-card);
  color: var(--text-main);
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.btn-back-home:hover {
  background: var(--primary-green);
  color: #000;
  border-color: var(--primary-green);
}

/* ------------------- MAIN HERO AVATAR BADGE IN TRAJECTORY MODAL ------------------- */
.hero-avatar-icon-mini {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--primary-green);
  box-shadow: 0 0 10px var(--primary-green-glow);
}

.hero-pill-with-avatar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(38, 205, 13, 0.12);
  border: 1px solid var(--border-glow);
  padding: 6px 14px;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.hero-pill-with-avatar:hover {
  transform: translateY(-2px);
  border-color: var(--primary-green);
  box-shadow: 0 0 15px var(--primary-green-glow);
}

.main-hero-banner-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(38, 205, 13, 0.2) 0%, rgba(5, 8, 5, 0.95) 100%);
  border: 1px solid var(--primary-green);
  padding: 6px 16px;
  border-radius: 30px;
  margin-top: 10px;
  box-shadow: 0 0 20px rgba(38, 205, 13, 0.25);
}

.main-hero-banner-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--primary-green);
  box-shadow: 0 0 12px var(--primary-green-glow);
}

.main-hero-banner-text {
  display: flex;
  flex-direction: column;
}

.main-hero-banner-label {
  font-size: 0.65rem;
  color: var(--primary-green);
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main-hero-banner-name {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}

/* ==========================================================================
   COMPREHENSIVE MOBILE & TABLET RESPONSIVE OVERHAUL (NO OVERFLOW GUARANTEE)
   ========================================================================== */

/* Global Overflow Fixes */
html,
body {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
}

/* Tablet & Mobile Screens (< 768px) */
@media (max-width: 768px) {
  .content-section {
    padding: 18px 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .section-header {
    margin-bottom: 24px;
    padding: 0 10px;
  }

  .section-title {
    font-size: clamp(2.1rem, 7.8vw, 3rem) !important;
    letter-spacing: 2px !important;
    line-height: 1.12 !important;
  }

  .section-desc {
    font-size: clamp(0.98rem, 3.8vw, 1.15rem) !important;
    line-height: 1.55 !important;
  }

  /* Header & Navigation */
  .header-container {
    padding: 10px 16px;
  }

  .nav-menu.active {
    max-height: 75vh;
    overflow-y: auto;
    padding: 16px 20px;
  }

  /* Hero Section */
  .hero-card {
    padding: 28px 16px !important;
  }

  .hero-logo-large {
    max-width: 150px !important;
  }

  .hero-title {
    font-size: clamp(1.6rem, 6.5vw, 2.4rem) !important;
  }

  .hero-subtitle {
    font-size: 0.9rem !important;
    padding: 0 8px;
  }

  .stats-bar {
    gap: 12px;
    padding: 12px 10px;
  }

  .stat-number {
    font-size: clamp(1.95rem, 5.5vw, 2.4rem) !important;
    font-weight: 900 !important;
  }

  .stat-label {
    font-size: 0.7rem !important;
  }

  /* Matchday Section */
  .matches-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .match-card {
    padding: 16px 12px !important;
  }

  .match-teams {
    gap: 8px !important;
  }

  .team-name {
    font-size: 0.9rem !important;
  }

  .score-badge {
    font-size: 1.2rem !important;
    padding: 4px 10px !important;
  }

  /* Roster Section & Cards */
  .roster-filter-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px !important;
  }

  .roster-filter-btn {
    font-size: 0.78rem !important;
    padding: 8px 12px !important;
    flex: 1 1 auto;
    text-align: center;
    justify-content: center;
  }

  .roster-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    max-width: 100% !important;
  }

  .single-roster-expanded {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .roster-card {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .roster-info {
    padding: 10px 8px !important;
  }

  .roster-player-name {
    font-size: clamp(0.82rem, 3.6vw, 1.02rem) !important;
    letter-spacing: 0.2px !important;
    gap: 4px !important;
    flex-wrap: wrap !important;
    word-break: break-word !important;
    line-height: 1.15 !important;
  }

  .roster-player-name span {
    font-size: clamp(0.82rem, 3.6vw, 1.02rem) !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
  }

  .roster-player-role {
    font-size: 0.72rem !important;
    line-height: 1.2 !important;
    letter-spacing: 0.4px !important;
  }

  .roster-stats-row {
    font-size: 0.68rem !important;
    gap: 4px !important;
  }

  .inline-trajectory-container {
    padding: 12px 10px !important;
  }

  /* Partnership Section */
  .partnership-section {
    padding: 40px 16px !important;
    margin-top: 30px !important;
    margin-bottom: 40px !important;
  }

  .partnership-title {
    font-size: clamp(1.4rem, 6vw, 2.2rem) !important;
    letter-spacing: 1px !important;
    white-space: nowrap !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
  }

  .partnership-title span {
    margin: 0 4px !important;
  }

  .partnership-logos {
    flex-direction: column !important;
    gap: 12px !important;
    align-items: center !important;
  }

  .partner-x {
    margin: 4px 0 !important;
  }

  .partner-logo-img {
    max-width: 130px !important;
    height: auto !important;
  }

  /* NopaStore Mobile Fits */
  .store-filter-console {
    padding: 16px 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    border-radius: 14px !important;
  }

  .console-grid {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .console-select-group {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
  }

  .console-select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    font-size: 0.85rem !important;
    padding: 10px 12px !important;
  }

  .store-catalog-section {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .store-price-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    width: 100% !important;
    gap: 10px !important;
    box-sizing: border-box !important;
  }

  .merch-products-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 14px !important;
    box-sizing: border-box !important;
  }

  .price-package-card {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 10px !important;
    box-sizing: border-box !important;
  }

  .merch-product-card {
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px 14px !important;
    box-sizing: border-box !important;
  }

  /* Staff / Nosotros Section */
  .about-hero-card {
    flex-direction: column !important;
    text-align: center !important;
    padding: 24px 16px !important;
    gap: 20px !important;
  }

  .about-staff-grid {
    flex-direction: column !important;
    align-items: center !important;
  }

  .staff-profile-card {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: column !important;
    text-align: center !important;
    padding: 20px 14px !important;
  }

  .staff-avatar-box {
    margin: 0 auto 14px !important;
  }

  .staff-role-header {
    justify-content: center !important;
  }

  .ceo-spotlight-card {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 24px 16px !important;
    gap: 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .ceo-img-wrapper {
    flex: 0 0 auto !important;
    width: 140px !important;
    height: 170px !important;
    margin: 0 auto !important;
    align-self: center !important;
    box-sizing: border-box !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    border: 2px solid var(--primary-green) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.8), 0 0 20px rgba(38, 205, 13, 0.3) !important;
  }

  .ceo-features {
    justify-content: center !important;
  }

  .about-cta-card {
    flex-direction: column !important;
    text-align: center !important;
    padding: 24px 16px !important;
    gap: 16px !important;
  }

  .about-cta-card .btn-primary {
    width: 100% !important;
    justify-content: center !important;
  }

  /* NopaStore Section */
  .store-hero-banner {
    flex-direction: column !important;
    text-align: center !important;
    align-items: center !important;
    padding: 20px 16px !important;
    gap: 16px !important;
  }

  .store-hero-banner .whatsapp-direct-pill {
    width: 100% !important;
    justify-content: center !important;
  }

  .store-filter-bar {
    gap: 6px !important;
  }

  .store-filter-btn {
    font-size: 0.76rem !important;
    padding: 7px 11px !important;
  }

  .store-subsection-wrapper {
    padding: 20px 14px !important;
    margin-top: 24px !important;
    margin-bottom: 32px !important;
  }

  .store-subsection-header {
    text-align: center !important;
  }

  .subsection-title-box {
    justify-content: center !important;
  }

  .nopastore-poster-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .poster-card {
    width: 100% !important;
  }

  /* Lightbox Zoom Modal Mobile Optimization */
  .store-lightbox-window {
    width: 95vw !important;
    max-width: 95vw !important;
    max-height: calc(100dvh - 20px) !important;
    padding: 12px 10px !important;
    margin: auto !important;
  }

  .lightbox-toolbar {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    margin-bottom: 8px !important;
    padding-bottom: 8px !important;
  }

  .lightbox-title {
    font-size: 0.88rem !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 120px !important;
  }

  .lightbox-actions-group {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .zoom-controls {
    padding: 2px 6px !important;
    gap: 4px !important;
  }

  .zoom-btn {
    width: 28px !important;
    height: 28px !important;
    font-size: 0.95rem !important;
  }

  .lightbox-viewport {
    min-height: 280px !important;
    max-height: 60vh !important;
  }

  .btn-lightbox-wa {
    width: 100% !important;
    font-size: 0.82rem !important;
    padding: 10px 14px !important;
    justify-content: center !important;
  }

  /* Filter Bars & Buttons Fix */
  .matchday-filters,
  .roster-filter-bar,
  .store-filter-bar {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 6px !important;
    width: 100% !important;
    margin-bottom: 16px !important;
  }

  .filter-btn,
  .roster-filter-btn,
  .store-filter-btn {
    font-size: 0.74rem !important;
    padding: 6px 10px !important;
    border-radius: 20px !important;
    flex: 0 1 auto !important;
    max-width: 100% !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  /* Badges Scaling Fix */
  .roster-role-badge,
  .poster-badge {
    font-size: 0.64rem !important;
    padding: 3px 8px !important;
    letter-spacing: 0.5px !important;
  }

  .roster-flag-badge {
    width: 22px !important;
    height: 16px !important;
  }

  .staff-role-pill,
  .subsection-pill-badge {
    font-size: 0.68rem !important;
    padding: 3px 10px !important;
  }

  .match-status {
    font-size: 0.65rem !important;
    padding: 3px 8px !important;
  }

  /* Matchday Section Scoreboards Fix */
  .matches-grid {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 14px !important;
  }

  .match-card {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 14px 10px !important;
    box-sizing: border-box !important;
  }

  .match-header-info {
    margin-bottom: 12px !important;
    padding-bottom: 8px !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
  }

  .tournament-name {
    font-size: 0.72rem !important;
  }

  .teams-vs-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 4px !important;
    width: 100% !important;
    margin: 10px 0 !important;
  }

  .team-box {
    width: 36% !important;
    gap: 4px !important;
  }

  .team-logo {
    width: 42px !important;
    height: 42px !important;
  }

  .team-name {
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    word-break: break-word !important;
    line-height: 1.1 !important;
  }

  .vs-badge {
    font-size: 1.1rem !important;
  }

  .match-score {
    font-size: 1.25rem !important;
    letter-spacing: 2px !important;
    white-space: nowrap !important;
  }

  .match-footer {
    flex-direction: column !important;
    gap: 8px !important;
    text-align: center !important;
    font-size: 0.75rem !important;
  }

  .btn-stream {
    width: 100% !important;
    justify-content: center !important;
    padding: 8px 10px !important;
    font-size: 0.75rem !important;
  }

  /* Section Header Titles Fix */
  .section-header {
    margin-bottom: 20px !important;
    padding: 0 8px !important;
    text-align: center !important;
  }

  .section-title {
    font-size: clamp(2.1rem, 7.8vw, 3rem) !important;
    line-height: 1.12 !important;
    letter-spacing: 2px !important;
    word-break: normal !important;
    text-align: center !important;
  }

  /* Admin Header Action Buttons Mobile Fit (AGREGAR ENFRENTAMIENTO / NOTICIA) - HIDDEN FOR NON-ADMINS */
  .admin-only-btn {
    font-size: clamp(0.74rem, 3.2vw, 0.8rem) !important;
    padding: 10px 18px !important;
    white-space: nowrap !important;
    margin: 12px auto 0 auto !important;
    width: auto !important;
    max-width: 100% !important;
    letter-spacing: 0.5px !important;
    clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px) !important;
    box-shadow: 0 4px 18px rgba(38, 205, 13, 0.45) !important;
    box-sizing: border-box !important;
    gap: 6px !important;
  }

  body:not(.is-admin) .admin-only-btn,
  body:not(.is-admin) #btnOpenAddMatch,
  body:not(.is-admin) #btnOpenAddNews {
    display: none !important;
  }

  body.is-admin .admin-only-btn,
  body.is-admin #btnOpenAddMatch,
  body.is-admin #btnOpenAddNews {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Recruitment Section & Watermark Mobile Optimization */
  #reclutamiento.reclutamiento-fullwidth-section,
  #reclutamiento {
    padding-top: 14px !important;
    padding-bottom: 16px !important;
    margin-bottom: 20px !important;
    position: relative !important;
    overflow: hidden !important;
  }

  #reclutamiento .section-header {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    padding-top: 0 !important;
  }

  #reclutamiento .section-title {
    font-size: clamp(1.2rem, 5.4vw, 1.8rem) !important;
    letter-spacing: 0.8px !important;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
    word-break: keep-all !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: auto !important;
    max-width: 100% !important;
  }

  #reclutamiento .section-title::before,
  #reclutamiento .section-title::after {
    width: 14px !important;
    height: 2.5px !important;
    flex-shrink: 0 !important;
  }

  #reclutamiento .section-desc {
    margin-top: 4px !important;
    font-size: 0.82rem !important;
    line-height: 1.35 !important;
  }

  .reclutamiento-bg-watermark-pattern {
    position: absolute !important;
    top: -80px !important;
    bottom: -80px !important;
    left: -80px !important;
    right: -80px !important;
    height: calc(100% + 160px) !important;
    min-height: calc(100% + 160px) !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
    opacity: 0.08 !important;
  }

  .reclutamiento-bg-watermark-pattern .watermark-row {
    font-size: clamp(2.2rem, 7.5vw, 3.2rem) !important;
    line-height: 0.92 !important;
    margin-bottom: 2px !important;
  }

  .recruitment-layout-flex {
    gap: 16px !important;
    margin-bottom: 0 !important;
  }

  .recruitment-mascot-side {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .mascot-image-card {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .mascot-img-glow {
    max-width: 260px !important;
    margin-bottom: 0 !important;
  }

  .recruitment-container {
    padding: 18px 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    border-radius: var(--radius-lg) !important;
  }

  .category-selector {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .category-card {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .category-card i {
    font-size: 1.5rem !important;
    flex-shrink: 0 !important;
  }

  .cat-info {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  .cat-info strong {
    display: block !important;
    font-size: 0.88rem !important;
    line-height: 1.25 !important;
    color: #fff !important;
    white-space: normal !important;
    word-break: break-word !important;
  }

  .cat-info span {
    display: block !important;
    font-size: 0.72rem !important;
    line-height: 1.35 !important;
    color: var(--text-muted) !important;
    margin-top: 2px !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
  }

  .form-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .input-group {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .input-group label {
    font-size: 0.74rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.3px !important;
    line-height: 1.25 !important;
    word-break: break-word !important;
  }

  .input-field,
  .input-group input,
  .input-group select,
  .input-group textarea,
  .form-control {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    font-size: 0.82rem !important;
    padding: 10px 12px !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
  }

  .role-selector {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-top: 6px !important;
  }

  .role-chip {
    font-size: 0.74rem !important;
    padding: 7px 10px !important;
    flex: 1 1 calc(50% - 6px) !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  /* News Section & Carousel Mobile Optimization (Full Width & No Edge Clipping) */
  #noticias {
    position: relative !important;
    width: calc(100% + 28px) !important;
    max-width: none !important;
    left: auto !important;
    right: auto !important;
    margin-left: -14px !important;
    margin-right: -14px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 14px !important;
    padding-bottom: 24px !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .news-carousel-wrapper {
    padding: 10px 0 20px 0 !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: visible !important;
  }

  .news-carousel-track {
    display: flex !important;
    gap: 16px !important;
    padding: 24px 16px 36px 16px !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch !important;
    width: 100% !important;
    box-sizing: border-box !important;
    scrollbar-width: none !important;
    cursor: grab !important;
    user-select: none !important;
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .news-carousel-track::-webkit-scrollbar {
    display: none !important;
  }

  .news-carousel-card {
    flex: 0 0 85vw !important;
    min-width: 85vw !important;
    max-width: 350px !important;
    height: 460px !important;
    border-radius: 24px !important;
    position: relative !important;
    overflow: hidden !important;
    scroll-snap-align: center !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.95) !important;
  }

  .carousel-arrow {
    display: none !important;
  }

  .news-card-content {
    position: relative !important;
    z-index: 3 !important;
    height: 100% !important;
    padding: 20px 16px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    box-sizing: border-box !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(2, 8, 2, 0.75) 35%, rgba(1, 5, 1, 0.97) 100%) !important;
  }

  .news-tag {
    align-self: flex-start !important;
    font-size: 0.7rem !important;
    font-weight: 900 !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    background: rgba(38, 205, 13, 0.2) !important;
    border: 1px solid var(--primary-green) !important;
    color: var(--primary-green) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    box-shadow: 0 0 12px rgba(38, 205, 13, 0.3) !important;
  }

  .news-card-title {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: clamp(1.2rem, 5vw, 1.45rem) !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    color: #ffffff !important;
    margin: 2px 0 0 0 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9) !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .news-card-excerpt {
    font-size: clamp(0.82rem, 3.4vw, 0.9rem) !important;
    line-height: 1.4 !important;
    color: rgba(225, 240, 225, 0.85) !important;
    margin: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .news-card-meta {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    margin-top: 6px !important;
    width: 100% !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    padding-top: 10px !important;
  }

  .news-card-meta span {
    font-size: 0.74rem !important;
    color: var(--text-muted) !important;
    font-weight: 700 !important;
  }

  .btn-read-news {
    font-size: 0.78rem !important;
    font-weight: 900 !important;
    padding: 8px 14px !important;
    border-radius: 8px !important;
    background: var(--primary-green) !important;
    color: #000000 !important;
    box-shadow: 0 0 16px rgba(38, 205, 13, 0.5) !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border: none !important;
  }

  .news-admin-actions-bar {
    padding: 8px 10px !important;
    margin-top: 8px !important;
    gap: 8px !important;
    border-radius: 10px !important;
  }

  .news-admin-badge {
    font-size: 0.68rem !important;
  }

  .btn-news-admin {
    padding: 5px 10px !important;
    font-size: 0.72rem !important;
    border-radius: 6px !important;
  }

  /* Achievements / Result & Logros Section Mobile Optimization (2 por fila) */
  .achievements-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    width: 100% !important;
    margin-bottom: 28px !important;
  }

  .trophy-card {
    padding: 24px 10px 18px !important;
    min-height: 180px !important;
  }

  .trophy-badge {
    font-size: 0.62rem !important;
    padding: 3px 8px !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 10px !important;
    white-space: nowrap !important;
  }

  .trophy-icon {
    font-size: 2.2rem !important;
    margin-bottom: 8px !important;
  }

  .trophy-title {
    font-size: 1.15rem !important;
    margin-bottom: 4px !important;
    word-break: break-word !important;
  }

  .trophy-subtitle {
    font-size: 0.78rem !important;
    line-height: 1.25 !important;
  }

  .trophy-tag {
    font-size: 0.7rem !important;
    padding: 3px 6px !important;
    margin-top: 8px !important;
    white-space: nowrap !important;
  }

  .achievement-admin-actions {
    top: 6px !important;
    right: 6px !important;
    gap: 4px !important;
  }

  .achievement-admin-actions .btn-news-admin {
    width: 26px !important;
    height: 26px !important;
    font-size: 0.75rem !important;
  }

  /* ==========================================================================
     STRICT MOBILE PERFORMANCE OPTIMIZATIONS (APPLIED UNICAMENTE A VISTA CELULAR)
     ========================================================================== */

  /* 1. REMOVE HERO BANNER PARALLAX & HEAVY EFFECTS ON MOBILE */
  .hero-bg-overlay,
  .hero-vignette-overlay,
  .hero-gradient-bottom,
  .hero-grunge-overlay,
  .roster-bg-parallax-layer {
    transform: none !important;
    transition: none !important;
    animation: none !important;
    will-change: auto !important;
  }

  /* 2. REMOVE ALL PAINT SPLATTERS / SPLASHES ON MOBILE */
  .paint-splash,
  .hero-grunge-overlay,
  .paint-splash.splash-1,
  .paint-splash.splash-2,
  .paint-splash.splash-green,
  .paint-splash.splash-white,
  .splash-pos-1,
  .splash-pos-2,
  .geo-shape {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    animation: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  /* 3. REMOVE ALL BOX-SHADOWS, TEXT-SHADOWS & DROP-SHADOWS IN HERO BANNER ON MOBILE */
  #hero,
  .hero-section,
  .hero-content,
  .hero-title,
  .hero-title *,
  .title-line-top,
  .title-line-main,
  .title-line-main span,
  .hero-subtitle,
  .hero-cta,
  .btn-hero-primary,
  .btn-hero-secondary,
  .hero-bg-overlay,
  .hero-vignette-overlay,
  .hero-gradient-bottom,
  .hero-vertical-watermark,
  .hero-badge-tag,
  .hero-feature-item {
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    drop-shadow: none !important;
    -webkit-filter: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  /* 4. REDUCE HEAVY ANIMATIONS IN HERO BANNER ON MOBILE */
  #hero *,
  .hero-section * {
    animation: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  /* 5. REMOVE ALL SHADOWS & BLURS IN RECRUITMENT (#reclutamiento) ON MOBILE */
  #reclutamiento,
  #reclutamiento *,
  .recruitment-container,
  .recruitment-layout-flex,
  .file-dropzone,
  .category-card,
  .role-chip,
  .input-field,
  #btnSubmitRecruitment,
  .reclutamiento-bg-watermark-pattern {
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    drop-shadow: none !important;
    -webkit-filter: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  /* 6. REMOVE NEWS CAROUSEL SECTION STRICTLY ON MOBILE VIEW (MAX-WIDTH: 768PX) */
  #noticias,
  .news-carousel-wrapper,
  .news-carousel-track,
  .news-carousel-card {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }

  /* 5. REMOVE MEXICO NEON MAP ON MOBILE */
  .mexico-3d-container,
  .mexico-map-wrapper,
  .mexico-neon-img,
  .mexico-hq-ping {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    animation: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  /* 6. REMOVE CUSTOM CURSOR ON MOBILE (NO CURSOR AT ALL ON MOBILE) */
  .custom-cursor-dot,
  .custom-cursor-ring {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  *,
  *::before,
  *::after,
  body,
  html,
  button,
  a,
  input,
  select,
  textarea,
  .content-section,
  .match-card,
  .roster-card,
  .news-carousel-card,
  .merch-product-card {
    cursor: auto !important;
  }

  .trophy-card {
    padding: 20px 14px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .trophy-icon {
    font-size: 2.4rem !important;
    margin-bottom: 8px !important;
  }

  .trophy-title {
    font-size: 1.25rem !important;
  }

  .trophy-subtitle {
    font-size: 0.85rem !important;
  }

  .results-table-container {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    border-radius: var(--radius-md) !important;
  }

  .results-table {
    min-width: 520px !important;
    font-size: 0.8rem !important;
  }

  .results-table th,
  .results-table td {
    padding: 10px 12px !important;
  }

  /* Misión, Visión y Valores Section Mobile Optimization */
  .about-pillars-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    width: 100% !important;
    margin-top: 24px !important;
  }

  .pillar-card {
    padding: 20px 16px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  .pillar-icon {
    font-size: 2rem !important;
    margin: 0 auto 10px !important;
  }

  .pillar-title {
    font-size: 1.15rem !important;
  }

  .pillar-desc {
    font-size: 0.86rem !important;
    line-height: 1.5 !important;
  }

  .about-hero-title,
  .ceo-name,
  .about-subheading {
    font-size: clamp(1.15rem, 5vw, 1.7rem) !important;
    text-align: center !important;
    word-break: normal !important;
  }

  .about-hero-title span,
  .ceo-name span,
  .about-subheading span {
    display: inline-block !important;
    white-space: nowrap !important;
  }

  /* Player Trajectory & News Modals */
  .modal-window {
    width: 95vw !important;
    max-width: 580px !important;
    padding: 18px 14px !important;
    max-height: calc(100dvh - 28px) !important;
    max-height: 88vh !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .player-modal-window {
    padding: 0 !important;
  }

  .player-modal-header {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 12px !important;
  }

  .modal-avatar-lg {
    margin: 0 auto !important;
  }

  .player-modal-tags,
  .heroes-pills {
    justify-content: center !important;
  }
}

/* Extra Small Mobile Screens (< 380px) */
@media (max-width: 380px) {
  html {
    font-size: 13px;
  }

  .hero-title {
    font-size: 1.5rem !important;
  }

  .section-title {
    font-size: clamp(1.9rem, 7vw, 2.6rem) !important;
  }

  .filter-btn,
  .roster-filter-btn,
  .store-filter-btn {
    font-size: 0.72rem !important;
    padding: 6px 9px !important;
  }

  .stat-number {
    font-size: clamp(1.75rem, 5vw, 2.1rem) !important;
    font-weight: 900 !important;
  }
}

/* ==================== RECLUTAMIENTO EMAIL & ATTACHMENT STYLES ==================== */
.category-selector {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 6px;
  width: 100%;
}

.category-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  background: rgba(15, 23, 15, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
  user-select: none;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.category-card:hover {
  border-color: var(--primary-green);
  background: rgba(38, 205, 13, 0.08);
  transform: translateY(-2px);
}

.category-card.selected {
  border-color: var(--primary-green);
  background: rgba(38, 205, 13, 0.15);
  box-shadow: 0 0 16px rgba(38, 205, 13, 0.25);
}

.category-card i {
  font-size: 1.8rem;
  color: var(--primary-green);
  flex-shrink: 0;
}

.cat-info {
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

.cat-info strong {
  display: block;
  font-size: 0.95rem;
  color: #fff;
  line-height: 1.3;
}

.cat-info span {
  display: block;
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 3px;
  line-height: 1.35;
  overflow-wrap: break-word;
  word-break: break-all;
}

/* Dropzone styling */
.file-dropzone {
  position: relative;
  border: 2px dashed rgba(38, 205, 13, 0.35);
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
  background: rgba(10, 16, 10, 0.6);
  cursor: pointer;
  transition: all 0.25s ease;
  overflow: hidden;
}

.file-dropzone:hover,
.file-dropzone.dragover {
  border-color: var(--primary-green);
  background: rgba(38, 205, 13, 0.1);
  box-shadow: 0 0 20px rgba(38, 205, 13, 0.2);
}

.file-input-hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.dropzone-icon {
  font-size: 2.2rem;
  color: var(--primary-green);
  margin-bottom: 8px;
}

.dropzone-text {
  font-size: 0.95rem;
  color: #fff;
  margin: 0;
}

.dropzone-text span {
  color: var(--primary-green);
  text-decoration: underline;
}

.dropzone-hint {
  display: block;
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 6px;
}

/* File Previews */
.file-preview-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.file-preview-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: rgba(20, 30, 20, 0.85);
  border: 1px solid rgba(38, 205, 13, 0.3);
  border-radius: 8px;
  font-size: 0.85rem;
  color: #fff;
  animation: fadeIn 0.3s ease;
}

.file-preview-item img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 6px;
}

.file-info {
  display: flex;
  flex-direction: column;
}

.file-name {
  font-weight: 600;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-size {
  font-size: 0.72rem;
  color: var(--text-muted);
}

.file-remove {
  background: transparent;
  border: none;
  color: #ff4d4d;
  cursor: pointer;
  padding: 4px;
  font-size: 0.95rem;
  transition: transform 0.2s;
}

.file-remove:hover {
  transform: scale(1.2);
}

/* Feedback alert */
.feedback-alert {
  padding: 14px 18px !important;
  border-radius: 14px !important;
  margin: 16px 0 22px 0 !important;
  font-size: clamp(0.85rem, 3.2vw, 0.95rem) !important;
  display: none;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 10px !important;
  line-height: 1.45 !important;
  word-break: break-word !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  width: 100% !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5) !important;
}

.feedback-alert.loading,
.feedback-alert.success,
.feedback-alert.error,
.feedback-alert.active {
  display: flex !important;
}

.feedback-alert:empty,
.feedback-alert[style*="display: none"] {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.feedback-alert.loading {
  background: rgba(0, 180, 216, 0.15);
  border: 1px solid rgba(0, 180, 216, 0.4);
  color: #70e000;
}

.feedback-alert.success {
  background: rgba(38, 205, 13, 0.15);
  border: 1px solid rgba(38, 205, 13, 0.5);
  color: #a7f3d0;
}

.feedback-alert.error {
  background: rgba(255, 77, 77, 0.15);
  border: 1px solid rgba(255, 77, 77, 0.4);
  color: #fca5a5;
}

/* CEO Contact Email Button (MATCHING "UNIRSE AL STAFF" SLIDING FILL ANIMATION) */
.ceo-email-btn {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 10px 18px !important;
  font-family: 'Chakra Petch', 'Rajdhani', sans-serif !important;
  font-size: clamp(0.68rem, 0.8vw, 0.78rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  background: var(--primary-green, #26cd0d) !important;
  border: 1.5px solid var(--primary-green, #26cd0d) !important;
  border-radius: 0 !important;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px) !important;
  box-shadow: 0 0 20px rgba(38, 205, 13, 0.75) !important;
  overflow: hidden !important;
  z-index: 1 !important;
  transition: color 0.55s ease, border-color 0.55s ease, box-shadow 0.55s ease, transform 0.3s ease !important;
  text-decoration: none !important;
  cursor: pointer !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 12px auto 0 auto !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
}

.ceo-email-btn i {
  color: #000000 !important;
  transition: color 0.55s ease, transform 0.35s ease !important;
}

.ceo-email-btn::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: #020702 !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1) !important;
  z-index: -1 !important;
}

.ceo-email-btn:hover::before {
  transform: scaleX(1) !important;
}

.ceo-email-btn:hover {
  color: #ffffff !important;
  border-color: #3bf022 !important;
  box-shadow: 0 0 30px rgba(59, 240, 34, 0.9) !important;
  transform: translateY(-3px) !important;
}

.ceo-email-btn:hover i {
  color: #3bf022 !important;
  transform: scale(1.15) rotate(-6deg) !important;
}

/* ==================== NOPASTORE RESTRUCTURING & INTERACTIVE PRICE CATALOG ==================== */
.store-filter-console {
  background: linear-gradient(135deg, rgba(8, 14, 8, 0.95) 0%, rgba(4, 7, 4, 0.98) 100%);
  border: 1px solid rgba(38, 205, 13, 0.35);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 28px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.8), inset 0 0 20px rgba(38, 205, 13, 0.05);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.console-header {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(38, 205, 13, 0.15);
  padding-bottom: 14px;
}

.console-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.console-title i {
  font-size: 1.5rem;
  color: var(--primary-green);
}

.console-title h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
}

.console-title h3 span {
  color: var(--primary-green);
}

.console-subtitle {
  display: block;
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-top: 4px;
}

.console-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.console-select-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
}

.console-select-group label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary-green);
  display: flex;
  align-items: center;
  gap: 6px;
}

.console-select {
  background: rgba(15, 24, 15, 0.85);
  border: 1px solid rgba(38, 205, 13, 0.3);
  border-radius: 10px;
  color: #fff;
  padding: 11px 14px;
  font-size: 0.92rem;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  transition: all 0.25s ease;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.console-select:hover,
.console-select:focus {
  border-color: var(--primary-green);
  box-shadow: 0 0 14px rgba(38, 205, 13, 0.3);
  background: rgba(20, 32, 20, 0.95);
}

.console-select option {
  background: #0a110a;
  color: #fff;
  padding: 8px;
}

.affiliate-notice-box {
  margin-top: 14px;
  background: linear-gradient(135deg, rgba(255, 179, 0, 0.15), rgba(255, 111, 0, 0.1));
  border: 1px solid rgba(255, 179, 0, 0.4);
  border-radius: 10px;
  padding: 12px 18px;
  color: #ffe082;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 15px rgba(255, 179, 0, 0.1);
  animation: fadeInNotice 0.3s ease;
}

.affiliate-notice-box i {
  font-size: 1.3rem;
  color: #ffc107;
}

@keyframes fadeInNotice {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Dynamic Catalog Container & Grid */
.store-catalog-section {
  margin-bottom: 40px;
}

.catalog-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(38, 205, 13, 0.2);
}

.catalog-header-bar h4 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.catalog-header-bar h4 i {
  color: var(--primary-green);
}

.catalog-count-badge {
  background: rgba(38, 205, 13, 0.15);
  border: 1px solid var(--primary-green);
  color: var(--primary-green);
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 700;
}

.store-price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.price-package-card {
  position: relative;
  background: linear-gradient(145deg, rgba(14, 22, 14, 0.9) 0%, rgba(6, 10, 6, 0.95) 100%);
  border: 1px solid rgba(38, 205, 13, 0.22);
  border-radius: 14px;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  transition: all 0.3s ease;
  overflow: hidden;
  animation: fadeIn 0.3s ease;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.price-package-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary-green);
  box-shadow: 0 12px 30px rgba(38, 205, 13, 0.25);
  background: linear-gradient(145deg, rgba(20, 32, 20, 0.95) 0%, rgba(8, 14, 8, 0.98) 100%);
}

.package-badge-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--primary-green);
  color: #000;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0 10px rgba(38, 205, 13, 0.4);
}

.package-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(38, 205, 13, 0.15);
  border: 1px solid rgba(38, 205, 13, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--primary-green);
}

.package-main-info h5 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  margin: 6px 0 4px 0;
  line-height: 1.3;
}

.package-diamonds-detail {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0;
}

.package-price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 8px;
}

.package-price-num {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--primary-green);
  line-height: 1;
  text-shadow: 0 0 12px rgba(38, 205, 13, 0.3);
}

.package-currency-code {
  font-size: 0.85rem;
  font-weight: 700;
  color: #aaa;
}

.btn-item-wa {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  border: 1px solid rgba(37, 211, 102, 0.6);
  border-radius: var(--radius-md);
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.88rem;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-item-wa:hover {
  filter: brightness(1.18);
  color: #ffffff;
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.6);
  transform: translateY(-2px);
}

/* ==================== NOPASTORE ADMIN CONTROLS ==================== */
.catalog-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.catalog-header-title-box {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.catalog-admin-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-admin-login {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--text-main);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
}

.btn-admin-login:hover {
  background: rgba(38, 205, 13, 0.15);
  border-color: var(--primary-green);
  color: var(--primary-green);
}

.admin-status-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(38, 205, 13, 0.1);
  border: 1px solid var(--primary-green);
  padding: 4px 12px;
  border-radius: 20px;
}

.admin-badge {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--primary-green);
  display: flex;
  align-items: center;
  gap: 6px;
}

.btn-add-package {
  background: var(--primary-green);
  color: #000;
  border: none;
  font-weight: 800;
  font-size: 0.78rem;
  padding: 4px 10px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: var(--transition);
}

.btn-add-package:hover {
  transform: scale(1.05);
  box-shadow: 0 0 12px var(--primary-green-glow);
}

.btn-admin-logout {
  background: transparent;
  border: none;
  color: #ff4d4d;
  cursor: pointer;
  font-size: 0.9rem;
  padding: 2px 4px;
  transition: var(--transition);
}

.btn-admin-logout:hover {
  transform: scale(1.2);
}

.price-package-card {
  position: relative;
}

.package-admin-controls {
  display: flex;
  gap: 6px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}

.btn-card-edit,
.btn-card-delete {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  cursor: pointer;
  transition: var(--transition);
}

.btn-card-edit {
  background: rgba(38, 205, 13, 0.2);
  color: var(--primary-green);
  border-color: var(--primary-green);
}

.btn-card-edit:hover {
  background: var(--primary-green);
  color: #000;
}

.btn-card-delete {
  background: rgba(255, 77, 77, 0.2);
  color: #ff4d4d;
  border-color: #ff4d4d;
}

.btn-card-delete:hover {
  background: #ff4d4d;
  color: #fff;
}

.gallery-divider-header {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

/* ==================== AJUSTE DE POSICIÓN INTERNA: AGILE EN NOSOTROS, ROSTER Y MODAL ==================== */
.staff-profile-card[onclick*="agile"] .staff-avatar-img,
.roster-card[data-player-id="agile"] .roster-img,
.player-modal-avatar-wrapper img[src*="agile"],
img[src*="agile"] {
  object-fit: cover !important;
  object-position: center 20% !important;
  transform: scale(1.05) !important;
  transition: transform 0.3s ease, object-position 0.3s ease !important;
}

.staff-profile-card[onclick*="agile"]:hover .staff-avatar-img,
.roster-card[data-player-id="agile"]:hover .roster-img {
  transform: scale(1.1) !important;
}

/* ==================== SECCIÓN EQUIPOS AFILIADOS (SOLO LOGOS - ESTILO SPONSORS) ==================== */
.community-affiliates-section {
  margin-top: 48px;
  background: radial-gradient(ellipse at 50% 50%, rgba(12, 22, 12, 0.95) 0%, rgba(4, 8, 4, 0.98) 100%);
  border: 1px solid rgba(38, 205, 13, 0.25);
  border-radius: var(--radius-xl);
  padding: 40px 28px;
  text-align: center;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.8), inset 0 0 30px rgba(38, 205, 13, 0.05);
  position: relative;
  overflow: hidden;
}

.community-affiliates-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(45deg, rgba(38, 205, 13, 0.02) 0px, rgba(38, 205, 13, 0.02) 2px, transparent 0, transparent 20px);
  pointer-events: none;
}

.affiliates-header {
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}

.affiliates-title {
  font-family: 'Chakra Petch', 'Rajdhani', sans-serif !important;
  font-size: clamp(2.2rem, 4vw, 3.2rem) !important;
  font-weight: 900 !important;
  letter-spacing: 2.5px !important;
  color: #ffffff !important;
  margin: 0 0 10px 0 !important;
  text-transform: uppercase !important;
}

.affiliates-title span {
  color: var(--primary-green, #26cd0d) !important;
}

.affiliates-subtitle {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 1.15rem !important;
  line-height: 1.65 !important;
  color: #c0c6d4 !important;
  font-weight: 500 !important;
  margin: 0 !important;
}

.affiliates-logos-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px;
  position: relative;
  z-index: 2;
}

.affiliate-logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.affiliate-logo-item:hover {
  background: transparent !important;
  border-color: transparent !important;
  transform: translateY(-6px);
}

.affiliate-logo-img {
  max-width: 250px;
  max-height: 190px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.6));
  transition: transform 0.3s ease, filter 0.3s ease;
}

@media (max-width: 600px) {
  .affiliate-logo-img {
    max-width: 200px;
    max-height: 150px;
  }
}

.affiliate-logo-item:hover .affiliate-logo-img {
  transform: scale(1.08);
  filter: drop-shadow(0 0 22px rgba(38, 205, 13, 0.6));
}

.affiliate-logo-label {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
}

/* ==================== NAVBAR AUTH ICON BUTTON & ADMIN UI ==================== */
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-auth-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(38, 205, 13, 0.35) 0%, rgba(0, 210, 255, 0.3) 100%) !important;
  border: 1.5px solid var(--primary-green, #26cd0d) !important;
  color: #ffffff !important;
  font-size: 1.15rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  box-shadow: 0 0 18px rgba(38, 205, 13, 0.45), inset 0 0 10px rgba(0, 210, 255, 0.2) !important;
  position: relative;
}

.nav-auth-btn i {
  color: #ffffff !important;
  transition: color 0.25s ease;
}

.nav-auth-btn:hover {
  background: var(--primary-green, #26cd0d) !important;
  color: #000000 !important;
  border-color: var(--primary-green, #26cd0d) !important;
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 0 25px var(--primary-green-glow) !important;
}

.nav-auth-btn:hover i {
  color: #000000 !important;
}

.nav-auth-btn.logged-in {
  border-color: #00ff88;
  box-shadow: 0 0 14px rgba(0, 255, 136, 0.6);
  color: #00ff88;
}

.nav-auth-btn.logged-in::after {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  width: 10px;
  height: 10px;
  background: #00ff88;
  border-radius: 50%;
  box-shadow: 0 0 8px #00ff88;
  border: 2px solid #050805;
}

/* ==================== RESULTADOS CONTROLS BAR ==================== */
.results-controls-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
  justify-content: space-between;
  align-items: center;
}

.results-search-box {
  position: relative;
  flex: 1 1 380px;
  max-width: 520px;
  min-width: 320px;
  width: 100%;
}

.results-search-box i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-green, #26cd0d);
  font-size: 1.05rem;
  z-index: 2;
  pointer-events: none;
}

.results-search-box .input-field {
  padding-left: 46px !important;
  padding-right: 18px !important;
  font-size: 0.92rem !important;
  width: 100% !important;
}

.results-filter-box {
  flex: 0 0 240px;
}

#resultsGameFilter {
  width: 100% !important;
  padding: 13px 44px 13px 20px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: rgba(10, 18, 10, 0.85) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2326cd0d' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 16px center !important;
  background-size: 18px 18px !important;
  border: 1.5px solid rgba(38, 205, 13, 0.45) !important;
  border-radius: 12px !important;
  color: #ffffff !important;
  font-family: 'Chakra Petch', 'Rajdhani', system-ui, sans-serif !important;
  font-size: 0.94rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7), inset 0 0 10px rgba(38, 205, 13, 0.1) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#resultsGameFilter:hover {
  border-color: #26cd0d !important;
  box-shadow: 0 0 25px rgba(38, 205, 13, 0.45), inset 0 0 15px rgba(38, 205, 13, 0.2) !important;
  background-color: rgba(15, 28, 15, 0.95) !important;
}

#resultsGameFilter:focus {
  border-color: #3bf022 !important;
  box-shadow: 0 0 30px rgba(59, 240, 34, 0.65), inset 0 0 15px rgba(38, 205, 13, 0.25) !important;
  outline: none !important;
}

#resultsGameFilter option {
  background-color: #0a120a !important;
  color: #ffffff !important;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 0.9rem !important;
  padding: 12px !important;
}

@media (min-width: 769px) {
  #resultsGameFilter,
  #resultsGameFilter option,
  select,
  select option {
    cursor: none !important;
  }
}

/* ==========================================================================
   DYNAMIC MASCOT & SOCIAL MEDIA ANIMATIONS
   ========================================================================== */

/* 1. NOSOTROS MASCOT FLOATING ANIMATION */
@keyframes mascotFloatingGlow {
  0% {
    transform: translateY(0) scale(1) rotate(0deg);
    filter: drop-shadow(0 0 15px rgba(38, 205, 13, 0.45));
  }
  50% {
    transform: translateY(-10px) scale(1.025) rotate(1.2deg);
    filter: drop-shadow(0 0 32px rgba(38, 205, 13, 0.85));
  }
  100% {
    transform: translateY(0) scale(1) rotate(0deg);
    filter: drop-shadow(0 0 15px rgba(38, 205, 13, 0.45));
  }
}

.about-logo-img,
.about-hero-image-box img,
.integrated-mascot-img {
  animation: mascotFloatingGlow 4.2s ease-in-out infinite alternate !important;
  will-change: transform, filter !important;
}

@media (max-width: 768px) {
  .results-controls-bar {
    flex-direction: column !important;
    gap: 12px !important;
    align-items: stretch !important;
    width: 100% !important;
  }

  .results-search-box {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .results-search-box .input-field {
    width: 100% !important;
    font-size: 0.88rem !important;
    padding-left: 42px !important;
    padding-right: 14px !important;
  }

  .results-filter-box {
    flex: 1 1 100% !important;
    width: 100% !important;
  }

  #resultsGameFilter {
    width: 100% !important;
    font-size: 0.88rem !important;
    padding: 12px 38px 12px 16px !important;
    background-position: right 14px center !important;
  }
}

/* ==================== ADMIN MATCH ACTIONS ON MATCH CARDS ==================== */
.match-admin-actions {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed rgba(38, 205, 13, 0.3);
}

.btn-admin-action {
  flex: 1;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: var(--transition);
}

.btn-edit-match {
  background: rgba(38, 205, 13, 0.18);
  color: var(--primary-green);
  border: 1px solid var(--primary-green);
}

.btn-edit-match:hover {
  background: var(--primary-green);
  color: #000;
}

.btn-delete-match {
  background: rgba(255, 51, 102, 0.15);
  color: var(--accent-red);
  border: 1px solid rgba(255, 51, 102, 0.4);
}

.btn-delete-match:hover {
  background: var(--accent-red);
  color: #fff;
}

/* ==================== MODAL WINDOW EXTENSIONS ==================== */
.auth-modal-window,
.match-modal-window,
.history-modal-window {
  max-width: 600px;
  width: 92%;
}

.auth-modal-header {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin-bottom: 24px !important;
  width: 100% !important;
}

.auth-modal-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 2.8rem !important;
  color: var(--primary-green) !important;
  margin: 0 auto 12px auto !important;
  filter: drop-shadow(0 0 16px var(--primary-green-glow)) !important;
  text-align: center !important;
  width: 100% !important;
}

.auth-modal-header h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  color: #fff;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}

.auth-modal-header h3 span {
  color: var(--primary-green);
}

.auth-modal-header p {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.admin-logged-box {
  background: rgba(38, 205, 13, 0.1);
  border: 1px solid var(--primary-green);
  padding: 14px;
  border-radius: var(--radius-md);
  text-align: center;
}

body.modal-open {
  overflow: hidden !important;
}

/* ==================== GLOBAL MODAL SYSTEM BACKDROP STYLES ==================== */
.modal-backdrop {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  background: rgba(4, 8, 4, 0.94) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  z-index: 99999999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 20px 16px;
  overflow: hidden;
  box-sizing: border-box;
}

.modal-backdrop.active {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.modal-window {
  background: linear-gradient(145deg, rgba(14, 22, 13, 0.98) 0%, rgba(6, 10, 6, 0.99) 100%);
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-xl);
  padding: 32px 24px 32px 32px;
  position: relative;
  max-height: calc(100dvh - 40px);
  max-height: 88vh;
  width: 100%;
  max-width: 680px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.95), 0 0 35px rgba(38, 205, 13, 0.25);
  transform: translateY(15px) scale(0.97);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  scrollbar-width: thin;
  scrollbar-color: var(--primary-green) transparent;
  margin: 0 auto;
  box-sizing: border-box;
}

.modal-window::-webkit-scrollbar {
  width: 6px;
}

.modal-window::-webkit-scrollbar-track {
  background: transparent;
  margin-top: 28px;
  margin-bottom: 28px;
}

.modal-window::-webkit-scrollbar-thumb {
  background: var(--primary-green);
  border-radius: 6px;
}

.modal-window::-webkit-scrollbar-button,
::-webkit-scrollbar-button {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.modal-backdrop.active .modal-window {
  transform: translateY(0) scale(1);
}

/* UNIFIED ESPORTS MODAL CLOSE BUTTON SYSTEM (TRAJECTORIA, MATCHDAY, NOTICIAS, MERCH, AUTH) */
.modal-close,
.merch-modal-close,
.btn-close-modal,
button.modal-close {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  z-index: 10000 !important;

  width: 42px !important;
  height: 42px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #ffffff !important;
  background: rgba(8, 14, 8, 0.95) !important;
  border: 1.5px solid var(--primary-green, #26cd0d) !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.85), 0 0 15px rgba(38, 205, 13, 0.4) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  line-height: 1 !important;
  font-size: 1.25rem !important;
}

.modal-close:hover,
.merch-modal-close:hover,
.btn-close-modal:hover,
button.modal-close:hover {
  background: #ff0033 !important;
  color: #ffffff !important;
  border-color: #ff0033 !important;
  transform: rotate(90deg) !important;
  box-shadow: 0 0 16px rgba(255, 0, 51, 0.7) !important;
}

/* STRICT NO HORIZONTAL SCROLL IN ALL MODALS */
.modal-backdrop,
.modal-window,
.player-modal-window,
.merch-modal-window,
.match-modal-window,
.auth-modal-window,
.player-profile-modal,
.merch-modal-gallery,
.merch-modal-details,
.form-grid {
  overflow-x: hidden !important;
  box-sizing: border-box !important;
}

.modal-close:hover {
  background: #ff0033 !important;
  color: #ffffff !important;
  border-color: #ff0033 !important;
  transform: rotate(90deg) !important;
  box-shadow: 0 0 12px rgba(255, 0, 51, 0.6) !important;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.8) !important;
}

/* SPECIFIC MODAL WINDOW SIZING (PC & MOBILE) */
.auth-modal-window {
  width: 92% !important;
  max-width: 480px !important;
  margin: auto !important;
  padding: 32px 24px !important;
  border-radius: 24px !important;
  box-sizing: border-box !important;
  position: relative !important;
}

.match-modal-window {
  width: 92% !important;
  max-width: 720px !important;
  margin: auto !important;
  padding: 32px 24px !important;
  border-radius: 24px !important;
  box-sizing: border-box !important;
  position: relative !important;
}

@media (max-width: 768px) {
  .modal-backdrop {
    padding: 14px 8px !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    z-index: 99999999 !important;
  }

  .modal-window,
  .match-modal-window {
    padding: 24px 16px !important;
    max-height: calc(100dvh - 28px) !important;
    max-height: 86vh !important;
    width: 94vw !important;
    max-width: 540px !important;
    box-sizing: border-box !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    margin: auto !important;
    border-radius: 20px !important;
  }

  .auth-modal-window {
    padding: 24px 16px !important;
    max-height: calc(100dvh - 28px) !important;
    max-height: 86vh !important;
    width: 94vw !important;
    max-width: 440px !important;
    box-sizing: border-box !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    margin: auto !important;
    border-radius: 20px !important;
  }

  .player-modal-window {
    padding: 0 !important;
    max-height: calc(100dvh - 28px) !important;
    max-height: 86vh !important;
    width: 94vw !important;
    max-width: 540px !important;
    box-sizing: border-box !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    margin: auto !important;
    border-radius: 20px !important;
    position: relative !important;
  }
}

  .player-modal-window {
    padding: 0 !important;
    position: relative !important;
  }

  .player-modal-window .modal-close {
    top: 10px !important;
    right: 10px !important;
    z-index: 100 !important;
    background: rgba(0, 0, 0, 0.82) !important;
    border: 1.5px solid var(--primary-green, #26cd0d) !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .form-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
  }
}

/* Custom Native Calendar Picker Indicator for Dark Mode Inputs */
input[type="datetime-local"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(1) drop-shadow(0 0 4px var(--primary-green));
  cursor: pointer;
  opacity: 0.9;
  padding: 4px;
  border-radius: 4px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator:hover,
input[type="date"]::-webkit-calendar-picker-indicator:hover,
input[type="time"]::-webkit-calendar-picker-indicator:hover {
  transform: scale(1.2);
  opacity: 1;
}

/* ==================== MOBILE HEADER SWAP LAYOUT ==================== */
@media (max-width: 900px) {
  .header-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
  }

  .mobile-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    order: 1;
    z-index: 1015;
  }

  .protruding-logo {
    order: 2;
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1010;
  }

  .header-actions {
    order: 3 !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    z-index: 1015;
  }
}

/* =========================================================
   MERCH PRODUCT CARD
========================================================= */

.store-promo-banners-section {
  margin-top: 48px;
  margin-bottom: 32px;
}

.store-merch-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 30px;
}

.store-merch-header-line {
  flex: 1;
  max-width: 300px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg,
      transparent,
      rgba(38, 205, 13, 0.9),
      rgba(0, 210, 255, 0.8));
}

.store-merch-header-line:last-child {
  background: linear-gradient(90deg,
      rgba(0, 210, 255, 0.8),
      rgba(38, 205, 13, 0.9),
      transparent);
}

.store-merch-header-title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}

.store-merch-header-title i {
  color: var(--primary-green);
  filter: drop-shadow(0 0 8px rgba(38, 205, 13, 0.65));
}

.merch-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 360px));
  justify-content: center;
  gap: 28px;
}

.merch-product-card {
  position: relative;
  width: 100%;
  padding: 24px 20px 26px;
  cursor: pointer;
  overflow: hidden;

  background: #0b0d0b;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 22px;

  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.58),
    inset 0 1px rgba(255, 255, 255, 0.04);

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.merch-product-card:hover {
  border-color: rgba(38, 205, 13, 0.65);

  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.75),
    0 0 24px rgba(38, 205, 13, 0.18);
}

.merch-view-button {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;

  width: 46px;
  height: 46px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--primary-green);

  background: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(38, 205, 13, 0.22);
  border-radius: 10px;

  cursor: pointer;
  transition: 0.25s ease;
}

.merch-view-button:hover {
  color: #000;
  background: var(--accent-blue);
  box-shadow: 0 0 18px rgba(0, 210, 255, 0.45);
}

.merch-product-image-box {
  position: relative;
  width: 100%;
  min-height: 340px;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;
}

.merch-product-image {
  width: 100%;
  height: 340px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.merch-product-card:hover .merch-product-image {
  transform: scale(1.045);
}

.merch-product-action {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);

  min-width: 170px;
  padding: 10px 18px;
  color: #041004;
  background: rgba(38, 205, 13, 0.88);
  border-radius: 6px;

  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;

  opacity: 0;
  transition: 0.3s ease;
}

.merch-product-card:hover .merch-product-action {
  bottom: 20px;
  opacity: 1;
}

.merch-product-info {
  padding-top: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.merch-product-info h3 {
  margin: 0;
  font-family: 'Chakra Petch', 'Rajdhani', sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.merch-price-tag {
  font-family: 'Chakra Petch', 'Rajdhani', sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  color: #3bf022;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(59, 240, 34, 0.5);
  margin-bottom: 4px;
}

.btn-merch-action-gamer {
  width: 100%;
  max-width: 280px;
  padding: 12px 22px;
  margin-top: 4px;
  background: var(--primary-green, #26cd0d);
  color: #000000;
  font-family: 'Chakra Petch', 'Rajdhani', sans-serif;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: none;
  border-radius: 0 !important;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px) !important;
  box-shadow: 0 0 20px rgba(38, 205, 13, 0.6), 0 4px 15px rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-merch-action-gamer:hover {
  background: #030a03 !important;
  color: #3bf022 !important;
  border: 1.5px solid #3bf022 !important;
  box-shadow: 0 0 30px rgba(59, 240, 34, 0.88) !important;
  transform: translateY(-3px) scale(1.03) !important;
}

.btn-merch-action-gamer i {
  font-size: 0.95rem;
  transition: transform 0.3s ease;
}

.btn-merch-action-gamer:hover i {
  transform: scale(1.2);
}

/* =========================================================
   MERCH MODAL
========================================================= */

.merch-modal-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  z-index: 9999999 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 20px !important;

  background: rgba(0, 0, 0, 0.88) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.merch-modal-overlay.active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.merch-modal-window {
  position: relative;
  width: min(1080px, 94vw);
  max-height: 90vh;
  max-height: 90dvh;
  overflow-y: auto;

  display: block;
  padding: 36px;

  background: #040704;
  border: 1px solid rgba(38, 205, 13, 0.3);
  border-radius: 24px;

  box-shadow:
    0 30px 100px rgba(0, 0, 0, 0.95),
    0 0 40px rgba(38, 205, 13, 0.12);

  transform: translateY(20px) scale(0.98);
  transition: transform 0.3s ease;
}

.merch-modal-body-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
  width: 100%;
}

.merch-modal-overlay.active .merch-modal-window {
  transform: translateY(0) scale(1);
}

.merch-modal-close {
  position: sticky !important;
  top: 16px !important;
  float: right !important;
  margin-left: auto !important;
  z-index: 10000 !important;

  width: 42px !important;
  height: 42px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #ffffff !important;
  background: rgba(8, 14, 8, 0.95) !important;
  border: 1.5px solid var(--primary-green, #26cd0d) !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.85), 0 0 15px rgba(38, 205, 13, 0.4) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}

.merch-modal-close:hover {
  background: #ff0033 !important;
  color: #ffffff !important;
  border-color: #ff0033 !important;
  transform: rotate(90deg) !important;
  box-shadow: 0 0 16px rgba(255, 0, 51, 0.7) !important;
}

@media (max-width: 768px) {
  .merch-modal-close {
    top: 10px !important;
    right: 10px !important;
    width: 36px !important;
    height: 36px !important;
  }
}

.merch-modal-gallery {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 18px;
  min-width: 0;
}

.merch-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.merch-thumbnail {
  width: 78px;
  height: 92px;
  padding: 4px;
  overflow: hidden;

  background: #101210;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;

  cursor: pointer;
  transition: 0.25s ease;
}

.merch-thumbnail.active {
  border: 2px solid #fff;
}

.merch-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.merch-main-image-wrapper {
  min-height: 550px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 30px;

  background: #111311;
  border-radius: 22px;
  overflow: hidden;
}

.merch-main-image {
  width: 100%;
  height: 520px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.merch-main-image:hover {
  transform: scale(1.04);
}

.merch-modal-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 10px;
}

.merch-modal-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 18px;
}

.merch-official-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  padding: 6px 12px;

  color: var(--primary-green);
  background: rgba(38, 205, 13, 0.1);
  border: 1px solid rgba(38, 205, 13, 0.28);
  border-radius: 999px;

  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 1px;
}

.merch-modal-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}

.merch-modal-price {
  margin-top: 14px;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  color: #fff;
  white-space: nowrap;
}

.merch-modal-description {
  max-width: 720px;
  margin-bottom: 28px;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.merch-option-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 13px;
  color: #fff;
}

.merch-size-guide {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  color: #fff;
  background: transparent;
  border: none;

  font-size: 0.82rem;
  text-decoration: underline;
  cursor: pointer;
}

.merch-size-options {
  display: grid;
  grid-template-columns: repeat(7, minmax(56px, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.merch-size-button {
  min-height: 48px;

  color: #fff;
  background: #050605;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;

  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;

  transition: 0.22s ease;
}

.merch-size-button:hover {
  border-color: var(--accent-blue);
  color: var(--accent-blue);
}

.merch-size-button.active {
  color: #000;
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.15);
}

.merch-personalization {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;

  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
}

.merch-personalization input {
  display: none;
}

.merch-checkbox-custom {
  width: 21px;
  height: 21px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  position: relative;
}

.merch-personalization input:checked+.merch-checkbox-custom {
  background: var(--primary-green);
  border-color: var(--primary-green);
}

.merch-personalization input:checked+.merch-checkbox-custom::after {
  content: "✓";
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #000;
  font-size: 0.8rem;
  font-weight: 900;
}

.merch-personal-name {
  display: none;
  margin-bottom: 20px;
}

.merch-personal-name.active {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.merch-personal-name label {
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.merch-personal-name input {
  width: 100%;
  padding: 12px 15px;

  color: #fff;
  background: #090b09;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 9px;
  outline: none;
}

.merch-personal-name input:focus {
  border-color: var(--primary-green);
  box-shadow: 0 0 12px rgba(38, 205, 13, 0.15);
}

.merch-purchase-row {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 16px;
  margin-top: 8px;
}

.merch-quantity-selector {
  min-height: 58px;

  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;

  background: #050605;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;
}

.merch-quantity-selector button {
  height: 100%;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
}

.merch-quantity-selector span {
  text-align: center;
  color: #fff;
  font-weight: 900;
}

.merch-whatsapp-button {
  min-height: 58px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  color: #031003;
  background: linear-gradient(135deg,
      var(--primary-green),
      #1eb508);

  border: none;
  border-radius: 9px;

  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;

  cursor: pointer;
  transition: 0.25s ease;
}

.merch-whatsapp-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(38, 205, 13, 0.35);
}

.merch-shipping-note {
  margin-top: 20px;
  color: var(--text-muted);
  font-size: 0.78rem;
  font-style: italic;
}

@media (max-width: 768px) {
  .merch-modal-window {
    padding: 24px 16px !important;
  }

  .merch-modal-body-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .merch-modal-close,
  .modal-close,
  .btn-close-modal,
  button.modal-close {
    position: sticky !important;
    top: 8px !important;
    right: 8px !important;
    float: right !important;
    margin-left: auto !important;
    z-index: 99999999 !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 0.9rem !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .merch-main-image-wrapper {
    min-height: 280px;
  }

  .merch-main-image {
    height: 260px;
  }
}

@media (max-width: 680px) {
  .merch-modal-overlay {
    padding: 10px;
  }

  .merch-modal-window {
    width: 100%;
    max-height: 96vh;
    padding: 20px;
    border-radius: 18px;
  }

  .merch-modal-gallery {
    grid-template-columns: 1fr;
  }

  .merch-thumbnails {
    order: 2;
    flex-direction: row;
  }

  .merch-thumbnail {
    width: 68px;
    height: 75px;
  }

  .merch-main-image-wrapper {
    min-height: 340px;
    padding: 15px;
  }

  .merch-main-image {
    height: 320px;
  }

  .merch-modal-heading {
    flex-direction: column;
    gap: 4px;
  }

  .merch-size-options {
    grid-template-columns: repeat(4, 1fr);
  }

  .merch-purchase-row {
    grid-template-columns: 1fr;
  }

  .store-merch-header-line {
    background: linear-gradient(90deg,
        transparent,
        rgba(38, 205, 13, 0.35),
        rgba(38, 205, 13, 0.95));
  }

  .store-merch-header-line:last-child {
    background: linear-gradient(90deg,
        rgba(38, 205, 13, 0.95),
        rgba(38, 205, 13, 0.35),
        transparent);
  }

  .store-merch-header-title {
    font-size: 1rem;
  }
}

/* ==========================================================================
   NOPAESPORTS - ULTRA MODERN PRELOADER SCREEN (GMX GAMING INSPIRED)
   ========================================================================== */
html.preloader-active,
body.preloader-active {
  overflow: hidden !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

html.preloader-active::-webkit-scrollbar,
body.preloader-active::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

body.preloader-active,
body.preloader-active * {
  cursor: none !important;
}

/* Hide Custom Cursor Dot & Ring during Preloader */
body.preloader-active .custom-cursor-dot,
body.preloader-active .custom-cursor-ring,
.preloader-overlay ~ .custom-cursor-dot,
.preloader-overlay ~ .custom-cursor-ring {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  display: none !important;
}

.preloader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #020402;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: none !important;
  overflow: hidden;
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.8s ease;
}

.preloader-overlay::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(38, 205, 13, 0.16) 0%, transparent 70%);
  pointer-events: none;
}

.preloader-overlay.preloader-hidden {
  animation: preloaderCurtainExit 0.9s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  pointer-events: none;
}

.preloader-overlay.preloader-hidden .preloader-content {
  animation: preloaderContentFade 0.65s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.preloader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Animated Spinning Arcs ( ( ) style in Nopal Green ) */
.preloader-spinner-arcs {
  width: 64px;
  height: 64px;
  position: relative;
  animation: spinArcRotate 1.3s linear infinite;
}

.preloader-spinner-arcs::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3.5px solid transparent;
  border-top-color: var(--primary-green, #26cd0d);
  border-bottom-color: var(--primary-green, #26cd0d);
  filter: drop-shadow(0 0 16px var(--primary-green-glow, rgba(38, 205, 13, 0.95)));
}

@keyframes spinArcRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Preloader Brand Text (Sequential Letter-by-Letter Reveal & Lighting Animation) */
.preloader-brand {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-family: var(--font-display, 'Bebas Neue', sans-serif);
  font-size: clamp(1.8rem, 7.5vw, 3.8rem);
  font-weight: 900;
  letter-spacing: clamp(2px, 1.2vw, 5px);
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  max-width: 92vw;
  text-align: center;
  word-break: break-word;
  transform: none !important;
}

.preloader-brand .letter-nopa,
.preloader-brand .letter-esports {
  display: inline-block;
  opacity: 0;
  transform: none !important;
  animation: letterFadeReveal 0.45s cubic-bezier(0.25, 1, 0.5, 1) forwards,
             letterLightSweep 2.2s ease-in-out infinite alternate;
  animation-delay: calc(var(--char-idx) * 0.08s), calc(0.45s + var(--char-idx) * 0.08s);
  will-change: opacity, color, text-shadow;
}

.preloader-brand .letter-nopa {
  color: #ffffff;
}

.preloader-brand .letter-esports {
  color: var(--primary-green, #26cd0d);
}

@keyframes letterFadeReveal {
  0% {
    opacity: 0;
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes letterLightSweep {
  0% {
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
  }
  50% {
    color: #ffffff;
    text-shadow: 0 0 22px var(--primary-green-glow, rgba(38, 205, 13, 0.95)),
                 0 0 35px var(--primary-green-glow, rgba(38, 205, 13, 0.7));
  }
  100% {
    text-shadow: 0 0 10px rgba(38, 205, 13, 0.4);
  }
}

/* Preloader Subtext (Strictly Static Size and Spacing - No Scaling!) */
.preloader-subtext {
  font-family: var(--font-heading, 'Rajdhani', sans-serif);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 6px;
  color: var(--text-muted, #9eb89c);
  text-transform: uppercase;
  transform: none !important;
  animation: preloaderPulseText 1.5s ease-in-out infinite alternate;
}

@keyframes preloaderPulseText {
  0% {
    opacity: 0.35;
    color: var(--text-muted, #9eb89c);
    text-shadow: none;
  }
  100% {
    opacity: 1;
    color: #ffffff;
    text-shadow: 0 0 14px var(--primary-green-glow, rgba(38, 205, 13, 0.85));
  }
}

/* Smooth Curtain Exit Keyframes */
@keyframes preloaderCurtainExit {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@keyframes preloaderContentFade {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-30px);
  }
}

/* ==========================================================================
   CUSTOM ESPORTS CURSOR POINTER (DOT + NEON RING)
   ========================================================================== */
/* Universal Cursor Hiding across ALL elements, states & text selections */
*,
*::before,
*::after,
html,
body,
button,
a,
input,
select,
textarea,
label,
span,
p,
div,
h1, h2, h3, h4, h5, h6,
i, svg, img, section, header, footer,
.roster-card,
.match-card,
.content-section {
  cursor: none !important;
}

.custom-cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--primary-green, #26cd0d);
  border-radius: 50%;
  pointer-events: none !important;
  z-index: 999999999 !important;
  box-shadow: 0 0 12px var(--primary-green, #26cd0d);
  transform: translate(-50%, -50%);
  transition: width 0.2s, height 0.2s, background-color 0.2s;
}

.custom-cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  border: 1.5px solid rgba(22, 110, 10, 0.7); /* Muted darker green */
  border-radius: 50%;
  pointer-events: none !important;
  z-index: 999999998 !important;
  box-shadow: 0 0 14px rgba(22, 110, 10, 0.35);
  transform: translate(-50%, -50%);
  transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              height 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.25s ease,
              background-color 0.25s ease;
}

body.cursor-hover .custom-cursor-dot {
  width: 12px;
  height: 12px;
  background: #ffffff;
  box-shadow: 0 0 15px #ffffff, 0 0 25px var(--primary-green, #26cd0d);
}

body.cursor-hover .custom-cursor-ring {
  width: 66px;
  height: 66px;
  border-color: rgba(38, 205, 13, 0.85);
  background: rgba(38, 205, 13, 0.08);
}

/* ==========================================================================
   ANIMATED ESPORTS TICKER MARQUEE RIBBON (GREEN WITH BLACK TEXT INFINITE)
   ========================================================================== */
.hero-ticker-ribbon {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: var(--primary-green, #26cd0d) !important;
  border-top: 2px solid #3bf022;
  border-bottom: 2px solid #3bf022;
  padding: 14px 0;
  overflow: hidden;
  white-space: nowrap;
  z-index: 10;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.95);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: tickerMarquee 20s linear infinite !important;
}

/* Infinite continuous scroll - never pauses on hover! */

.ticker-content {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-right: 32px;
}

.ticker-content span {
  font-family: var(--font-heading, 'Rajdhani', sans-serif);
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000000 !important;
  text-shadow: none;
}

.ticker-icon {
  color: #000000 !important;
  font-size: 0.9rem;
  filter: none;
}

@keyframes tickerMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* RECRUITMENT CATEGORY CARDS (MASCULINO / FEMENIL) HOVER EFFECTS */
.category-card {
  position: relative;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: none !important;
}

.category-card:hover {
  border-color: #3bf022 !important;
  background: rgba(38, 205, 13, 0.08) !important;
  box-shadow: 0 0 25px rgba(59, 240, 34, 0.45) !important;
  transform: none !important;
}

.category-card:hover i,
.category-card:hover svg {
  color: #3bf022 !important;
  filter: drop-shadow(0 0 10px #3bf022);
  transform: scale(1.12);
  transition: transform 0.3s ease;
}

/* STAFF TÉCNICO, ROSTER CARDS & CHILD ELEMENTS - ABSOLUTE POINTER CURSOR OVERRIDE */
.roster-card,
.roster-card *,
.roster-info,
.roster-info *,
.roster-player-name,
.roster-player-name *,
.roster-player-role,
.roster-player-role *,
.roster-stats-row,
.roster-stats-row *,
.roster-stat-item,
.roster-stat-item *,
.staff-card,
.staff-card *,
.coach-card,
.coach-card *,
.technical-card,
.technical-card * {
  cursor: none !important;
  user-select: none !important;
}

/* MODAL CLOSE BUTTONS (X), MERCH MODAL & LIGHTBOX - REMOVE BROWSER POINTER CURSOR ON HOVER */
.modal-close,
.modal-close *,
.close-modal,
.close-modal *,
.modal-close-btn,
.modal-close-btn *,
.btn-close-modal,
.btn-close-modal *,
.lightbox-close-btn,
.lightbox-close-btn *,
.zoom-btn,
.zoom-btn *,
.modal-window .modal-close,
.modal-backdrop .modal-close,
.modal-content .modal-close,
button.modal-close,
button.close-modal,
button.modal-close span,
button.modal-close i,
#closeMerchModal,
#closeMerchModal * {
  cursor: none !important;
}

/* ==========================================================================
   RECLUTAMIENTO SECTION (100VW FULL-WIDTH, GIANT WATERMARK & MASCOT CARD)
   ========================================================================== */
.reclutamiento-fullwidth-section {
  position: relative !important;
  width: 100vw !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding: 100px 5vw 120px 5vw !important;
  background: #020502 !important;
  overflow: hidden !important;
  border-top: 1px solid rgba(38, 205, 13, 0.22) !important;
  border-bottom: 1px solid rgba(38, 205, 13, 0.22) !important;
  contain: paint layout;
  transform: translateZ(0);
  will-change: transform;
}

/* REPEATING ROWS WATERMARK TYPOGRAPHY PATTERN ACROSS ENTIRE SECTION BACKGROUND (COMPACT FULL HEIGHT FILL) */
.reclutamiento-bg-watermark-pattern {
  position: absolute;
  top: -80px;
  bottom: -80px;
  left: -80px;
  right: -80px;
  height: calc(100% + 160px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0px;
  pointer-events: none;
  z-index: 1;
  user-select: none;
  overflow: hidden;
  opacity: 0.058;
  transform: rotate(-3deg) scale(1.06);
}

.watermark-row {
  font-family: 'Chakra Petch', 'Bebas Neue', sans-serif;
  font-size: clamp(3.2rem, 6.5vw, 5.5rem);
  font-weight: 900;
  letter-spacing: 2px !important;
  word-spacing: 14px !important;
  white-space: nowrap;
  line-height: 0.82 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: uppercase;
}

.watermark-row.row-white {
  color: transparent;
  -webkit-text-stroke: 2.2px #ffffff;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
  transform: translateX(-30px);
}

.watermark-row.row-green {
  color: transparent;
  -webkit-text-stroke: 2.2px #26cd0d;
  text-shadow: 0 0 15px rgba(38, 205, 13, 0.4);
  transform: translateX(30px);
}

/* RECRUITMENT 2-COLUMN LAYOUT FLEXBOX */
.recruitment-layout-flex {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1420px;
  margin: 0 auto;
}

.recruitment-layout-flex .recruitment-container {
  flex: 1 1 720px;
  max-width: 780px;
  margin: 0 !important;
}

.recruitment-mascot-side {
  flex: 0 0 460px;
  max-width: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mascot-image-card {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  animation: floatMascot 4.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.mascot-img-glow {
  width: 100%;
  max-width: 480px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.9)) drop-shadow(0 0 30px rgba(59, 240, 34, 0.55));
  pointer-events: none;
  will-change: transform;
  transform: translateZ(0);
}

.mascot-badge-tag {
  margin-top: 20px;
  padding: 12px 24px;
  font-family: 'Chakra Petch', 'Rajdhani', sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(3, 10, 3, 0.95);
  border: 1.5px solid var(--primary-green, #26cd0d);
  border-radius: 0 !important;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  box-shadow: 0 0 20px rgba(38, 205, 13, 0.45);
}

@keyframes floatMascot {
  0% {
    transform: translate3d(0, 0px, 0) rotate(0deg);
  }
  25% {
    transform: translate3d(0, -11px, 0) rotate(0.8deg);
  }
  50% {
    transform: translate3d(0, -22px, 0) rotate(0deg);
  }
  75% {
    transform: translate3d(0, -11px, 0) rotate(-0.8deg);
  }
  100% {
    transform: translate3d(0, 0px, 0) rotate(0deg);
  }
}

@media (max-width: 1100px) {
  .recruitment-layout-flex {
    flex-direction: column;
  }
  .recruitment-mascot-side {
    flex: 1 1 100%;
    width: 100%;
    max-width: 480px;
  }
}

/* UPPER SOCIAL FOOTER CARD (REDES SOCIALES CON MASCOTA) */
.social-footer-card {
  width: 100%;
  max-width: 1100px;
  margin: 40px auto 20px;
  background: rgba(3, 10, 3, 0.92);
  border: 1.5px solid rgba(38, 205, 13, 0.45);
  border-radius: 24px;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.85), inset 0 0 25px rgba(38, 205, 13, 0.15);
}

.social-footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.social-footer-mascot-img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 16px;
  border: 1.5px solid var(--primary-green, #26cd0d);
  box-shadow: 0 0 20px rgba(38, 205, 13, 0.6);
}

.social-footer-title {
  font-family: 'Chakra Petch', 'Bebas Neue', sans-serif;
  font-size: 2.1rem;
  font-weight: 900;
  letter-spacing: 3px;
  color: #ffffff !important;
  text-transform: uppercase;
}

.social-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* MAIN BOTTOM FOOTER SYSTEM (ESTILO Y TIPOGRAFÍAS SEGÚN REFERENCIA DEL USUARIO) */
footer.footer,
.footer {
  width: 100%;
  background: #000000;
  border-top: 1px solid rgba(38, 205, 13, 0.25);
  padding: 28px 40px;
  position: relative;
  z-index: 10;
}

.footer .footer-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.footer .logo-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer .logo-img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  filter: none !important;
  box-shadow: none !important;
}

.footer .brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.footer .brand-title {
  font-family: 'Chakra Petch', 'Bebas Neue', sans-serif;
  font-size: 1.95rem;
  font-weight: 900;
  letter-spacing: 3px;
  color: #ffffff !important;
  line-height: 1.1;
  text-transform: uppercase;
}

.footer .brand-title span {
  color: var(--primary-green, #26cd0d) !important;
  text-shadow: 0 0 12px rgba(38, 205, 13, 0.6);
}

.footer .brand-tag {
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 2.5px;
  color: rgba(255, 255, 255, 0.65) !important;
  text-transform: uppercase;
  margin-top: 2px;
}

.footer .copyright,
.copyright {
  font-family: 'Chakra Petch', 'Rajdhani', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.72) !important;
  margin: 0;
}

.footer .copyright a,
.copyright a {
  color: var(--primary-green, #26cd0d) !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  transition: color 0.3s ease !important;
}

.footer .copyright a:hover,
.copyright a:hover {
  color: #3bf022 !important;
}

/* DESACTIVAR CRECIMIENTO/ESCALADO DE TAMAÑO EN HOVER */
.google-play-btn-link:hover,
.google-play-badge-img:hover,
.google-play-btn-link img:hover,
.protruding-logo:hover,
.protruding-logo img:hover,
.protruding-logo-img:hover,
.nav-link.btn-nopastore:hover,
.tab-btn.btn-nopastore:hover,
.tab-btn-nopastore:hover,
a[data-tab="nopastore"]:hover,
button[data-tab="nopastore"]:hover,
.btn-nopastore:hover,
.btn-account:hover,
.user-account-btn:hover,
.header-actions .btn-account:hover {
  transform: none !important;
}

.footer-brand-name {
  font-family: 'Chakra Petch', 'Bebas Neue', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 3px;
  color: var(--primary-green, #26cd0d);
  line-height: 1;
}

.footer-brand-sub {
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  margin-top: 2px;
}

/* ==========================================================================
   ULTRA-PREMIUM TEAM SELECTION BUTTONS (EQUIPO AL QUE TE POSTULAS)
   ========================================================================== */
.category-selector {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  width: 100%;
  margin-top: 8px;
}

.category-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 22px;
  background: rgba(4, 14, 4, 0.85);
  border: 1.5px solid rgba(38, 205, 13, 0.45);
  border-radius: 0 !important;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px) !important;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  user-select: none;
}

.category-card i {
  font-size: 1.4rem;
  color: var(--primary-green, #26cd0d);
  width: 40px;
  height: 40px;
  border-radius: 0 !important;
  clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px) !important;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(38, 205, 13, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  flex-shrink: 0;
}

.category-card .cat-info strong {
  font-family: var(--font-heading, 'Rajdhani', sans-serif);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 1.2px;
  color: #ffffff;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.category-card:hover {
  background: rgba(38, 205, 13, 0.25);
  border-color: var(--primary-green, #26cd0d);
  transform: translateY(-2px);
  box-shadow: 0 0 14px rgba(38, 205, 13, 0.5);
}

.category-card:hover i {
  color: #ffffff;
  border-color: var(--primary-green, #26cd0d);
}

.category-card.selected,
.category-card.active {
  background: var(--primary-green, #26cd0d) !important;
  color: #000000 !important;
  border-color: var(--primary-green, #26cd0d) !important;
  box-shadow: 0 0 15px var(--primary-green-glow, rgba(38, 205, 13, 0.6)) !important;
  transform: translateY(-2px) !important;
}

.category-card.selected i,
.category-card.active i {
  color: #000000 !important;
  background: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.category-card.selected .cat-info strong,
.category-card.active .cat-info strong {
  color: #000000 !important;
  text-shadow: none !important;
}

/* ACTIVE CHECK INDICATOR */
.category-card.selected::after,
.category-card.active::after {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 0.9rem;
  color: #3bf022;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(59, 240, 34, 0.15);
  border: 1px solid #3bf022;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px #3bf022;
}

/* ==========================================================================
   ULTRA-PREMIUM ROSTER FILTER TABS (.roster-filter-bar & .roster-filter-btn)
   ========================================================================== */
.roster-filter-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 28px 0 36px;
  width: 100%;
}

.roster-filter-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 26px !important;
  background: rgba(4, 14, 4, 0.85) !important;
  border: 1.5px solid rgba(38, 205, 13, 0.45) !important;
  border-radius: 0 !important;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px) !important;
  font-family: var(--font-heading, 'Rajdhani', sans-serif) !important;
  font-size: 0.95rem !important;
  font-weight: 900 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6) !important;
  transition: all 0.25s ease !important;
  user-select: none;
  overflow: hidden;
}

.roster-filter-btn i {
  font-size: 1.1rem;
  color: var(--primary-green, #26cd0d);
  transition: transform 0.25s ease, color 0.25s ease;
}

.roster-filter-btn:hover {
  background: rgba(38, 205, 13, 0.25) !important;
  color: #ffffff !important;
  border-color: var(--primary-green, #26cd0d) !important;
  box-shadow: 0 0 14px rgba(38, 205, 13, 0.5) !important;
  transform: translateY(-2px) !important;
}

.roster-filter-btn:hover i {
  color: #ffffff;
  transform: scale(1.1);
}

.roster-filter-btn.active,
.roster-filter-btn.selected {
  background: var(--primary-green, #26cd0d) !important;
  color: #000000 !important;
  border-color: var(--primary-green, #26cd0d) !important;
  box-shadow: 0 0 15px var(--primary-green-glow, rgba(38, 205, 13, 0.6)) !important;
  filter: none !important;
  transform: translateY(-2px) !important;
  text-shadow: none !important;
}

.roster-filter-btn.active i,
.roster-filter-btn.selected i {
  color: #000000 !important;
  filter: none !important;
}

/* ==========================================================================
   PARTNERSHIP ACTION BUTTON (.btn-partner-action)
   ========================================================================== */
.btn-partner-action {
  position: relative !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 36px !important;
  font-family: 'Chakra Petch', 'Rajdhani', sans-serif !important;
  font-size: 1.08rem !important;
  font-weight: 900 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  opacity: 1 !important;
  background: var(--primary-green, #26cd0d) !important;
  border: 1.5px solid var(--primary-green, #26cd0d) !important;
  border-radius: 50px !important;
  box-shadow: 0 0 25px rgba(38, 205, 13, 0.85) !important;
  overflow: hidden !important;
  z-index: 1;
  transition: color 0.55s ease, border-color 0.55s ease, box-shadow 0.55s ease !important;
  cursor: pointer;
}

.btn-partner-action::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: #000000 !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1) !important;
  z-index: -1 !important;
}

.btn-partner-action:hover::before {
  transform: scaleX(1) !important;
}

.btn-partner-action:hover {
  color: #ffffff !important;
  border-color: #3bf022 !important;
  box-shadow: 0 0 35px #3bf022 !important;
  transform: none !important;
}

.btn-partner-action:hover i {
  color: #ffffff !important;
  transition: color 0.55s ease;
}

/* ==========================================================================
   REMOVER CURSOR BÁSICO DEL NAVEGADOR EN CARDS DE STAFF TÉCNICO
/* FORZAR USO DEL CURSOR CUSTOM EN STAFF, FOTOS, TRAYECTORIA Y CORREOS SINO MOSTRAR PUNTERO BÁSICO DEL SO */
.staff-profile-card,
.staff-profile-card *,
.staff-card,
.staff-card *,
.staff-profile-info,
.staff-profile-info *,
.staff-avatar-box,
.staff-avatar-box *,
.staff-avatar-img,
.btn-staff-trajectory,
.btn-staff-trajectory *,
.ceo-email-btn,
.ceo-email-btn *,
.ceo-spotlight-card,
.ceo-spotlight-card *,
.ceo-img-wrapper,
.ceo-img {
  cursor: none !important;
}

/* ==========================================================================
   DESACTIVAR ANIMACIONES EN LOGO NAVBAR Y BOTÓN INICIAR SESIÓN (ACCESO/AUTH)
   ========================================================================== */

/* STRICT STATIC NO-EFFECTS NO-ANIMATION NAVBAR LOGO (PC & MOBILE) */
.protruding-logo,
.protruding-logo:hover,
.protruding-logo:active,
.protruding-logo:focus {
  transition: none !important;
  animation: none !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

@media (min-width: 769px) {
  .protruding-logo,
  .protruding-logo:hover,
  .protruding-logo:active,
  .protruding-logo:focus {
    position: relative !important;
    top: 10px !important;
    transform: none !important;
  }
}

.protruding-logo .logo-img,
.protruding-logo .logo-img:hover,
.protruding-logo .logo-img:active,
.protruding-logo .logo-img.protrude,
.protruding-logo .logo-img.protrude:hover,
.protruding-logo .logo-img.protrude:active,
.protruding-logo img,
.protruding-logo img:hover,
.protruding-logo img:active {
  transform: none !important;
  scale: 1 !important;
  transition: none !important;
  animation: none !important;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.75)) !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

@media (max-width: 768px) {
  .protruding-logo,
  .protruding-logo:hover,
  .protruding-logo:active,
  .protruding-logo:focus {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}

/* 2. DESACTIVAR CAMBIO DE TAMAÑO O POSICIÓN EN BOTÓN DE INICIAR SESIÓN (AUTH) */
.nav-auth-btn,
#btnOpenAuth,
.header-actions .nav-auth-btn,
.header-actions button {
  transform: none !important;
  scale: 1 !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin: 0 !important;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
}

.nav-auth-btn:hover,
#btnOpenAuth:hover,
.header-actions .nav-auth-btn:hover,
.header-actions button:hover {
  transform: none !important;
  scale: 1 !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin: 0 !important;
}

.footer-copy {
  font-size: 0.88rem;
  color: var(--text-muted, rgba(255, 255, 255, 0.65));
  font-family: var(--font-body, 'Inter', sans-serif);
  margin: 0;
}

.footer-privacy-link {
  color: var(--primary-green, #26cd0d);
  text-decoration: underline;
  transition: color 0.2s ease;
}

.footer-privacy-link:hover {
  color: #3bf022;
}

.footer-app-store {
  margin-top: 6px;
  display: flex;
  justify-content: center;
}

.google-play-btn-link {
  display: inline-block;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.google-play-btn-link:hover {
  transform: scale(1.06);
  filter: drop-shadow(0 0 25px rgba(59, 240, 34, 0.85));
}

.google-play-badge-img {
  height: 52px;
  width: auto;
  object-fit: contain;
  border-radius: 8px;
}

/* NOSOTROS HERO MASCOT IMAGE CIRCULAR CONTAINER */
.about-hero-image-box {
  width: 200px;
  height: 200px;
  min-width: 200px;
  border-radius: 50%;
  background: rgba(3, 12, 3, 0.85);
  border: 2.5px solid var(--primary-green, #26cd0d);
  box-shadow: 0 0 35px rgba(38, 205, 13, 0.6), inset 0 0 25px rgba(38, 205, 13, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-hero-image-box:hover {
  transform: scale(1.05);
  box-shadow: 0 0 50px rgba(59, 240, 34, 0.85), inset 0 0 35px rgba(59, 240, 34, 0.4);
}

.about-logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0 0 15px rgba(38, 205, 13, 0.5));
}

/* AFFILIATES SECTION INTEGRATED DECORATIVE MASCOT LAYOUT */
.affiliates-flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
}

.affiliates-info-side {
  flex: 1;
}

.affiliates-mascot-decorative {
  display: flex;
  align-items: center;
  justify-content: center;
}

.affiliate-mascot-card {
  width: 160px;
  height: 160px;
  border-radius: 24px;
  background: rgba(4, 14, 4, 0.9);
  border: 2px solid var(--primary-green, #26cd0d);
  box-shadow: 0 0 30px rgba(38, 205, 13, 0.5), inset 0 0 20px rgba(38, 205, 13, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
  animation: floatMascot 5s ease-in-out infinite alternate;
}

.affiliate-mascot-card:hover {
  transform: translateY(-8px) scale(1.06);
  box-shadow: 0 0 45px rgba(59, 240, 34, 0.8), inset 0 0 30px rgba(59, 240, 34, 0.35);
}

.affiliate-mascot-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  filter: drop-shadow(0 0 12px rgba(38, 205, 13, 0.6));
}

@media (max-width: 768px) {
  .affiliates-flex-wrapper {
    flex-direction: column;
    text-align: center;
  }
}

/* ==========================================================================
   ENTIRE SECTION & HEADING HERO-STYLE SLIDE-UP REVEAL ANIMATION
   ========================================================================== */
.section-title,
.section-header h2,
.roster-title,
.recruitment-header h3,
.affiliates-title,
.integrated-social-title,
.content-section:not(#nopastore),
.partnership-section,
.reclutamiento-fullwidth-section,
.unified-community-card,
.about-hero-card {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.95s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

.heading-revealed {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* SMOOTH SCROLL REVEAL ITEMS */
.scroll-reveal-item {
  opacity: 0;
  transform: translateY(35px) scale(0.97);
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

.scroll-reveal-item.is-revealed {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  transition-delay: var(--reveal-delay, 0s);
}

/* AMBIENT GLOW ORBS & BACKGROUND ENHANCEMENTS */
.ambient-glow-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  filter: blur(85px);
  opacity: 0.45;
  animation: orbPulseGlow 8s ease-in-out infinite alternate;
}

.orb-green-top {
  width: 500px;
  height: 500px;
  top: 10%;
  right: -100px;
  background: radial-gradient(circle, rgba(38, 205, 13, 0.4) 0%, rgba(0, 255, 136, 0.15) 50%, transparent 80%);
}

.orb-green-mid {
  width: 600px;
  height: 600px;
  top: 45%;
  left: -150px;
  background: radial-gradient(circle, rgba(59, 240, 34, 0.35) 0%, rgba(38, 205, 13, 0.12) 60%, transparent 85%);
  animation-delay: -3s;
}

.orb-green-bottom {
  width: 550px;
  height: 550px;
  bottom: 8%;
  right: -120px;
  background: radial-gradient(circle, rgba(38, 205, 13, 0.38) 0%, rgba(0, 255, 136, 0.12) 55%, transparent 80%);
  animation-delay: -5s;
}

@keyframes orbPulseGlow {
  0% {
    transform: scale(1) translateY(0);
    opacity: 0.35;
  }
  50% {
    transform: scale(1.15) translateY(-15px);
    opacity: 0.55;
  }
  100% {
    transform: scale(0.95) translateY(10px);
    opacity: 0.38;
  }
}

/* ==========================================================================
   ULTRA-PREMIUM ESPORTS SCROLL TO TOP FLOATING BUTTON
   ========================================================================== */
.scroll-top-btn {
  display: none !important;
}