:root {
  --hs-night: #02111f;
  --hs-night-deep: #000b15;
  --hs-panel: rgba(4, 27, 46, 0.76);
  --hs-panel-soft: rgba(5, 31, 52, 0.62);
  --hs-line: rgba(176, 204, 226, 0.27);
  --hs-line-strong: rgba(176, 204, 226, 0.42);
  --hs-yellow: #ffd719;
  --hs-yellow-strong: #ffe033;
  --hs-text: #f8fbff;
  --hs-muted: rgba(248, 251, 255, 0.68);
  --hs-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #e1e1e1;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #e1e1e1;
}

.hs-tour-page {
  min-height: 100dvh;
  zoom: 0.9;
  overflow-x: hidden;
  color: var(--hs-text);
  font-family: "Inter", "SF Pro Display", "Segoe UI", Arial, sans-serif;
  background: #e1e1e1;
}

.hs-tour-shell {
  width: min(100%, 852px);
  margin: 0 auto;
  padding: 10px 19px 61px;
}

.hs-tour-topbar {
  min-height: 72px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

.hs-tour-back {
  width: 62px;
  height: 62px;
}

.hs-tour-back {
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(118deg, rgba(8, 45, 74, 0.92), rgba(1, 17, 30, 0.86)),
    var(--hs-panel);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 150ms ease, background 150ms ease;
}

.hs-tour-back:hover,
.hs-tour-back:focus-visible {
  background:
    linear-gradient(118deg, rgba(10, 58, 94, 0.96), rgba(0, 63, 95, 0.9)),
    var(--hs-panel);
  transform: translateY(-1px);
  outline: none;
}

.hs-tour-hero-card,
.hs-tour-actions-card,
.hs-tour-figures-card,
.hs-tour-weather-card {
  border: 1px solid var(--hs-line-strong);
  border-radius: 16px;
  background:
    linear-gradient(118deg, rgba(8, 45, 74, 0.64), rgba(1, 17, 30, 0.75)),
    var(--hs-panel);
  box-shadow: var(--hs-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
}

.hs-tour-hero-card {
  padding: 18px 17px 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(295px, 356px);
  gap: 16px;
  align-items: center;
}

.hs-tour-hero-copy {
  min-width: 0;
  align-self: end;
  display: grid;
  gap: 14px;
  align-content: center;
}

.hs-tour-title-row {
  grid-column: 1 / -1;
  min-width: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.28em 0.58em;
  text-align: center;
}

.hs-tour-tournament-title-group {
  min-width: 0;
  max-width: 100%;
  display: inline-flex;
  flex: 0 1 auto;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.28em 0.58em;
}

.hs-tour-club-line,
.hs-tour-title-row h1,
.hs-tour-edition {
  font-size: clamp(21px, 3.7vw, 34px);
  line-height: 1.02;
  letter-spacing: -0.9px;
}

.hs-tour-club-line {
  margin: 0;
  color: var(--hs-yellow);
  text-transform: uppercase;
  font-weight: 980;
  overflow-wrap: anywhere;
}

.hs-tour-title-row h1,
.hs-tour-edition {
  margin: 0;
  color: var(--hs-text);
  text-transform: uppercase;
  font-weight: 860;
  text-shadow: 0 2px 11px rgba(255, 255, 255, 0.16);
  overflow-wrap: anywhere;
}

.hs-tour-edition {
  color: var(--hs-yellow);
  font-weight: 950;
}

.hs-tour-title-separator {
  color: rgba(248, 251, 255, 0.42);
  font-size: inherit;
  font-weight: 760;
}

.hs-tour-hero-logo {
  justify-self: center;
  width: min(96px, 18vw);
  height: min(96px, 18vw);
  min-width: 72px;
  min-height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 215, 25, 0.32);
  border-radius: 50%;
  overflow: hidden;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 1), rgba(244, 248, 252, 0.92));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.hs-tour-hero-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.26));
}

.hs-tour-meta-stack {
  display: grid;
  gap: 12px;
}

.hs-tour-meta-pill {
  min-height: 60px;
  border-radius: 10px;
  border: 1px solid var(--hs-line-strong);
  background: rgba(255, 255, 255, 0.036);
  color: var(--hs-text);
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  font-size: 19.5px;
  line-height: 1.1;
  font-weight: 860;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}

.hs-tour-meta-pill .hs-icon {
  width: 24px;
  height: 24px;
  color: var(--hs-yellow);
}

.hs-tour-meta-pill span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hs-tour-referee-link,
.hs-tour-referee-link:hover,
.hs-tour-referee-link:focus-visible {
  color: inherit;
  text-decoration: none;
}

.hs-tour-referee-link:hover,
.hs-tour-referee-link:focus-visible {
  color: var(--hs-yellow);
  outline: none;
}

.hs-tour-poster {
  align-self: end;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
}

.hs-tour-poster img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hs-tour-poster-zoom-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  display: block;
  cursor: pointer;
}

.hs-tour-poster-zoom-trigger img {
  transition: transform 160ms ease, filter 160ms ease;
}

.hs-tour-poster-zoom-trigger:hover img,
.hs-tour-poster-zoom-trigger:focus-visible img {
  transform: scale(1.01);
  filter: brightness(1.04);
}

.hs-tour-poster-zoom-trigger:focus-visible {
  outline: 3px solid rgba(255, 215, 25, 0.72);
  outline-offset: -3px;
}

.hs-tour-poster-empty {
  height: 100%;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  padding: 19px;
  text-align: center;
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 215, 25, 0.18), transparent 30%),
    linear-gradient(155deg, rgba(10, 48, 78, 0.94), rgba(2, 16, 28, 0.94));
}

.hs-tour-poster-empty img {
  width: min(76%, 168px);
  height: auto;
  max-height: 120px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.34));
}

.hs-tour-poster-empty span {
  color: var(--hs-muted);
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hs-tour-actions-card {
  margin-top: 16px;
  padding: 28px;
}

.hs-homepage-matches-card {
  position: relative;
  isolation: isolate;
  border-color: rgba(255, 215, 25, 0.52);
}

.hs-homepage-matches-card > * {
  position: relative;
  z-index: 1;
}

@property --hs-match-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}

@supports ((-webkit-mask: linear-gradient(#000, #000)) or (mask: linear-gradient(#000, #000))) {
  .hs-homepage-matches-card {
    border-color: transparent;
  }

  .hs-homepage-matches-card::before {
    content: "";
    position: absolute;
    inset: -3px;
    z-index: 0;
    border-radius: inherit;
    padding: 3px;
    pointer-events: none;
    background-image: conic-gradient(
      from var(--hs-match-angle),
      rgba(0, 63, 95, 0.92) 0%,
      rgba(0, 63, 95, 0.92) 78%,
      rgba(255, 215, 25, 0.76) 86%,
      #ffd719 91%,
      rgba(255, 215, 25, 0.95) 95%,
      rgba(0, 63, 95, 0.92) 100%
    );
    -webkit-mask:
      linear-gradient(#000, #000) content-box,
      linear-gradient(#000, #000);
    -webkit-mask-clip: content-box, border-box;
    -webkit-mask-composite: xor;
    mask:
      linear-gradient(#000, #000) content-box,
      linear-gradient(#000, #000);
    mask-clip: content-box, border-box;
    mask-composite: exclude;
    animation: hs-match-border-spin 3s linear infinite;
  }

  .hs-homepage-matches-card:hover::before {
    animation-play-state: paused;
  }
}

@keyframes hs-match-border-spin {
  to {
    --hs-match-angle: 1turn;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hs-homepage-matches-card::before {
    animation: none;
  }
}

.hs-tour-actions-title {
  margin: 0 0 14px 4px;
  color: var(--hs-yellow);
  text-align: left;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.hs-tour-link-stack {
  display: flex;
  align-items: stretch;
  gap: 18px;
}

.hs-tour-action {
  flex: 1 1 0;
  min-width: 0;
  min-height: 108px;
  border: 1px solid var(--hs-yellow);
  border-radius: 18px;
  color: #061625;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 24px 30px;
  background: linear-gradient(180deg, #ffe64c 0%, var(--hs-yellow) 100%);
  font-size: 34px;
  font-weight: 860;
  transition: transform 150ms ease, background 150ms ease;
}

.hs-tour-action:hover,
.hs-tour-action:focus-visible {
  transform: translateY(-1px);
  background: #efc900;
  outline: none;
}

.hs-tour-action.is-primary {
  background: linear-gradient(180deg, #ffe64c 0%, var(--hs-yellow) 100%);
  border-color: var(--hs-yellow);
  color: #061625;
}

.hs-tour-action .hs-icon {
  display: none;
}

.hs-tour-action-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
}

.hs-tour-action-label > span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hs-tour-action-count {
  min-width: 48px;
  height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 22, 37, 0.12);
  font-size: 24px;
  font-weight: 950;
}

.hs-tour-figures-card {
  margin-top: 14px;
  padding: 16px 15px 20px;
}

.hs-tour-figures-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.hs-tour-figures-card h2 {
  margin: 0;
  color: var(--hs-yellow);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.2px;
}

.hs-tour-more-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.hs-tour-more-button {
  border: 1px solid rgba(255, 215, 25, 0.5);
  border-radius: 999px;
  background: rgba(255, 215, 25, 0.08);
  color: var(--hs-yellow);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px 6px 7px;
  cursor: pointer;
  user-select: none;
  font-size: 10.5px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  transition: background 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.hs-tour-more-button:hover,
.hs-tour-more-button:focus-visible {
  background: rgba(255, 215, 25, 0.14);
  border-color: rgba(255, 215, 25, 0.78);
  transform: translateY(-1px);
  outline: none;
}

.hs-tour-more-plus {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--hs-yellow);
  color: #061625;
  font-size: 16px;
  font-weight: 950;
  line-height: 1;
  transition: transform 150ms ease;
}

.hs-tour-less-label,
.hs-tour-more-toggle:checked ~ .hs-tour-figures-head .hs-tour-more-label {
  display: none;
}

.hs-tour-more-toggle:checked ~ .hs-tour-figures-head .hs-tour-less-label {
  display: inline;
}

.hs-tour-more-toggle:checked ~ .hs-tour-figures-head .hs-tour-more-plus {
  transform: rotate(45deg);
}

.hs-tour-figures-row {
  margin-top: 14px;
  display: grid;
  gap: 9px;
  align-items: stretch;
}

.hs-tour-figures-row.is-primary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hs-tour-figures-row.is-secondary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 9px;
}

.hs-tour-more-toggle:not(:checked) ~ .hs-tour-figures-row.is-secondary {
  display: none;
}

.hs-tour-more-toggle:not(:checked) ~ .hs-tour-progress-stat {
  display: none;
}

.hs-tour-more-toggle:not(:checked) ~ .hs-tour-progress-grid {
  display: none;
}

.hs-tour-figure {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  grid-template-areas:
    "icon value"
    "icon label";
  align-items: center;
  justify-items: center;
  align-content: center;
  column-gap: 4px;
  row-gap: 3px;
  text-align: center;
  min-height: 92px;
  padding: 12px 8px;
  border: 1px solid rgba(176, 204, 226, 0.18);
  border-radius: 12px;
  background:
    radial-gradient(circle at 34% 18%, rgba(255, 215, 25, 0.11), transparent 34%),
    rgba(255, 255, 255, 0.034);
}

.hs-tour-figure-icon {
  grid-area: icon;
  justify-self: center;
  align-self: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  color: var(--hs-yellow);
  background: radial-gradient(circle at 34% 18%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.04);
}

.hs-tour-figure-icon svg {
  width: 29px;
  height: 29px;
}

.hs-tour-figure strong {
  grid-area: value;
  justify-self: center;
  align-self: end;
  margin-top: 0;
  color: var(--hs-text);
  text-align: center;
  font-size: clamp(25px, 3.8vw, 34px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -1.4px;
}

.hs-tour-figure > span:last-child {
  grid-area: label;
  align-self: start;
  margin-top: 2px;
  justify-self: center;
  width: 100%;
  text-align: center;
  color: var(--hs-muted);
  text-transform: uppercase;
  font-size: 12.2px;
  line-height: 1.08;
  font-weight: 860;
  letter-spacing: 0.2px;
}

.hs-tour-figure.is-text-value strong {
  font-size: clamp(16px, 2.8vw, 24px);
  letter-spacing: -0.6px;
}

.hs-tour-progress-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.hs-tour-progress-stat {
  margin-top: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 215, 25, 0.22);
  border-radius: 14px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 215, 25, 0.12), transparent 36%),
    rgba(255, 255, 255, 0.04);
}

.hs-tour-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--hs-text);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.2px;
}

.hs-tour-progress-head strong {
  color: var(--hs-yellow);
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
}

.hs-tour-progress-head em {
  margin-left: 6px;
  color: var(--hs-yellow);
  font-style: normal;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  vertical-align: middle;
}

.hs-tour-progress-track {
  margin-top: 9px;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(6, 22, 37, 0.45);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.hs-tour-progress-track span {
  display: block;
  height: 100%;
  max-width: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--hs-yellow), #ffe875);
}

.hs-tour-progress-stat p {
  margin: 7px 0 0;
  color: var(--hs-muted);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 780;
}

.hs-tour-progress-grid .hs-tour-progress-stat {
  margin-top: 0;
}

.hs-tour-figure-button {
  width: 100%;
  border-color: rgba(255, 215, 25, 0.36);
  color: inherit;
  font: inherit;
  cursor: pointer;
  appearance: none;
  transition: transform 150ms ease, border-color 150ms ease, background 150ms ease;
}

.hs-tour-figure-button:hover,
.hs-tour-figure-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 215, 25, 0.7);
  background:
    radial-gradient(circle at 34% 18%, rgba(255, 215, 25, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.055);
  outline: none;
}

.hs-tour-figure-divider {
  width: 1px;
  align-self: stretch;
  background: var(--hs-line-strong);
}

.hs-tour-modal-open {
  overflow: hidden;
}

.hs-poster-zoom-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: max(18px, env(safe-area-inset-top, 0px)) max(12px, env(safe-area-inset-right, 0px)) max(18px, env(safe-area-inset-bottom, 0px)) max(12px, env(safe-area-inset-left, 0px));
}

.hs-poster-zoom-modal[hidden] {
  display: none;
}

.hs-poster-zoom-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 8, 16, 0.82);
  backdrop-filter: blur(12px);
}

.hs-poster-zoom-panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 1120px);
  max-height: 92dvh;
  display: grid;
  place-items: center;
  margin: 0;
}

.hs-poster-zoom-panel img {
  display: block;
  width: auto;
  height: auto;
  max-width: 92vw;
  max-height: 88dvh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.52);
  background: rgba(255, 255, 255, 0.04);
}

.hs-poster-zoom-close {
  position: absolute;
  top: -14px;
  right: -10px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(3, 20, 34, 0.92);
  color: var(--hs-text);
  font-size: 29px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.42);
}

.hs-poster-zoom-close:hover,
.hs-poster-zoom-close:focus-visible {
  background: rgba(255, 215, 25, 0.95);
  color: #061625;
  outline: none;
}

.hs-poster-zoom-error {
  margin: 0;
  border: 1px solid var(--hs-line-strong);
  border-radius: 14px;
  padding: 18px 22px;
  background: rgba(3, 20, 34, 0.92);
  color: var(--hs-text);
  font-weight: 850;
}

.hs-tour-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: start center;
  padding: calc(env(safe-area-inset-top, 0px) + 14px) 18px 18px;
}

.hs-tour-modal[hidden] {
  display: none;
}

.hs-tour-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 8, 16, 0.74);
  backdrop-filter: blur(10px);
}

.hs-tour-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  max-height: min(calc(100dvh - env(safe-area-inset-top, 0px) - 32px), 680px);
  border: 1px solid var(--hs-line-strong);
  border-radius: 18px;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 215, 25, 0.12), transparent 34%),
    linear-gradient(142deg, rgba(7, 40, 66, 0.98), rgba(0, 12, 22, 0.98));
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.48);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.hs-tour-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(176, 204, 226, 0.18);
}

.hs-tour-modal-kicker {
  margin: 0 0 5px;
  color: var(--hs-yellow);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.hs-tour-modal-head h2 {
  margin: 0;
  color: var(--hs-text);
  font-size: 22px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.5px;
}

.hs-tour-modal-count {
  display: block;
  margin-top: 7px;
  color: var(--hs-muted);
  font-size: 12px;
  font-weight: 800;
}

.hs-tour-modal-close {
  width: 38px;
  height: 38px;
  border: 1px solid var(--hs-line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--hs-text);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.hs-tour-modal-close:hover,
.hs-tour-modal-close:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  outline: none;
}

.hs-tour-player-search {
  padding: 12px 14px 10px;
  border-bottom: 1px solid rgba(176, 204, 226, 0.14);
}

.hs-tour-player-search input {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(176, 204, 226, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--hs-text);
  padding: 0 14px;
  font-size: 13px;
  font-weight: 760;
  outline: none;
}

.hs-tour-player-search input::placeholder {
  color: rgba(224, 235, 245, 0.55);
}

.hs-tour-player-search input:focus {
  border-color: rgba(255, 215, 25, 0.72);
  box-shadow: 0 0 0 3px rgba(255, 215, 25, 0.12);
}

.hs-tour-players-list {
  padding: 12px;
  overflow: auto;
  display: grid;
  gap: 8px;
}

.hs-tour-player-row {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.48fr);
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(176, 204, 226, 0.16);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(5, 24, 40, 0.72);
  padding: 9px 11px;
}

.hs-tour-player-row strong {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: var(--hs-text);
  font-size: 13.5px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hs-tour-player-rank {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 215, 25, 0.32);
  border-radius: 999px;
  background: rgba(255, 215, 25, 0.13);
  color: var(--hs-yellow);
  padding: 4px 8px;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
}

.hs-tour-player-club {
  grid-column: 2;
  min-width: 0;
  color: var(--hs-muted);
  font-size: 11.5px;
  line-height: 1;
  font-weight: 780;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}

.hs-tour-modal-state {
  margin: 10px 0;
  color: var(--hs-muted);
  text-align: center;
  font-size: 14px;
  font-weight: 850;
}

.hs-tour-weather-card {
  margin-top: 16px;
  padding: 22px 21px 24px;
}

.hs-tour-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.hs-tour-section-head h2,
.hs-tour-weather-card h2 {
  margin: 0;
  color: var(--hs-yellow);
  text-transform: uppercase;
  font-size: 21.5px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.2px;
}

.hs-tour-section-head p {
  margin: 7px 0 0;
  color: var(--hs-muted);
  font-size: 15.5px;
  font-weight: 750;
}

.hs-tour-weather-current {
  flex: 0 0 auto;
  color: var(--hs-text);
  font-size: clamp(30px, 4.2vw, 43px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -1px;
}

.hs-tour-weather-row {
  margin-top: 13px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hs-tour-weather-period {
  min-width: 0;
  min-height: 86px;
  border-radius: 12px;
  border: 1px solid rgba(176, 204, 226, 0.22);
  background: rgba(255, 255, 255, 0.038);
  padding: 11px 12px;
  display: grid;
  gap: 8px;
  align-content: center;
}

.hs-tour-weather-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.hs-tour-weather-title {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hs-tour-weather-label {
  display: block;
  color: var(--hs-yellow);
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.4px;
}

.hs-tour-weather-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 215, 25, 0.12);
  font-size: 18px;
  line-height: 1;
}

.hs-tour-weather-topline > strong {
  flex: 0 0 auto;
  margin-top: -1px;
  color: var(--hs-text);
  font-size: 32px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.8px;
}

.hs-tour-weather-desc {
  display: block;
  margin-top: 3px;
  color: var(--hs-text);
  font-size: 14px;
  line-height: 1.15;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hs-tour-weather-details {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.hs-tour-weather-period small {
  color: var(--hs-muted);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.hs-tour-weather-empty {
  margin-top: 16px;
  min-height: 86px;
  border-radius: 14px;
  border: 1px dashed rgba(176, 204, 226, 0.28);
  background: rgba(255, 255, 255, 0.028);
  color: var(--hs-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 850;
}

.hs-tour-weather-empty .hs-icon {
  width: 24px;
  height: 24px;
  color: var(--hs-yellow);
}

.hs-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hs-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hs-tour-back .hs-icon {
  width: 29px;
  height: 29px;
}

@media (max-width: 760px) {
  .hs-tour-shell {
    padding: 8px 12px 48px;
  }

  .hs-tour-topbar {
    min-height: 54px;
    grid-template-columns: 39px minmax(0, 1fr);
  }

  .hs-tour-back {
    width: 39px;
    height: 39px;
  }

  .hs-tour-back {
    border-radius: 10px;
  }

  .hs-tour-back .hs-icon {
    width: 20px;
    height: 20px;
  }

  .hs-tour-hero-card {
    padding: 12px 10px 10px 14px;
    grid-template-columns: minmax(0, 1fr) minmax(155px, 46%);
    gap: 9px;
    border-radius: 13px;
  }

  .hs-tour-club-line,
  .hs-tour-title-row h1,
  .hs-tour-edition {
    font-size: clamp(17px, 4.8vw, 24px);
    line-height: 0.98;
    letter-spacing: -0.55px;
  }

  .hs-tour-title-row {
    gap: 4px 7px;
  }

  .hs-tour-title-separator {
    font-size: inherit;
  }

  .hs-tour-hero-logo {
    width: 66px;
    height: 66px;
    min-width: 66px;
    min-height: 66px;
  }

  .hs-tour-meta-stack {
    gap: 7px;
  }

  .hs-tour-meta-pill {
    min-height: 38px;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 6px;
    border-radius: 7px;
    padding: 0 8px;
    font-size: 12.8px;
  }

  .hs-tour-meta-pill .hs-icon {
    width: 16px;
    height: 16px;
  }

  .hs-tour-poster {
    border-radius: 10px;
  }

  .hs-tour-actions-card {
    margin-top: 10px;
    padding: 16px 10px;
    border-radius: 12px;
  }

  .hs-tour-actions-title {
    margin-bottom: 10px;
    margin-left: 4px;
    font-size: 13px;
  }

  .hs-tour-link-stack {
    display: flex;
    gap: 7px;
  }

  .hs-tour-action {
    min-height: 70px;
    border-radius: 12px;
    gap: 6px;
    padding: 0 8px;
    font-size: 18.5px;
  }

  .hs-tour-action .hs-icon {
    display: none;
  }

  .hs-tour-action-label {
    gap: 5px;
  }

  .hs-tour-action-count {
    min-width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .hs-tour-figures-card {
    margin-top: 8px;
    padding: 11px 9px 13px;
    border-radius: 12px;
  }

  .hs-tour-figures-card h2 {
    font-size: 13px;
  }

  .hs-tour-figures-row {
    margin-top: 10px;
    gap: 6px;
  }

  .hs-tour-figures-row.is-primary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hs-tour-figures-row.is-secondary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .hs-tour-figure {
    min-height: 76px;
    padding: 8px 5px;
    border-radius: 10px;
  }

  .hs-tour-figure-icon {
    width: 42px;
    height: 42px;
  }

  .hs-tour-figure-icon svg {
    width: 23px;
    height: 23px;
  }

  .hs-tour-figure strong {
    margin-top: 0;
    font-size: 24.5px;
    letter-spacing: -1px;
  }

  .hs-tour-figure > span:last-child {
    margin-top: 2px;
    font-size: 10.3px;
  }

  .hs-tour-figures-row.is-secondary .hs-tour-figure {
    min-height: 64px;
    padding: 7px 4px;
  }

  .hs-tour-figures-row.is-secondary .hs-tour-figure-icon {
    width: 34px;
    height: 34px;
  }

  .hs-tour-figures-row.is-secondary .hs-tour-figure-icon svg {
    width: 19px;
    height: 19px;
  }

  .hs-tour-figures-row.is-secondary .hs-tour-figure strong {
    margin-top: 0;
    font-size: 17px;
  }

  .hs-tour-figures-row.is-secondary .hs-tour-figure.is-text-value strong {
    font-size: 13.5px;
    letter-spacing: -0.3px;
  }

  .hs-tour-figures-row.is-secondary .hs-tour-figure > span:last-child {
    font-size: 8.7px;
  }

  .hs-tour-progress-grid {
    margin-top: 7px;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .hs-tour-progress-stat {
    margin-top: 0;
    padding: 9px;
    border-radius: 11px;
  }

  .hs-tour-progress-head {
    font-size: 10px;
  }

  .hs-tour-progress-head strong {
    font-size: 16px;
  }

  .hs-tour-progress-stat p {
    font-size: 9.5px;
  }

  .hs-tour-more-button {
    padding: 5px 8px 5px 5px;
    font-size: 9px;
  }

  .hs-tour-more-plus {
    width: 17px;
    height: 17px;
    font-size: 14px;
  }

  .hs-tour-weather-card {
    margin-top: 11px;
    padding: 15px 12px 18px;
    border-radius: 12px;
  }

  .hs-tour-section-head h2,
  .hs-tour-weather-card h2 {
    font-size: 14px;
  }

  .hs-tour-section-head p {
    font-size: 12.8px;
  }

  .hs-tour-weather-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    overflow-x: visible;
    padding-bottom: 2px;
  }

  .hs-tour-weather-period {
    min-height: 76px;
    border-radius: 9px;
    padding: 8px 6px;
    gap: 5px;
  }

  .hs-tour-weather-label {
    font-size: 10.8px;
  }

  .hs-tour-weather-icon {
    display: none;
  }

  .hs-tour-weather-topline > strong {
    font-size: 22.5px;
  }

  .hs-tour-weather-title {
    gap: 0;
  }

  .hs-tour-weather-desc {
    margin-top: 2px;
    font-size: 10.8px;
  }

  .hs-tour-weather-empty {
    font-size: 12.8px;
  }

  .hs-tour-weather-period small {
    font-size: 9.8px;
  }

  .hs-tour-weather-details {
    gap: 3px;
  }

  .hs-tour-weather-current {
    font-size: 31.5px;
  }

  .hs-tour-weather-empty {
    min-height: 70px;
    border-radius: 11px;
  }

  .hs-tour-modal {
    padding: calc(env(safe-area-inset-top, 0px) + 10px) 10px 10px;
    place-items: start center;
  }

  .hs-tour-modal-panel {
    width: 100%;
    max-height: calc(100dvh - env(safe-area-inset-top, 0px) - 20px);
    border-radius: 16px;
  }

  .hs-tour-modal-head {
    padding: 14px 14px 11px;
  }

  .hs-tour-modal-head h2 {
    font-size: 19px;
  }

  .hs-tour-modal-close {
    width: 35px;
    height: 35px;
    font-size: 23px;
  }

  .hs-tour-players-list {
    padding: 9px;
    gap: 7px;
  }

  .hs-tour-player-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.45fr);
    gap: 6px;
    padding: 8px 9px;
    border-radius: 11px;
  }

  .hs-tour-player-row strong {
    font-size: 12.5px;
  }

  .hs-tour-player-rank {
    font-size: 10px;
    padding: 4px 6px;
  }

  .hs-tour-player-club {
    font-size: 10px;
  }
}

@media (max-width: 520px) {
  .hs-tour-actions-card {
    gap: 7px;
    padding: 13px 6px;
  }

  .hs-tour-actions-title {
    margin-bottom: 8px;
    margin-left: 6px;
  }

  .hs-tour-link-stack {
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .hs-tour-action {
    min-height: 60px;
    padding: 0 4px;
    font-size: 15px;
  }

  .hs-tour-action .hs-icon {
    display: none;
  }

  .hs-tour-action-count {
    min-width: 25px;
    height: 25px;
    font-size: 13px;
  }
}

@media (max-width: 390px) {
  .hs-tour-shell {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hs-tour-hero-card {
    padding-left: 10px;
    padding-right: 7px;
    gap: 6px;
    grid-template-columns: minmax(0, 1fr) minmax(135px, 44%);
  }

  .hs-tour-club-line,
  .hs-tour-title-row h1,
  .hs-tour-edition {
    font-size: 16px;
    letter-spacing: -0.25px;
  }

  .hs-tour-title-row {
    gap: 3px 5px;
  }

  .hs-tour-hero-logo {
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 58px;
  }

  .hs-tour-meta-pill {
    min-height: 31px;
    font-size: 11.2px;
    padding: 0 6px;
  }

  .hs-tour-poster {
    border-radius: 8px;
  }

  .hs-tour-action {
    min-height: 52px;
    padding: 0 3px;
    gap: 3px;
    font-size: 14px;
  }

  .hs-tour-action .hs-icon {
    display: none;
  }

  .hs-tour-action-label {
    gap: 0;
  }

  .hs-tour-action-count {
    min-width: 22px;
    height: 22px;
    font-size: 12px;
  }

}

@supports (-webkit-touch-callout: none) {
  @media (max-width: 480px) {
    .hs-tour-club-line,
    .hs-tour-title-row h1,
    .hs-tour-edition {
      font-size: clamp(17px, 4.4vw, 22px);
    }

    .hs-tour-meta-pill {
      font-size: 12.2px;
      line-height: 1.08;
    }

    .hs-tour-section-head h2,
    .hs-tour-weather-card h2 {
      font-size: 13.2px;
    }

    .hs-tour-section-head p {
      font-size: 12px;
    }

    .hs-tour-weather-current {
      font-size: 25px;
      letter-spacing: -0.7px;
    }

    .hs-tour-weather-label {
      font-size: 10px;
    }

    .hs-tour-weather-topline > strong {
      font-size: 20.5px;
    }

    .hs-tour-weather-desc {
      font-size: 10px;
      line-height: 1.12;
    }

    .hs-tour-weather-empty {
      font-size: 12px;
    }

    .hs-tour-weather-period small {
      font-size: 9.2px;
    }

    .hs-tour-figures-card h2 {
      font-size: 12.2px;
    }

    .hs-tour-actions-title {
      font-size: 12.2px;
    }

    .hs-tour-figure strong {
      font-size: 22px;
      letter-spacing: -0.9px;
    }

    .hs-tour-figure > span:last-child {
      font-size: 9.4px;
    }

    .hs-tour-figures-row.is-secondary .hs-tour-figure strong {
      font-size: 15.5px;
    }

    .hs-tour-figures-row.is-secondary .hs-tour-figure.is-text-value strong {
      font-size: 12px;
    }

    .hs-tour-figures-row.is-secondary .hs-tour-figure > span:last-child {
      font-size: 8px;
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0ms !important;
    animation-duration: 0ms !important;
    scroll-behavior: auto !important;
  }
}
