:root {
  --bg: #061018;
  --surface: #0b1722;
  --surface-strong: #102435;
  --text: #eef4fa;
  --ink: #eef4fa;
  --muted: #8ea3b7;
  --line: rgba(174, 216, 255, 0.15);
  --brand: #6af0c7;
  --brand-dark: #2db78f;
  --accent: #6af0c7;
  --accent-soft: rgba(106, 240, 199, 0.12);
  --blue: #6aa8ff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --glow: 0 0 36px rgba(106, 240, 199, 0.18);
  --page-gutter: clamp(18px, 5vw, 64px);
}

body.pansolvs-product-theme {
  width: 100%;
  overflow-x: hidden;
  color: var(--text);
  background: #061018;
}

.pansolvs-product-theme main {
  width: 100%;
  max-width: none;
}

body.pansolvs-product-theme::before {
  background:
    radial-gradient(circle at 78% 12%, rgba(106, 168, 255, 0.16), transparent 27rem),
    radial-gradient(circle at 18% 28%, rgba(106, 240, 199, 0.09), transparent 24rem),
    linear-gradient(rgba(106, 168, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(106, 168, 255, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, #07131d 0%, #061018 48%, #030a11 100%);
  background-position: center;
  background-size: auto, auto, 88px 88px, 88px 88px, auto;
  filter: none;
}

body.pansolvs-product-theme::after {
  background:
    linear-gradient(115deg, transparent 0 48%, rgba(106, 240, 199, 0.04) 49%, transparent 50% 100%),
    radial-gradient(ellipse at 50% 0%, rgba(106, 168, 255, 0.08), transparent 54%);
  opacity: 1;
  animation: none;
}

.pansolvs-product-theme .initial-page-loader-inner {
  color: var(--text);
}

.pansolvs-product-theme .js.page-config-loading .initial-page-loader,
.pansolvs-product-theme .initial-page-loader {
  background: #061018;
}

.pansolvs-product-theme .nav-bar {
  justify-content: space-between;
  gap: 28px;
  padding-inline: var(--page-gutter);
  background: rgba(4, 11, 18, 0.84);
  border-bottom: 1px solid rgba(174, 216, 255, 0.12);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.pansolvs-product-theme .nav-bar.is-scrolled {
  opacity: 1;
  background: rgba(4, 11, 18, 0.94);
}

.pansolvs-product-theme .brand {
  width: auto;
  height: auto;
  gap: 11px;
  justify-content: flex-start;
  filter: none;
  animation: none;
}

.product-brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(106, 240, 199, 0.46);
  border-radius: 12px 4px 12px 4px;
  color: #061018;
  background: linear-gradient(145deg, #a1ffe2, #6af0c7 56%, #6aa8ff);
  font-family: var(--display-font);
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  box-shadow: 0 0 28px rgba(106, 240, 199, 0.16);
}

.product-brand-copy {
  display: grid;
  line-height: 1;
}

.product-brand-copy strong {
  color: var(--text);
  font-family: var(--display-font);
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.product-brand-copy small {
  margin-top: 4px;
  color: var(--accent);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pansolvs-product-theme .brand img.pansolvs-header-logo {
  display: block;
  flex: 0 0 auto;
  width: 142px;
  height: 36px;
  max-width: 142px;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 0 12px rgba(0, 184, 255, 0.2));
}

.pansolvs-product-theme .site-nav {
  margin-left: auto;
}

html:not(.product-preview-route) .pansolvs-product-theme .site-nav > :not(.landing-back-link):not(.marketing-app-link) {
  display: none !important;
}

html:not(.product-preview-route) .pansolvs-product-theme .site-nav .marketing-app-link {
  color: #061018;
  border-color: rgba(106, 240, 199, 0.38);
  background: var(--accent);
}

.pansolvs-product-theme .site-nav .app-route-link {
  display: none;
}

html.product-preview-route .pansolvs-product-theme .site-nav > :not(.app-route-link) {
  display: none !important;
}

html.product-preview-route .pansolvs-product-theme .site-nav .app-route-link {
  display: inline-flex !important;
}

html.product-preview-route .pansolvs-product-theme .site-nav {
  gap: 3px;
}

html.product-preview-route .pansolvs-product-theme .site-nav .app-route-link {
  padding-inline: 10px;
  font-size: 0.64rem;
}

html.product-preview-route .pansolvs-product-theme .site-nav .product-nav-link {
  color: #061018;
  border-color: rgba(106, 240, 199, 0.38);
  background: var(--accent);
}

html.product-preview-route .pansolvs-product-theme .site-nav .app-admin-link {
  color: #061018;
  border-color: rgba(106, 240, 199, 0.42);
  background: linear-gradient(135deg, #65ecc4, #68dfe3);
  box-shadow: 0 8px 24px rgba(101, 236, 196, 0.12);
}

html.product-preview-route .pansolvs-product-theme .site-nav .app-back-link {
  color: rgba(238, 244, 250, 0.7);
  border-color: rgba(174, 216, 255, 0.16);
  background: rgba(8, 20, 30, 0.56);
}

.pansolvs-product-theme .mobile-header-title {
  display: none;
}

.pansolvs-product-theme .nav-menu-button,
.pansolvs-product-theme .site-nav a {
  color: rgba(238, 244, 250, 0.72);
  border: 1px solid transparent;
  background: transparent;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.73rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pansolvs-product-theme .site-nav a:is(:hover, .is-current),
.pansolvs-product-theme .nav-menu-button:hover,
.pansolvs-product-theme .nav-item.is-open > .nav-menu-button {
  color: #061018;
  background: var(--accent);
  box-shadow: 0 10px 28px rgba(106, 240, 199, 0.16);
}

.pansolvs-product-theme .site-nav .product-nav-link {
  border-color: rgba(174, 216, 255, 0.16);
  background: rgba(8, 20, 30, 0.56);
}

.pansolvs-product-theme .site-nav .product-nav-link:last-of-type {
  border: 1px solid rgba(106, 240, 199, 0.34);
  color: #061018;
  background: var(--accent);
}

.pansolvs-product-theme .dropdown {
  background: rgba(5, 14, 22, 0.98);
  border-color: rgba(174, 216, 255, 0.16);
}

.pansolvs-product-theme .live-match-bar {
  background: rgba(4, 11, 18, 0.96);
  border-bottom-color: rgba(106, 240, 199, 0.18);
}

.pansolvs-product-theme .home {
  padding: 0;
}

body.pansolvs-product-theme[data-current-view="home"] .site-footer {
  display: none;
}

html.product-preview-route .site-footer {
  display: none !important;
}

.pansolvs-product-theme .home > .home-carousel-section,
.pansolvs-product-theme .home > .home-stats-section,
.pansolvs-product-theme .home > .home-vertical-promo-section,
.pansolvs-product-theme .home > .home-venues-section,
.pansolvs-product-theme .home > .home-standings-section,
.pansolvs-product-theme .home > .home-cup-bracket-section,
.pansolvs-product-theme .home > .home-final-phase-bracket-section,
.pansolvs-product-theme .home > .home-rules-summary,
.pansolvs-product-theme .home > .home-contact-section {
  display: none !important;
}

.product-landing {
  position: relative;
  overflow: hidden;
}

.product-landing h1,
.product-landing h2,
.product-landing h3,
.product-landing p {
  margin: 0;
}

.product-hero {
  position: relative;
  min-height: calc(100vh - var(--nav-height));
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  align-items: center;
  gap: clamp(42px, 6vw, 96px);
  padding: clamp(70px, 9vh, 112px) var(--page-gutter) clamp(76px, 9vh, 112px);
  isolation: isolate;
}

.product-hero::before {
  content: "";
  position: absolute;
  inset: auto var(--page-gutter) 3%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(174, 216, 255, 0.18), transparent);
}

.product-hero-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.64;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(106, 168, 255, 0.08) 50%, transparent 50.2%),
    linear-gradient(transparent 49.8%, rgba(106, 168, 255, 0.06) 50%, transparent 50.2%);
  background-size: 180px 180px;
  mask-image: linear-gradient(180deg, #000, transparent 92%);
}

.product-hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(14px);
  pointer-events: none;
}

.product-hero-glow-one {
  top: 14%;
  right: 8%;
  width: min(38vw, 620px);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(24, 94, 255, 0.2), transparent 68%);
}

.product-hero-glow-two {
  left: 8%;
  bottom: 8%;
  width: min(28vw, 440px);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(106, 240, 199, 0.1), transparent 70%);
}

.product-hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  max-width: 680px;
}

.product-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(238, 244, 250, 0.64);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.product-eyebrow span {
  width: 8px;
  height: 8px;
  background: var(--accent);
  box-shadow: 0 0 16px rgba(106, 240, 199, 0.4);
}

.product-hero h1 {
  max-width: 760px;
  margin-top: 22px;
  color: var(--text);
  font-size: clamp(4.2rem, 6.6vw, 8rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.product-hero h1 em {
  color: transparent;
  background: linear-gradient(90deg, var(--accent), #79d9ff 62%, #6aa8ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}

.product-hero h1 em span {
  display: inline;
}

.product-hero-lead {
  max-width: 610px;
  margin-top: 28px !important;
  color: rgba(238, 244, 250, 0.68);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.72;
}

.product-hero-actions,
.product-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.product-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.product-button:hover {
  transform: translateY(-2px);
}

.product-button-primary {
  color: #061018;
  background: var(--accent);
  box-shadow: 0 16px 38px rgba(106, 240, 199, 0.16);
}

.product-button-primary:hover {
  background: #a8ffe4;
  box-shadow: 0 18px 44px rgba(106, 240, 199, 0.22);
}

.product-button-secondary {
  color: var(--text);
  border-color: rgba(174, 216, 255, 0.22);
  background: rgba(8, 18, 28, 0.56);
}

.product-button-secondary:hover {
  border-color: rgba(106, 240, 199, 0.52);
  background: rgba(106, 240, 199, 0.08);
}

.product-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 28px;
  color: rgba(238, 244, 250, 0.48);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-proof span {
  position: relative;
  padding-left: 13px;
}

.product-proof span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  background: var(--accent);
  transform: translateY(-50%);
}

.product-hero-visual {
  position: relative;
  min-height: 600px;
  display: grid;
  align-items: center;
  perspective: 1400px;
}

.product-console {
  position: relative;
  width: min(100%, 720px);
  margin-left: auto;
  padding: 18px;
  border: 1px solid rgba(174, 216, 255, 0.18);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(12, 28, 42, 0.96), rgba(5, 14, 23, 0.94));
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.44), 0 0 70px rgba(61, 120, 255, 0.1);
  transform: rotateY(-7deg) rotateX(2deg);
}

.product-console::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(106, 240, 199, 0.32), transparent 30%, transparent 70%, rgba(106, 168, 255, 0.22));
  filter: blur(1px);
}

.product-console-bar,
.product-admin-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(238, 244, 250, 0.54);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-console-brand,
.product-live-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.product-console-brand i,
.product-live-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px rgba(106, 240, 199, 0.5);
}

.product-live-status {
  color: #ff8f8f;
}

.product-live-status i {
  background: #ff6868;
  box-shadow: 0 0 12px rgba(255, 104, 104, 0.7);
  animation: productLivePulse 1.4s ease-in-out infinite;
}

.product-scoreboard {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  padding: 26px;
  border: 1px solid rgba(174, 216, 255, 0.12);
  border-radius: 16px;
  background: rgba(2, 8, 14, 0.48);
}

.product-scoreboard > div {
  display: grid;
  gap: 6px;
}

.product-scoreboard > div:last-child {
  text-align: right;
}

.product-scoreboard span {
  color: rgba(238, 244, 250, 0.42);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-scoreboard strong {
  color: var(--text);
  font-size: clamp(0.8rem, 1vw, 1rem);
}

.product-scoreboard > b {
  min-width: 150px;
  color: var(--text);
  font-family: var(--display-font);
  font-size: clamp(2.6rem, 4vw, 4.2rem);
  line-height: 0.8;
  text-align: center;
}

.product-scoreboard b small {
  display: block;
  margin: 10px auto 0;
  color: var(--accent);
  font-family: Inter, Arial, sans-serif;
  font-size: 0.57rem;
  letter-spacing: 0.14em;
}

.product-console-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.product-console-stats article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(174, 216, 255, 0.1);
  border-radius: 12px;
  background: rgba(8, 20, 30, 0.68);
}

.product-console-stats span {
  color: rgba(238, 244, 250, 0.5);
  font-size: 0.65rem;
}

.product-console-stats strong {
  color: var(--text);
  font-size: 0.78rem;
}

.product-console-stats i {
  grid-column: 1 / -1;
  height: 3px;
  overflow: hidden;
  border-radius: 3px;
  background: rgba(174, 216, 255, 0.1);
}

.product-console-stats i::before {
  content: "";
  display: block;
  width: var(--value);
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--blue));
}

.product-table-preview {
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid rgba(174, 216, 255, 0.1);
  border-radius: 12px;
}

.product-table-preview > div {
  min-height: 42px;
  display: grid;
  grid-template-columns: 1fr 42px 42px;
  align-items: center;
  padding: 0 14px;
  border-bottom: 1px solid rgba(174, 216, 255, 0.08);
  color: rgba(238, 244, 250, 0.72);
  font-size: 0.67rem;
}

.product-table-preview > div:last-child {
  border-bottom: 0;
}

.product-table-preview .product-table-head {
  min-height: 34px;
  color: rgba(238, 244, 250, 0.34);
  background: rgba(174, 216, 255, 0.035);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-table-preview span b {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  margin-right: 10px;
  border-radius: 6px;
  color: #061018;
  background: var(--accent);
  font-size: 0.58rem;
}

.product-table-preview strong,
.product-table-preview small {
  text-align: center;
}

.product-table-preview small {
  color: var(--accent);
}

.product-referee-phone {
  position: absolute;
  right: -24px;
  bottom: -22px;
  width: 210px;
  padding: 13px;
  border: 1px solid rgba(106, 240, 199, 0.28);
  border-radius: 24px;
  background: rgba(5, 15, 23, 0.97);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48), 0 0 38px rgba(106, 240, 199, 0.1);
  transform: rotate(3deg);
}

.product-phone-top {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(238, 244, 250, 0.65);
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-phone-top i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.product-phone-top b {
  margin-left: auto;
  color: #ff7777;
  font-size: 0.52rem;
}

.product-phone-score {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 5px;
  margin-top: 13px;
  padding: 15px 8px;
  border-radius: 12px;
  background: rgba(106, 168, 255, 0.08);
  text-align: center;
}

.product-phone-score span {
  color: rgba(238, 244, 250, 0.42);
  font-size: 0.52rem;
}

.product-phone-score strong {
  font-family: var(--display-font);
  font-size: 1.25rem;
}

.product-phone-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-top: 8px;
}

.product-phone-actions span {
  min-height: 35px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(174, 216, 255, 0.12);
  border-radius: 8px;
  color: rgba(238, 244, 250, 0.62);
  font-size: 0.5rem;
  font-weight: 800;
}

.product-referee-phone button {
  width: 100%;
  min-height: 36px;
  margin-top: 8px;
  border: 0;
  border-radius: 9px;
  color: #061018;
  background: var(--accent);
  font-size: 0.55rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-modules,
.product-control,
.product-faq,
.product-demo,
.product-contact-cta {
  width: calc(100% - var(--page-gutter) - var(--page-gutter));
  margin: 0 auto;
}

.product-modules {
  padding: clamp(90px, 11vw, 160px) 0;
  scroll-margin-top: calc(var(--nav-height) + 24px);
}

.product-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.7fr);
  gap: 16px 70px;
  align-items: end;
  margin-bottom: 46px;
}

.product-section-heading .product-eyebrow {
  grid-column: 1 / -1;
}

.product-section-heading h2,
.product-control h2,
.product-contact-cta h2 {
  color: var(--text);
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.product-section-heading > p:last-child,
.product-control-copy > p,
.product-contact-cta > p {
  color: rgba(238, 244, 250, 0.6);
  font-size: 1rem;
  line-height: 1.7;
}

.product-modules-accordion {
  display: grid;
  gap: 10px;
}

.product-module-item {
  overflow: hidden;
  border: 1px solid rgba(174, 216, 255, 0.14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 15%, rgba(106, 168, 255, 0.08), transparent 28%),
    linear-gradient(145deg, rgba(14, 31, 45, 0.8), rgba(5, 14, 22, 0.88));
  transition: border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.product-module-item[open] {
  border-color: rgba(106, 240, 199, 0.38);
  background:
    radial-gradient(circle at 82% 18%, rgba(106, 240, 199, 0.09), transparent 30%),
    linear-gradient(145deg, rgba(12, 33, 44, 0.96), rgba(4, 13, 21, 0.98));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.3);
}

.product-module-item summary {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 48px;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  min-height: 124px;
  padding: 22px clamp(22px, 3vw, 42px);
  list-style: none;
  cursor: pointer;
  user-select: none;
}

.product-module-item summary::-webkit-details-marker {
  display: none;
}

.product-module-item summary::after {
  content: "";
  position: absolute;
  right: clamp(86px, 8vw, 126px);
  bottom: 0;
  left: clamp(108px, 9vw, 146px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(174, 216, 255, 0.14), transparent);
  opacity: 0;
}

.product-module-item[open] summary::after {
  opacity: 1;
}

.product-module-number {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(106, 240, 199, 0.28);
  border-radius: 16px;
  color: var(--accent);
  background: rgba(106, 240, 199, 0.07);
  font-family: var(--display-font);
  font-size: 1rem;
  font-weight: 900;
}

.product-module-summary-copy {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(260px, 1fr);
  align-items: center;
  gap: clamp(20px, 4vw, 76px);
}

.product-module-summary-copy strong {
  color: var(--text);
  font-family: var(--display-font);
  font-size: clamp(1.8rem, 3vw, 3.25rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.product-module-summary-copy small {
  max-width: 520px;
  color: rgba(238, 244, 250, 0.56);
  font-size: 0.92rem;
  line-height: 1.58;
}

.product-module-toggle {
  position: relative;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  justify-self: end;
  border: 1px solid rgba(106, 240, 199, 0.3);
  border-radius: 50%;
  background: rgba(106, 240, 199, 0.06);
}

.product-module-toggle::before,
.product-module-toggle::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: var(--accent);
  transition: transform 0.24s ease;
}

.product-module-toggle::after {
  transform: rotate(90deg);
}

.product-module-item[open] .product-module-toggle::after {
  transform: rotate(0deg);
}

.product-module-content {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(480px, 1.28fr);
  align-items: center;
  gap: clamp(34px, 6vw, 88px);
  padding: 8px clamp(22px, 3vw, 42px) clamp(28px, 4vw, 48px) clamp(104px, 9vw, 144px);
}

.product-module-copy > p {
  color: rgba(238, 244, 250, 0.7);
  font-size: 0.98rem;
  line-height: 1.72;
}

.product-module-copy ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.product-module-copy li {
  position: relative;
  padding-left: 22px;
  color: rgba(238, 244, 250, 0.58);
  font-size: 0.84rem;
  line-height: 1.5;
}

.product-module-copy li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(106, 240, 199, 0.45);
}

.product-module-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding: 13px 18px;
  border: 1px solid rgba(106, 240, 199, 0.3);
  border-radius: 8px;
  color: var(--accent);
  background: rgba(106, 240, 199, 0.06);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.product-module-copy > a:hover {
  color: #061018;
  background: var(--accent);
  transform: translateY(-2px);
}

.product-module-copy > a i {
  font-size: 1rem;
  font-style: normal;
}

.professional-mark {
  position: relative;
  width: 16px;
  height: 9px;
  display: inline-block;
}

.professional-mark::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: translateY(-50%);
}

.professional-mark::after {
  position: absolute;
  top: 1px;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.professional-mark.external {
  transform: rotate(-45deg);
}

.product-module-visual {
  position: relative;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(106, 240, 199, 0.16);
  border-radius: 16px;
  background: #030b13;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.3);
}

.product-module-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 54px rgba(3, 11, 19, 0.42);
}

.product-module-visual img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  display: block;
  object-fit: cover;
}

.product-custom-module {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 1.05fr);
  align-items: center;
  gap: clamp(42px, 7vw, 110px);
  margin-top: 28px;
  padding: clamp(34px, 5vw, 72px);
  overflow: hidden;
  border: 1px solid rgba(106, 240, 199, 0.3);
  border-radius: 22px;
  background:
    radial-gradient(circle at 4% 100%, rgba(106, 240, 199, 0.14), transparent 38%),
    radial-gradient(circle at 100% 0%, rgba(106, 168, 255, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(11, 31, 42, 0.97), rgba(3, 11, 18, 0.98));
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.26);
}

.product-custom-module::before {
  content: "07";
  position: absolute;
  top: 22px;
  right: 30px;
  color: rgba(238, 244, 250, 0.08);
  font-family: var(--display-font);
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 900;
  line-height: 1;
}

.product-custom-module-copy,
.product-custom-module-description {
  position: relative;
  z-index: 1;
}

.product-custom-module-copy h3 {
  max-width: 620px;
  margin: 0;
  color: var(--text);
  font-family: var(--display-font);
  font-size: clamp(3rem, 5.3vw, 5.8rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.product-custom-module-description {
  max-width: 590px;
  margin: 0;
  color: rgba(238, 244, 250, 0.64);
  font-size: 0.96rem;
  line-height: 1.72;
}

.product-control {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(520px, 1.28fr);
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
  padding: clamp(70px, 9vw, 130px) 0;
  border-top: 1px solid rgba(174, 216, 255, 0.12);
}

.product-control-copy > h2 {
  margin-top: 18px;
}

.product-control-copy > p {
  margin-top: 22px;
}

.product-control-copy ul {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid rgba(174, 216, 255, 0.12);
  list-style: none;
}

.product-control-copy li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: start;
  padding: 17px 0;
  border-bottom: 1px solid rgba(174, 216, 255, 0.1);
  color: rgba(238, 244, 250, 0.6);
  font-size: 0.84rem;
  line-height: 1.5;
}

.product-control-copy li i {
  color: var(--accent);
  font-style: normal;
  font-weight: 800;
}

.product-control-copy li strong {
  color: var(--text);
}

.product-control-copy .product-button {
  margin-top: 28px;
}

.product-faq {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(50px, 8vw, 130px);
  padding: clamp(84px, 10vw, 145px) 0;
  border-top: 1px solid rgba(174, 216, 255, 0.12);
}

.product-faq-heading {
  align-self: start;
  position: sticky;
  top: calc(var(--nav-height) + 36px);
}

.product-faq-heading h2 {
  max-width: 650px;
  margin-top: 18px;
  color: var(--text);
  font-family: var(--display-font);
  font-size: clamp(3rem, 5vw, 5.4rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.product-faq-heading > p:last-child {
  max-width: 520px;
  margin-top: 24px;
  color: rgba(238, 244, 250, 0.6);
  font-size: 0.96rem;
  line-height: 1.7;
}

.product-faq-list {
  display: grid;
  border-top: 1px solid rgba(174, 216, 255, 0.16);
}

.product-faq-list details {
  border-bottom: 1px solid rgba(174, 216, 255, 0.16);
}

.product-faq-list summary {
  min-height: 92px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  gap: 24px;
  align-items: center;
  padding: 22px 4px;
  color: var(--text);
  cursor: pointer;
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  font-weight: 750;
  line-height: 1.35;
  list-style: none;
}

.product-faq-list summary::-webkit-details-marker {
  display: none;
}

.product-faq-list summary span {
  position: relative;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(106, 240, 199, 0.28);
  border-radius: 50%;
}

.product-faq-list summary span::before,
.product-faq-list summary span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: var(--accent);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.product-faq-list summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.product-faq-list details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.product-faq-list details > p {
  max-width: 760px;
  margin: -4px 0 0;
  padding: 0 58px 28px 4px;
  color: rgba(238, 244, 250, 0.62);
  font-size: 0.92rem;
  line-height: 1.75;
}

.product-admin-preview {
  min-height: 510px;
  display: grid;
  grid-template-columns: 170px 1fr;
  overflow: hidden;
  border: 1px solid rgba(174, 216, 255, 0.16);
  border-radius: 24px;
  background: rgba(5, 14, 22, 0.92);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.38);
  transform: perspective(1400px) rotateY(5deg);
}

.product-admin-sidebar {
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 28px 14px;
  border-right: 1px solid rgba(174, 216, 255, 0.1);
  background: rgba(3, 10, 17, 0.72);
}

.product-admin-sidebar::before {
  content: "AF / ADMIN";
  margin: 0 10px 24px;
  color: var(--accent);
  font-family: var(--display-font);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.product-admin-sidebar span {
  padding: 11px 12px;
  border-radius: 8px;
  color: rgba(238, 244, 250, 0.42);
  font-size: 0.68rem;
  font-weight: 800;
}

.product-admin-sidebar span.is-active {
  color: #061018;
  background: var(--accent);
}

.product-admin-main {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 16px;
  padding: 26px;
}

.product-admin-heading b {
  color: var(--accent);
}

.product-admin-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.product-admin-metrics article {
  display: grid;
  gap: 5px;
  padding: 16px;
  border: 1px solid rgba(174, 216, 255, 0.1);
  border-radius: 12px;
  background: rgba(9, 22, 32, 0.7);
}

.product-admin-metrics span,
.product-admin-metrics small {
  color: rgba(238, 244, 250, 0.4);
  font-size: 0.58rem;
}

.product-admin-metrics strong {
  color: var(--text);
  font-family: var(--display-font);
  font-size: 1.8rem;
}

.product-admin-chart {
  min-height: 220px;
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 22px 20px 0;
  border: 1px solid rgba(174, 216, 255, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(rgba(174, 216, 255, 0.045) 1px, transparent 1px),
    rgba(5, 14, 22, 0.64);
  background-size: 100% 25%;
}

.product-admin-chart span {
  flex: 1;
  height: var(--bar);
  min-height: 12px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, var(--accent), rgba(106, 168, 255, 0.55));
  box-shadow: 0 0 16px rgba(106, 240, 199, 0.08);
}

.product-admin-activity {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-admin-activity span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(174, 216, 255, 0.1);
  border-radius: 8px;
  color: rgba(238, 244, 250, 0.46);
  font-size: 0.56rem;
}

.product-admin-activity i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}

.product-contact-cta {
  min-height: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 5vw;
  padding: clamp(70px, 8vw, 118px) 5vw;
  overflow: hidden;
  border: 1px solid rgba(106, 240, 199, 0.2);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 118%, rgba(106, 240, 199, 0.17), transparent 42%),
    radial-gradient(circle at 86% 8%, rgba(106, 168, 255, 0.14), transparent 30%),
    linear-gradient(145deg, rgba(12, 31, 42, 0.94), rgba(4, 12, 19, 0.96));
  text-align: center;
}

.product-contact-cta h2 {
  max-width: 980px;
  margin-top: 22px;
}

.product-contact-cta > p {
  max-width: 720px;
  margin-top: 22px;
}

.product-contact-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 30px;
}

.product-contact-benefits span {
  padding: 9px 13px;
  border: 1px solid rgba(106, 240, 199, 0.2);
  border-radius: 999px;
  color: rgba(238, 244, 250, 0.72);
  background: rgba(106, 240, 199, 0.05);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-contact-actions {
  margin-top: 34px;
}

.product-demo {
  display: grid;
  gap: 18px;
  padding: clamp(90px, 10vw, 150px) 0 max(5vw, 74px);
  scroll-margin-top: calc(var(--nav-height) + 24px);
}

html:not(.product-preview-route) .product-demo {
  display: none;
}

html.product-preview-route :is(.product-hero, .product-modules, .product-control, .product-faq, .product-marketing-cta) {
  display: none;
}

html.product-preview-route .product-demo > :not(.product-app-overview):not(.product-app-shortcuts):not(.app-managed-dashboard) {
  display: none !important;
}

html.product-preview-route .product-demo {
  width: calc(100% - var(--page-gutter) - var(--page-gutter));
  padding-bottom: clamp(48px, 6vw, 84px);
}

.pansolvs-product-theme .section {
  padding-inline: var(--page-gutter);
}

.app-managed-dashboard {
  display: grid;
  gap: 22px;
  margin-top: 12px;
}

.app-managed-card {
  overflow: hidden;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid rgba(174, 216, 255, 0.13);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 0%, rgba(106, 168, 255, 0.09), transparent 34%),
    linear-gradient(145deg, rgba(10, 27, 39, 0.96), rgba(4, 14, 22, 0.97));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.app-managed-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.app-managed-heading h2,
.app-contact-copy h2 {
  margin: 8px 0 0;
  color: var(--text);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.95;
  text-transform: uppercase;
}

.app-managed-heading label {
  display: grid;
  min-width: min(330px, 100%);
  gap: 7px;
  color: rgba(238, 244, 250, 0.55);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.app-managed-heading select,
.app-contact-form input,
.app-contact-form select,
.app-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(174, 216, 255, 0.16);
  border-radius: 10px;
  color: var(--text);
  background: rgba(3, 12, 19, 0.78);
  outline: none;
}

.app-managed-heading select {
  min-height: 44px;
  padding: 0 13px;
}

.app-ranking-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.app-ranking-tabs button {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(174, 216, 255, 0.15);
  border-radius: 9px;
  color: rgba(238, 244, 250, 0.66);
  background: rgba(3, 12, 19, 0.54);
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.app-ranking-tabs button.is-active {
  color: #04100d;
  border-color: var(--accent);
  background: var(--accent);
}

.app-managed-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(174, 216, 255, 0.1);
  border-radius: 14px;
}

.app-managed-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.app-managed-table th,
.app-managed-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(174, 216, 255, 0.08);
  text-align: left;
}

.app-managed-table th {
  color: rgba(238, 244, 250, 0.42);
  background: rgba(255, 255, 255, 0.018);
  font-size: 0.64rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.app-managed-table td {
  color: rgba(238, 244, 250, 0.76);
  font-size: 0.84rem;
}

.app-managed-table td strong,
.app-managed-table td a {
  color: var(--text);
}

.app-managed-table td a {
  text-decoration: none;
}

.app-managed-table td a:hover {
  color: var(--accent);
}

.app-ranking-card {
  --zone-champions: 45, 126, 255;
  --zone-europa: 255, 144, 38;
  --zone-conference: 76, 207, 99;
}

.app-ranking-card .app-ranking-tabs {
  margin-bottom: 12px;
}

.app-ranking-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.app-ranking-legend.is-hidden {
  display: none;
}

.app-qualification-legend-item {
  --zone-rgb: var(--zone-champions);
  display: grid;
  grid-template-columns: 26px auto;
  grid-template-areas:
    "logo label"
    "logo slots";
  align-items: center;
  gap: 1px 9px;
  min-height: 48px;
  padding: 7px 13px 7px 9px;
  border: 1px solid rgba(var(--zone-rgb), 0.26);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(var(--zone-rgb), 0.12), rgba(4, 15, 23, 0.68));
}

.app-qualification-legend-item.is-europa {
  --zone-rgb: var(--zone-europa);
}

.app-qualification-legend-item.is-conference {
  --zone-rgb: var(--zone-conference);
}

.app-qualification-legend-item img {
  grid-area: logo;
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(var(--zone-rgb), 0.38));
}

.app-qualification-legend-item span {
  grid-area: label;
  color: var(--text);
  font-size: 0.67rem;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.app-qualification-legend-item strong {
  grid-area: slots;
  color: rgba(238, 244, 250, 0.48);
  font-size: 0.57rem;
  font-weight: 750;
}

.app-ranking-card .app-managed-table-wrap {
  padding: 6px;
  border-color: rgba(174, 216, 255, 0.13);
  border-radius: 17px;
  background: rgba(1, 9, 15, 0.46);
  scrollbar-color: rgba(106, 240, 199, 0.5) rgba(174, 216, 255, 0.06);
}

.app-ranking-card .app-managed-table {
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0 6px;
}

.app-ranking-card .app-managed-table th {
  padding: 8px 14px 9px;
  border: 0;
  color: rgba(238, 244, 250, 0.44);
  background: transparent;
  font-size: 0.6rem;
}

.app-ranking-card .app-managed-table th:nth-child(n + 4),
.app-ranking-card .app-managed-table td:nth-child(n + 4) {
  text-align: center;
}

.app-ranking-card .app-managed-table tbody tr {
  --zone-rgb: 174, 216, 255;
  position: relative;
  transition: transform 160ms ease, filter 160ms ease;
}

.app-ranking-card .app-managed-table tbody tr.qualification-champions {
  --zone-rgb: var(--zone-champions);
}

.app-ranking-card .app-managed-table tbody tr.qualification-europa {
  --zone-rgb: var(--zone-europa);
}

.app-ranking-card .app-managed-table tbody tr.qualification-conference {
  --zone-rgb: var(--zone-conference);
}

.app-ranking-card .app-managed-table tbody tr:hover {
  filter: brightness(1.1);
  transform: translateX(3px);
}

.app-ranking-card .app-managed-table td {
  height: 66px;
  padding: 9px 14px;
  border-top: 1px solid rgba(var(--zone-rgb), 0.13);
  border-bottom: 1px solid rgba(var(--zone-rgb), 0.13);
  background:
    linear-gradient(90deg, rgba(var(--zone-rgb), 0.075), transparent 42%),
    rgba(7, 23, 34, 0.92);
  font-size: 0.79rem;
}

.app-ranking-card .app-managed-table td:first-child {
  border-left: 4px solid rgba(var(--zone-rgb), 0.9);
  border-radius: 11px 0 0 11px;
}

.app-ranking-card .app-managed-table td:last-child {
  border-right: 1px solid rgba(var(--zone-rgb), 0.13);
  border-radius: 0 11px 11px 0;
}

.app-ranking-position {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: rgb(var(--zone-rgb));
  border: 1px solid rgba(var(--zone-rgb), 0.25);
  border-radius: 10px;
  background: rgba(var(--zone-rgb), 0.08);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.app-ranking-team-link {
  display: inline-grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.app-ranking-team-link > span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.app-ranking-team-link strong {
  overflow: hidden;
  font-size: 0.85rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-ranking-team-link small {
  color: rgba(238, 244, 250, 0.4);
  font-size: 0.59rem;
  font-weight: 650;
}

.app-ranking-crest {
  width: 42px;
  height: 42px;
  padding: 3px;
  object-fit: contain;
  border: 1px solid rgba(var(--zone-rgb), 0.18);
  border-radius: 12px;
  background: rgba(1, 8, 13, 0.72);
  filter: drop-shadow(0 6px 9px rgba(0, 0, 0, 0.24));
}

.app-ranking-crest.is-placeholder {
  display: grid;
  place-items: center;
  color: var(--accent);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
}

.app-qualification-badge {
  --badge-rgb: 174, 216, 255;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 5px 10px 5px 7px;
  color: rgb(var(--badge-rgb));
  border: 1px solid rgba(var(--badge-rgb), 0.24);
  border-radius: 999px;
  background: rgba(var(--badge-rgb), 0.075);
  font-size: 0.61rem;
  font-weight: 850;
  white-space: nowrap;
  text-transform: uppercase;
}

.app-qualification-badge.is-champions {
  --badge-rgb: var(--zone-champions);
}

.app-qualification-badge.is-europa {
  --badge-rgb: var(--zone-europa);
}

.app-qualification-badge.is-conference {
  --badge-rgb: var(--zone-conference);
}

.app-qualification-badge.is-none {
  color: rgba(238, 244, 250, 0.35);
}

.app-qualification-badge img {
  width: 21px;
  height: 21px;
  object-fit: contain;
  filter: drop-shadow(0 0 7px rgba(var(--badge-rgb), 0.35));
}

.app-ranking-points {
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  min-height: 34px;
  padding: 0 8px;
  color: var(--text) !important;
  border: 1px solid rgba(106, 240, 199, 0.2);
  border-radius: 10px;
  background: rgba(106, 240, 199, 0.07);
  font-size: 0.88rem;
}

.app-ranking-difference {
  color: rgba(238, 244, 250, 0.68);
  font-weight: 800;
}

.app-ranking-difference.is-positive {
  color: var(--accent);
}

.app-ranking-difference.is-negative {
  color: #ff7b82;
}

.app-mobile-standings {
  display: none;
}

.app-ranking-card > .app-ranking-legend {
  display: none;
}

.app-ranking-card .app-mobile-standings:not(.is-hidden) {
  display: block;
}

.app-ranking-card .app-managed-table-wrap[data-ranking-mode="teams"] {
  display: none;
}

@media (max-width: 720px) {
  .app-ranking-legend {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .app-qualification-legend-item {
    grid-template-columns: 24px minmax(0, 1fr);
    min-width: 0;
    padding-right: 8px;
  }

  .app-qualification-legend-item span,
  .app-qualification-legend-item strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .app-ranking-card .app-managed-table-wrap {
    overflow-x: hidden;
    padding: 4px;
  }

  .app-ranking-card .app-managed-table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }

  .app-ranking-card .app-managed-table th,
  .app-ranking-card .app-managed-table td {
    padding-inline: 5px;
  }

  .app-ranking-card .app-managed-table-wrap[data-ranking-mode="teams"] :is(th, td):nth-child(n + 5) {
    display: none;
  }

  .app-ranking-card .app-managed-table-wrap[data-ranking-mode="teams"] :is(th, td):nth-child(1) {
    width: 44px;
  }

  .app-ranking-card .app-managed-table-wrap[data-ranking-mode="teams"] :is(th, td):nth-child(3) {
    width: 48px;
    text-align: center;
  }

  .app-ranking-card .app-managed-table-wrap[data-ranking-mode="teams"] th:nth-child(3) {
    overflow: hidden;
    font-size: 0;
  }

  .app-ranking-card .app-managed-table-wrap[data-ranking-mode="teams"] th:nth-child(3)::after {
    content: "Plaza";
    font-size: 0.52rem;
    letter-spacing: 0.04em;
  }

  .app-ranking-card .app-managed-table-wrap[data-ranking-mode="teams"] :is(th, td):nth-child(4) {
    width: 46px;
    text-align: center;
  }

  .app-ranking-team-link {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
    min-width: 0;
    width: 100%;
  }

  .app-ranking-crest {
    width: 34px;
    height: 34px;
    border-radius: 9px;
  }

  .app-ranking-team-link strong {
    font-size: 0.76rem;
    white-space: normal;
  }

  .app-ranking-team-link small {
    display: none;
  }

  .app-ranking-card .app-qualification-badge {
    width: 31px;
    min-height: 31px;
    justify-content: center;
    padding: 4px;
  }

  .app-ranking-card .app-qualification-badge > span {
    display: none;
  }

  .app-ranking-card .app-qualification-badge.is-none {
    overflow: hidden;
    color: transparent;
  }

  .app-ranking-card .app-qualification-badge img {
    width: 20px;
    height: 20px;
  }

  .app-ranking-points {
    min-width: 30px;
    min-height: 30px;
    padding: 0 5px;
    font-size: 0.8rem;
  }

  .app-ranking-card .app-managed-table-wrap[data-ranking-mode="players"] :is(th, td):nth-child(1) {
    width: 30px;
  }

  .app-ranking-card .app-managed-table-wrap[data-ranking-mode="players"] :is(th, td):nth-child(3) {
    width: 82px;
  }

  .app-ranking-card .app-managed-table-wrap[data-ranking-mode="players"] :is(th, td):nth-child(4),
  .app-ranking-card .app-managed-table-wrap[data-ranking-mode="players"] :is(th, td):nth-child(5) {
    width: 42px;
    text-align: center;
  }

  .app-ranking-card .app-managed-table-wrap[data-ranking-mode="players"] td {
    overflow: hidden;
    font-size: 0.7rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .app-ranking-card .app-ranking-tabs,
  .app-ranking-card > .app-ranking-legend,
  .app-ranking-card > .app-managed-table-wrap {
    display: none !important;
  }

  .app-ranking-card .app-mobile-standings:not(.is-hidden) {
    display: block;
    margin-inline: -6px;
  }

  .app-ranking-card .app-mobile-standings .table-wrap {
    overflow: hidden;
  }
}

@media (max-width: 480px) {
  .app-ranking-legend {
    grid-template-columns: 1fr;
  }

  .app-ranking-card .app-managed-table th {
    font-size: 0.52rem;
    letter-spacing: 0.04em;
  }

  .app-ranking-card .app-managed-table td {
    height: 58px;
  }

  .app-ranking-position {
    width: 30px;
    height: 30px;
  }

  .app-ranking-card .app-mobile-standings {
    margin-inline: -10px;
  }
}

.app-managed-empty {
  padding: 28px;
  border: 1px dashed rgba(174, 216, 255, 0.18);
  border-radius: 14px;
  color: rgba(238, 244, 250, 0.55);
  text-align: center;
}

.app-managed-empty.is-hidden {
  display: none;
}

.app-live-bracket {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.app-live-bracket.public-bracket-board {
  display: block;
  padding: 8px 0 14px;
}

.app-bracket-card .public-bracket-tree {
  border: 1px solid rgba(101, 236, 196, 0.16);
  border-radius: 18px;
  background-color: rgba(2, 10, 16, 0.78);
  box-shadow: inset 0 0 70px rgba(2, 9, 15, 0.5);
}

html.product-preview-route .app-bracket-card {
  padding-inline: clamp(12px, 1.35vw, 24px);
}

html.product-preview-route .app-bracket-card .public-bracket-tree.is-large-source-bracket {
  grid-template-columns: repeat(var(--bracket-column-count, 1), minmax(126px, 1fr));
  gap: clamp(0.7rem, 0.9vw, 1.05rem);
  min-width: max(100%, calc(var(--bracket-column-count, 1) * 142px));
  padding-inline: clamp(22px, 2.6vw, 48px);
}

html.product-preview-route .app-bracket-card .public-bracket-tree.is-large-source-bracket .public-bracket-round:is(.is-left, .is-right) {
  transform: none;
}

html.product-preview-route .app-bracket-card .public-bracket-tree.is-large-source-bracket .public-bracket-round {
  width: 100%;
  min-width: 0;
  justify-items: center;
}

html.product-preview-route .app-bracket-card .public-bracket-tree.is-large-source-bracket .public-bracket-round-grid {
  width: 100%;
  min-width: 0;
  justify-items: center;
}

html.product-preview-route .app-bracket-card .public-bracket-tree.is-large-source-bracket .public-bracket-match,
html.product-preview-route .app-bracket-card .public-bracket-tree.is-large-source-bracket .public-bracket-match.is-compact {
  width: min(100%, clamp(124px, 9.2vw, 158px));
  max-width: 100%;
  min-width: 0;
  justify-self: center;
  overflow: hidden;
}

html.product-preview-route .app-bracket-card .public-bracket-tree.is-large-source-bracket .public-bracket-round.is-final .public-bracket-match {
  width: min(100%, 176px);
}

html.product-preview-route .app-bracket-card .public-bracket-tree.is-large-source-bracket .public-bracket-slot,
html.product-preview-route .app-bracket-card .public-bracket-tree.is-large-source-bracket .public-bracket-team {
  width: 100%;
  min-width: 0;
}

html.product-preview-route .app-bracket-card .public-bracket-tree.is-large-source-bracket .public-bracket-team {
  width: auto;
  flex: 1 1 auto;
  overflow: hidden;
}

html.product-preview-route .app-bracket-card .public-bracket-tree.is-large-source-bracket::before,
html.product-preview-route .app-bracket-card .public-bracket-tree.is-champions-bracket.is-large-source-bracket::before {
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transform: none;
}

.app-bracket-round {
  flex: 1 0 250px;
  display: grid;
  align-content: center;
  gap: 12px;
}

.app-bracket-round > strong {
  color: var(--accent);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.app-bracket-match {
  padding: 12px;
  border: 1px solid rgba(174, 216, 255, 0.12);
  border-radius: 10px;
  background: rgba(3, 12, 19, 0.62);
}

.app-bracket-match p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 5px 0;
  color: rgba(238, 244, 250, 0.68);
}

.app-bracket-match p + p {
  border-top: 1px solid rgba(174, 216, 255, 0.08);
}

.app-managed-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.app-admin-action {
  padding: 10px 13px;
  border: 1px solid rgba(101, 236, 196, 0.24);
  border-radius: 9px;
  color: var(--accent);
  font-size: 0.65rem;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
}

.app-managed-list {
  display: grid;
  gap: 10px;
}

.app-managed-list article,
.app-managed-list details {
  padding: 16px;
  border: 1px solid rgba(174, 216, 255, 0.1);
  border-radius: 12px;
  background: rgba(3, 12, 19, 0.48);
}

.app-managed-list article h3,
.app-managed-list details summary {
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 800;
}

.app-managed-list article p,
.app-managed-list details p {
  margin: 8px 0 0;
  color: rgba(238, 244, 250, 0.55);
  font-size: 0.8rem;
  line-height: 1.55;
}

.app-managed-list article > span {
  display: inline-block;
  margin-top: 12px;
  color: var(--accent);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.app-contact-card {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1.2fr);
  gap: clamp(32px, 6vw, 90px);
}

.app-contact-copy p {
  max-width: 440px;
  color: rgba(238, 244, 250, 0.56);
  line-height: 1.7;
}

.app-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.app-contact-form label {
  display: grid;
  gap: 7px;
  color: rgba(238, 244, 250, 0.55);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.app-contact-form input,
.app-contact-form select,
.app-contact-form textarea {
  min-height: 44px;
  padding: 12px 13px;
}

.app-registration-form .app-registration-league,
.app-registration-form .app-registration-notes,
.app-registration-form .form-note,
.app-contact-form button,
.app-form-status {
  grid-column: 1 / -1;
}

.app-registration-form .form-note {
  margin: 0;
  color: rgba(238, 244, 250, 0.55);
  font-size: 0.78rem;
  line-height: 1.55;
}

.app-registration-form .registration-website {
  display: none;
}

.app-form-status {
  min-height: 18px;
  margin: 0;
  color: var(--accent);
  font-size: 0.78rem;
}

.app-form-status.is-error {
  color: #ff8e8e;
}

.app-contact-form button:disabled {
  cursor: wait;
  opacity: 0.65;
}

@media (max-width: 860px) {
  .app-managed-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .app-managed-columns,
  .app-contact-card {
    grid-template-columns: 1fr;
  }

  .app-contact-form {
    grid-template-columns: 1fr;
  }

  .app-contact-form label,
  .app-contact-form button,
  .app-form-status {
    grid-column: 1;
  }
}

/* App-wide contrast pass. The legacy public theme contains light surfaces;
   keep every data view on the dark Pansolvs system used by /futbol/preview/. */
html.product-preview-route {
  --bg: #061018;
  --surface: #0a1823;
  --surface-strong: #102536;
  --text: #eef4fa;
  --ink: #eef4fa;
  --muted: #91a8b9;
  --line: rgba(174, 216, 255, 0.16);
  --accent: #6af0c7;
  --brand: #6af0c7;
  color-scheme: dark;
}

html.product-preview-route body.pansolvs-product-theme,
html.product-preview-route body.pansolvs-product-theme main,
html.product-preview-route body.pansolvs-product-theme .section.view {
  color: var(--text);
  background-color: transparent;
}

html.product-preview-route .section.view :is(h1, h2, h3, h4, strong),
html.product-preview-route .page-toolbar :is(h1, h2),
html.product-preview-route .calendar-matchday-group > h2,
html.product-preview-route .ranking-empty-state strong {
  color: var(--text);
}

html.product-preview-route .section.view :is(p, small, label),
html.product-preview-route :is(.item-meta, .directory-muted, .fixture-card span, .matchday-list span, .matchday-list strong) {
  color: var(--muted);
}

html.product-preview-route :is(
  .page-toolbar,
  .competition-context,
  .standings-card,
  .table-wrap,
  .compact-table,
  .tournament-card,
  .ranking-panel,
  .match-detail,
  .matchday-list,
  .fixture-card,
  .directory-row,
  .directory-list > *,
  .venue-card,
  .venue-detail-card,
  .dynamic-article-card,
  .article-page-view .info-panel,
  .league-cascade-panel,
  .team-profile-card,
  .team-roster-card,
  .team-matches-card,
  .player-stats-identity,
  .player-stats-panel,
  .sanctions-public-panel,
  .sanctions-public-info,
  .sanctions-status-panel,
  .sanctions-completed-panel,
  .sanction-public-row,
  .rules-alert,
  .rules-quick-grid article,
  .rules-accordion details,
  .info-panel,
  .registration-copy,
  .registration-form,
  .public-bracket-board,
  .match-public-panel
) {
  color: var(--text) !important;
  border-color: rgba(174, 216, 255, 0.16) !important;
  background:
    radial-gradient(circle at 94% 0%, rgba(106, 168, 255, 0.06), transparent 30%),
    linear-gradient(145deg, rgba(10, 27, 40, 0.98), rgba(4, 14, 22, 0.98)) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

html.product-preview-route :is(.team-profile-card, .player-stats-identity) {
  background:
    radial-gradient(circle at 50% 5%, rgba(106, 240, 199, 0.11), transparent 34%),
    linear-gradient(155deg, #0c2130, #06121b 64%, #030b12) !important;
}

html.product-preview-route :is(
  .team-results-chart,
  .team-profile-stats div,
  .team-summary-box div,
  .team-match-summary div,
  .team-match-row,
  .team-sanction-section,
  .team-sanction-row,
  .player-games-breakdown div,
  .player-performance-goals,
  .player-performance-bo,
  .player-advanced-list div,
  .player-card-list,
  .ranking-podium-item,
  .match-scoreboard,
  .match-player-team-group,
  .match-player-stat-row,
  .sanction-public-row dl div,
  .registration-info-grid article,
  .registration-details details
) {
  color: var(--text) !important;
  border-color: rgba(174, 216, 255, 0.14) !important;
  background: rgba(3, 12, 19, 0.7) !important;
}

html.product-preview-route :is(.team-advanced-stats summary, .rules-accordion summary) {
  color: var(--text) !important;
  border-color: rgba(174, 216, 255, 0.16) !important;
  background: rgba(7, 23, 34, 0.96) !important;
}

html.product-preview-route :is(.team-player-row, .ranking-row, .match-player-stat-row) {
  color: var(--text);
  border-color: rgba(174, 216, 255, 0.12) !important;
}

html.product-preview-route :is(.team-player-row, .ranking-row, .match-player-stat-row):hover {
  background: rgba(106, 240, 199, 0.055);
}

html.product-preview-route :is(.team-player-link, .inline-team-link, .inline-player-link, .directory-main-link, .directory-side-link) {
  color: var(--text) !important;
}

html.product-preview-route :is(.venue-detail-card h2, .venue-detail-card dd, .venue-detail-card a, .dynamic-article-card h2, .dynamic-article-card h3) {
  color: var(--text) !important;
}

html.product-preview-route :is(.venue-detail-card p, .venue-detail-card dt, .dynamic-article-card p, .dynamic-article-card time) {
  color: var(--muted) !important;
}

html.product-preview-route :is(.team-player-number, .section-kicker, .eyebrow, .team-profile-card > strong, .team-profile-stats b) {
  color: var(--accent) !important;
}

html.product-preview-route :is(.team-profile-card > span, .team-results-legend span, .team-profile-stats small, .team-summary-box span, .team-match-summary span, .team-competition-filter, .team-player-head, .ranking-row span, .ranking-podium-item small) {
  color: var(--muted) !important;
}

html.product-preview-route :is(table, .compact-table table) {
  color: var(--text) !important;
  background: transparent !important;
}

html.product-preview-route :is(thead, th, .compact-table th) {
  color: #a9becc !important;
  border-color: rgba(174, 216, 255, 0.14) !important;
  background: #0c2130 !important;
}

html.product-preview-route :is(td, .compact-table td) {
  color: #e8f1f6 !important;
  border-color: rgba(174, 216, 255, 0.1) !important;
  background: transparent;
}

html.product-preview-route :is(tbody tr:nth-child(odd), .standings-row:nth-child(odd)) {
  background: rgba(106, 168, 255, 0.035) !important;
}

html.product-preview-route :is(tbody tr:nth-child(even), .standings-row:nth-child(even)) {
  background: rgba(2, 9, 15, 0.34) !important;
}

html.product-preview-route :is(input, select, textarea, .directory-search input, .page-toolbar select) {
  color: var(--text) !important;
  border-color: rgba(174, 216, 255, 0.2) !important;
  background: #06131d !important;
  color-scheme: dark;
}

html.product-preview-route :is(input, textarea)::placeholder {
  color: #718999 !important;
  opacity: 1;
}

html.product-preview-route select option,
html.product-preview-route select optgroup {
  color: var(--text) !important;
  background: #071722 !important;
}

html.product-preview-route :is(input, select, textarea):focus {
  border-color: var(--accent) !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(106, 240, 199, 0.1) !important;
}

html.product-preview-route .team-public-submenu,
html.product-preview-route .competition-submenu {
  border-color: rgba(174, 216, 255, 0.14) !important;
  background: rgba(3, 11, 17, 0.94) !important;
}

html.product-preview-route :is(.team-public-submenu button, .competition-submenu button):not(.is-active) {
  color: #9cb2c0 !important;
  border-color: rgba(174, 216, 255, 0.12) !important;
  background: #0a1b27 !important;
}

html.product-preview-route :is(.team-public-submenu button, .competition-submenu button):is(:hover, .is-active) {
  color: #04100d !important;
  border-color: var(--accent) !important;
  background: var(--accent) !important;
}

html.product-preview-route :is(.button-secondary, .button-secondary.dark, .fixture-match-button, .match-calendar-back) {
  color: #b8f9e5 !important;
  border-color: rgba(106, 240, 199, 0.3) !important;
  background: rgba(106, 240, 199, 0.07) !important;
}

html.product-preview-route :is(.button-secondary, .button-secondary.dark, .fixture-match-button, .match-calendar-back):hover {
  color: #04100d !important;
  border-color: var(--accent) !important;
  background: var(--accent) !important;
}

html.product-preview-route .sanction-status.is-anulada {
  color: #ffd5d1;
  background: #713b3b;
}

html.product-preview-route :is(.team-empty-state, .ranking-empty-state, .league-menu-empty) {
  color: var(--muted) !important;
  border-color: rgba(174, 216, 255, 0.18) !important;
  background: rgba(3, 12, 19, 0.64) !important;
}

.product-app-overview {
  min-height: 480px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  padding: clamp(42px, 7vw, 92px);
  overflow: hidden;
  border: 1px solid rgba(106, 240, 199, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 85% 12%, rgba(106, 168, 255, 0.18), transparent 31%),
    radial-gradient(circle at 8% 110%, rgba(106, 240, 199, 0.15), transparent 34%),
    linear-gradient(145deg, rgba(12, 31, 42, 0.96), rgba(4, 12, 19, 0.97));
}

.product-app-overview > div:first-child {
  max-width: 900px;
}

.product-app-overview h1 {
  margin-top: 22px;
  color: var(--text);
  font-size: clamp(3.5rem, 6.5vw, 7.6rem);
  font-weight: 900;
  line-height: 0.83;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.product-app-overview h1 em {
  color: transparent;
  background: linear-gradient(90deg, var(--accent), #79d9ff 62%, #6aa8ff);
  background-clip: text;
  font-style: normal;
  -webkit-background-clip: text;
}

.product-app-overview > div:first-child > p:last-child {
  max-width: 680px;
  margin-top: 28px;
  color: rgba(238, 244, 250, 0.62);
  font-size: 1rem;
  line-height: 1.7;
}

.product-app-status {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  border: 1px solid rgba(106, 240, 199, 0.22);
  border-radius: 14px;
  background: rgba(3, 12, 18, 0.58);
}

.product-app-status > i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(106, 240, 199, 0.55);
  animation: productLivePulse 1.8s ease-in-out infinite;
}

.product-app-status span {
  display: grid;
  gap: 4px;
}

.product-app-status strong {
  color: var(--text);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-app-status small {
  color: rgba(238, 244, 250, 0.42);
  font-size: 0.58rem;
}

.product-app-shortcuts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.product-app-shortcuts a {
  min-height: 155px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto 1fr;
  gap: 5px 15px;
  align-items: start;
  padding: 24px;
  border: 1px solid rgba(174, 216, 255, 0.13);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(14, 31, 45, 0.82), rgba(5, 14, 22, 0.86));
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.product-app-shortcuts a:hover {
  border-color: rgba(106, 240, 199, 0.42);
  background: linear-gradient(145deg, rgba(18, 43, 52, 0.94), rgba(5, 16, 24, 0.94));
  transform: translateY(-4px);
}

.product-app-shortcuts span {
  grid-row: 1 / 4;
  color: var(--accent);
  font-size: 0.61rem;
  font-weight: 900;
}

.product-app-shortcuts strong {
  color: var(--text);
  font-family: var(--display-font);
  font-size: 1.45rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-app-shortcuts small {
  color: rgba(238, 244, 250, 0.42);
  font-size: 0.68rem;
}

.product-app-shortcuts i {
  grid-column: 3;
  grid-row: 1 / 4;
  align-self: center;
  color: var(--accent);
  font-style: normal;
  font-size: 1.2rem;
}

.product-demo-intro {
  max-width: 1040px;
  margin-bottom: 34px;
}

.product-demo-intro h2,
.demo-form-copy h2 {
  margin-top: 20px;
  color: var(--text);
  font-size: clamp(3rem, 5.7vw, 6.5rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.product-demo-intro > p:not(.product-eyebrow) {
  max-width: 760px;
  margin-top: 25px;
  color: rgba(238, 244, 250, 0.62);
  font-size: 1.06rem;
  line-height: 1.75;
}

.product-custom-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.product-custom-tags span {
  padding: 10px 14px;
  border: 1px solid rgba(106, 240, 199, 0.2);
  border-radius: 999px;
  color: rgba(238, 244, 250, 0.72);
  background: rgba(106, 240, 199, 0.055);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.demo-surface,
.demo-custom-card,
.demo-form-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(174, 216, 255, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(14, 31, 45, 0.92), rgba(4, 13, 21, 0.95));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.25);
}

.demo-surface::before,
.demo-form-wrap::before {
  content: "";
  position: absolute;
  width: 420px;
  aspect-ratio: 1;
  right: -210px;
  top: -250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(106, 168, 255, 0.13), transparent 68%);
  pointer-events: none;
}

.demo-surface {
  padding: clamp(24px, 4vw, 54px);
}

.demo-surface-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.demo-label {
  display: block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.demo-surface h3,
.demo-custom-card h3 {
  color: var(--text);
  font-size: clamp(1.75rem, 3vw, 3.2rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.demo-tab-list,
.demo-tournament-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 5px;
  border: 1px solid rgba(174, 216, 255, 0.12);
  border-radius: 12px;
  background: rgba(3, 10, 16, 0.58);
}

.demo-tab-list button,
.demo-tournament-selector button {
  min-height: 40px;
  padding: 0 17px;
  border: 0;
  border-radius: 8px;
  color: rgba(238, 244, 250, 0.56);
  background: transparent;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.demo-tab-list button:is(:hover, .is-active),
.demo-tournament-selector button:is(:hover, .is-active) {
  color: #061018;
  background: var(--accent);
}

.demo-ranking-panel {
  position: relative;
  z-index: 1;
  display: grid;
}

.demo-ranking-panel[hidden] {
  display: none;
}

.demo-table-row {
  min-height: 77px;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) repeat(3, minmax(54px, 0.16fr));
  align-items: center;
  gap: 16px;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(174, 216, 255, 0.09);
  color: rgba(238, 244, 250, 0.64);
}

.demo-table-row:last-child {
  border-bottom: 0;
}

.demo-table-row > span {
  display: grid;
  grid-template-columns: 36px minmax(0, auto) 1fr;
  align-items: center;
  gap: 13px;
}

.demo-table-row span i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(106, 240, 199, 0.25);
  border-radius: 9px;
  color: var(--accent);
  background: rgba(106, 240, 199, 0.06);
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 900;
}

.demo-table-row span strong {
  color: var(--text);
  font-size: 0.91rem;
}

.demo-table-row span small {
  color: rgba(238, 244, 250, 0.34);
  font-size: 0.64rem;
}

.demo-table-row > b {
  text-align: center;
  font-size: 0.8rem;
}

.demo-table-head {
  min-height: 45px;
  border-radius: 10px;
  color: rgba(238, 244, 250, 0.34);
  background: rgba(174, 216, 255, 0.035);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.demo-table-head > span {
  display: block;
}

.demo-bracket {
  position: relative;
  z-index: 1;
  min-height: 760px;
  padding: clamp(28px, 4vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(174, 216, 255, 0.1);
  border-radius: 22px;
  background-color: #020608;
}

.demo-bracket[data-demo-tournament-theme="champions"] {
  background:
    linear-gradient(90deg, rgba(2, 7, 14, 0.78), rgba(3, 10, 18, 0.32), rgba(2, 7, 14, 0.78)),
    url("/assets/futbol/images/fases finales/fondo champions.png") center / contain no-repeat,
    #01050b;
}

.demo-bracket[data-demo-tournament-theme="europa"] {
  background:
    linear-gradient(90deg, rgba(8, 5, 2, 0.74), rgba(15, 8, 2, 0.3), rgba(8, 5, 2, 0.74)),
    url("/assets/futbol/images/fases finales/fondo europa.png") center / contain no-repeat,
    #080401;
}

.demo-bracket[data-demo-tournament-theme="conference"] {
  background:
    linear-gradient(90deg, rgba(2, 10, 7, 0.74), rgba(3, 18, 12, 0.28), rgba(2, 10, 7, 0.74)),
    url("/assets/futbol/images/fases finales/fondo conference.png") center / contain no-repeat,
    #010805;
}

.demo-bracket-heading {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.demo-bracket-heading span,
.demo-bracket-heading small,
.demo-bracket-column > span,
.demo-bracket-final > span {
  color: rgba(238, 244, 250, 0.58);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.demo-bracket-heading strong {
  color: var(--accent);
  font-family: var(--display-font);
  font-size: clamp(2.8rem, 4.8vw, 5.4rem);
  font-weight: 900;
  line-height: 0.82;
  text-transform: uppercase;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.72);
}

.demo-bracket-tree {
  position: relative;
  z-index: 2;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.42fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(22px, 3vw, 54px);
  margin-top: 24px;
}

.demo-bracket-wing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: clamp(18px, 2vw, 36px);
}

.demo-bracket-column {
  display: grid;
  gap: 20px;
}

.demo-bracket-column > span {
  text-align: center;
}

.demo-bracket-column.is-quarters {
  gap: 84px;
}

.demo-bracket-match {
  position: relative;
  min-width: 0;
  padding: 8px 13px;
  border: 1px solid rgba(220, 239, 255, 0.2);
  border-radius: 10px;
  background: rgba(2, 8, 13, 0.84);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(10px);
}

.demo-bracket-wing.is-left .demo-bracket-match::after,
.demo-bracket-wing.is-right .demo-bracket-match::before {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(18px, 2vw, 36px);
  height: 1px;
  background: rgba(106, 240, 199, 0.25);
}

.demo-bracket-wing.is-left .demo-bracket-match::after {
  left: 100%;
}

.demo-bracket-wing.is-right .demo-bracket-match::before {
  right: 100%;
}

.demo-bracket-match p {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: rgba(238, 244, 250, 0.56);
  font-size: 0.7rem;
}

.demo-bracket-match p + p {
  border-top: 1px solid rgba(174, 216, 255, 0.08);
}

.demo-bracket-match p b {
  color: var(--text);
}

.demo-bracket-match p em {
  color: var(--accent);
  font-style: normal;
  font-weight: 900;
}

.demo-bracket-final {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 22px 12px;
  border: 1px solid rgba(106, 240, 199, 0.22);
  border-radius: 18px;
  background: rgba(2, 9, 14, 0.72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(12px);
}

.demo-bracket-cup {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(106, 240, 199, 0.46);
  border-radius: 50%;
  color: #061018;
  background: linear-gradient(145deg, #c6ffed, var(--accent), var(--blue));
  font-family: var(--display-font);
  font-weight: 900;
  box-shadow: 0 0 34px rgba(106, 240, 199, 0.2);
}

.demo-bracket-final .demo-bracket-match {
  width: 100%;
}

.demo-bracket-final > small {
  color: rgba(238, 244, 250, 0.44);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.demo-bracket-final > strong {
  color: var(--accent);
  font-size: 0.78rem;
  text-align: center;
}

.product-table-preview span a,
.demo-data-link {
  color: inherit;
  text-decoration: none;
}

.product-table-preview span a:hover,
.demo-data-link:hover {
  color: var(--accent);
}

.demo-personal-blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.demo-custom-card {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(300px, 1fr);
  align-items: center;
  gap: 36px;
  padding: clamp(28px, 3.5vw, 52px);
}

.demo-custom-card::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 0;
  color: rgba(106, 240, 199, 0.05);
  font-family: var(--display-font);
  font-size: 16rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.demo-card-copy,
.demo-venue-list,
.demo-rule-list {
  position: relative;
  z-index: 1;
}

.demo-card-copy p {
  margin-top: 18px;
  color: rgba(238, 244, 250, 0.54);
  font-size: 0.83rem;
  line-height: 1.7;
}

.demo-venue-list,
.demo-rule-list {
  display: grid;
  gap: 10px;
}

.demo-venue-list > div,
.demo-rule-list > div {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px;
  border: 1px solid rgba(174, 216, 255, 0.1);
  border-radius: 12px;
  background: rgba(3, 10, 16, 0.5);
}

.demo-venue-list i,
.demo-rule-list i {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #061018;
  background: var(--accent);
  font-style: normal;
  font-size: 0.65rem;
  font-weight: 900;
}

.demo-venue-list span,
.demo-rule-list span {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.demo-venue-list strong,
.demo-rule-list strong {
  color: var(--text);
  font-size: 0.72rem;
}

.demo-venue-list small,
.demo-rule-list small {
  color: rgba(238, 244, 250, 0.38);
  font-size: 0.59rem;
}

.demo-venue-list > div > b {
  margin-left: auto;
  color: rgba(238, 244, 250, 0.18);
  font-size: 0.64rem;
}

.demo-form-wrap {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.75fr);
  align-items: center;
  gap: clamp(50px, 8vw, 130px);
  margin-top: 18px;
  padding: clamp(34px, 6vw, 90px);
  border-color: rgba(106, 240, 199, 0.2);
  background:
    radial-gradient(circle at 5% 100%, rgba(106, 240, 199, 0.13), transparent 34%),
    radial-gradient(circle at 96% 0%, rgba(106, 168, 255, 0.13), transparent 32%),
    linear-gradient(145deg, rgba(12, 31, 42, 0.96), rgba(4, 12, 19, 0.97));
}

.demo-form-copy,
.demo-contact-form {
  position: relative;
  z-index: 1;
}

.demo-form-copy > p:not(.product-eyebrow) {
  max-width: 560px;
  margin-top: 23px;
  color: rgba(238, 244, 250, 0.58);
  line-height: 1.75;
}

.demo-form-copy > a {
  display: inline-block;
  margin-top: 30px;
  color: var(--accent);
  font-weight: 800;
}

.demo-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid rgba(174, 216, 255, 0.12);
  border-radius: 18px;
  background: rgba(3, 10, 16, 0.58);
}

.demo-contact-form label {
  display: grid;
  gap: 9px;
  color: rgba(238, 244, 250, 0.58);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.demo-contact-form label:nth-of-type(4),
.demo-contact-form button,
.demo-form-status {
  grid-column: 1 / -1;
}

.demo-contact-form :is(input, select, textarea) {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid rgba(174, 216, 255, 0.15);
  border-radius: 10px;
  outline: 0;
  color: var(--text);
  background: rgba(10, 24, 35, 0.84);
  font: 500 0.82rem/1.4 Inter, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.demo-contact-form :is(input, select, textarea):focus {
  border-color: rgba(106, 240, 199, 0.6);
  box-shadow: 0 0 0 3px rgba(106, 240, 199, 0.08);
}

.demo-contact-form textarea {
  min-height: 130px;
  resize: vertical;
}

.demo-contact-form option {
  color: var(--text);
  background: #0b1722;
}

.demo-contact-form button {
  width: 100%;
  cursor: pointer;
}

.demo-form-status {
  min-height: 20px;
  color: var(--accent);
  font-size: 0.72rem;
  line-height: 1.5;
}

body.pansolvs-product-theme:not([data-current-view="home"]) .section.view {
  color: var(--text);
}

.pansolvs-product-theme .button-primary,
.pansolvs-product-theme .site-nav .admin-link {
  color: #061018;
  background: var(--accent);
  box-shadow: 0 14px 34px rgba(106, 240, 199, 0.16);
}

.pansolvs-product-theme .button-secondary {
  color: var(--text);
  border-color: rgba(174, 216, 255, 0.22);
  background: rgba(8, 20, 30, 0.72);
}

.pansolvs-product-theme :is(.standings-card, .fixture-card, .info-panel, .ranking-card, .tournament-card, .match-detail, .directory-list > *, .venue-detail-card) {
  border-color: rgba(174, 216, 255, 0.14);
  background-color: rgba(7, 18, 27, 0.9);
}

@keyframes productLivePulse {
  0%, 100% { opacity: 0.55; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1); }
}

@media (max-width: 1180px) {
  .product-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 60px;
    padding-top: 80px;
  }

  .product-hero-copy {
    max-width: 850px;
  }

  .product-hero h1 {
    max-width: 900px;
  }

  .product-hero-visual {
    width: min(900px, 100%);
    min-height: 560px;
    margin: 0 auto;
  }

  .product-console {
    margin: 0 auto;
    transform: none;
  }

  .product-control {
    grid-template-columns: 1fr;
  }

  .product-control-copy {
    max-width: 720px;
  }

  .product-faq {
    grid-template-columns: 1fr;
  }

  .product-faq-heading {
    position: static;
  }

  .product-admin-preview {
    transform: none;
  }

  .demo-personal-blocks {
    grid-template-columns: 1fr;
  }

  .demo-custom-card {
    min-height: 430px;
  }

  .product-app-overview {
    min-height: 430px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
  }

  .product-app-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .pansolvs-product-theme .nav-bar {
    width: 100%;
    max-width: 100vw;
    justify-content: space-between;
    gap: 12px;
  }

  .pansolvs-product-theme .brand {
    min-width: 0;
  }

  .pansolvs-product-theme .nav-toggle {
    display: none !important;
  }

  .pansolvs-product-theme .site-nav {
    position: static;
    display: flex;
    flex: 0 1 auto;
    align-items: center;
    flex-direction: row;
    gap: 4px;
    width: auto;
    max-height: none;
    margin-left: auto;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .pansolvs-product-theme .site-nav a {
    width: auto;
    min-height: 36px;
    justify-content: center;
    padding: 7px 9px;
    font-size: 0.58rem;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
  }

  .product-section-heading {
    grid-template-columns: 1fr;
  }

  .product-section-heading .product-eyebrow {
    grid-column: auto;
  }

  .product-section-heading > p:last-child {
    max-width: 620px;
  }

  .product-module-summary-copy {
    grid-template-columns: minmax(220px, 0.8fr) minmax(240px, 1fr);
    gap: 26px;
  }

  .product-module-content {
    grid-template-columns: 1fr;
    padding-left: clamp(104px, 14vw, 136px);
  }

  .product-module-copy {
    max-width: 680px;
  }

  .product-module-visual {
    min-height: 300px;
  }

  .product-module-visual img {
    min-height: 300px;
    max-height: 520px;
  }

  .product-custom-module {
    grid-template-columns: 1fr;
  }

  .product-custom-module-copy {
    max-width: 720px;
  }

  html.product-preview-route .pansolvs-product-theme .site-nav .app-route-link {
    width: auto;
    padding-inline: 9px;
  }

  .demo-surface-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .demo-ranking-panel {
    overflow-x: auto;
    scrollbar-color: rgba(106, 240, 199, 0.7) rgba(174, 216, 255, 0.08);
  }

  .demo-table-row {
    min-width: 650px;
  }

  .demo-bracket {
    min-height: 700px;
    overflow-x: auto;
    scrollbar-color: rgba(106, 240, 199, 0.7) rgba(174, 216, 255, 0.08);
  }

  .demo-bracket-heading {
    position: sticky;
    left: 0;
  }

  .demo-bracket-tree {
    min-width: 920px;
  }

  .demo-form-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .product-landing,
  .product-hero,
  .product-hero-copy {
    width: 100%;
    max-width: 100%;
  }

  .product-brand-mark {
    width: 38px;
    height: 38px;
  }

  .product-brand-copy strong {
    font-size: 1.1rem;
  }

  .pansolvs-product-theme .brand img.pansolvs-header-logo {
    width: 96px;
    height: 29px;
    max-width: 96px;
  }

  .pansolvs-product-theme .nav-bar {
    gap: 8px;
  }

  .pansolvs-product-theme .site-nav a,
  html.product-preview-route .pansolvs-product-theme .site-nav .app-route-link {
    min-height: 34px;
    padding-inline: 6px;
    font-size: 0.5rem;
  }

  .product-hero {
    min-height: auto;
    gap: 44px;
    padding: 56px var(--page-gutter) 74px;
  }

  .product-hero h1 {
    margin-top: 18px;
    font-size: clamp(2.65rem, 12.6vw, 3.65rem);
    line-height: 0.9;
    letter-spacing: -0.055em;
    overflow-wrap: normal;
    word-break: normal;
  }

  .product-hero h1 em {
    display: block;
  }

  .product-hero h1 em span {
    display: block;
  }

  .product-hero-lead {
    margin-top: 22px !important;
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .product-hero-actions,
  .product-contact-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .product-proof {
    display: grid;
  }

  .product-hero-visual {
    min-width: 0;
    max-width: 100%;
    min-height: 500px;
  }

  .product-console {
    min-width: 0;
    max-width: 100%;
    padding: 11px;
    border-radius: 18px;
  }

  .product-scoreboard {
    grid-template-columns: 1fr auto 1fr;
    gap: 8px;
    padding: 16px 10px;
  }

  .product-scoreboard > b {
    min-width: 90px;
    font-size: 2.5rem;
  }

  .product-scoreboard strong {
    font-size: 0.66rem;
  }

  .product-console-stats {
    grid-template-columns: 1fr;
  }

  .product-console-stats article:nth-child(n + 2) {
    display: none;
  }

  .product-table-preview > div {
    padding-inline: 9px;
    font-size: 0.58rem;
  }

  .product-referee-phone {
    right: 0;
    bottom: -10px;
    width: 182px;
  }

  .product-modules,
  .product-control,
  .product-faq,
  .product-demo,
  .product-contact-cta {
    width: calc(100% - var(--page-gutter) - var(--page-gutter));
  }

  .product-modules {
    padding: 84px 0;
  }

  .product-section-heading h2,
  .product-control h2,
  .product-faq-heading h2,
  .product-contact-cta h2 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .product-module-item summary {
    grid-template-columns: 46px minmax(0, 1fr) 40px;
    gap: 14px;
    min-height: 104px;
    padding: 18px;
  }

  .product-module-number {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 0.8rem;
  }

  .product-module-summary-copy {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .product-module-summary-copy strong {
    font-size: clamp(1.55rem, 8vw, 2.25rem);
  }

  .product-module-summary-copy small {
    font-size: 0.77rem;
    line-height: 1.4;
  }

  .product-module-toggle {
    width: 38px;
    height: 38px;
  }

  .product-module-content {
    gap: 26px;
    padding: 6px 18px 22px;
  }

  .product-module-copy > p {
    font-size: 0.9rem;
  }

  .product-module-visual,
  .product-module-visual img {
    min-height: 220px;
  }

  .product-module-visual img {
    aspect-ratio: 4 / 3;
  }

  .product-custom-module {
    gap: 30px;
    padding: 28px 18px 20px;
    border-radius: 18px;
  }

  .product-custom-module::before {
    top: 14px;
    right: 16px;
  }

  .product-custom-module-copy h3 {
    max-width: 300px;
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .product-custom-module-description {
    font-size: 0.88rem;
  }

  .product-control {
    gap: 42px;
    padding: 78px 0;
  }

  .product-faq {
    gap: 40px;
    padding: 76px 0;
  }

  .product-faq-list summary {
    min-height: 82px;
    grid-template-columns: minmax(0, 1fr) 36px;
    gap: 16px;
    padding: 18px 0;
  }

  .product-faq-list summary span {
    width: 34px;
    height: 34px;
  }

  .product-faq-list details > p {
    padding: 0 42px 24px 0;
    font-size: 0.87rem;
  }

  .product-demo {
    gap: 14px;
    padding: 82px 0 18px;
  }

  .product-app-overview {
    min-height: 510px;
    gap: 30px;
    padding: 34px 22px;
    border-radius: 20px;
  }

  .product-app-overview h1 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .product-app-status {
    width: 100%;
  }

  .product-app-shortcuts {
    grid-template-columns: 1fr;
  }

  .product-app-shortcuts a {
    min-height: 125px;
  }

  .product-demo-intro {
    margin-bottom: 26px;
  }

  .product-demo-intro h2,
  .demo-form-copy h2 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .product-demo-intro > p:not(.product-eyebrow) {
    font-size: 0.92rem;
  }

  .demo-surface {
    padding: 22px 15px;
    border-radius: 18px;
  }

  .demo-surface h3,
  .demo-custom-card h3 {
    font-size: 1.85rem;
  }

  .demo-tab-list,
  .demo-tournament-selector {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .demo-tournament-selector {
    grid-template-columns: 1fr;
  }

  .demo-tab-list button,
  .demo-tournament-selector button {
    padding-inline: 10px;
  }

  .demo-table-row {
    min-width: 600px;
  }

  .demo-bracket {
    min-height: 660px;
    padding: 18px;
  }

  .demo-bracket-tree {
    min-width: 860px;
    min-height: 520px;
  }

  .demo-custom-card {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 30px 20px;
    border-radius: 18px;
  }

  .demo-form-wrap {
    min-height: auto;
    gap: 38px;
    padding: 46px 20px 20px;
    border-radius: 20px;
  }

  .demo-contact-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .demo-contact-form label,
  .demo-contact-form label:nth-of-type(4),
  .demo-contact-form button,
  .demo-form-status {
    grid-column: 1;
  }

  .product-admin-preview {
    min-height: 470px;
    grid-template-columns: 1fr;
  }

  .product-admin-sidebar {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    padding: 12px;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(174, 216, 255, 0.1);
  }

  .product-admin-sidebar::before,
  .product-admin-sidebar span:nth-of-type(n + 4) {
    display: none;
  }

  .product-admin-sidebar span {
    padding: 9px;
    text-align: center;
  }

  .product-admin-main {
    padding: 15px;
  }

  .product-admin-metrics article {
    padding: 11px;
  }

  .product-admin-metrics strong {
    font-size: 1.3rem;
  }

  .product-admin-chart {
    min-height: 170px;
  }

  .product-contact-cta {
    min-height: 520px;
    margin-bottom: 18px;
    padding: 58px 18px;
    border-radius: 22px;
  }

  .product-contact-benefits {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Ranking público: podio y clasificación con lenguaje visual Pansolvs. */
html.product-preview-route #rankings {
  --ranking-gold: #ffd86b;
  --ranking-silver: #c8d9e8;
  --ranking-bronze: #df9468;
}

html.product-preview-route #rankings .ranking-page-toolbar {
  position: relative;
  isolation: isolate;
  min-height: 170px;
  padding: clamp(24px, 3vw, 42px) !important;
  overflow: hidden;
  border: 1px solid rgba(106, 240, 199, 0.2) !important;
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 18%, rgba(32, 118, 255, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(8, 31, 43, 0.98), rgba(4, 16, 25, 0.98)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 24px 70px rgba(0, 0, 0, 0.22);
}

html.product-preview-route #rankings .ranking-page-toolbar::after {
  content: "RANKING";
  position: absolute;
  right: clamp(20px, 5vw, 76px);
  top: 50%;
  z-index: -1;
  color: rgba(106, 240, 199, 0.045);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(5rem, 11vw, 10rem);
  font-weight: 900;
  line-height: 0.75;
  letter-spacing: -0.04em;
  transform: translateY(-50%);
}

html.product-preview-route #rankings .ranking-page-toolbar .eyebrow {
  margin: 0 0 7px;
  color: var(--accent) !important;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

html.product-preview-route #rankings .ranking-page-toolbar h1 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 0.86;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

html.product-preview-route #rankings .ranking-page-description {
  max-width: 520px;
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

html.product-preview-route #rankings .ranking-layout,
html.product-preview-route #rankings .ranking-layout.is-single {
  display: block;
  margin-top: 18px;
}

html.product-preview-route #rankings .ranking-panel {
  padding: clamp(14px, 2.2vw, 30px) !important;
  overflow: hidden;
  border: 1px solid rgba(174, 216, 255, 0.14) !important;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(32, 118, 255, 0.07), transparent 38%),
    rgba(4, 16, 25, 0.94) !important;
}

html.product-preview-route #rankings .ranking-panel > h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html.product-preview-route #rankings .ranking-mvp-podium {
  max-width: none;
  padding: clamp(18px, 2.4vw, 34px) !important;
  border: 1px solid rgba(106, 240, 199, 0.13);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 20%, rgba(106, 240, 199, 0.09), transparent 38%),
    linear-gradient(180deg, rgba(7, 26, 38, 0.92), rgba(3, 13, 21, 0.96)) !important;
}

html.product-preview-route #rankings .ranking-mvp-podium h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  letter-spacing: 0.08em;
}

html.product-preview-route #rankings .ranking-mvp-podium h2::before,
html.product-preview-route #rankings .ranking-mvp-podium h2::after {
  background: linear-gradient(90deg, transparent, rgba(106, 240, 199, 0.42));
}

html.product-preview-route #rankings .ranking-mvp-podium h2::after {
  background: linear-gradient(90deg, rgba(106, 240, 199, 0.42), transparent);
}

html.product-preview-route #rankings .ranking-mvp-podium .mvp-podium-icon {
  margin: 13px auto 20px;
  filter: drop-shadow(0 8px 18px rgba(106, 240, 199, 0.14));
}

html.product-preview-route #rankings .ranking-mvp-podium .mvp-podium-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: clamp(10px, 1.4vw, 18px);
  padding: 15px 0 0;
}

html.product-preview-route #rankings .ranking-podium-item,
html.product-preview-route #rankings .ranking-podium-item:is(.is-place-1, .is-place-2, .is-place-3) {
  --podium-accent: var(--ranking-silver);
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 50px;
  grid-template-areas:
    "rank blank medal"
    "main main main";
  align-content: start;
  gap: 14px 10px;
  min-width: 0;
  min-height: 235px;
  margin: 0;
  padding: 18px !important;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--podium-accent) 38%, transparent) !important;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--podium-accent) 12%, transparent), transparent 44%),
    linear-gradient(180deg, rgba(10, 31, 43, 0.98), rgba(5, 17, 26, 0.98)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 35px rgba(0, 0, 0, 0.22);
  transform: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

html.product-preview-route #rankings .ranking-podium-item:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 23px 45px rgba(0, 0, 0, 0.3);
}

html.product-preview-route #rankings .ranking-podium-item.is-place-1 {
  --podium-accent: var(--ranking-gold);
  order: 2;
  min-height: 260px;
  transform: translateY(-15px);
}

html.product-preview-route #rankings .ranking-podium-item.is-place-1:hover {
  transform: translateY(-20px);
}

html.product-preview-route #rankings .ranking-podium-item.is-place-2 {
  order: 1;
}

html.product-preview-route #rankings .ranking-podium-item.is-place-3 {
  --podium-accent: var(--ranking-bronze);
  order: 3;
}

html.product-preview-route #rankings .ranking-podium-item::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--podium-accent), transparent);
  opacity: 0.85;
}

html.product-preview-route #rankings .ranking-podium-item.is-place-1::after {
  display: none;
}

html.product-preview-route #rankings .ranking-podium-rank {
  grid-area: rank;
  display: grid;
  place-items: center;
  width: 64px;
  height: 50px;
}

html.product-preview-route #rankings .ranking-podium-rank img {
  width: 58px;
  max-height: 48px;
}

html.product-preview-route #rankings .ranking-podium-medal {
  grid-area: medal;
  align-self: center;
  justify-self: end;
  width: 44px;
  max-height: 48px;
  filter: drop-shadow(0 8px 16px color-mix(in srgb, var(--podium-accent) 18%, transparent));
}

html.product-preview-route #rankings .ranking-podium-main {
  grid-area: main;
  display: grid;
  align-content: space-between;
  gap: 18px;
  min-width: 0;
}

html.product-preview-route #rankings .ranking-podium-player {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
}

html.product-preview-route #rankings .ranking-podium-player > div {
  display: grid;
  gap: 5px;
  min-width: 0;
}

html.product-preview-route #rankings .ranking-podium-crest {
  width: 48px;
  height: 48px;
  padding: 3px;
  object-fit: contain;
  border: 1px solid rgba(174, 216, 255, 0.14);
  border-radius: 13px;
  background: rgba(1, 9, 15, 0.72);
}

html.product-preview-route #rankings .ranking-podium-crest.is-placeholder {
  display: block;
}

html.product-preview-route #rankings .ranking-podium-main strong {
  min-width: 0;
  font-size: clamp(0.98rem, 1.25vw, 1.16rem);
  line-height: 1.15;
}

html.product-preview-route #rankings .ranking-podium-player em {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.product-preview-route #rankings .ranking-podium-score {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(174, 216, 255, 0.1);
}

html.product-preview-route #rankings .ranking-podium-score b {
  color: var(--podium-accent);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  line-height: 0.72;
}

html.product-preview-route #rankings .ranking-podium-score span {
  color: var(--muted) !important;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html.product-preview-route #rankings .ranking-list-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: clamp(28px, 4vw, 48px) 2px 14px;
}

html.product-preview-route #rankings .ranking-list-heading > div {
  display: grid;
  gap: 3px;
}

html.product-preview-route #rankings .ranking-list-heading span {
  color: var(--text) !important;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  text-transform: uppercase;
}

html.product-preview-route #rankings .ranking-list-heading small,
html.product-preview-route #rankings .ranking-list-heading strong {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

html.product-preview-route #rankings .ranking-list-heading strong {
  padding: 8px 11px;
  color: var(--accent);
  border: 1px solid rgba(106, 240, 199, 0.2);
  border-radius: 999px;
  background: rgba(106, 240, 199, 0.06);
}

html.product-preview-route #rankings .ranking-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  column-count: initial;
}

html.product-preview-route #rankings .ranking-row {
  display: grid;
  grid-template-columns: 36px 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-width: 0;
  min-height: 68px;
  padding: 9px 12px !important;
  border: 1px solid rgba(174, 216, 255, 0.12) !important;
  border-radius: 13px;
  background: rgba(7, 24, 35, 0.84);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
  break-inside: avoid;
}

html.product-preview-route #rankings .ranking-row:hover {
  border-color: rgba(106, 240, 199, 0.3) !important;
  background: rgba(9, 33, 45, 0.98);
  transform: translateX(3px);
}

html.product-preview-route #rankings .ranking-position {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--accent) !important;
  border: 1px solid rgba(106, 240, 199, 0.18);
  border-radius: 10px;
  background: rgba(106, 240, 199, 0.06);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

html.product-preview-route #rankings .ranking-team-crest {
  width: 38px;
  height: 38px;
  padding: 2px;
  object-fit: contain;
}

html.product-preview-route #rankings .ranking-row-player {
  display: grid;
  gap: 4px;
  min-width: 0;
}

html.product-preview-route #rankings .ranking-row-player strong,
html.product-preview-route #rankings .ranking-row-player a {
  overflow: hidden;
  color: var(--text) !important;
  font-size: 0.84rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.product-preview-route #rankings .ranking-row-player small {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.product-preview-route #rankings .ranking-row > em {
  display: grid;
  justify-items: end;
  gap: 1px;
  min-width: 60px;
  color: var(--accent);
  font-style: normal;
}

html.product-preview-route #rankings .ranking-row > em b {
  color: var(--accent);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.45rem;
  line-height: 1;
}

html.product-preview-route #rankings .ranking-row > em span {
  color: var(--muted) !important;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

html.product-preview-route #rankings .ranking-empty-state {
  min-height: 210px;
  border: 1px dashed rgba(106, 240, 199, 0.22);
  border-radius: 16px;
  background: rgba(106, 240, 199, 0.025);
}

html.product-preview-route .advanced-stats-page .ranking-podium-score > span {
  display: none;
}

@media (max-width: 820px) {
  html.product-preview-route #rankings .ranking-mvp-podium .mvp-podium-grid {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  html.product-preview-route #rankings .ranking-podium-item,
  html.product-preview-route #rankings .ranking-podium-item:is(.is-place-1, .is-place-2, .is-place-3) {
    grid-template-columns: 48px minmax(0, 1fr) 40px;
    grid-template-areas: "rank main medal";
    align-items: center;
    min-height: 110px;
    padding: 13px !important;
  }

  html.product-preview-route #rankings .ranking-podium-item.is-place-1,
  html.product-preview-route #rankings .ranking-podium-item.is-place-1:hover {
    order: 1;
    transform: none;
  }

  html.product-preview-route #rankings .ranking-podium-item.is-place-2 {
    order: 2;
  }

  html.product-preview-route #rankings .ranking-podium-item.is-place-3 {
    order: 3;
  }

  html.product-preview-route #rankings .ranking-podium-rank {
    width: 46px;
    height: 42px;
  }

  html.product-preview-route #rankings .ranking-podium-rank img {
    width: 44px;
  }

  html.product-preview-route #rankings .ranking-podium-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
  }

  html.product-preview-route #rankings .ranking-podium-player {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 9px;
  }

  html.product-preview-route #rankings .ranking-podium-crest {
    width: 38px;
    height: 38px;
  }

  html.product-preview-route #rankings .ranking-podium-score {
    display: grid;
    justify-items: end;
    gap: 0;
    padding: 0 0 0 10px;
    border-top: 0;
    border-left: 1px solid rgba(174, 216, 255, 0.1);
  }

  html.product-preview-route #rankings .ranking-podium-score b {
    font-size: 2rem;
  }

  html.product-preview-route #rankings .ranking-podium-medal {
    width: 34px;
  }

  html.product-preview-route #rankings .ranking-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  html.product-preview-route #rankings .ranking-page-toolbar {
    min-height: 150px;
    border-radius: 17px;
  }

  html.product-preview-route #rankings .ranking-page-toolbar::after {
    display: none;
  }

  html.product-preview-route #rankings .ranking-panel,
  html.product-preview-route #rankings .ranking-mvp-podium {
    border-radius: 15px;
  }

  html.product-preview-route #rankings .ranking-mvp-podium h2::before,
  html.product-preview-route #rankings .ranking-mvp-podium h2::after {
    display: none;
  }

  html.product-preview-route #rankings .ranking-podium-item,
  html.product-preview-route #rankings .ranking-podium-item:is(.is-place-1, .is-place-2, .is-place-3) {
    grid-template-columns: 40px minmax(0, 1fr);
    grid-template-areas: "rank main";
  }

  html.product-preview-route #rankings .ranking-podium-medal {
    display: none;
  }

  html.product-preview-route #rankings .ranking-podium-player {
    grid-template-columns: minmax(0, 1fr);
  }

  html.product-preview-route #rankings .ranking-podium-crest {
    display: none;
  }

  html.product-preview-route #rankings .ranking-list-heading strong {
    display: none;
  }

  html.product-preview-route #rankings .ranking-row {
    grid-template-columns: 32px 34px minmax(0, 1fr) auto;
    gap: 8px;
    padding: 8px !important;
  }

  html.product-preview-route #rankings .ranking-position {
    width: 30px;
    height: 30px;
  }

  html.product-preview-route #rankings .ranking-team-crest {
    width: 32px;
    height: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-live-status i {
    animation: none;
  }

  .product-button,
  .product-module-item,
  .product-module-toggle::before,
  .product-module-toggle::after {
    transition: none;
  }
}
