.live-public-main {
  padding-top: clamp(46px, 6vw, 82px);
}

.live-hero {
  grid-template-columns: minmax(0, .9fr) minmax(520px, .82fr);
  gap: clamp(38px, 6vw, 96px);
}

.live-hero h1 {
  font-size: clamp(58px, 7vw, 104px);
  max-width: 760px;
}

.record-promise {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 21px 0 0;
  color: #64716b;
  font-size: 9px;
}

.record-promise i,
.live-match-head i {
  width: 7px;
  height: 7px;
  flex: none;
  border-radius: 50%;
  background: var(--pickles-fact);
  box-shadow: 0 0 0 4px rgba(22, 115, 91, .1);
}

.live-match-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--pickles-line);
  border-radius: 20px;
  background: var(--pickles-paper);
  box-shadow: 0 28px 80px rgba(16, 35, 28, .14);
}

.live-match-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--pickles-forest), var(--pickles-gold));
}

.live-match-head,
.preview-league,
.preview-teams,
.preview-signals,
.preview-goals,
.prediction-lock {
  padding-inline: 22px;
}

.live-match-head {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--pickles-line);
}

.live-match-head > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--pickles-fact);
  font: 500 8px DM Mono, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.live-match-head small {
  color: #738079;
  font-size: 8px;
}

.preview-league {
  padding-top: 17px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.preview-league img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.preview-league span { display: grid; gap: 3px; }
.preview-league b { font-size: 10px; }
.preview-league small { color: #738079; font-size: 8px; }

.preview-teams {
  padding-top: 23px;
  padding-bottom: 23px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 15px;
}

.preview-teams article {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
}

.preview-teams article.away {
  justify-content: flex-end;
  text-align: right;
}

.preview-teams img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.preview-teams article > span { min-width: 0; display: grid; gap: 4px; }
.preview-teams small {
  color: #7b857f;
  font: 500 7px DM Mono, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.preview-teams strong {
  overflow: hidden;
  font: 600 22px/1.05 Newsreader, serif;
  text-overflow: ellipsis;
}
.preview-versus {
  color: #88928d;
  font: 500 8px DM Mono, monospace;
  text-transform: uppercase;
}

.preview-signals {
  display: grid;
  gap: 8px;
}

.preview-signal {
  display: grid;
  grid-template-columns: 56px 1fr 78px;
  align-items: center;
  gap: 9px;
}

.preview-signal > span {
  color: #5e6a64;
  font-size: 8px;
  font-weight: 700;
}

.preview-signal > i {
  position: relative;
  height: 7px;
  overflow: hidden;
  border-radius: 99px;
  background: #dfe5e1;
}

.preview-signal > i::before,
.preview-signal > i::after {
  content: "";
  position: absolute;
  inset-block: 0;
  width: var(--home, 50%);
  background: var(--pickles-forest);
}

.preview-signal > i::after {
  right: 0;
  left: auto;
  width: var(--away, 50%);
  background: var(--pickles-gold);
}

.preview-signal > b {
  color: #68736d;
  font: 500 8px DM Mono, monospace;
  text-align: right;
}

.preview-signal.skeleton > i {
  opacity: .45;
}

.preview-signal.unavailable > i::before,
.preview-signal.unavailable > i::after {
  display: none;
}

.preview-goals {
  margin-top: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--pickles-line);
}

.preview-goals > span { display: grid; gap: 4px; }
.preview-goals > span:last-child { text-align: right; }
.preview-goals small {
  color: #7a847f;
  font: 500 7px DM Mono, monospace;
  text-transform: uppercase;
}
.preview-goals b { font-size: 9px; }

.prediction-lock {
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: var(--pickles-charcoal);
  color: var(--pickles-ivory);
}

.prediction-lock > div { display: grid; gap: 4px; }
.prediction-lock small {
  color: var(--pickles-gold);
  font: 500 7px DM Mono, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.prediction-lock strong { font: 600 16px Newsreader, serif; }
.public-verdict {
  min-width: 0;
  flex: 1;
}
.public-verdict > span {
  overflow: hidden;
  color: #aebbb4;
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-probabilities {
  flex: none;
  display: flex !important;
  gap: 3px !important;
}
.public-probabilities > span {
  min-width: 38px;
  padding: 6px 7px;
  display: grid;
  gap: 2px;
  border: 1px solid rgba(246, 241, 231, .15);
  border-radius: 7px;
  text-align: center;
}
.public-probabilities small {
  color: #9eaaa4;
  font-size: 6px;
}
.public-probabilities b {
  color: var(--pickles-ivory);
  font: 500 8px DM Mono, monospace;
}
.prediction-lock a {
  flex: none;
  padding: 10px 12px;
  border-radius: 9px;
  background: var(--pickles-gold);
  color: var(--pickles-charcoal);
  text-decoration: none;
  font-size: 8px;
  font-weight: 800;
  transition: transform 140ms var(--pickles-ease), background-color 180ms ease;
}
.prediction-lock a:active { transform: scale(.97); }
.prediction-lock a span { margin-left: 5px; }

.preview-disclosure {
  margin: 0;
  padding: 10px 22px;
  color: #768079;
  font-size: 7px;
  line-height: 1.5;
}

.live-match-card.preview-error .preview-signals,
.live-match-card.preview-error .preview-goals {
  opacity: .45;
}

.proof-strip {
  max-width: 1280px;
  margin: 64px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid #c8cec9;
}

.proof-strip article {
  padding: 17px 20px;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  border-right: 1px solid #c8cec9;
}
.proof-strip article:last-child { border-right: 0; }
.proof-strip article > b {
  color: var(--pickles-gold);
  font: 500 9px DM Mono, monospace;
}
.proof-strip article > span { display: grid; gap: 4px; }
.proof-strip strong { font: 600 16px Newsreader, serif; }
.proof-strip small { color: #707a75; font-size: 8px; line-height: 1.45; }

.bookie-intro {
  max-width: 1280px;
  margin: 42px auto 0;
  padding: 42px 40px;
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(520px, 1.2fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
  overflow: hidden;
  border: 1px solid rgba(21, 35, 31, .12);
  border-radius: 24px;
  background: #eef1ed;
}

.bookie-copy h2 {
  max-width: 560px;
  margin: 11px 0 18px;
  color: var(--pickles-ink);
  font: 600 clamp(36px, 4vw, 58px)/.96 Newsreader, serif;
  letter-spacing: -.035em;
}

.bookie-copy h2 em {
  color: #2a6370;
  font-style: normal;
}

.bookie-copy > p {
  max-width: 520px;
  margin: 0;
  color: #5f6d67;
  font-size: 12px;
  line-height: 1.65;
}

.bookie-call {
  margin-top: 20px;
  display: inline-flex;
  padding: 9px 12px;
  border: 1px solid rgba(42, 99, 112, .24);
  border-radius: 999px;
  color: #2a6370;
  font: 500 8px DM Mono, monospace;
}

.public-bookie-ticket {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(214, 169, 79, .46);
  border-radius: 18px;
  background: var(--pickles-paper);
  box-shadow: 0 22px 60px rgba(16, 35, 28, .13);
}

.public-bookie-ticket::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #2a6370;
}

.public-bookie-ticket > header {
  position: relative;
  z-index: 3;
  min-height: 55px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--pickles-line);
}

.public-bookie-ticket > header span,
.public-bookie-ticket > header small,
.public-bookie-fixture {
  font: 500 8px DM Mono, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.public-bookie-ticket > header span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2a6370;
}

.public-bookie-ticket > header i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pickles-gold);
  box-shadow: 0 0 0 4px rgba(214, 169, 79, .14);
}

.public-bookie-ticket > header small {
  color: #77817c;
}

.public-bookie-ticket-body {
  position: relative;
  z-index: 2;
  width: calc(100% - 178px);
  padding: 26px 0 24px 24px;
}

.public-bookie-fixture {
  color: #64736c;
}

.public-bookie-prices {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.public-bookie-prices > span {
  padding: 13px 10px;
  display: grid;
  gap: 5px;
  border-radius: 10px;
  background: #eceeea;
}

.public-bookie-prices small {
  overflow: hidden;
  color: #6e7973;
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-bookie-prices strong {
  color: #2a6370;
  font: 600 25px Newsreader, serif;
}

.public-bookie-ticket-body > p {
  margin: 18px 0 0;
  padding-top: 16px;
  display: grid;
  gap: 5px;
  border-top: 1px solid var(--pickles-line);
}

.public-bookie-ticket-body > p b {
  font-size: 9px;
}

.public-bookie-ticket-body > p span {
  color: #6a756f;
  font-size: 8px;
  line-height: 1.45;
}

.public-bookie-ticket figure {
  position: absolute;
  z-index: 1;
  right: -7px;
  bottom: -105px;
  width: 190px;
  height: 400px;
  margin: 0;
  background: #172c35;
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}

.public-bookie-ticket figure img {
  position: absolute;
  right: 2px;
  bottom: 70px;
  width: 154px;
  height: auto;
  filter: drop-shadow(-12px 18px 14px rgba(0, 0, 0, .28));
}

.pickles-truths {
  position: relative;
  min-height: 455px;
  max-width: 1280px;
  margin: 42px auto 0;
  padding: 48px 320px 46px 48px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 38px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--pickles-charcoal);
  color: var(--pickles-ivory);
  isolation: isolate;
}

.pickles-truths::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 205px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(246, 241, 231, .1);
  border-radius: 50%;
  transform: translateY(-50%);
}

.pickles-truths::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 30px;
  width: 46%;
  border-top: 1px solid rgba(246, 241, 231, .17);
}

.truth-asterisk {
  align-self: start;
  display: grid;
  justify-items: center;
}

.truth-asterisk span {
  width: 122px;
  height: 122px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(214, 169, 79, .46);
  border-radius: 50%;
  color: var(--pickles-gold);
  font: 500 150px/1 Newsreader, serif;
  transform: rotate(8deg);
}

.truth-asterisk small {
  margin-top: 18px;
  color: rgba(246, 241, 231, .58);
  font: 500 7px DM Mono, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.truth-copy {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.truth-kicker {
  color: var(--pickles-gold);
  font: 500 8px DM Mono, monospace;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.truth-copy h2 {
  max-width: 560px;
  margin: 11px 0 25px;
  font: 600 clamp(34px, 4vw, 54px)/.96 Newsreader, serif;
  letter-spacing: -.035em;
}

.truth-copy ol {
  margin: 0;
  padding: 0;
  display: grid;
  list-style: none;
}

.truth-copy li {
  padding: 14px 0;
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 13px;
  border-top: 1px solid rgba(246, 241, 231, .14);
}

.truth-copy li b {
  color: var(--pickles-gold);
  font: 500 10px DM Mono, monospace;
}

.truth-copy li p {
  margin: 0;
  color: rgba(246, 241, 231, .78);
  font-size: 12px;
  line-height: 1.55;
}

.truth-signoff {
  margin: 21px 0 0;
  color: var(--pickles-gold);
  font: 600 24px/1.05 Newsreader, serif;
}

.truth-pickles {
  position: absolute;
  z-index: 1;
  right: -9px;
  bottom: -88px;
  width: 330px;
  height: 525px;
  margin: 0;
  pointer-events: none;
}

.truth-pickles img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(-20px 20px 26px rgba(0, 0, 0, .25));
}

.live-public-main .access-strip {
  margin-top: 42px;
}

.public-footer {
  margin-top: 56px;
  padding: 30px 0 12px;
  border-top: 1px solid rgba(21, 35, 31, .12);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.public-footer p {
  max-width: 480px;
  margin: 0;
  color: rgba(21, 35, 31, .62);
  font-size: 9.5px;
  line-height: 1.65;
}

.public-footer nav {
  display: flex;
  gap: 20px;
}

.public-footer nav a {
  color: inherit;
  font: 600 9px Manrope, sans-serif;
  text-decoration: none;
}

.public-footer nav a:hover {
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  .prediction-lock a:hover { background: #e3ba66; }
}

@media (max-width: 1000px) {
  .live-hero { grid-template-columns: 1fr; }
  .live-match-card { max-width: 650px; }
  .bookie-intro { grid-template-columns: 1fr; }
  .public-bookie-ticket { max-width: 680px; }
  .pickles-truths {
    padding-right: 260px;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 28px;
  }
  .truth-asterisk span { width: 96px; height: 96px; font-size: 118px; }
  .truth-pickles { right: -30px; width: 290px; }
}

@media (max-width: 650px) {
  .live-public-main { padding-top: 40px; }
  .live-hero h1 { font-size: clamp(50px, 15vw, 72px); }
  .live-match-head { align-items: flex-start; padding-block: 16px; gap: 8px; }
  .live-match-head small { text-align: right; }
  .preview-teams { gap: 8px; }
  .preview-teams img { width: 42px; height: 42px; }
  .preview-teams strong { font-size: 17px; }
  .preview-signal { grid-template-columns: 48px 1fr 66px; }
  .prediction-lock { align-items: flex-start; flex-direction: column; }
  .public-probabilities { width: 100%; }
  .public-probabilities > span { flex: 1; }
  .prediction-lock a { width: 100%; text-align: center; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip article { border-right: 0; border-bottom: 1px solid #c8cec9; }
  .proof-strip article:last-child { border-bottom: 0; }
  .bookie-intro {
    padding: 30px 24px;
    border-radius: 18px;
  }
  .public-bookie-ticket-body {
    width: calc(100% - 125px);
    padding-left: 18px;
  }
  .public-bookie-ticket figure { width: 145px; }
  .public-bookie-ticket figure img { width: 122px; }
  .public-bookie-prices { grid-template-columns: 1fr; }
  .pickles-truths {
    min-height: 760px;
    padding: 34px 26px 310px;
    grid-template-columns: 1fr;
    gap: 25px;
    border-radius: 18px;
  }
  .pickles-truths::before {
    top: auto;
    right: -55px;
    bottom: -40px;
    width: 310px;
    height: 310px;
    transform: none;
  }
  .pickles-truths::after { bottom: 54px; width: 100%; }
  .truth-asterisk { justify-items: start; }
  .truth-asterisk span { width: 82px; height: 82px; font-size: 102px; }
  .truth-asterisk small { margin: 13px 0 0 2px; }
  .truth-copy h2 { font-size: clamp(34px, 11vw, 48px); }
  .truth-copy li p { font-size: 11px; }
  .truth-pickles {
    right: -18px;
    bottom: -72px;
    width: 265px;
    height: 410px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .prediction-lock a { transition: background-color 180ms ease; }
}
