:root {
  --z7-yellow: #ffd400;
  --z7-gold: #f2a83a;
  --z7-black: #050505;
  --z7-ink: #0d1324;
  --z7-muted: #8b96aa;
}

.zf7-app,
.zf7-app * {
  letter-spacing: 0;
}

.zf7-dashboard-shell[hidden] {
  display: none;
}

.zf7-header.z7-app-header {
  position: sticky;
  top: 0;
  z-index: 90;
  display: block;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  background: rgba(255, 255, 255, .96);
  color: #050505;
  backdrop-filter: blur(14px);
  padding-top: env(safe-area-inset-top, 0px);
}

.zf7-header.z7-app-header .contenedor-seccion {
  width: min(100% - 40px, 1240px);
  margin: 0 auto;
}

.zf7-header .z7-app-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #050505;
  font: 900 30px Barlow, Inter, sans-serif;
  text-decoration: none;
}

.zf7-header .z7-app-brand img {
  width: 92px;
  height: auto;
  max-height: 46px;
  object-fit: contain;
}

.zf7-header .z7-app-brand small {
  display: block;
  margin-left: 2px;
  color: #050505;
  font: 900 10px Barlow, Inter, sans-serif;
  text-transform: uppercase;
}

.zf7-header .z7-app-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.zf7-header .z7-app-nav a:not(.zf7-credit):not(.zf7-avatar),
.zf7-header .z7-app-nav button {
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #050505;
  font: 900 14px Barlow, Inter, sans-serif;
  text-decoration: none;
}

.zf7-header .z7-app-nav a.is-active {
  background: #050505;
  color: #fff;
}

.zf7-header .z7-app-bell {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.zf7-header .z7-app-bell span {
  position: absolute;
  top: -4px;
  right: -4px;
  display: grid;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  place-items: center;
  border-radius: 999px;
  background: var(--z7-gold);
  color: #050505;
  font-size: 10px;
}

.zf7-header .zf7-credit {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: 10px;
  background: #050505;
  color: #fff;
  font: 900 16px Barlow, Inter, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.zf7-header .zf7-credit strong {
  color: var(--z7-gold);
}

.zf7-header .zf7-avatar {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #0d1324;
  color: var(--z7-gold);
  font: 900 16px Barlow, Inter, sans-serif;
  text-decoration: none;
}

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

.zf7-dashboard-shell .contenedor-seccion {
  width: min(100% - 40px, 1240px);
  margin: 0 auto;
}

.zf7-player-card__photo {
  display: grid;
  width: clamp(140px, 18vw, 200px);
  aspect-ratio: 1;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #050505;
  color: var(--z7-gold);
  font: 900 44px Barlow, Inter, sans-serif;
}

.zf7-player-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zf7-link-arrow {
  display: inline-flex;
  margin-top: 22px;
  color: #050505;
  font-weight: 900;
  text-decoration: none;
}

.zf7-next-match__list {
  display: grid;
  gap: 14px;
}

.zf7-next-card,
.zf7-next-empty {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) minmax(160px, auto);
  align-items: center;
  gap: 18px;
  padding: 18px;
  border: 1px solid #dfe5ef;
  border-radius: 14px;
  background: #fff;
  color: #0d1324;
  text-decoration: none;
  box-shadow: 0 16px 28px rgba(15, 23, 42, .07);
}

.zf7-next-empty {
  display: block;
}

.zf7-next-empty p {
  margin: 6px 0 0;
  color: #6b7689;
  font-weight: 700;
}

.zf7-next-card__date,
.zf7-next-card__main,
.zf7-next-card__meta {
  display: grid;
  gap: 4px;
}

.zf7-next-card__date,
.zf7-next-card__meta {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.zf7-next-card__date small,
.zf7-next-card__main em,
.zf7-next-card__meta small {
  color: #6b7689;
  font-style: normal;
  font-weight: 800;
  text-transform: none;
}

.zf7-next-card__main strong {
  font: 900 30px Barlow, Inter, sans-serif;
}

.zf7-next-card.is-live {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.zf7-next-card.is-finalized {
  background: #f8fafc;
}

.zf7-match-card--finished .zf7-match-card__top {
  background: #fff;
  color: #0d1324;
}

.zf7-match-card--finished .zf7-match-card__state {
  background: #e8edf5;
  color: #4a5568;
}

.zf7-match-card--finished .zf7-match-card__top h3,
.zf7-match-card--urgent .zf7-match-card__top h3 {
  font-size: 64px;
  text-align: center;
}

.zf7-match-card--finished .zf7-match-card__body,
.zf7-match-card--urgent .zf7-match-card__body {
  display: grid;
  align-content: space-between;
}

.zf7-app .z7-account-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px;
  border: 1px dashed #d6deeb;
  border-radius: 14px;
  background: rgba(255, 255, 255, .65);
  color: #667085;
  font-weight: 900;
}

@media (max-width: 812px) {
  .zf7-dashboard-shell .contenedor-seccion {
    width: min(100% - 28px, 1240px);
  }

  .zf7-header.z7-app-header .contenedor-seccion {
    width: min(100% - 24px, 1240px);
  }

  .zf7-header .z7-app-brand span,
  .zf7-header .z7-app-brand small,
  .zf7-header .z7-app-nav a:not(.zf7-credit):not(.zf7-avatar):not(.is-active),
  .zf7-header .z7-app-logout {
    display: none;
  }

  .zf7-header .z7-app-nav {
    gap: 8px;
  }

  .zf7-next-card {
    grid-template-columns: 1fr;
  }
}

/* Agenda publica de partidos */
.z7-public-agenda {
  padding: 54px 0 80px;
}

.z7-public-agenda__hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 32px;
}

.z7-public-agenda__hero h1 {
  margin: 2px 0 8px;
  color: #111;
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 900;
  line-height: .9;
  text-transform: uppercase;
}

.z7-public-agenda__hero > div > p:last-child {
  max-width: 660px;
  margin: 0;
  color: #667085;
  font-size: 17px;
}

.z7-public-agenda__summary {
  display: grid;
  min-width: 190px;
  padding: 20px 24px;
  border: 1px solid #e4e7ec;
  border-radius: 22px;
  background: #fff;
}

.z7-public-agenda__summary strong {
  color: #111;
  font: 900 38px/1 "Barlow Condensed", Barlow, sans-serif;
}

.z7-public-agenda__summary span { color: #667085; font-weight: 700; }

.z7-public-agenda__toolbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px;
  border: 1px solid #e4e7ec;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  background: #fff;
}

.z7-public-agenda__tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.z7-public-agenda__tabs button {
  padding: 11px 16px;
  border: 0;
  border-radius: 999px;
  background: #f2f4f7;
  color: #475467;
  font: 800 14px/1 Barlow, sans-serif;
  cursor: pointer;
}
.z7-public-agenda__tabs button.is-active { background: #111; color: #fff; }

.z7-public-agenda__search {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 250px;
  padding: 0 15px;
  border: 1px solid #d0d5dd;
  border-radius: 14px;
  color: #667085;
}
.z7-public-agenda__search input { width: 100%; padding: 11px 0; border: 0; outline: 0; background: transparent; font: 600 14px Barlow, sans-serif; }

.z7-public-agenda__list {
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 0 0 24px 24px;
  background: #fff;
}

.z7-public-agenda-row {
  display: grid;
  grid-template-columns: 130px minmax(260px, 1fr) 130px 145px 140px;
  align-items: center;
  gap: 20px;
  padding: 22px 24px;
  border-bottom: 1px solid #eaecf0;
}
.z7-public-agenda-row:last-child { border-bottom: 0; }
.z7-public-agenda-row.is-history { background: #fafafa; }
.z7-public-agenda-row__date, .z7-public-agenda-row__capacity, .z7-public-agenda-row__price { display: grid; gap: 4px; }
.z7-public-agenda-row__result { display: grid; justify-items: center; align-content: center; min-height: 76px; padding: 8px 18px; border-right: 1px solid #e4e7ec; border-left: 1px solid #e4e7ec; }
.z7-public-agenda-row__result small { color: #667085; font-size: 9px; font-weight: 900; letter-spacing: .09em; }
.z7-public-agenda-row__result strong { display: flex; align-items: center; gap: 8px; font: 900 34px/1 "Barlow Condensed", Barlow, sans-serif; }
.z7-public-agenda-row__result strong b:first-child { color: #ec6510; }
.z7-public-agenda-row__result strong b:last-child { color: #090909; }
.z7-public-agenda-row__result strong i { color: #98a2b3; font-style: normal; }
.z7-public-agenda-row__result span { color: #8a94a5; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.z7-public-agenda-row__date strong { font: 900 22px/1 "Barlow Condensed", Barlow, sans-serif; text-transform: uppercase; }
.z7-public-agenda-row__date span, .z7-public-agenda-row__capacity span { color: #667085; font-size: 13px; font-weight: 700; }
.z7-public-agenda-row__main h2 { margin: 7px 0 2px; color: #101828; font: 900 22px/1.05 "Barlow Condensed", Barlow, sans-serif; }
.z7-public-agenda-row__main p { margin: 0; color: #667085; font-size: 13px; font-weight: 600; }
.z7-public-agenda-row__capacity strong, .z7-public-agenda-row__price > strong { color: #101828; font-size: 16px; font-weight: 900; }
.z7-public-agenda-row__status { width: max-content; padding: 5px 9px; border-radius: 999px; background: #eef2ff; color: #4338ca; font-size: 11px; font-weight: 900; }
.z7-public-agenda-row__status.is-in_progress { background: #dcfae6; color: #067647; }
.z7-public-agenda-row__status.is-finalized, .z7-public-agenda-row__status.is-needs_review { background: #f2f4f7; color: #475467; }
.z7-public-agenda__pager { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 20px; }
.z7-public-agenda__pager[hidden] { display: none !important; }
.z7-public-agenda__pager button { padding: 10px 18px; border: 1px solid #d0d5dd; border-radius: 12px; background: #fff; font-weight: 800; }
.z7-public-agenda__pager button:disabled { opacity: .4; }
.z7-public-agenda__empty { display: grid; justify-items: center; gap: 8px; padding: 70px 20px; color: #667085; text-align: center; }
.z7-public-agenda__empty i { color: #f4aa27; font-size: 34px; }
.z7-public-agenda__empty strong { color: #101828; font-size: 20px; }

@media (max-width: 1050px) {
  .z7-public-agenda-row { grid-template-columns: 110px minmax(220px, 1fr) 110px 130px; }
  .z7-public-agenda-row > .zf7-button { grid-column: 2 / -1; width: 100%; }
}

@media (max-width: 812px) {
  .z7-public-agenda { padding: 34px 0 60px; }
  .z7-public-agenda__hero { align-items: stretch; flex-direction: column; }
  .z7-public-agenda__summary { min-width: 0; }
  .z7-public-agenda__toolbar { align-items: stretch; flex-direction: column; }
  .z7-public-agenda__tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 3px; }
  .z7-public-agenda__tabs button { flex: 0 0 auto; }
  .z7-public-agenda__search { min-width: 0; }
  .z7-public-agenda-row { grid-template-columns: 92px minmax(0, 1fr); gap: 15px; padding: 19px 16px; }
  .z7-public-agenda-row__capacity, .z7-public-agenda-row__price { grid-column: auto; }
  .z7-public-agenda-row__result { justify-items: start; border-right: 0; border-left: 0; border-top: 1px solid #e4e7ec; border-bottom: 1px solid #e4e7ec; }
  .z7-public-agenda-row > .zf7-button { grid-column: 1 / -1; }
}

html,
body.z-public-app {
  margin: 0;
  min-height: 100%;
  background: #fff;
  color: #fff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.z-public-app h1,
.z-public-app h2,
.z-public-app h3,
.z-public-app .z7-display {
  font-family: Barlow, Inter, sans-serif;
  letter-spacing: 0;
}

.z7-public-auth {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(360px, 1fr);
  background: #000;
}

.z7-public-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .45)), url("https://images.unsplash.com/photo-1518605348400-43ded60bad6c?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
  border-right: 5px solid var(--z7-gold);
  box-sizing: border-box;
}

.z7-public-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 520px;
  text-align: center;
}

.z7-public-logo {
  width: min(310px, 72vw);
  max-height: 155px;
  object-fit: contain;
  margin-bottom: 36px;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, .45));
}

.z7-public-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(46px, 8vw, 92px);
  line-height: .9;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
}

.z7-public-hero strong {
  color: var(--z7-gold);
}

.z7-public-hero p {
  margin: 0 auto;
  max-width: 420px;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.5;
}

.z7-public-panel {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 48px;
  box-sizing: border-box;
}

.z7-public-card {
  width: min(100%, 500px);
}

.z7-public-card h2 {
  margin: 0 0 10px;
  font-size: clamp(38px, 6vw, 58px);
  line-height: .95;
  text-transform: uppercase;
  font-weight: 800;
}

.z7-public-card > p {
  color: #a7adba;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 32px;
}

.z7-field {
  margin-bottom: 20px;
}

.z7-field label,
.z7-label {
  display: block;
  margin-bottom: 8px;
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.z7-input,
.z7-select,
.z7-textarea {
  width: 100%;
  min-height: 56px;
  padding: 14px 18px;
  border: 2px solid #222;
  border-radius: 8px;
  background: #111;
  color: #fff;
  box-sizing: border-box;
  font: 600 16px Inter, sans-serif;
}

.z7-input:focus,
.z7-select:focus,
.z7-textarea:focus {
  outline: none;
  border-color: var(--z7-gold);
  background: #000;
}

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

.z7-public-otp-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  justify-content: start;
  margin: 4px 0 40px;
}

.z7-otp-input {
  height: 75px;
  min-height: 75px;
  padding: 0;
  text-align: center;
  font: 800 36px Barlow, Inter, sans-serif;
  border-color: #2b2b2b;
  background: #151515;
}

.z7-otp-input:focus {
  border-color: var(--z7-gold);
  box-shadow: 0 0 0 4px rgba(242, 168, 58, .16);
}

.z7-public-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: var(--z7-gold);
  color: #060606;
  cursor: pointer;
  font: 800 21px Barlow, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 18px 34px rgba(242, 168, 58, .22);
}

.z7-public-button:disabled {
  cursor: wait;
  opacity: .7;
}

.z7-public-message {
  margin: 0 0 18px;
  padding: 13px 15px;
  border-radius: 8px;
  background: #f1f5f9;
  color: #0d1324;
  font-weight: 800;
  line-height: 1.4;
}

.z7-public-message.is-error {
  background: #fee2e2;
  color: #991b1b;
}

.z7-public-message.is-success {
  background: #dcfce7;
  color: #166534;
}

.z7-public-link {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid var(--z7-gold);
  font-weight: 800;
}

.z7-public-email-inline {
  color: #fff;
}

.z7-public-secondary {
  color: #9ca3af;
  text-align: center;
  margin-top: 34px;
}

.z7-public-secondary-tight {
  margin-top: 20px;
}

.z7-onboarding-page {
  min-height: 100vh;
  padding-bottom: 60px;
  background: #050505;
  color: #fff;
}

.z7-onboarding-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 14px clamp(18px, 4vw, 34px);
  border-bottom: 1px solid #222;
  background: #0a0a0a;
  box-sizing: border-box;
}

.z7-onboarding-brand {
  display: inline-flex;
  align-items: center;
}

.z7-onboarding-brand img {
  width: 120px;
  max-height: 44px;
  object-fit: contain;
}

.z7-onboarding-step {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.z7-onboarding-step span {
  color: var(--z7-gold);
}

.z7-onboarding-step em {
  color: #8b96aa;
  font-style: normal;
}

.z7-onboarding-main {
  width: min(650px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 40px;
}

.z7-onboarding-main-narrow {
  width: min(550px, calc(100% - 40px));
}

.z7-onboarding-title {
  margin-bottom: 40px;
  text-align: center;
}

.z7-onboarding-title h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(50px, 10vw, 86px);
  font-style: italic;
  font-weight: 800;
  line-height: .9;
  text-transform: uppercase;
}

.z7-onboarding-title h1 span {
  color: var(--z7-gold);
}

.z7-onboarding-title p {
  max-width: 540px;
  margin: 0 auto;
  color: #9ca3af;
  font-size: 18px;
  line-height: 1.5;
}

.z7-onboarding-form {
  width: 100%;
}

.z7-avatar-upload {
  position: relative;
  display: flex;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 56px;
  border: 2px dashed #444;
  border-radius: 50%;
  background: #111;
  color: #666;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease;
}

.z7-avatar-upload:hover {
  border-color: var(--z7-gold);
  color: var(--z7-gold);
}

.z7-avatar-upload.is-filled {
  overflow: hidden;
  border-style: solid;
  border-color: var(--z7-gold);
  color: var(--z7-gold);
  background: #000;
}

.z7-avatar-upload img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.z7-avatar-upload i {
  font-size: 30px;
}

.z7-avatar-upload span {
  position: absolute;
  bottom: -26px;
  width: 120px;
  color: #888;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.z7-onboarding-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.z7-dark-field {
  margin-bottom: 28px;
}

.z7-dark-field label,
.z7-quiet-hours label {
  display: block;
  margin-bottom: 9px;
  color: #888;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.z7-dark-field input,
.z7-dark-field select,
.z7-dark-field textarea,
.z7-quiet-hours input {
  width: 100%;
  min-height: 54px;
  padding: 14px;
  border: 2px solid #222;
  border-radius: 8px;
  background: #111;
  color: #fff;
  box-sizing: border-box;
  font: 700 15px Inter, sans-serif;
}

.z7-dark-field textarea {
  min-height: 108px;
  resize: vertical;
}

.z7-dark-field input:focus,
.z7-dark-field select:focus,
.z7-dark-field textarea:focus,
.z7-quiet-hours input:focus {
  outline: none;
  border-color: var(--z7-gold);
  background: #000;
}

.z7-phone-field {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 10px;
}

.z7-phone-field span {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 2px solid #222;
  border-radius: 8px;
  background: #050505;
  color: var(--z7-gold);
  box-sizing: border-box;
  font: 900 15px Inter, sans-serif;
}

.z7-phone-field input[type="tel"] {
  min-width: 0;
}

.z7-onboarding-divider {
  height: 1px;
  margin: 40px 0;
  background: #222;
}

.z7-select-card-grid {
  display: grid;
  gap: 10px;
}

.z7-select-card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.z7-select-card-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.z7-select-card input {
  display: none;
}

.z7-select-card span {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 15px 10px;
  border: 2px solid #222;
  border-radius: 8px;
  background: #111;
  color: #777;
  cursor: pointer;
  font: 800 16px Barlow, Inter, sans-serif;
  letter-spacing: .02em;
  text-align: center;
  text-transform: uppercase;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.z7-select-card i {
  font-size: 24px;
}

.z7-select-card input:checked + span {
  border-color: var(--z7-gold);
  background: rgba(242, 168, 58, .1);
  color: #fff;
}

.z7-select-card input:checked + span i {
  color: var(--z7-gold);
}

.z7-onboarding-submit {
  margin-top: 10px;
  font-size: 22px;
  font-style: italic;
  letter-spacing: .04em;
}

.z7-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 15px;
  padding: 20px;
  border: 1px solid #222;
  border-radius: 12px;
  background: #111;
}

.z7-toggle-row h3 {
  margin: 0 0 8px;
  color: #fff;
  font: 800 20px Barlow, Inter, sans-serif;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.z7-toggle-row h3 i {
  margin-right: 10px;
}

.z7-toggle-row p {
  margin: 0;
  color: #8b96aa;
  font-size: 14px;
  line-height: 1.45;
}

.z7-toggle-switch {
  position: relative;
  width: 50px;
  height: 26px;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: #333;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s ease;
}

.z7-toggle-switch span {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  transition: transform .2s ease;
}

.z7-toggle-switch.is-active {
  background: var(--z7-gold);
}

.z7-toggle-switch.is-active span {
  transform: translateX(24px);
}

.z7-toggle-row-stack {
  align-items: stretch;
  flex-direction: column;
  margin: 30px 0 40px;
  border-color: #333;
}

.z7-toggle-row-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.z7-quiet-hours {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #222;
}

.z7-quiet-hours[hidden] {
  display: none;
}

.z7-icon-green {
  color: #22c55e;
}

.z7-icon-purple {
  color: #a78bfa;
}

.foot-app {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.foot-app img {
    width: 100%;
    height: auto;
    opacity: 0.7;
}

.z7-app-page {
  min-height: 100vh;
  background: #fff;
  color: var(--z7-ink);
  background-size: cover;
}

.z7-app-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px clamp(18px, 5vw, 56px);
  background: var(--z7-yellow);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
}

.z7-app-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #050505;
  font: 800 30px Barlow, sans-serif;
  text-decoration: none;
}

.z7-app-brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.z7-app-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.z7-app-nav a {
  border-radius: 999px;
  color: #111;
  text-decoration: none;
  font-weight: 800;
}

.z7-app-nav a.is-active {
  background: #111;
  color: #fff;
}

.z7-app-nav a.z7-app-logout {
  border: 1px solid rgba(17, 17, 17, .22);
  background: rgba(255, 255, 255, .36);
}

.z7-app-nav a.z7-app-logout:hover,
.z7-app-nav a.z7-app-logout:focus {
  background: #111;
  color: #fff;
}

.z7-app-bell {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 17, 17, .12);
  color: #111;
  cursor: pointer;
  font-size: 18px;
}

.z7-app-bell span {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border: 2px solid var(--z7-yellow);
  border-radius: 999px;
  background: #111;
  color: #fff;
  box-sizing: border-box;
  font: 900 11px Inter, sans-serif;
  line-height: 18px;
}

.z7-app-main {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 72px;
}

.z7-app-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.z7-app-title h1 {
  margin: 0;
  font-size: clamp(42px, 8vw, 50px);
  line-height: .9;
  font-weight: 700;
  text-transform: uppercase;
}

.z7-app-title p {
  margin: 12px 0 0;
  color: #667085;
  font-size: 18px;
}

.z7-panel,
.z7-match-card {
  border: 1px solid #dfe5ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.z7-panel {
  padding: 24px;
}

.z7-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.z7-match-card {
  padding: 22px;
}

.z7-match-card small {
  color: #667085;
  font-weight: 800;
  text-transform: uppercase;
}

.z7-match-card h3 {
  margin: 10px 0;
  font-size: 28px;
}

.z7-app-title-action {
  width: auto;
  min-width: 220px;
  padding: 0 22px;
  flex-shrink: 0;
}

.z7-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eef2f7;
  color: #475467;
  font-weight: 800;
}

.z7-pill-green {
  background: #dcfce7;
  color: #166534;
}

.z7-account-hero {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 18px;
}

.z7-account-avatar {
  position: relative;
  display: flex;
  width: 132px;
  height: 132px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 5px solid #111;
  border-radius: 50%;
  background: #050505;
  color: var(--z7-yellow);
  font: 900 42px Barlow, Inter, sans-serif;
  box-shadow: 0 20px 38px rgba(15, 23, 42, .16);
}

.z7-account-avatar img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.z7-account-avatar.is-photo span {
  display: none;
}

.z7-account-identity h2 {
  margin: 12px 0 8px;
  font-size: clamp(36px, 6vw, 38px);
  line-height: .92;
  font-weight: 700;
  text-transform: uppercase;
}

.z7-account-identity p {
  max-width: 720px;
  margin: 0 0 18px;
  color: #667085;
  font-size: 17px;
  line-height: 1.5;
}

.z7-account-progress {
  width: min(420px, 100%);
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #e6ebf3;
}

.z7-account-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--z7-yellow), #22c55e);
  transition: width .25s ease;
}

.z7-account-identity small {
  display: block;
  margin-top: 8px;
  color: #8b96aa;
  font-weight: 900;
}

.z7-account-grid,
.z7-account-layout {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}

.z7-account-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.z7-account-layout {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}

.z7-account-card {
  padding: 24px;
  border: 1px solid #dfe5ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.z7-account-card small,
.z7-account-section-head small {
  color: #8b96aa;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.z7-account-card h3 {
  margin: 10px 0;
  font-size: 34px;
  line-height: 1;
}

.z7-account-card p {
  min-height: 48px;
  margin: 0 0 20px;
  color: #667085;
  font-size: 15px;
  line-height: 1.5;
}

.z7-account-card a,
.z7-account-small-action {
  color: #0d1324;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 2px solid var(--z7-yellow);
}

.z7-account-wallet {
  background: #050505;
  color: #fff;
}

.z7-account-wallet small,
.z7-account-wallet p {
  color: #cbd5e1;
}

.z7-account-wallet h3 {
  color: var(--z7-yellow);
}

.z7-account-wallet .z7-public-button {
  box-shadow: none;
}

.z7-account-schedule {
  margin-bottom: 18px;
}

.z7-account-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.z7-account-section-head h2 {
  margin: 4px 0 0;
  font-size: 30px;
  line-height: 1;
}

.z7-account-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.z7-account-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #edf1f6;
}

.z7-account-list div:last-child {
  border-bottom: 0;
}

.z7-account-list dt {
  color: #667085;
  font-weight: 900;
}

.z7-account-list dd {
  margin: 0;
  color: #111;
  font-weight: 900;
  text-align: right;
}

.z7-account-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.z7-account-stats div {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  border: 1px solid #e6ebf3;
  border-radius: 14px;
  background: #f8fafc;
}

.z7-account-stats strong {
  color: #0d1324;
  font: 900 36px Barlow, Inter, sans-serif;
}

.z7-account-stats span {
  color: #667085;
  font-weight: 900;
  text-align: center;
}

.z7-account-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.z7-account-actions a {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 4px;
  align-items: center;
  min-height: 92px;
  padding: 16px;
  border: 1px solid #e1e7f0;
  border-radius: 16px;
  background: #f8fafc;
  color: #0d1324;
  text-decoration: none;
}

.z7-account-actions i {
  grid-row: span 2;
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #111;
  color: var(--z7-yellow);
  font-size: 20px;
}

.z7-account-actions strong {
  font: 900 20px Barlow, Inter, sans-serif;
}

.z7-account-actions span {
  color: #667085;
  font-weight: 700;
  line-height: 1.35;
}

/* Gestión pública de equipos. */
[data-z-public-teams] [data-z-team-list] { display: grid; gap: 14px; margin: 18px 0; }
.z7-team-card { padding: 20px; }
.z7-team-members { list-style: none; padding: 0; margin: 14px 0; display: grid; gap: 8px; }
.z7-team-members li { display: flex; align-items: center; gap: 10px; }
.z7-team-members img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; background: #edf1f7; }
.z7-team-members span { display: grid; flex: 1; }
.z7-team-members small { font-size: 12px; }
.z7-team-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 14px 0; }
.z7-team-summary span { padding: 9px; background: #f3f6fa; border-radius: 8px; font-size: 12px; text-align: center; }
.z7-team-summary strong { display: block; font-size: 18px; color: #101827; }
.z7-team-invitations { display: grid; gap: 8px; margin: 14px 0; }
.z7-team-invitations h4 { margin: 0; }
.z7-team-invitations > div { display: flex; gap: 10px; align-items: center; padding: 9px; border: 1px solid #e5e9f0; border-radius: 8px; }
.z7-team-invitations span { flex: 1; font-weight: 700; }
.z7-team-invitations small { color: #697386; }
.z7-team-card form, [data-z-team-create-form] { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
[data-z-team-create-form][hidden] { display: none !important; }
[data-z-team-create-toggle][hidden] { display: none !important; }
.z7-team-card input, [data-z-team-create-form] input { min-height: 42px; border: 1px solid #d9e0eb; border-radius: 8px; padding: 0 12px; flex: 1 1 180px; }
.z7-team-card button, [data-z-team-create-form] button, [data-z-team-invites] button { border: 0; border-radius: 8px; min-height: 42px; padding: 0 14px; background: #101827; color: #fff; font-weight: 700; cursor: pointer; }
.z7-team-members button { min-height: 32px; background: #fff; color: #9a1f28; border: 1px solid #e7b8bd; }
[data-z-team-search-results] { display: grid; width: 100%; gap: 6px; }
[data-z-team-search-results] button { text-align: left; background: #f3f6fa; color: #101827; }
[data-z-team-invites] { display: grid; gap: 10px; margin-top: 20px; }
.z7-team-create-cta { margin-top: 20px; }

.z7-support-grid{align-items:start}.z7-support-grid form{display:grid;gap:14px}.z7-support-grid label{display:grid;gap:6px;font-weight:700}.z7-support-grid input,.z7-support-grid select,.z7-support-grid textarea,.z7-support-ticket textarea{width:100%;border:1px solid #d9e0eb;border-radius:10px;padding:12px;background:#fff}.z7-support-ticket{border:1px solid #d9e0eb;border-radius:14px;padding:18px;margin-bottom:14px}.z7-support-ticket header{display:flex;justify-content:space-between;gap:16px}.z7-support-ticket h3{margin:4px 0 12px}.z7-support-thread{display:grid;gap:8px}.z7-support-thread p{display:grid;gap:4px;padding:10px 12px;border-radius:10px;background:#f3f5f8}.z7-support-thread p.is-support{background:#fff2cf}.z7-support-thread small{color:#697386}.z7-support-ticket form{display:flex;gap:8px;margin-top:12px}.z7-support-ticket button{border:0;border-radius:9px;background:#101827;color:#fff;font-weight:700;padding:0 16px}
.z7-team-card { box-shadow: none; border: 1px solid #dfe6f0; background: #fff; }
.z7-team-card > h3 { margin-top: 4px; }
@media (max-width: 640px) {
  .z7-team-summary { grid-template-columns: 1fr; }
  .z7-team-invitations > div { align-items: flex-start; flex-wrap: wrap; }
}

.z7-account-empty {
  margin: 0;
  padding: 18px;
  border: 1px dashed #d7deea;
  border-radius: 14px;
  background: #f8fafc;
  color: #667085;
  font-weight: 800;
}

.z7-account-match-list {
  display: grid;
  gap: 10px;
}

.z7-account-match-item {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 170px;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid #e1e7f0;
  border-radius: 16px;
  background: #fff;
  color: #0d1324;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.z7-account-match-item.is-history {
  grid-template-columns: 160px minmax(260px, 1fr) 150px 170px;
}

.z7-match-mvp {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
  color: #202634;
  font-size: 14px;
  font-weight: 700;
}

.z7-match-mvp > i { color: #ec6510; }
.z7-match-mvp strong { color: #0d1324; }
.z7-account-match-state > b { margin-top: 6px; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }

.z7-account-match-item:hover {
  border-color: #111;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .08);
  transform: translateY(-1px);
}

.z7-account-match-date,
.z7-account-match-state {
  display: grid;
  gap: 4px;
  font-weight: 900;
}

.z7-account-match-date small,
.z7-account-match-state small,
.z7-account-match-main em {
  color: #667085;
  font-style: normal;
  font-weight: 800;
}

.z7-account-match-main {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.z7-account-match-main strong {
  overflow: hidden;
  font: 900 21px Barlow, Inter, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.z7-account-match-state {
  justify-self: end;
  min-width: 132px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #f1f5f9;
  text-align: right;
}

.z7-notification-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(5, 5, 5, .42);
}

.zf7-player-card__photo span {
    position: absolute;
}

.z7-notification-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000000;
  width: min(440px, 100%);
  height: 100vh;
  padding: 24px;
  border-left: 1px solid #dfe5ef;
  background: #fff;
  box-sizing: border-box;
  box-shadow: -24px 0 70px rgba(15, 23, 42, .18);
  color: #0d1324;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform .24s ease;
}

.z7-notification-drawer.is-open {
  transform: translateX(0);
}

.z7-notification-open {
  overflow: hidden;
}

.z7-notification-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.z7-notification-head small {
  color: #8b96aa;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.z7-notification-head h2 {
  margin: 4px 0 0;
  font-size: 34px;
  line-height: .95;
}

.z7-notification-head button {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e7f0;
  border-radius: 999px;
  background: #f8fafc;
  color: #111;
  cursor: pointer;
  font-size: 18px;
}

.z7-notification-list {
  display: grid;
  gap: 10px;
}

.z7-notification-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
  border: 1px solid #e1e7f0;
  border-radius: 16px;
  background: #f8fafc;
}

.z7-notification-item.is-unread {
  border-color: #111;
  background: #fffbea;
}

.z7-notification-icon {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #111;
  color: var(--z7-yellow);
}

.z7-notification-item strong {
  display: block;
  margin-bottom: 5px;
  font: 900 18px/1.15 Barlow, Inter, sans-serif;
}

.z7-notification-item p {
  margin: 0 0 8px;
  color: #475467;
  line-height: 1.45;
}

.z7-notification-item small {
  color: #8b96aa;
  font-weight: 800;
}

.z7-notification-item a {
  display: inline-flex;
  margin-top: 10px;
  color: #0d1324;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 2px solid var(--z7-yellow);
}

.z7-edit-profile-page .z7-app-title-action {
  cursor: pointer;
}

.z7-profile-editor {
  display: grid;
  gap: 24px;
}

.z7-profile-editor-head {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #edf1f6;
}

.z7-profile-editor-head small {
  color: #8b96aa;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.z7-profile-editor-head h2 {
  margin: 4px 0 8px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: .95;
}

.z7-profile-editor-head p {
  margin: 0;
  color: #667085;
  font-size: 16px;
  line-height: 1.45;
}

.z7-profile-avatar-upload {
  position: relative;
  display: flex;
  width: 116px;
  height: 116px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 4px solid #111;
  border-radius: 50%;
  background: #050505;
  color: var(--z7-yellow);
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(15, 23, 42, .14);
}

.z7-profile-avatar-upload img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.z7-profile-avatar-upload i {
  font-size: 28px;
}

.z7-profile-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.z7-light-field {
  display: grid;
  gap: 8px;
}

.z7-light-field-wide {
  grid-column: 1 / -1;
}

.z7-light-field label,
.z7-quiet-hours-light label {
  color: #667085;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.z7-light-field input,
.z7-light-field select,
.z7-light-field textarea,
.z7-quiet-hours-light input {
  width: 100%;
  min-height: 54px;
  padding: 14px;
  border: 1px solid #dfe5ef;
  border-radius: 12px;
  background: #f8fafc;
  color: #0d1324;
  box-sizing: border-box;
  font: 800 15px Inter, sans-serif;
}

.z7-light-field textarea {
  min-height: 116px;
  resize: vertical;
}

.z7-light-field input:focus,
.z7-light-field select:focus,
.z7-light-field textarea:focus,
.z7-quiet-hours-light input:focus {
  outline: none;
  border-color: #111;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 212, 0, .22);
}

.z7-email-change-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.z7-email-change-row button {
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid #111;
  border-radius: 12px;
  background: #111;
  color: #fff;
  cursor: pointer;
  font: 900 13px Inter, sans-serif;
  text-transform: uppercase;
}

.z7-email-change-row button:disabled {
  cursor: wait;
  opacity: .65;
}

.z7-email-change-field small {
  color: #8b96aa;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.z7-phone-field-light span {
  border-color: #dfe5ef;
  background: #fff;
  color: #111;
}

.z7-profile-editor-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 6px;
}

.z7-profile-editor-actions .z7-public-button {
  width: auto;
  min-width: 250px;
  padding: 0 24px;
}

.z7-profile-editor-actions a {
  color: #0d1324;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 2px solid var(--z7-yellow);
}

.z7-preferences-drawer .z7-toggle-row {
  border-color: #e1e7f0;
  background: #f8fafc;
}

.z7-preferences-drawer .z7-toggle-row h3 {
  color: #0d1324;
}

.z7-preferences-drawer .z7-toggle-row p {
  color: #667085;
}

.z7-preferences-drawer .z7-quiet-hours {
  border-top-color: #e1e7f0;
}

.z-public-offline {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  display: none;
  padding: 14px 16px;
  border-radius: 14px;
  background: #111;
  color: #fff;
  text-align: center;
  font-weight: 800;
}

.z-public-offline.is-visible {
  display: block;
}

.z7-welcome-page {
  min-height: 100vh;
  padding: 18px clamp(18px, 5vw, 56px) 54px;
  background:
    radial-gradient(circle at 80% 0%, rgba(255, 212, 0, .18), transparent 34%),
    linear-gradient(180deg, #050505 0%, #101010 100%);
  color: #fff;
  box-sizing: border-box;
}

.z7-welcome-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 38px;
}

.z7-welcome-badge,
.z7-welcome-kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.z7-welcome-badge {
  padding: 9px 13px;
  background: rgba(34, 197, 94, .16);
  color: #86efac;
  font-size: 12px;
}

.z7-welcome-hero {
  width: min(860px, 100%);
  margin-bottom: 34px;
}

.z7-welcome-kicker {
  margin: 0 0 16px;
  color: var(--z7-yellow);
  font-size: 13px;
}

.z7-welcome-hero h1 {
  margin: 0;
  font-size: clamp(54px, 11vw, 112px);
  font-style: italic;
  font-weight: 900;
  line-height: .86;
  text-transform: uppercase;
}

.z7-welcome-hero h1 span {
  color: var(--z7-yellow);
}

.z7-welcome-hero > p:not(.z7-welcome-kicker) {
  max-width: 690px;
  margin: 22px 0 0;
  color: #cbd5e1;
  font-size: clamp(18px, 3vw, 24px);
  line-height: 1.42;
}

.z7-welcome-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(980px, 100%);
}

.z7-welcome-step {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid #272727;
  border-radius: 18px;
  background: rgba(17, 17, 17, .88);
  box-shadow: 0 24px 48px rgba(0, 0, 0, .22);
}

.z7-welcome-step.is-complete {
  border-color: rgba(34, 197, 94, .34);
}

.z7-welcome-step-icon {
  display: flex;
  width: 66px;
  height: 66px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #ffd400;
  color: #050505;
  font-size: 24px;
}

.z7-welcome-step.is-complete .z7-welcome-step-icon {
  background: #22c55e;
}

.z7-welcome-step small {
  color: #94a3b8;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.z7-welcome-step h2 {
  margin: 5px 0 8px;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.05;
}

.z7-welcome-step p {
  margin: 0;
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.5;
}

.z7-welcome-step a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--z7-yellow);
  font-weight: 900;
  text-decoration: none;
  border-bottom: 2px solid var(--z7-yellow);
}

.z7-welcome-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  width: min(980px, 100%);
  margin-top: 28px;
}

.z7-welcome-actions .z7-public-button {
  width: auto;
  min-width: 280px;
  padding: 0 28px;
}

.z7-welcome-secondary {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 2px solid var(--z7-yellow);
}

.z7-public-match-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.z7-public-match-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #dfe5ef;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 212, 0, .2), rgba(255, 255, 255, 0) 34%),
    #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.z7-public-match-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.z7-public-match-card-top small,
.z7-public-match-detail-card small {
  color: #667085;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.z7-public-match-card h3 {
  margin: 0;
  color: #0d1324;
  font-size: 44px;
  font-weight: 900;
  line-height: .95;
}

.z7-public-match-card p {
  min-height: 44px;
  margin: 0;
  color: #667085;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

.z7-public-match-card.is-live,
.z7-public-match-card.is-finalized {
  gap: 14px;
  background:
    radial-gradient(circle at 8% 10%, rgba(250, 175, 45, .28), rgba(250, 175, 45, 0) 28%),
    linear-gradient(145deg, #ffffff, #f8fafc);
}

.z7-public-match-card.is-live .z7-pill {
  background: #dcfce7;
  color: #166534;
}

.z7-public-match-score-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  color: #0d1324;
  font-size: clamp(48px, 6.6vw, 70px);
  font-weight: 950;
  line-height: .82;
  text-align: center;
}

.z7-public-match-score-title strong {
  min-width: 0;
}

.z7-public-match-score-title strong:last-child {
  color: #f2a92f;
}

.z7-public-match-score-title span {
  color: #98a2b3;
  font-size: .55em;
}

.z7-public-match-score-teams {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: -4px;
  color: #0d1324;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: .02em;
  text-align: center;
  text-transform: uppercase;
}

.z7-public-match-live-note {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #e6ebf3;
  border-radius: 14px;
  background: #0d1324;
  color: #fff;
  font-weight: 900;
}

.z7-public-match-live-note i {
  color: #f2a92f;
}

.z7-public-match-live-note span {
  color: #f2a92f;
  text-transform: uppercase;
}

.z7-public-match-live-note strong {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.z7-public-match-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
}

.z7-public-match-meta span {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #e6ebf3;
  border-radius: 14px;
  background: #f8fafc;
  color: #0d1324;
  font-weight: 900;
}

.z7-public-match-meta i {
  color: #98a2b3;
}

.z7-public-match-meta.is-score-meta span {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}

.z7-public-match-meta.is-score-meta span:nth-child(4) {
  grid-column: 1 / -1;
}

.z7-public-match-meta.is-score-meta span:nth-child(4) {
  background: #0d1324;
  color: #fff;
  text-overflow: ellipsis;
}

.z7-public-match-meta.is-score-meta span:nth-child(4) i {
  color: #f2a92f;
}

.z7-public-match-card .z7-public-button {
  margin-top: 4px;
}

.z7-public-match-detail-card {
  padding: 0px;
}

.z7-public-match-scoreboard {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0;
}

.z7-public-match-scoreboard div {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 14px;
  border: 1px solid #e6ebf3;
  border-radius: 18px;
  background: #f8fafc;
  text-align: center;
}

.z7-public-match-scoreboard strong {
  color: #0d1324;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.z7-public-match-scoreboard span {
  color: #667085;
  font-weight: 900;
}

.z7-public-match-status {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px;
  border-radius: 18px;
  background: #ecfdf3;
}

.z7-public-match-status p {
  margin: 0;
  color: #166534;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
}

.z7-public-match-action {
  margin: 20px 0 0;
}

.z7-public-match-action .z7-public-button {
  width: min(360px, 100%);
}

.z7-public-match-rules {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.z7-public-match-rules li {
  padding: 12px 14px;
  border: 1px solid #e6ebf3;
  border-radius: 14px;
  background: #f8fafc;
  color: #667085;
  font-weight: 800;
}

.z7-match-detail-pro {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.z7-match-topbar {
  display: grid;
  min-height: 74px;
  align-items: center;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 16px;
  padding: 0 28px;
  background: #fff;
  color: #111;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.z7-match-topbar a,
.z7-match-topbar span {
  display: inline-flex;
  width: 48px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #111;
  text-decoration: none;
}

.z7-match-topbar strong {
  justify-self: center;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.z7-match-topbar span {
  width: auto;
  gap: 8px;
  padding: 0 16px;
  border: 2px solid #f4aa31;
  background: #111;
  color: #fff;
  font-weight: 950;
}

.z7-match-topbar span i {
  color: #f4aa31;
}

.z7-match-hero {
  display: grid;
  min-height: 220px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  padding: 42px 48px 56px;
  background:
    radial-gradient(circle at 94% 35%, rgba(244, 170, 49, .14), transparent 24%),
    linear-gradient(135deg, #080808, #151515);
  color: #fff;
}

.z7-match-hero > div > span {
  display: inline-flex;
  padding: 9px 18px;
  border-radius: 999px;
  background: #f4aa31;
  color: #111;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

.z7-match-hero h2 {
  margin: 22px 0 10px;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 950;
  line-height: .88;
  text-transform: uppercase;
}

.z7-match-hero p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  color: #a8b0bd;
  font-size: 20px;
  font-weight: 850;
}

.z7-match-hero aside {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.z7-match-hero aside small {
  color: #f4aa31;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.z7-match-hero aside strong {
  font-size: 28px;
  font-weight: 950;
  text-transform: uppercase;
}

.z7-match-hero aside em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-style: normal;
  font-weight: 950;
}

.z7-match-hero aside em i {
  color: #f4aa31;
}

.z7-match-center-strip {
  display: grid;
  position: relative;
  z-index: 2;
  width: min(980px, calc(100% - 96px));
  min-height: 124px;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  margin: -42px auto 0;
  padding: 22px 34px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(15, 23, 42, .12);
}

.z7-match-center-strip > strong {
  display: grid;
  justify-items: center;
  color: #111;
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 950;
  line-height: .9;
}

.z7-match-center-strip > strong:last-child {
  color: #f4aa31;
}

.z7-match-center-strip small {
  margin-top: 8px;
  color: #111;
  font-size: 16px;
  font-weight: 950;
  text-transform: uppercase;
}

.z7-match-center-strip span {
  display: grid;
  min-width: 160px;
  justify-items: center;
  gap: 8px;
  color: #667085;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.z7-match-center-strip em {
  padding: 7px 12px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-style: normal;
}

.z7-match-center-strip b {
  color: #667085;
  font-size: 22px;
}

.z7-match-center-strip span small {
  margin-top: 0;
  color: #667085;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.z7-match-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 320px);
  gap: 32px;
  padding: 46px 48px 34px;
}

.z7-match-detail-pro.is-match-center .z7-match-detail-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
}

.z7-match-detail-pro.is-match-center .z7-match-team-grid {
  margin-top: 24px;
}

.z7-match-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.z7-match-section-title i {
  display: inline-flex;
  width: 32px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f4aa31;
  color: #fff;
}

.z7-match-section-title h3 {
  margin: 0;
  color: #111;
  font-size: 32px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.z7-match-team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.z7-match-team-card {
  overflow: hidden;
  border: 1px solid #e5eaf1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 44px rgba(15, 23, 42, .08);
}

.z7-match-team-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid #e5eaf1;
  background: #f8fafc;
  color: #667085;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: .08em;
}

.z7-match-team-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.z7-match-team-card li {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  border-bottom: 1px solid #eef2f7;
}

.z7-match-team-card li:last-child {
  border-bottom: 0;
}

.z7-match-team-card li strong {
  color: #111;
  font-size: 18px;
  font-weight: 900;
}

.z7-match-team-card li.is-empty {
  margin: 14px;
  border: 2px dashed #d3dde9;
  border-radius: 16px;
  color: #667085;
}

.z7-match-team-card li.is-empty strong {
  color: #667085;
  font-style: italic;
}

.z7-match-stats-card {
  overflow: hidden;
  border: 1px solid #e5eaf1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 44px rgba(15, 23, 42, .08);
}

.z7-match-stats-card ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.z7-match-stats-card li {
  display: grid;
  min-height: 70px;
  align-items: center;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  gap: 18px;
  padding: 14px 22px;
  border-bottom: 1px solid #eef2f7;
}

.z7-match-stats-card li:last-child {
  border-bottom: 0;
}

.z7-match-stats-card li > strong {
  color: #111827;
  font-size: 28px;
  font-weight: 950;
  text-align: center;
}

.z7-match-stats-card li > span {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.z7-match-stats-card em {
  color: #111827;
  font-size: 16px;
  font-style: normal;
  font-weight: 950;
  text-align: center;
}

.z7-match-stats-card i {
  display: flex;
  width: 100%;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #eef2f7;
}

.z7-match-stats-card b,
.z7-match-stats-card u {
  display: block;
  height: 100%;
}

.z7-match-stats-card b {
  background: #111827;
}

.z7-match-stats-card u {
  background: #f4aa31;
  text-decoration: none;
}

.z7-match-player-avatar,
.z7-match-ref-avatar {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 999px;
  background: #111;
  color: #ffd400;
  font-size: 14px;
  font-weight: 950;
}

.z7-match-player-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.z7-match-player-avatar i {
  color: #98a2b3;
}

.z7-match-side {
  display: grid;
  align-content: start;
  gap: 18px;
}

.z7-match-organizer,
.z7-match-info-card,
.z7-match-checkout {
  overflow: hidden;
  border: 1px solid #e5eaf1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 44px rgba(15, 23, 42, .08);
}

.z7-match-organizer {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 20px;
}

.z7-match-ref-avatar {
  width: 58px;
  height: 58px;
  flex-basis: 58px;
}

.z7-match-organizer small,
.z7-match-organizer em,
.z7-match-info-card small {
  display: block;
  color: #667085;
  font-size: 13px;
  font-weight: 900;
  font-style: normal;
}

.z7-match-organizer strong {
  display: block;
  overflow: hidden;
  color: #111;
  font-size: 22px;
  font-weight: 950;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.z7-match-organizer b {
  color: #111;
  font-size: 22px;
  font-weight: 950;
}

.z7-match-organizer b i {
  color: #f4aa31;
  font-size: 14px;
}

.z7-match-info-card header,
.z7-match-checkout header {
  padding: 16px 20px;
  border-bottom: 1px solid #e5eaf1;
  background: #f8fafc;
  color: #667085;
  font-size: 16px;
  font-weight: 950;
}

.z7-match-info-card div {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 20px;
}

.z7-match-event-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.z7-match-event-list li {
  display: grid;
  min-height: 58px;
  align-items: center;
  grid-template-columns: 54px 28px minmax(0, 1fr) auto;
  gap: 10px;
  padding: 12px 20px;
  border-bottom: 1px solid #eef2f7;
}

.z7-match-event-list li:last-child {
  border-bottom: 0;
}

.z7-match-event-list span {
  color: #98a2b3;
  font-weight: 950;
}

.z7-match-event-list strong {
  color: #111;
  font-size: 15px;
}

.z7-match-event-list em {
  overflow: hidden;
  color: #667085;
  font-size: 14px;
  font-style: normal;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.z7-match-event-list i {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f4f6f9;
  color: #111827;
  font-size: 14px;
}

.z7-match-event-list li.is-empty {
  grid-template-columns: 54px minmax(0, 1fr);
}

.z7-match-event-list li.is-empty em {
  grid-column: 2;
  white-space: normal;
}

.z7-match-info-card i {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #f4f6f9;
  color: #667085;
  font-size: 22px;
}

.z7-match-info-card .z7-match-event-list i {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #111827;
  font-size: 14px;
}

.z7-match-info-card strong {
  display: block;
  color: #111;
  font-size: 17px;
  font-weight: 950;
}

.z7-match-checkout {
  border: 2px solid #111;
}

.z7-match-checkout header {
  border: 0;
  background: #111;
  color: #fff;
}

.z7-match-checkout div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 20px;
  border-bottom: 1px dashed #d3dde9;
}

.z7-match-checkout span {
  color: #667085;
  font-weight: 950;
  text-transform: uppercase;
}

.z7-match-checkout strong {
  color: #111;
  font-size: 26px;
  font-weight: 950;
}

.z7-match-checkout .z7-public-button {
  width: 100%;
  border-radius: 0 0 18px 18px;
}

.z7-match-checkout p {
  margin: 0;
  padding: 14px 20px 18px;
  color: #667085;
  font-weight: 850;
}

.z7-match-rules-pro {
  padding: 0 56px 48px;
}

.z7-public-modal-open {
  overflow: hidden;
}

.z7-match-signup-modal {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.z7-match-signup-modal.is-open {
  display: flex;
}

.z7-match-signup-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, .72);
  cursor: pointer;
}

.z7-match-signup-sheet {
  position: relative;
  display: grid;
  width: min(720px, 100%);
  gap: 18px;
  padding: 34px;
  border-top: 4px solid #f4aa31;
  border-radius: 22px 22px 0 0;
  background: #111;
  color: #fff;
  box-shadow: 0 40px 90px rgba(0, 0, 0, .4);
}

.z7-match-signup-sheet header {
  display: grid;
  align-items: center;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.z7-match-signup-sheet header span,
.z7-match-signup-sheet header button {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #f4aa31;
  font-size: 28px;
}

.z7-match-signup-sheet header button {
  color: #98a2b3;
  cursor: pointer;
}

.z7-match-signup-sheet h3 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.z7-match-signup-sheet p {
  margin: 8px 0 12px;
  color: #a8b0bd;
  font-size: 18px;
  font-weight: 800;
}

.z7-match-signup-option {
  display: grid;
  min-height: 92px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 18px 22px;
  border: 2px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: #060606;
  color: #fff;
  text-align: left;
}

.z7-match-signup-option.is-selected {
  border-color: #f4aa31;
  background: rgba(244, 170, 49, .12);
}

.z7-match-signup-option.is-disabled {
  opacity: .5;
}

.z7-match-signup-option strong {
  display: block;
  font-size: 22px;
  font-weight: 950;
  text-transform: uppercase;
}

.z7-match-signup-option small {
  display: block;
  margin-top: 8px;
  color: #a8b0bd;
  font-size: 15px;
  font-weight: 850;
}

.z7-match-signup-option i {
  color: #f4aa31;
}

.z7-match-signup-balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
}

.z7-match-signup-balance span {
  color: #a8b0bd;
  font-weight: 950;
  text-transform: uppercase;
}

.z7-match-signup-balance strong {
  color: #fff;
  font-size: 26px;
  font-weight: 950;
}

.z7-match-signup-balance i {
  color: #f4aa31;
}

.z7-match-signup-start {
  justify-self: start;
  min-height: 60px;
  padding: 0 34px;
  border: 0;
  background: #f4aa31;
  color: #111;
  font-size: 18px;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.z7-wallet-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 18px;
  padding: 32px;
  background:
    linear-gradient(135deg, rgba(255, 212, 0, .95), rgba(242, 168, 58, .9)),
    #ffd400;
  color: #050505;
}

.z7-wallet-hero small {
  color: rgba(5, 5, 5, .66);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.z7-wallet-hero h2 {
  margin: 8px 0;
  font-size: clamp(54px, 8vw, 92px);
  font-weight: 900;
  line-height: .9;
}

.z7-wallet-hero p {
  margin: 0;
  max-width: 560px;
  color: rgba(5, 5, 5, .72);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}

.z7-wallet-hero .z7-public-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 260px;
  background: #050505;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(5, 5, 5, .18);
}

.z7-wallet-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.z7-account-small-action.is-disabled {
  cursor: not-allowed;
  opacity: .52;
}

.z7-app-page > .zf7-credit-store,
.z7-app-page > .zf7-checkout-page,
.z7-app-page > .zf7-success-page {
  position: relative;
  z-index: 1;
}

.z7-credit-demo-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  padding: 13px 16px;
  border: 1px solid rgba(30, 72, 215, .2);
  border-radius: 12px;
  background: #eef3ff;
  color: #26375f;
  font: 700 13px Inter, sans-serif;
}

.z7-credit-demo-notice strong {
  flex: 0 0 auto;
  color: #1e48d7;
  font-weight: 900;
  text-transform: uppercase;
}

.z7-credit-avatar-fallback {
  display: inline-flex !important;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #111c36;
  color: #fff !important;
  font: 900 18px "Barlow Condensed", sans-serif !important;
}

.zf7-credit-hero__spacer {
  display: block;
  width: 42px;
  height: 42px;
}

.zf7-pay-button:disabled {
  cursor: not-allowed;
  filter: grayscale(.2);
  opacity: .68;
}

.z7-credit-demo-notice.is-error {
  border-color: rgba(185, 28, 28, .22);
  background: #fff1f2;
  color: #7f1d1d;
}

.z7-credit-demo-notice.is-error strong {
  color: #b91c1c;
}

.z7-zpay-orders {
  display: grid;
  gap: 12px;
}

.z7-zpay-order {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid #e3e8f0;
  border-radius: 16px;
  background: #f8fafc;
  color: #0d1324;
  text-decoration: none;
}

.z7-zpay-order > span:last-child {
  text-align: right;
}

.z7-zpay-order strong,
.z7-zpay-order small,
.z7-zpay-order em {
  display: block;
}

.z7-zpay-detail-card {
  display: grid;
  gap: 26px;
}

.z7-zpay-detail-status {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: #e8fbef;
  color: #14894e;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.z7-zpay-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.z7-zpay-detail-grid > div {
  padding: 18px;
  border: 1px solid #e3e8f0;
  border-radius: 14px;
  background: #f8fafc;
}

.z7-zpay-detail-grid dt {
  color: #7d8798;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.z7-zpay-detail-grid dd {
  margin: 7px 0 0;
  color: #0d1324;
  font-size: 18px;
  font-weight: 900;
}

.z7-zpay-detail-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.z7-zpay-detail-actions .z7-public-button {
  width: auto;
  min-width: 220px;
  text-decoration: none;
}

.z7-zpay-order strong {
  margin: 3px 0;
  font-weight: 900;
}

.z7-zpay-order small,
.z7-zpay-order em {
  color: #7d8798;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 640px) {
  .z7-zpay-order {
    grid-template-columns: 1fr;
  }

  .z7-zpay-order > span:last-child {
    padding-top: 12px;
    border-top: 1px solid #e3e8f0;
    text-align: left;
  }

  .z7-zpay-detail-grid {
    grid-template-columns: 1fr;
  }
}

.z-public-view-recargar-zpay .z7-app-footer,
.z-public-view-checkout-zpay .z7-app-footer,
.z-public-view-resultado-zpay .z7-app-footer {
  position: relative;
  z-index: 1;
}

@media (max-width: 812px) {
  .z7-credit-demo-notice {
    align-items: flex-start;
    flex-direction: column;
  }

  .zf7-credit-hero__copy span {
    line-height: 1.35;
  }
}

.z7-wallet-ledger {
  display: grid;
  gap: 10px;
}

.z7-wallet-ledger-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 74px;
  padding: 16px 18px;
  border: 1px solid #e6ebf3;
  border-radius: 16px;
  background: #f8fafc;
}

.z7-wallet-ledger-item strong,
.z7-wallet-ledger-item span {
  color: #0d1324;
  font-weight: 900;
}

.z7-wallet-ledger-item small {
  display: block;
  margin-top: 5px;
  color: #8b96aa;
  font-weight: 800;
}

.z7-wallet-ledger-item span {
  min-width: 96px;
  text-align: right;
}

.z7-wallet-ledger-item.is-credit span {
  color: #15803d;
}

.z7-wallet-ledger-item.is-debit span {
  color: #b91c1c;
}

@media (max-width: 860px) {
  .z7-public-auth {
    grid-template-columns: 1fr;
  }

  .z7-public-hero {
    min-height: 34vh;
    border-right: 0;
    border-bottom: 5px solid var(--z7-gold);
  }

  .z7-public-panel {
    min-height: auto;
    padding: 38px 22px 56px;
  }

  .z7-public-grid,
  .z7-card-grid {
    grid-template-columns: 1fr;
  }

  .z7-public-otp-grid {
    grid-template-columns: repeat(4, minmax(54px, 1fr));
    gap: 10px;
    margin-bottom: 30px;
  }

  .z7-otp-input {
    min-height: 62px;
    font-size: 28px;
  }

  .z7-app-header,
  .z7-app-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .z7-app-nav {
    width: 100%;
  }

  .z7-app-title-action {
    width: 100%;
  }

  .z7-account-hero,
  .z7-account-grid,
  .z7-account-layout,
  .z7-account-actions,
  .z7-account-match-item,
  .z7-profile-editor-head,
  .z7-profile-form-grid {
    grid-template-columns: 1fr;
  }

  .z7-account-match-state {
    justify-self: stretch;
    text-align: left;
  }

  .z7-account-avatar {
    width: 108px;
    height: 108px;
  }

  .z7-account-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .z7-profile-editor-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .z7-profile-editor-actions .z7-public-button {
    width: 100%;
    min-width: 0;
  }

  .z7-email-change-row {
    grid-template-columns: 1fr;
  }

  .z7-onboarding-grid,
  .z7-quiet-hours {
    grid-template-columns: 1fr;
  }

  .z7-select-card-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .z7-select-card-grid-3 {
    grid-template-columns: 1fr;
  }

  .z7-toggle-row,
  .z7-toggle-row-head {
    align-items: flex-start;
  }

  .z7-onboarding-title {
    text-align: left;
  }

  .z7-onboarding-title p {
    margin-left: 0;
  }

  .z7-welcome-page {
    padding: 18px 18px 44px;
  }

  .z7-welcome-steps {
    grid-template-columns: 1fr;
  }

  .z7-welcome-step {
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 18px;
  }

  .z7-welcome-step-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }

  .z7-welcome-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .z7-welcome-actions .z7-public-button {
    width: 100%;
    min-width: 0;
  }

  .z7-public-match-grid,
  .z7-public-match-meta,
  .z7-public-match-scoreboard,
  .z7-public-match-status {
    grid-template-columns: 1fr;
  }

  .z7-public-match-card {
    min-height: auto;
  }

  .z7-public-match-card h3 {
    font-size: 34px;
  }

  .z7-public-match-detail-card {
    padding: 0px;
  }

  .z7-public-match-scoreboard strong {
    font-size: 24px;
  }

  .z7-public-match-action .z7-public-button {
    width: 100%;
  }

  .z7-match-detail-pro,
  .z7-public-match-detail-card.z7-match-detail-pro {
    width: 100%;
    padding: 0;
  }

  .z7-match-topbar {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    padding: 0 14px;
  }

  .z7-match-topbar strong {
    font-size: 16px;
  }

  .z7-match-hero,
  .z7-match-detail-grid {
    grid-template-columns: 1fr;
    padding: 28px 18px;
  }

  .z7-match-center-strip {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    margin-top: -26px;
    padding: 22px 18px;
  }

  .z7-match-center-strip span {
    min-width: 0;
    order: -1;
  }

  .z7-match-hero {
    gap: 24px;
  }

  .z7-match-hero aside {
    justify-items: start;
    text-align: left;
  }

  .z7-match-hero h2 {
    font-size: 40px;
  }

  .z7-match-hero p {
    font-size: 16px;
  }

  .z7-match-team-grid {
    grid-template-columns: 1fr;
  }

  .z7-match-organizer {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .z7-match-organizer b {
    grid-column: 2;
    justify-self: start;
  }

  .z7-match-rules-pro {
    padding: 0 18px 32px;
  }

  .z7-match-event-list li {
    grid-template-columns: 48px 28px minmax(0, 1fr);
  }

  .z7-match-event-list em {
    grid-column: 3;
    white-space: normal;
  }

  .z7-match-signup-modal {
    align-items: end;
    padding: 0;
  }

  .z7-match-signup-sheet {
    width: 100%;
    max-height: 92vh;
    overflow: auto;
    padding: 26px 18px;
    border-radius: 22px 22px 0 0;
  }

  .z7-match-signup-sheet h3 {
    font-size: 28px;
  }

  .z7-match-signup-start {
    width: 100%;
  }

  .z7-wallet-hero,
  .z7-wallet-ledger-item {
    grid-template-columns: 1fr;
  }

  .z7-wallet-hero .z7-public-button {
    width: 100%;
    min-width: 0;
  }

  .z7-wallet-ledger-item span {
    min-width: 0;
    text-align: left;
  }
}

/* ModelFix public header override: keep it after legacy app-header rules. */
.zf7-header.z7-app-header {
  position: sticky;
  top: 0;
  z-index: 90;
  display: block;
  padding: 0;
  background: rgba(255, 255, 255, .96);
  color: #050505;
  backdrop-filter: blur(14px);
}

.zf7-header.z7-app-header .contenedor-seccion {
  width: min(100% - 48px, 1240px);
  margin: 0 auto;
  padding: 10px 0;
}

.zf7-header.z7-app-header .zf7-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
}

.zf7-header.z7-app-header .z7-app-brand img {
  width: 132px;
  height: auto;
  max-height: 54px;
  object-fit: contain;
}

.zf7-header.z7-app-header .z7-app-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.zf7-header.z7-app-header .z7-app-nav a:not(.zf7-credit):not(.zf7-avatar),
.zf7-header.z7-app-header .z7-app-nav button {
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #050505;
  font: 900 14px Barlow, Inter, sans-serif;
  text-decoration: none;
}

.zf7-header.z7-app-header .z7-app-nav a.is-active {
  background: #050505;
  color: #fff;
}

.zf7-header.z7-app-header .zf7-credit {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: 10px;
  background: #050505;
  color: #fff;
  font: 900 16px Barlow, Inter, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.zf7-header.z7-app-header .zf7-credit span {
  display: inline;
  font-size: 12px;
}

.zf7-header.z7-app-header .zf7-credit strong {
  color: var(--z7-gold);
  font-size: 26px;
  line-height: 1;
}

.zf7-header.z7-app-header .zf7-avatar {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #0d1324;
  color: var(--z7-gold);
  font: 900 16px Barlow, Inter, sans-serif;
  text-decoration: none;
}

.zf7-header.z7-app-header .zf7-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .zf7-header.z7-app-header .contenedor-seccion {
    width: min(100% - 32px, 1240px);
  }

  .zf7-header.z7-app-header .zf7-header__row {
    gap: 16px;
  }

  .zf7-header.z7-app-header .z7-app-nav {
    gap: 8px;
  }

  .zf7-header.z7-app-header .z7-app-nav a:not(.zf7-credit):not(.zf7-avatar),
  .zf7-header.z7-app-header .z7-app-nav button {
    padding: 0 10px;
    font-size: 13px;
  }
}

@media (max-width: 812px) {
  .zf7-header.z7-app-header .contenedor-seccion {
    width: min(100% - 28px, 1240px);
    padding: 8px 0;
  }

  .zf7-header.z7-app-header .zf7-header__row {
    min-height: 60px;
    gap: 10px;
  }

  .zf7-header.z7-app-header .z7-app-brand {
    flex: 0 0 auto;
  }

  .zf7-header.z7-app-header .z7-app-brand img {
    width: 112px;
    max-height: 44px;
  }

  .zf7-header.z7-app-header .z7-app-nav {
    flex: 1 1 auto;
    justify-content: flex-end;
    min-width: 0;
    gap: 6px;
  }

  .zf7-header.z7-app-header .z7-app-nav a:not(.zf7-credit):not(.zf7-avatar):not(.is-active),
  .zf7-header.z7-app-header .z7-app-logout {
    display: none;
  }

  .zf7-header.z7-app-header .z7-app-nav a.is-active {
    min-height: 36px;
    padding: 0 10px;
    font-size: 13px;
  }

  .zf7-header.z7-app-header .z7-app-bell {
    width: 36px;
    min-width: 36px;
    height: 36px;
    padding: 0;
  }

  .zf7-header.z7-app-header .zf7-credit {
    min-height: 42px;
    padding: 0 12px;
    border-radius: 12px;
  }

  .zf7-header.z7-app-header .zf7-credit span {
    display: none;
  }

  .zf7-header.z7-app-header .zf7-credit strong {
    font-size: 24px;
  }

  .zf7-header.z7-app-header .zf7-avatar {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  .zf7-header.z7-app-header .z7-app-brand img {
    width: 92px;
    max-height: 38px;
  }

  .zf7-header.z7-app-header .z7-app-nav a.is-active {
    display: none;
  }
}

.z7-app-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.z7-app-background .z7-welcome-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .44;
}

.z7-app-page > .z7-app-header,
.z7-app-page > .z7-app-main,
.z7-app-page > .z7-app-footer,
.z7-app-page > .zf7-main {
  position: relative;
  z-index: 1;
}


.z7-app-menu-open .z7-app-main,
.z7-app-menu-open .zf7-main,
.z7-app-menu-open .z7-app-footer {
  z-index: 0 !important;
}

.z7-app-menu-open .zf7-stats {
  opacity: 0 !important;
  visibility: hidden !important;
}

.zf7-header.z7-app-header .z7-app-menu-toggle {
  display: grid !important;
  width: 46px;
  min-width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border-radius: 15px;
  background: #050505;
  color: #fff;
}

.zf7-header.z7-app-header .z7-app-nav > a:not(.zf7-credit):not(.zf7-avatar),
.zf7-header.z7-app-header .z7-app-nav > .z7-app-logout,
.zf7-header.z7-app-header .z7-app-nav > .zf7-buy-credit,
.zf7-header.z7-app-header .z7-app-nav > button[data-z-profile-preferences-open] {
  display: none !important;
}

.z7-app-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483001 !important;
  background: rgba(0, 0, 0, .42);
  backdrop-filter: blur(5px);
}

.z7-app-menu-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2147483002 !important;
  isolation: isolate;
  display: flex;
  width: min(520px, calc(100vw - 28px));
  height: 100dvh;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  background: #070707;
  color: #fff;
  box-shadow: -24px 0 60px rgba(0, 0, 0, .24);
  transform: translateX(108%);
  transition: transform .22s ease;
}

.z7-app-menu-drawer.is-open {
  transform: translateX(0);
}

.z7-app-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.z7-app-menu-head img {
  width: 126px;
  height: auto;
  filter: brightness(0) invert(1);
}

.z7-app-menu-head button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 20px;
}

.z7-app-menu-links {
  display: grid;
  gap: 10px;
}

.z7-app-menu-links a,
.z7-app-menu-links button {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
  background: rgba(255, 255, 255, .04);
  color: #fff;
  font: 900 18px Barlow, Inter, sans-serif;
  text-align: left;
  text-decoration: none;
}

.z7-app-menu-links a.is-active,
.z7-app-menu-links button:hover,
.z7-app-menu-links a:hover {
  border-color: var(--z7-gold);
  background: var(--z7-gold);
  color: #050505;
}

.z7-app-menu-foot {
  display: flex;
  margin-top: auto;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(255, 255, 255, .58);
  font: 700 13px Inter, sans-serif;
}

.z7-app-menu-foot a {
  color: rgba(255, 255, 255, .78);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.z7-app-footer {
  padding: 36px 0 44px;
  color: rgba(8, 13, 30, .52);
  font: 700 13px Inter, sans-serif;
}

.z7-app-footer .contenedor-seccion {
  display: flex;
  width: min(100% - 48px, 1240px);
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.z7-app-footer a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.z7-app-footer strong {
  color: rgba(8, 13, 30, .74);
}

.z7-app-menu-open,
.z7-notification-open {
  overflow: hidden;
}

.z7-public-match-detail-card.zf7-match-page {
  width: min(100%, 1120px);
  margin: 0 auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.z7-app-main.is-match-detail-view {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: 0;
}

.z7-app-main.is-match-detail-view .z7-match-detail,
.z7-app-main.is-match-detail-view .z7-public-match-detail-card.zf7-match-page {
  width: 100%;
  max-width: none;
  margin: 0;
}

.z7-public-match-detail-card .contenedor-seccion {
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
}

.zf7-player-confirmed small,
.zf7-scoreboard__team--light strong {
  color: #f4a62a;
}

.z7-public-match-detail-card .zf7-match-hero {
  width: 100%;
  margin-top: 0;
  border-radius: 0;
}

.z7-public-match-detail-card .zf7-match-hero__title h1 {
  max-width: 760px;
  overflow-wrap: anywhere;
}

.zf7-avatar-fallback {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #050505;
  color: #ffb13c;
  font-family: "Barlow Condensed", Barlow, Inter, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.zf7-match-avatar-slot {
  display: inline-grid;
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  place-items: center;
  border-radius: 999px;
  overflow: hidden;
  background: #050505;
}

.zf7-match-avatar-slot img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.zf7-match-avatar-slot .zf7-avatar-fallback {
  width: 100%;
  height: 100%;
  font-size: 22px;
}

.z7-public-match-detail-card .zf7-player-confirmed > div {
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 16px;
}

.z7-public-match-detail-card .zf7-player-confirmed strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zf7-referee-avatar,
.zf7-referee-card > .zf7-avatar-fallback {
  width: 64px;
  height: 64px;
  flex-basis: 64px;
}

.zf7-referee-avatar .zf7-avatar-fallback {
  font-size: 20px;
}

.zf7-match-info-row small {
  line-height: 1.25;
}

.zf7-match-side-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #111;
  font-family: "Barlow Condensed", Barlow, Inter, sans-serif;
  text-transform: uppercase;
}

.zf7-match-side-heading i {
  display: grid;
  width: 30px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: #ffb13c;
  color: #fff;
}

.zf7-match-side-heading h2 {
  margin: 0;
  font-size: 28px;
}

.zf7-team-select .zf7-match-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zf7-team-select .zf7-match-panel__head strong {
  color: #6f7c91;
  font-size: 15px;
}

.zf7-team-select ul,
.zf7-match-event-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.zf7-team-select li {
  display: grid;
  min-height: 58px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border-bottom: 1px solid var(--zf7-match-line);
}

.zf7-team-select li:last-child {
  border-bottom: 0;
}

.zf7-team-select li.is-empty {
  margin: 14px;
  border: 2px dashed #d9e2ef;
  border-radius: 14px;
}

.zf7-team-select li button {
  min-height: 38px;
  padding: 0 18px;
  border: 0;
  border-radius: 10px;
  background: #111;
  color: #fff;
  font-family: "Barlow Condensed", Barlow, Inter, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.zf7-match-event-list li {
  display: grid;
  min-height: 56px;
  grid-template-columns: 48px 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-bottom: 1px solid var(--zf7-match-line);
}

.zf7-match-event-list time {
  color: #8b9ab5;
  font-weight: 800;
}

.zf7-match-event-list i {
  color: #111;
}

.zf7-match-event-list span {
  font-weight: 800;
}

.zf7-match-event-list small {
  color: #6f7c91;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.zf7-match-info-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--zf7-match-line);
}

.zf7-match-info-row:last-child {
  border-bottom: 0;
}

.zf7-match-info-row i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: #f2f5f9;
  color: #718097;
}

.zf7-match-info-row strong,
.zf7-match-info-row small {
  display: block;
}

.zf7-match-info-row small {
  margin-top: 3px;
  color: #6f7c91;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.zf7-action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.zf7-slot-card .zf7-action-button:disabled,
.zf7-team-select button:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.zf7-payment-card {
  background: #fff;
  border: 2px solid #111;
}

.zf7-payment-card h2 {
  margin-bottom: 18px;
}

.zf7-payment-card p {
  color: #6f7c91;
}

.z7-public-match-detail-card.is-signup-view .zf7-payment-card {
  margin-top: 22px;
}

.z7-public-match-detail-card .zf7-match-layout {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(280px, 1fr) minmax(280px, 1fr);
  gap: 30px;
  align-items: start;
}

.z7-public-match-detail-card .zf7-match-layout > .span-4 {
  grid-column: auto;
}

.z7-public-match-detail-card .zf7-match-layout > *,
.z7-public-match-detail-card .zf7-match-sidebar,
.z7-public-match-detail-card .zf7-match-panel,
.z7-public-match-detail-card .zf7-referee-card,
.z7-public-match-detail-card .zf7-slot-card,
.z7-public-match-detail-card .zf7-roster {
  min-width: 0;
}

.z7-public-match-detail-card .zf7-referee-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  border: 0;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 44px rgba(8, 13, 30, .10);
}

.z7-public-match-detail-card .zf7-referee-card div {
  min-width: 0;
}

.z7-public-match-detail-card .zf7-referee-card div span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: #4338ff;
  color: #fff;
  font-family: "Barlow Condensed", Barlow, Inter, sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.z7-public-match-detail-card .zf7-referee-card h2 {
  margin: 6px 0 0;
  overflow: hidden;
  color: #111;
  font-family: "Barlow Condensed", Barlow, Inter, sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: .95;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.z7-public-match-detail-card .zf7-referee-card small {
  display: block;
  margin-top: 4px;
  color: #667085;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.z7-public-match-detail-card .zf7-referee-card > strong {
  color: #111;
  font-family: "Barlow Condensed", Barlow, Inter, sans-serif;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.z7-public-match-detail-card .zf7-referee-card > strong span {
  color: #f4a62a;
}

@media (max-width: 812px) {
  .zf7-header.z7-app-header .z7-app-menu-toggle {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }

  .z7-public-match-detail-card .contenedor-seccion {
    width: min(100% - 28px, 1120px);
  }

  .z7-public-match-detail-card .zf7-match-layout {
    grid-template-columns: 1fr;
  }

  .z7-public-match-detail-card .zf7-referee-card {
    grid-template-columns: 60px minmax(0, 1fr) auto;
    gap: 12px;
    padding: 16px;
    border-radius: 22px;
  }

  .z7-public-match-detail-card .zf7-referee-card h2 {
    font-size: 24px;
  }

  .z7-public-match-detail-card .zf7-referee-card > strong {
    font-size: 26px;
  }

  .zf7-match-event-list li {
    grid-template-columns: 44px 24px minmax(0, 1fr);
  }

  .zf7-match-event-list small {
    grid-column: 3;
  }

  .z7-app-footer .contenedor-seccion {
    width: min(100% - 32px, 1240px);
    flex-direction: column;
    align-items: flex-start;
  }
}
.z7-team-reservation-form{margin-top:14px;padding:16px;border:1px solid rgba(255,255,255,.16);border-radius:16px;display:grid;gap:10px}.z7-team-reservation-form>small{opacity:.76}.z7-team-reservation-form>div{display:grid;gap:7px}.z7-team-reservation-form label{display:flex;gap:8px;align-items:center}.z7-team-reservation-form button,.z7-team-reservation-status button{border:0;border-radius:999px;padding:11px 16px;font-weight:700;cursor:pointer}.z7-team-reservation-status{max-width:1180px;margin:24px auto;padding:22px;border-radius:20px;background:#fff;color:#111;box-shadow:0 12px 35px rgba(0,0,0,.12)}.z7-team-reservation-status ul{display:grid;gap:8px;padding:0;list-style:none}.z7-team-reservation-status li{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #eee}.z7-team-reservation-status button{margin:8px 8px 0 0;background:#3b3bf5;color:#fff}
.z7-mobile-tabs{display:none}
@media(max-width:812px){body:has(.z7-mobile-tabs){padding-bottom:calc(72px + env(safe-area-inset-bottom))}.z7-mobile-tabs{position:fixed;left:0;right:0;bottom:0;z-index:80;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:7px 5px calc(7px + env(safe-area-inset-bottom));border-top:1px solid #242424;background:#050505;box-shadow:0 -8px 24px rgba(0,0,0,.18)}.z7-mobile-tabs.is-host{grid-template-columns:repeat(4,minmax(0,1fr))}.z7-mobile-tabs a{display:grid;justify-items:center;align-content:center;gap:4px;min-width:0;min-height:51px;color:#fff;text-decoration:none;font-size:10px;font-weight:800}.z7-mobile-tabs a i{font-size:18px}.z7-mobile-tabs a span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.z7-mobile-tabs a.is-active{color:#f5a623}}
@media(max-width:420px){.z7-mobile-tabs a{font-size:9px}.z7-mobile-tabs a i{font-size:17px}}
