/* V18.14 local-only Growth/Live Center. All selectors are module-prefixed. */
.fer-growth-root { min-height: 72vh; }
.fer-growth-center { padding-top: 24px; }
.fer-growth-center [hidden] { display: none !important; }
.fer-growth-center button,
.fer-growth-center select,
.fer-growth-center input { font: inherit; }

.fer-growth-hero {
  min-height: 270px;
  margin-bottom: 16px;
  padding: clamp(30px, 5vw, 58px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 255px);
  align-items: center;
  gap: clamp(24px, 5vw, 58px);
  overflow: hidden;
  position: relative;
  color: #fff;
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 10%, rgba(241, 62, 79, .24), transparent 27%),
    radial-gradient(circle at 62% 90%, rgba(28, 207, 143, .17), transparent 32%),
    linear-gradient(135deg, #07131f, #102d3d 58%, #08684c);
  box-shadow: var(--fer-shadow, 0 12px 38px rgba(15, 31, 52, .11));
}
.fer-growth-hero::after {
  content: "";
  width: 330px;
  height: 330px;
  position: absolute;
  right: -160px;
  bottom: -230px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
}
.fer-growth-kicker {
  display: block;
  margin-bottom: 11px;
  color: #71efbd;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
}
.fer-growth-hero h1 {
  max-width: 780px;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
  letter-spacing: -.047em;
}
.fer-growth-hero p {
  max-width: 760px;
  margin: 0;
  color: #d7e2e9;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.65;
}
.fer-growth-hero aside {
  min-height: 185px;
  padding: 25px;
  display: grid;
  place-content: center;
  gap: 6px;
  z-index: 1;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
  background: rgba(2, 14, 24, .35);
  backdrop-filter: blur(9px);
}
.fer-growth-hero aside strong {
  color: #ff6f7c;
  font-size: clamp(44px, 6vw, 70px);
  line-height: .95;
}
.fer-growth-hero aside span { color: #fff; font-size: 15px; font-weight: 850; }
.fer-growth-hero aside small { max-width: 180px; color: #afc1cd; font-size: 10px; line-height: 1.5; }

.fer-growth-filters {
  margin-bottom: 16px;
  padding: 13px;
  display: grid;
  grid-template-columns: minmax(170px, .8fr) minmax(230px, 1.2fr) auto auto auto auto;
  align-items: end;
  gap: 10px;
  border: 1px solid var(--fer-line, #e1e7ec);
  border-radius: 16px;
  background: var(--fer-card, #fff);
  box-shadow: 0 5px 20px rgba(15, 31, 52, .045);
}
.fer-growth-filters > div { min-width: 0; display: grid; gap: 5px; }
.fer-growth-filters > div label {
  color: var(--fer-muted, #657386);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.fer-growth-filters select {
  width: 100%;
  min-height: 44px;
  padding: 0 34px 0 11px;
  color: var(--fer-text, #132033);
  border: 1px solid var(--fer-line, #e1e7ec);
  border-radius: 10px;
  background: var(--fer-card, #fff);
  font-size: 12px;
}
.fer-growth-hungarian,
.fer-growth-submit,
.fer-growth-reset,
.fer-growth-favorites-only {
  min-height: 44px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  white-space: nowrap;
  border: 1px solid var(--fer-line, #e1e7ec);
  border-radius: 10px;
  color: var(--fer-text, #132033);
  background: var(--fer-card, #fff);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.fer-growth-hungarian input { accent-color: var(--fer-green, #0aa36c); }
.fer-growth-submit { color: #fff; border-color: #05744d; background: #05744d; }
.fer-growth-reset { color: #8c3340 !important; border-color: #efc8cc; background: #fff8f8; }
.fer-growth-favorites-only { color: #8a6308; border-color: #ead7a4; background: #fffaf0; }
.fer-growth-favorites-only[aria-pressed="true"] { color: #fff; border-color: #b98107; background: #b98107; }
.fer-growth-filters select:focus-visible,
.fer-growth-filters button:focus-visible,
.fer-growth-filters a:focus-visible,
.fer-growth-match button:focus-visible,
.fer-growth-match a:focus-visible,
.fer-growth-context a:focus-visible {
  outline: 3px solid rgba(10, 163, 108, .3);
  outline-offset: 2px;
}

.fer-growth-health {
  min-height: 82px;
  margin-bottom: 16px;
  padding: 13px 15px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  border: 1px solid var(--fer-line, #e1e7ec);
  border-radius: 16px;
  background: var(--fer-card, #fff);
  box-shadow: 0 5px 20px rgba(15, 31, 52, .045);
}
.fer-growth-health > div:first-child { min-width: 0; display: flex; align-items: center; gap: 12px; }
.fer-growth-health > div:first-child > i {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;
  background: #7d8b99;
  box-shadow: 0 0 0 5px rgba(125, 139, 153, .13);
}
.fer-growth-health > div:first-child > span { min-width: 0; display: grid; gap: 3px; }
.fer-growth-health > div:first-child strong {
  overflow: hidden;
  color: var(--fer-text, #132033);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fer-growth-health > div:first-child small { color: var(--fer-muted, #657386); font-size: 10px; }
.fer-growth-health.is-fresh > div:first-child > i { background: #08a56d; box-shadow: 0 0 0 5px rgba(8, 165, 109, .14); }
.fer-growth-health.is-delayed > div:first-child > i { background: #df9e17; box-shadow: 0 0 0 5px rgba(223, 158, 23, .15); }
.fer-growth-health.is-stale > div:first-child > i,
.fer-growth-health.is-connection-error > div:first-child > i { background: #ed3f4f; box-shadow: 0 0 0 5px rgba(237, 63, 79, .14); }
.fer-growth-health.is-scheduled > div:first-child > i { background: #3188d1; box-shadow: 0 0 0 5px rgba(49, 136, 209, .14); }
.fer-growth-health dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(62px, 1fr));
  overflow: hidden;
  border: 1px solid var(--fer-line, #e1e7ec);
  border-radius: 11px;
  background: var(--fer-bg, #f3f6f8);
}
.fer-growth-health dl div { min-height: 50px; padding: 6px 12px; display: grid; place-content: center; text-align: center; border-right: 1px solid var(--fer-line, #e1e7ec); }
.fer-growth-health dl div:last-child { border-right: 0; }
.fer-growth-health dt { color: var(--fer-muted, #657386); font-size: 8px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.fer-growth-health dd { margin: 0; color: var(--fer-text, #132033); font-size: 18px; font-weight: 900; line-height: 1.1; }
.fer-growth-health > button {
  min-height: 40px;
  padding: 0 14px;
  color: #05744d;
  border: 1px solid #a8dec8;
  border-radius: 10px;
  background: #eaf9f2;
  font-size: 11px;
  font-weight: 850;
  cursor: pointer;
}
.fer-growth-health > button[aria-busy="true"] { opacity: .65; cursor: wait; }

.fer-growth-no-live {
  margin-bottom: 16px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--fer-text, #132033);
  border: 1px solid #b8d9f0;
  border-radius: 13px;
  background: #f3faff;
}
.fer-growth-no-live i { width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; background: #3188d1; }
.fer-growth-no-live div { display: grid; gap: 2px; }
.fer-growth-no-live strong { font-size: 12px; }
.fer-growth-no-live span { color: var(--fer-muted, #657386); font-size: 10px; }

.fer-growth-empty {
  min-height: 220px;
  margin-bottom: 16px;
  padding: 32px;
  display: grid;
  place-content: center;
  gap: 7px;
  text-align: center;
  color: var(--fer-muted, #657386);
  border: 1px dashed #bdcad3;
  border-radius: 17px;
  background: var(--fer-card, #fff);
}
.fer-growth-empty strong { color: var(--fer-text, #132033); font-size: 17px; }
.fer-growth-empty span { max-width: 600px; font-size: 12px; line-height: 1.6; }
.fer-growth-empty a { width: fit-content; margin: 8px auto 0; color: #05744d !important; font-size: 12px; font-weight: 850; }
.fer-growth-empty.is-error { color: #94323d; border-color: #efb4bb; background: #fff8f8; }
.fer-growth-limit-note { margin: -4px 0 16px; color: var(--fer-muted, #657386); font-size: 10px; }

.fer-growth-sections { display: grid; gap: 18px; }
.fer-growth-phase { min-width: 0; }
.fer-growth-phase > header {
  min-height: 58px;
  padding: 0 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.fer-growth-phase > header div { display: grid; gap: 1px; }
.fer-growth-phase > header span { color: var(--fer-green-dark, #05744d); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.fer-growth-phase.is-live > header span { color: #d42e40; }
.fer-growth-phase > header h2 { margin: 0; color: var(--fer-text, #132033); font-size: clamp(21px, 2.4vw, 28px); letter-spacing: -.025em; }
.fer-growth-phase > header > strong { min-width: 34px; min-height: 34px; display: grid; place-content: center; color: #fff; border-radius: 999px; background: var(--fer-navy, #0b1729); font-size: 12px; }
.fer-growth-phase.is-live > header > strong { background: #d93446; }
.fer-growth-leagues { display: grid; gap: 12px; }
.fer-growth-league {
  overflow: hidden;
  border: 1px solid var(--fer-line, #e1e7ec);
  border-radius: 16px;
  background: var(--fer-card, #fff);
  box-shadow: 0 5px 20px rgba(15, 31, 52, .045);
}
.fer-growth-league > header {
  min-height: 59px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--fer-line, #e1e7ec);
  background: #f8fbfc;
}
.fer-growth-league > header div { min-width: 0; display: grid; gap: 2px; }
.fer-growth-league > header span { color: var(--fer-muted, #657386); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.fer-growth-league > header a { overflow: hidden; color: var(--fer-text, #132033); font-size: 14px; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.fer-growth-league > header a:hover { color: var(--fer-green-dark, #05744d); }
.fer-growth-league > header small { flex: 0 0 auto; color: var(--fer-muted, #657386); font-size: 9px; }

.fer-growth-match {
  min-height: 78px;
  padding: 8px 13px 8px 8px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) minmax(0, 300px);
  align-items: center;
  gap: 6px;
  position: relative;
  border-bottom: 1px solid #edf1f4;
}
.fer-growth-match:last-child { border-bottom: 0; }
.fer-growth-match:hover { background: #fbfdfc; }
.fer-growth-match.is-live { background: linear-gradient(90deg, rgba(237, 63, 79, .055), transparent 48%); }
.fer-growth-match.is-result-updated { animation: fer-growth-flash 4.2s ease both; }
@keyframes fer-growth-flash {
  0%, 100% { background-color: transparent; }
  8%, 66% { background-color: rgba(10, 163, 108, .15); box-shadow: inset 4px 0 0 #0aa36c; }
}
.fer-growth-star {
  width: 34px;
  height: 34px;
  padding: 0;
  color: #9aa7b4;
  border: 0;
  border-radius: 50%;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.fer-growth-star:hover,
.fer-growth-star[aria-pressed="true"] { color: #d9990d; background: #fff6da; }
.fer-growth-match-main {
  min-width: 0;
  min-height: 60px;
  display: grid;
  grid-template-columns: 76px minmax(180px, 1fr) 45px 18px;
  align-items: center;
  gap: 11px;
  border-radius: 9px;
}
.fer-growth-match-status { color: var(--fer-muted, #657386); font-size: 11px; font-weight: 850; }
.fer-growth-match.is-live .fer-growth-match-status { color: #d72e41; }
.fer-growth-teams { min-width: 0; display: grid; gap: 5px; }
.fer-growth-teams > span { min-width: 0; display: flex; align-items: center; gap: 8px; }
.fer-growth-teams i {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: grid;
  place-content: center;
  color: #0a6e4d;
  border-radius: 7px;
  background: #eaf9f2;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
}
.fer-growth-teams strong { overflow: hidden; color: var(--fer-text, #132033); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.fer-growth-score { display: grid; gap: 5px; text-align: center; }
.fer-growth-score strong { color: var(--fer-text, #132033); font-size: 15px; line-height: 1; }
.fer-growth-match-main > b { color: #9ba8b6; font-size: 23px; font-weight: 500; }
.fer-growth-match-main:hover > b { color: var(--fer-green, #0aa36c); transform: translateX(2px); }
.fer-growth-broadcast {
  min-width: 0;
  padding-left: 11px;
  display: grid;
  gap: 5px;
  border-left: 1px solid var(--fer-line, #e1e7ec);
}
.fer-growth-broadcast > div { min-width: 0; display: flex; align-items: center; flex-wrap: wrap; gap: 5px 8px; }
.fer-growth-broadcast span {
  min-width: 0;
  padding: 5px 7px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--fer-muted, #657386);
  border-radius: 7px;
  background: var(--fer-bg, #f3f6f8);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}
.fer-growth-broadcast strong { overflow: hidden; max-width: 120px; color: var(--fer-text, #132033); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; text-transform: none; }
.fer-growth-broadcast small { width: 100%; color: var(--fer-muted, #657386); font-size: 8px; }

.fer-growth-context {
  margin-top: 22px;
  padding: clamp(24px, 4vw, 40px);
  display: grid;
  grid-template-columns: minmax(190px, .35fr) minmax(0, 1fr);
  gap: 28px;
  border-radius: 19px;
  color: #fff;
  background: var(--fer-navy, #0b1729);
}
.fer-growth-context h2 { margin: 0; color: #fff; font-size: 27px; line-height: 1.1; }
.fer-growth-context > div:last-child { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.fer-growth-context a {
  min-width: 0;
  min-height: 72px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 11px;
  background: rgba(255, 255, 255, .04);
}
.fer-growth-context a:hover { border-color: rgba(111, 239, 188, .5); background: rgba(111, 239, 188, .08); }
.fer-growth-context a strong { color: #fff; font-size: 12px; }
.fer-growth-context a span { overflow: hidden; color: #aebdca; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.fer-growth-context a b { grid-column: 2; grid-row: 1 / 3; align-self: center; color: #70edbc; font-size: 21px; }

.fer-growth-method {
  margin-top: 18px;
  padding: clamp(25px, 4vw, 42px);
  border: 1px solid var(--fer-line, #e1e7ec);
  border-radius: 19px;
  background: var(--fer-card, #fff);
}
.fer-growth-method h2 { margin: 0 0 20px; color: var(--fer-text, #132033); font-size: clamp(24px, 3.4vw, 36px); }
.fer-growth-method > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; }
.fer-growth-method article { padding: 19px; border-radius: 13px; background: var(--fer-bg, #f3f6f8); }
.fer-growth-method article strong { color: var(--fer-green-dark, #05744d); font-size: 13px; }
.fer-growth-method article p { margin: 8px 0 0; color: var(--fer-muted, #657386); font-size: 11px; line-height: 1.65; }
.fer-growth-disclaimer { margin: 20px 0 0; color: var(--fer-muted, #657386); font-size: 10px; line-height: 1.7; }
.fer-growth-disclaimer a { color: var(--fer-green-dark, #05744d) !important; font-weight: 800; text-decoration: underline; }

.fer-growth-mobile-nav { display: none; }

@media (max-width: 1120px) {
  .fer-growth-filters { grid-template-columns: 1fr 1fr auto auto; }
  .fer-growth-favorites-only { grid-column: 3; }
  .fer-growth-reset { grid-column: 4; grid-row: 2; }
  .fer-growth-match { grid-template-columns: 38px minmax(0, 1fr); }
  .fer-growth-broadcast { grid-column: 2; padding: 7px 0 5px; border-top: 1px solid var(--fer-line, #e1e7ec); border-left: 0; }
}

@media (max-width: 860px) {
  .fer-growth-hero { grid-template-columns: minmax(0, 1fr) 165px; }
  .fer-growth-health { grid-template-columns: 1fr auto; }
  .fer-growth-health dl { grid-row: 2; grid-column: 1 / -1; }
  .fer-growth-health > button { grid-column: 2; grid-row: 1; }
  .fer-growth-context { grid-template-columns: 1fr; }
  .fer-growth-method > div { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .fer-growth-body { padding-bottom: 64px; }
  .fer-growth-body .fer-site-header-inner { min-height: 62px; }
  .fer-growth-body .fer-site-header nav { display: none; }
  .fer-growth-center { width: min(100% - 20px, 1280px); padding-top: 14px; padding-bottom: 36px; }
  .fer-growth-hero { min-height: 0; padding: 28px 22px; grid-template-columns: 1fr; gap: 22px; border-radius: 18px; }
  .fer-growth-hero aside { min-height: 100px; grid-template-columns: auto 1fr; align-items: center; justify-content: center; text-align: left; }
  .fer-growth-hero aside strong { grid-row: 1 / 3; font-size: 50px; }
  .fer-growth-hero aside small { max-width: none; }
  .fer-growth-filters { grid-template-columns: 1fr 1fr; }
  .fer-growth-filters > div { grid-column: 1 / -1; }
  .fer-growth-hungarian { grid-column: 1 / -1; justify-content: flex-start; }
  .fer-growth-submit,
  .fer-growth-favorites-only,
  .fer-growth-reset { grid-column: auto; grid-row: auto; }
  .fer-growth-health { padding: 12px; grid-template-columns: minmax(0, 1fr) auto; }
  .fer-growth-health dl div { padding: 5px 7px; }
  .fer-growth-health > div:first-child strong { white-space: normal; }
  .fer-growth-match { padding-right: 9px; }
  .fer-growth-match-main { grid-template-columns: 62px minmax(130px, 1fr) 38px 14px; gap: 7px; }
  .fer-growth-teams strong { font-size: 12px; }
  .fer-growth-broadcast strong { max-width: 180px; }
  .fer-growth-context > div:last-child { grid-template-columns: 1fr; }
  .fer-growth-mobile-nav {
    min-height: 59px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    background: #071522;
    box-shadow: 0 -8px 28px rgba(3, 15, 25, .25);
  }
  .fer-growth-mobile-nav a { min-width: 0; display: grid; place-content: center; gap: 2px; color: #aebeca; text-align: center; text-decoration: none; font: 700 9px/1.2 Inter, system-ui, sans-serif; }
  .fer-growth-mobile-nav a span { color: #6f8190; font-size: 14px; }
  .fer-growth-mobile-nav a.is-active,
  .fer-growth-mobile-nav a.is-active span { color: #71efbd; }
}

@media (max-width: 470px) {
  .fer-growth-filters { grid-template-columns: 1fr; }
  .fer-growth-submit,
  .fer-growth-favorites-only,
  .fer-growth-reset { grid-column: 1; }
  .fer-growth-match-main { grid-template-columns: 55px minmax(100px, 1fr) 32px 11px; }
  .fer-growth-teams i { display: none; }
  .fer-growth-broadcast > div { align-items: flex-start; flex-direction: column; }
  .fer-growth-broadcast span { max-width: 100%; }
  .fer-growth-broadcast strong { max-width: 210px; }
}

@media (max-width: 390px) {
  .fer-growth-body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  .fer-growth-center { width: min(100% - 12px, 1280px); }
  .fer-growth-hero { padding: 24px 17px; border-radius: 15px; }
  .fer-growth-hero h1 { font-size: clamp(31px, 12vw, 42px); overflow-wrap: anywhere; }
  .fer-growth-hero aside { padding: 17px; }
  .fer-growth-filters { padding: 10px; gap: 8px; border-radius: 13px; }
  .fer-growth-submit,
  .fer-growth-favorites-only,
  .fer-growth-reset { width: 100%; min-height: 46px; }
  .fer-growth-health { grid-template-columns: minmax(0,1fr); }
  .fer-growth-health > button { width: 100%; grid-column: 1; grid-row: auto; }
  .fer-growth-health dl { grid-column: 1; grid-row: auto; overflow-x: auto; }
  .fer-growth-match { min-height: 82px; padding: 7px 6px 7px 4px; grid-template-columns: 36px minmax(0,1fr); }
  .fer-growth-star { width: 36px; height: 44px; }
  .fer-growth-match-main { grid-template-columns: 48px minmax(0,1fr) 30px; gap: 5px; }
  .fer-growth-match-main > b { display: none; }
  .fer-growth-match-status { font-size: 10px; overflow-wrap: anywhere; }
  .fer-growth-teams { gap: 6px; }
  .fer-growth-teams strong { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: normal; line-height: 1.2; }
  .fer-growth-score strong { font-size: 14px; }
  .fer-growth-broadcast { grid-column: 2; }
  .fer-growth-broadcast strong { max-width: min(205px, 68vw); white-space: normal; }
  .fer-growth-mobile-nav { min-height: calc(59px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); }
  .fer-growth-mobile-nav a { min-height: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  .fer-growth-center *,
  .fer-growth-center *::before,
  .fer-growth-center *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (prefers-contrast: more) {
  .fer-growth-league,
  .fer-growth-health,
  .fer-growth-filters,
  .fer-growth-method { border-color: #697785; }
  .fer-growth-match { border-bottom-color: #8794a0; }
}
