.compact-home .hero {
  min-height: calc(100svh - 82px);
  padding: 52px 0 44px;
}

.free-report-line{display:flex;align-items:center;gap:11px;padding:12px;border:1px dashed rgba(66,223,155,.35);border-radius:9px;color:#9fb3d2}.free-report-line i{flex:none;color:#42df9b;font-size:10px!important;font-style:normal;font-weight:900;letter-spacing:.1em}.free-report-open{display:inline-flex;align-items:center;gap:8px;margin-top:18px;padding:12px 16px;border:0;border-radius:10px;color:#fff;background:linear-gradient(110deg,#ff657a,#e62749);font:inherit;font-weight:900;cursor:pointer}.free-report-open:disabled{cursor:not-allowed;opacity:.55}.free-report-open span{color:#fff}.free-report-dialog{width:min(920px,calc(100% - 28px));max-height:calc(100vh - 28px);padding:0;border:1px solid rgba(184,211,255,.24);border-radius:20px;color:#f7f9ff;background:#061630;box-shadow:0 35px 120px rgba(0,4,15,.72)}.free-report-dialog::backdrop{background:rgba(1,7,18,.84);backdrop-filter:blur(5px)}.free-report-card{position:relative;padding:30px}.free-report-close{position:absolute;top:15px;right:18px;width:40px;height:40px;border:1px solid rgba(184,211,255,.18);border-radius:50%;color:#fff;background:#0b2854;font-size:25px!important;cursor:pointer}.free-report-card>p{margin:0 0 9px;color:#72a8ff;font-size:11px!important;font-weight:900;letter-spacing:.15em}.free-report-card>h2{margin:0 55px 22px 0;font-size:30px}.free-report-meta{display:flex;justify-content:space-between;gap:14px;padding:13px 15px;border:1px solid rgba(184,211,255,.13);border-radius:10px;color:#9eb1cf;background:rgba(3,14,35,.6)}#freeReportContent>h3{margin:24px 0 10px;font-size:17px}.free-report-probabilities,.free-report-structure{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.free-report-probabilities>div,.free-report-structure>div{padding:15px;border:1px solid rgba(184,211,255,.14);border-radius:11px;background:#081e42}.free-report-probabilities span,.free-report-probabilities b,.free-report-structure span,.free-report-structure b{display:block}.free-report-probabilities span,.free-report-structure span{color:#8fa6c9;font-size:11px!important}.free-report-probabilities b{margin-top:7px;font-size:24px;color:#fff}.free-report-structure b{margin-top:7px;color:#fff}.free-report-paths{display:grid;gap:11px}.free-report-path{padding:17px;border:1px solid rgba(184,211,255,.14);border-radius:13px;background:rgba(4,18,43,.76)}.free-report-path header{display:flex;align-items:center;justify-content:space-between;gap:15px}.free-report-path header span{font-size:17px;font-weight:900}.free-report-path header b{color:#75aaff;font-size:21px}.free-report-argument{color:#becce2;line-height:1.7}.free-report-argument p{margin:9px 0}.free-score-samples{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}.free-score-samples span{padding:7px 9px;border-radius:8px;color:#fff;background:#0b2b5d}.free-report-path ul{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin:13px 0 0;padding:0;list-style:none}.free-report-path li{display:flex;justify-content:space-between;gap:10px;padding:9px 10px;border-radius:8px;background:rgba(255,255,255,.035)}.free-report-path li span{color:#8fa6c9}.free-report-disclaimer{margin:18px 0 0;padding:13px;border-left:3px solid #ed334d;color:#879bbb;background:rgba(237,51,77,.06);line-height:1.7}

@media(max-width:640px){.free-report-card{padding:22px 15px}.free-report-card>h2{font-size:23px}.free-report-meta{flex-direction:column}.free-report-probabilities,.free-report-structure,.free-report-path ul{grid-template-columns:1fr}.free-report-line{align-items:flex-start;flex-direction:column}.free-report-open{width:100%;justify-content:center}.free-report-dialog{max-height:calc(100vh - 12px)}}

.compact-home .hero h1 {
  font-size: clamp(46px, 5.4vw, 74px);
}

.compact-home .signal-card {
  max-height: 460px;
}

.home-product {
  width: min(1240px, calc(100% - 40px));
  min-height: calc(100svh - 82px);
  margin: 0 auto;
  padding: 52px 0 44px;
  scroll-margin-top: 92px;
}

.home-product-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.home-product-head p,
.panel-intro > p {
  margin: 0 0 8px;
  color: var(--red2);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
}

.home-product-head h2,
.panel-intro h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 40px);
  letter-spacing: -.035em;
}

.home-tabs {
  display: flex;
  gap: 7px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(3, 13, 32, .66);
}

.home-tabs button {
  min-height: 38px;
  padding: 0 15px;
  border: 0;
  border-radius: 9px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 11px;
  cursor: pointer;
}

.home-tabs button:hover,
.home-tabs button[aria-selected="true"] {
  color: #fff;
  background: linear-gradient(135deg, rgba(237, 51, 77, .92), rgba(47, 124, 246, .86));
}

.home-panel {
  padding-top: 30px;
  scroll-margin-top: 96px;
}

.home-panel[hidden] {
  display: none !important;
}

.panel-intro {
  display: grid;
  grid-template-columns: minmax(240px, .75fr) minmax(280px, 1.25fr);
  align-items: end;
  gap: 20px;
  margin-bottom: 22px;
}

.panel-intro > p {
  grid-column: 1 / -1;
  margin-bottom: -12px;
}

.panel-intro > span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.compact-insight-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, .65fr);
  gap: 16px;
}

.compact-insight-grid .featured-insight {
  min-height: 330px;
}

.compact-insight-grid .public-facts {
  grid-template-columns: repeat(3, 1fr);
}

.compact-member-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--blue);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(13, 40, 84, .9), rgba(5, 20, 48, .94));
}

.compact-member-card > p {
  margin: 0;
  color: var(--blue2);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.compact-member-card h3 {
  margin: 13px 0;
  font-size: 22px;
}

.compact-member-card ul {
  display: grid;
  gap: 10px;
  margin: 4px 0 22px;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.compact-member-card li::before {
  content: "✓";
  margin-right: 8px;
  color: #42df9b;
}

.compact-member-card a,
.compact-capability-cta a {
  margin-top: auto;
  padding: 12px 16px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--red2), #d9203d);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.compact-board-grid {
  gap: 14px;
}

.overseas-board-grid {
  grid-template-columns: minmax(0, 1fr);
}

.compact-board-grid .board-card {
  min-height: 220px;
  padding: 22px;
}

.compact-live {
  margin-top: 14px;
}

.compact-live .live-toolbar {
  margin-top: 0;
}

.compact-live .public-live-grid {
  max-height: 205px;
  overflow: auto;
}

.compact-live .live-empty {
  padding: 28px 18px;
}

.match-explorer {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(5, 20, 48, .76);
}

.match-explorer-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.match-explorer-toolbar label {
  display: flex;
  width: min(520px, 100%);
  min-height: 40px;
  align-items: center;
  gap: 9px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--blue2);
  background: rgba(3, 13, 32, .72);
}

.match-explorer-toolbar input {
  width: 100%;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: 11px;
}

.match-explorer-toolbar input::placeholder {
  color: #7188ae;
}

.match-explorer-toolbar output {
  flex: none;
  color: var(--muted);
  font-size: 10px;
}

.match-league-filters {
  display: flex;
  gap: 7px;
  margin: 12px 0;
  padding-bottom: 2px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.match-league-filters button {
  flex: 0 0 auto;
  min-width: 74px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(184, 211, 255, .18);
  border-radius: 999px;
  color: #dbe7fa;
  background: rgba(12, 37, 80, .55);
  font: inherit;
  font-size: 10px;
  cursor: pointer;
}

.match-league-filters button:hover,
.match-league-filters button.is-active {
  border-color: rgba(237, 51, 77, .8);
  color: #fff;
  background: linear-gradient(135deg, rgba(237, 51, 77, .22), rgba(47, 124, 246, .2));
}

.match-catalog {
  max-height: 270px;
  overflow: auto;
  border-top: 1px solid var(--line);
}

.match-date-group > h4 {
  position: sticky;
  top: 0;
  z-index: 1;
  margin: 0;
  padding: 11px 6px 9px;
  color: var(--blue2);
  background: #071a3a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.match-catalog-row {
  display: grid;
  grid-template-columns: 70px minmax(140px, .75fr) minmax(280px, 1.4fr) 80px;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  padding: 9px 6px;
  border-top: 1px solid rgba(184, 211, 255, .09);
}

.match-catalog-row time {
  color: var(--red2);
  font-size: 14px;
  font-weight: 800;
}

.match-catalog-row > span {
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.match-catalog-row strong {
  overflow: hidden;
  color: #f7faff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.match-catalog-row em {
  justify-self: end;
  padding: 5px 8px;
  border-radius: 999px;
  color: #9fc2ff;
  background: rgba(47, 124, 246, .12);
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
}

.match-catalog-empty {
  padding: 28px 12px;
  color: var(--muted);
  text-align: center;
}

.compact-assistant .assistant-chat {
  max-width: 940px;
  min-height: 355px;
  margin: 0 auto;
}

.compact-assistant .assistant-messages {
  min-height: 110px;
  max-height: 145px;
}

.compact-feature-grid {
  gap: 12px;
  margin-top: 0;
}

.compact-feature-grid article {
  min-height: 215px;
  padding: 20px;
}

.compact-feature-grid h3 {
  margin: 18px 0 10px;
}

.compact-capability-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 15px;
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--muted);
  background: rgba(8, 28, 61, .72);
}

.compact-capability-cta p {
  margin: 0;
  line-height: 1.6;
}

.compact-capability-cta a {
  flex: none;
  margin: 0;
}

.site-header nav a.is-active {
  color: #fff;
}

.home-film {
  position: relative;
  width: min(1180px, calc(100% - 48px));
  margin: -10px auto 54px;
  isolation: isolate;
}

.home-film::before {
  content: "";
  position: absolute;
  inset: -18px 8% -22px;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(218, 25, 55, .19), transparent 68%);
  filter: blur(22px);
  pointer-events: none;
}

.home-film-frame {
  overflow: hidden;
  padding: 1px;
  border: 1px solid rgba(178, 202, 242, .22);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(238, 48, 75, .75), rgba(91, 139, 220, .22) 42%, rgba(255, 255, 255, .18));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .42), 0 0 42px rgba(200, 25, 54, .12);
}

.home-film video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  background: #020713;
  object-fit: cover;
}

@media (max-width: 960px) {
  .site-header {
    height: auto;
    min-height: 82px;
    flex-wrap: wrap;
    gap: 10px 18px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .site-header nav {
    order: 4;
    display: flex !important;
    width: 100%;
    gap: 6px;
    margin: -3px 0 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .site-header nav::-webkit-scrollbar {
    display: none;
  }

  .site-header nav a {
    flex: 1 0 auto;
    padding: 7px 10px;
    border-radius: 7px;
    background: rgba(12, 37, 80, .48);
    text-align: center;
  }

  .compact-home .hero {
    min-height: auto;
    padding: 44px 0 54px;
  }

  .home-film {
    margin-top: -4px;
    margin-bottom: 42px;
  }

  .home-product {
    min-height: 760px;
  }

  .home-product-head {
    align-items: stretch;
    flex-direction: column;
  }

  .home-tabs {
    overflow-x: auto;
  }

  .home-tabs button {
    flex: 1 0 auto;
  }

  .compact-insight-grid {
    grid-template-columns: 1fr;
  }

  .compact-member-card {
    min-height: 250px;
  }

  .compact-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 70px;
  }

  .site-header nav {
    display: none !important;
  }

  .site-header .brand-logo {
    width: 54px;
    height: 54px;
  }

  .site-header .brand-copy {
    display: none;
  }

  .compact-home .hero {
    width: calc(100% - 24px);
    padding-top: 34px;
  }

  .compact-home .signal-card {
    display: none;
  }

  .compact-home .hero h1 {
    font-size: 41px;
  }

  .home-film {
    width: calc(100% - 24px);
    margin-top: 4px;
    margin-bottom: 34px;
  }

  .home-film-frame {
    border-radius: 12px;
  }

  .home-film video {
    border-radius: 10px;
  }

  .home-product {
    width: calc(100% - 24px);
    min-height: 780px;
    padding: 40px 0 34px;
    scroll-margin-top: 112px;
  }

  .home-product-head h2,
  .panel-intro h2 {
    font-size: 27px;
  }

  .panel-intro {
    grid-template-columns: 1fr;
  }

  .panel-intro > p {
    margin-bottom: -6px;
  }

  .compact-insight-grid .public-facts {
    grid-template-columns: 1fr;
  }

  .compact-board-grid,
  .compact-feature-grid,
  .public-live-grid {
    grid-template-columns: 1fr;
  }

  .match-explorer {
    padding: 12px;
  }

  .match-explorer-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .match-catalog {
    max-height: 330px;
  }

  .match-catalog-row {
    grid-template-columns: 58px minmax(0, 1fr) 60px;
    gap: 8px;
  }

  .match-catalog-row > span {
    display: none;
  }

  .match-catalog-row strong {
    font-size: 16px;
    line-height: 1.45;
    white-space: normal;
  }

  .compact-feature-grid article {
    min-height: 185px;
  }

  .compact-capability-cta {
    align-items: stretch;
    flex-direction: column;
  }
}
