@import url('https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800&family=Unbounded:wght@600;700;800&display=swap');

.prediction-page { --prediction-accent: #3c8057; --prediction-ink: #27322d; --prediction-muted: #69766f; --prediction-soft: #f3f7f4; }
.prediction-match-page .page-header h1 { font-size: 21px; line-height: 1.35; text-align: center; }
.prediction-banner { --sport-hue: 145; --sport-accent: #3c8057; position: relative; overflow: hidden; margin-bottom: 28px; border: 1px solid hsla(var(--sport-hue),35%,72%,.7); border-radius: 12px; color: var(--prediction-ink); background: radial-gradient(70% 130% at 96% -25%, hsla(var(--sport-hue),55%,83%,.55), transparent 64%), linear-gradient(145deg, hsl(var(--sport-hue),45%,94%), #fff 75%); box-shadow: none; }
.prediction-sport-hockey { --sport-hue: 215; --sport-accent: #3c6e9c; }
.prediction-sport-tennis { --sport-hue: 32; --sport-accent: #a65d2f; }
.prediction-sport-basketball { --sport-hue: 52; --sport-accent: #907225; }
.prediction-sport-volleyball { --sport-hue: 285; --sport-accent: #76528d; }
.prediction-sport-other { --sport-hue: 176; --sport-accent: #387d78; }
.prediction-banner-top, .prediction-banner-date, .prediction-banner-action { display: flex; align-items: center; justify-content: space-between; padding: 17px 21px; }
.prediction-banner-top { gap: 18px; border-bottom: 1px solid hsla(var(--sport-hue),25%,75%,.42); }
.prediction-league { display: flex; min-width: 0; align-items: flex-start; gap: 10px; }
.prediction-league > i { flex: none; margin-top: 2px; color: var(--sport-accent); font-size: 20px; }
.prediction-league span { display: flex; min-width: 0; flex-direction: column; gap: 2px; }
.prediction-league b { color: var(--sport-accent); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.prediction-league strong { overflow-wrap: anywhere; font-size: 14px; line-height: 1.3; }
.prediction-status { display: inline-flex; flex: none; align-items: center; padding: 6px 10px; border: 1px solid hsla(var(--sport-hue),20%,70%,.55); border-radius: 99px; color: var(--prediction-muted); background: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.prediction-status i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #94a39b; }
.prediction-status-live .prediction-status { color: #fff; border-color: #de554e; background: #d84b45; }
.prediction-status-live .prediction-status i { background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.2); }
.prediction-banner-date { justify-content: flex-start; gap: 10px; padding-top: 12px; padding-bottom: 0; color: var(--prediction-muted); font-size: 12px; }
.prediction-banner-date > span { display: inline-flex; gap: 7px; padding: 6px 11px; border: 1px solid hsla(var(--sport-hue),25%,72%,.55); border-radius: 99px; background: rgba(255,255,255,.45); }
.prediction-live-time { color: var(--sport-accent); font-style: normal; font-weight: 700; }
.prediction-teams { display: grid; grid-template-columns: 1fr 252px 1fr; align-items: center; gap: 14px; padding: 18px 21px 8px; }
.prediction-team { min-width: 0; text-align: center; }
.prediction-team-logo { display: flex; width: 60px; height: 60px; align-items: center; justify-content: center; margin: 0 auto 10px; border: 1px solid hsla(var(--sport-hue),25%,72%,.65); border-radius: 50%; background: rgba(255,255,255,.7); color: var(--sport-accent); font-size: 20px; font-weight: 800; }
.prediction-team-logo img { max-width: 48px; max-height: 48px; }
.prediction-team strong { display: block; overflow-wrap: anywhere; font-size: 16px; line-height: 1.25; }
.prediction-team small { display: block; margin-top: 4px; color: var(--prediction-muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.prediction-score { text-align: center; }
.prediction-score-value { display: block; color: var(--sport-accent); font-size: 38px; font-weight: 800; line-height: 1.1; white-space: nowrap; }
.prediction-score small, .prediction-countdown > small { color: var(--prediction-muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.prediction-countdown > div { display: flex; gap: 7px; margin-top: 8px; }
.prediction-countdown span { min-width: 70px; padding: 8px 4px 7px; border: 1px solid hsla(var(--sport-hue),22%,76%,.58); border-radius: 11px; background: rgba(255,255,255,.55); }
.prediction-countdown b, .prediction-countdown em { display: block; }
.prediction-countdown b { font-size: 22px; line-height: 1; }
.prediction-countdown em { margin-top: 4px; color: var(--prediction-muted); font-size: 8px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.prediction-score-current { display: none; }
.prediction-status-live .prediction-countdown, .prediction-status-finished .prediction-countdown, .prediction-status-unknown .prediction-countdown { display: none; }
.prediction-status-live .prediction-score-current, .prediction-status-finished .prediction-score-current, .prediction-status-unknown .prediction-score-current { display: block; }
.prediction-odds-caption { padding: 10px 21px 0; color: var(--prediction-muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.prediction-main-odds { display: flex; justify-content: center; gap: 8px; padding: 8px 21px 17px; }
.prediction-main-odds > button { display: flex; min-width: 86px; flex: 1; justify-content: center; gap: 10px; padding: 10px 13px; border: 1px solid hsla(var(--sport-hue),25%,72%,.58); border-radius: 11px; outline: 0; background: rgba(255,255,255,.72); color: inherit; font: inherit; cursor: pointer; transition: transform .16s ease, background-color .16s ease, border-color .16s ease, box-shadow .16s ease; }
.prediction-main-odds > button:hover, .prediction-main-odds > button:focus { border-color: var(--sport-accent); background: #fff; box-shadow: 0 6px 16px hsla(var(--sport-hue),30%,35%,.12); transform: translateY(-2px); }
.prediction-main-odds b { color: var(--sport-accent); }
.prediction-status-finished .prediction-main-odds, .prediction-status-finished .prediction-odds-caption { display: none; }
.prediction-banner-action { justify-content: center; padding-top: 14px; padding-bottom: 15px; border-top: 1px solid hsla(var(--sport-hue),25%,75%,.45); background: hsla(var(--sport-hue),45%,91%,.5); }
.prediction-banner-action .btn { border-color: var(--sport-accent); background: var(--sport-accent); transition: transform .16s ease, opacity .16s ease, box-shadow .16s ease; }
.prediction-banner-action .btn:hover, .prediction-banner-action .btn:focus { border-color: var(--sport-accent); background: var(--sport-accent); color: #fff; opacity: .9; box-shadow: 0 7px 17px hsla(var(--sport-hue),35%,28%,.22); transform: translateY(-2px); }
.prediction-section { padding: 23px; margin-bottom: 28px; border: 1px solid #e3e9f1; border-radius: 14px; background: #fff; }
.prediction-section-heading, .prediction-home-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 20px; }
.prediction-section-heading span, .prediction-home-heading span { color: var(--prediction-accent); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.prediction-section-heading h2, .prediction-home-heading h2 { margin: 3px 0 0; color: var(--prediction-ink); font-size: 21px; }
.prediction-bar-row { margin-top: 15px; }
.prediction-bar-label { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 6px; font-size: 13px; }
.prediction-bar-label span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.prediction-bar-label b { flex: 0 0 auto; }
.prediction-bar-track { height: 10px; overflow: hidden; border-radius: 10px; background: #eaf0f7; }
.prediction-bar-track i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #1769e0, #49a4ff); }
.prediction-bars { border-radius: 12px; }
.prediction-editorial { position: relative; border-color: #d5e5ff; background: linear-gradient(145deg, #fff, #f5f9ff); }
.prediction-editorial-label { display: inline-block; margin-bottom: 10px; padding: 6px 10px; border-radius: 20px; background: #e7f0ff; color: #1769e0; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.prediction-editorial h2 { margin-top: 4px; }
.prediction-editorial-image { width: 100%; height: auto; margin: 12px 0 20px; border-radius: 10px; }
.prediction-editorial-text { font-size: 15px; line-height: 1.72; }
.prediction-editorial-bet { margin-top: 20px; }
.prediction-editorial-author { margin-top: 15px; color: var(--prediction-muted); font-size: 13px; }
.prediction-editorial-meta { display: flex; justify-content: flex-start; padding-top: 14px; margin-top: 14px; border-top: 1px solid #dfe8f5; }
.prediction-forecast { overflow: hidden; margin-bottom: 25px; border-radius: 12px; scroll-margin-top: 90px; box-shadow: 0 7px 24px rgba(24, 50, 88, .08); }
.prediction-forecast-default > .prediction-forecast-heading { background: #fff; }
.prediction-forecast-heading-main { display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.prediction-forecast-heading-main > strong { min-width: 0; }
.prediction-forecast-heading-main > strong > .fa-trophy { margin-right: 4px; }
.prediction-forecast-date { flex: none; border-radius: 20px; color: #fff; line-height: inherit; }
.prediction-forecast-summary { margin-bottom: 12px; }
.prediction-forecast-bet { display: flex; min-width: 0; flex-wrap: wrap; align-items: center; gap: 8px 11px; padding: 14px 16px; border-radius: 10px; background: #edf5ff; }
.prediction-forecast-bet-label { flex: none; padding: 5px 9px; border-radius: 99px; background: #1769e0; color: #fff !important; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.prediction-forecast-bet > strong { min-width: 0; flex: 1 1 240px; overflow-wrap: anywhere; line-height: 1.45; }
.prediction-forecast-bet-odds { flex: none; padding: 6px 10px; border: 1px solid #b9dbc4; border-radius: 99px; background: #e5f4e9; color: #2f7549; white-space: nowrap; }
.prediction-forecast-finance-row { display: flex; align-items: stretch; gap: 12px; margin-bottom: 20px; }
.prediction-forecast-result { display: flex; min-width: 112px; flex: none; flex-direction: column; align-items: stretch; justify-content: center; gap: 5px; text-align: center; }
.prediction-forecast-result .btn { display: flex; flex: 1; align-items: center; justify-content: center; padding: 9px 13px; border-radius: 9px; cursor: default; font-size: 13px; }
.prediction-forecast-result small { color: var(--prediction-muted); }
.prediction-forecast-finance { display: flex; min-width: 0; flex: 1 1 auto; flex-wrap: wrap; align-items: center; gap: 7px 18px; padding: 10px 13px; border: 1px solid #e5eaf1; border-radius: 9px; background: #f8fafc; color: var(--prediction-muted); font-size: 13px; }
.prediction-forecast-finance strong { color: var(--prediction-ink); }
.prediction-forecast-finance .text-success strong, .prediction-forecast-finance .text-danger strong, .prediction-forecast-finance .text-info strong { color: inherit; }
.prediction-forecast-description { color: #2e3748; font-size: 14px; line-height: 1.72; }
.prediction-forecast-vote { max-width: 420px; margin: 18px 0 12px; }
.prediction-forecast-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 14px; padding-top: 18px; margin-top: 20px; border-top: 1px solid #e8edf4; }
.prediction-forecast-abuse { margin-left: auto; }
.prediction-comments { padding-top: 20px; }
.prediction-review-submit { text-align: center; }
.prediction-review-message .alert { margin: 12px 0 0; }
.prediction-sport-filter { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 20px; }
.prediction-catalog-card { display: block; padding: 17px 19px; margin-bottom: 11px; border: 1px solid #e1e8f1; border-radius: 11px; background: #fff; color: var(--prediction-ink); transition: transform .15s ease, box-shadow .15s ease; }
.prediction-catalog-card:hover { color: var(--prediction-ink); text-decoration: none; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(31, 63, 106, .1); }
.prediction-catalog-meta { display: block; margin-bottom: 7px; color: var(--prediction-muted); font-size: 12px; }
.prediction-catalog-teams { display: flex; align-items: center; gap: 8px; font-size: 16px; }
.prediction-catalog-teams > i { color: var(--prediction-muted); font-style: normal; }
.prediction-catalog-team { display: inline-flex; min-width: 0; align-items: center; gap: 7px; }
.prediction-catalog-team img { width: 28px; height: 28px; flex: none; object-fit: contain; }
.prediction-catalog-team strong { min-width: 0; overflow-wrap: anywhere; }
@media (min-width: 768px) {
  .prediction-catalog-team-home img { order: 2; }
}
.prediction-catalog-footer { display: grid; grid-template-columns: minmax(145px, auto) 1fr auto; align-items: center; gap: 10px 24px; margin-top: 12px; color: var(--prediction-muted); font-size: 12px; }
.prediction-catalog-footer b { color: var(--prediction-accent); }
.prediction-catalog-odds { display: flex; min-width: 0; flex-wrap: nowrap; justify-content: center; gap: 5px; }
.prediction-catalog-odds em { padding: 6px 10px; border: 1px solid #b9dbc4; border-radius: 99px; background: #e5f4e9; color: #2f7549; font-size: 11px; font-style: normal; font-weight: 700; white-space: nowrap; }
.prediction-home-block { --prediction-accent: #3c8057; --prediction-ink: #27322d; --prediction-muted: #69766f; padding: 18px; margin: 0 0 28px; border: 1px solid #dfe8f3; border-radius: 13px; background: #fff; }
.prediction-home-heading { margin-bottom: 12px; }
.prediction-home-list a { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; padding: 11px 3px; border-top: 1px solid #edf1f5; color: var(--prediction-ink); }
.prediction-home-list a:hover { text-decoration: none; }
.prediction-home-list a > span { grid-column: 1 / -1; color: var(--prediction-muted); font-size: 11px; }
.prediction-home-list b { color: var(--prediction-accent); font-size: 12px; }
.prediction-home-match { display: flex; min-width: 0; align-items: center; gap: 5px; }
.prediction-home-team { display: inline-flex; min-width: 0; align-items: center; gap: 5px; }
.prediction-home-match > em { color: inherit; font-style: normal; }
.prediction-home-match i { display: inline-flex; width: 24px; height: 24px; flex: none; align-items: center; justify-content: center; font-style: normal; }
.prediction-home-match img { max-width: 22px; max-height: 22px; object-fit: contain; }
@media (min-width: 768px) {
  .prediction-home-team-home i { order: 2; }
}
[data-forecast-card-href] { cursor: pointer; }
@media (max-width: 767px) {
  .prediction-match-page .page-header h1 { font-size: 20px; }
  .prediction-banner { border-radius: 12px; }
  .prediction-banner-top { align-items: flex-start; }
  .prediction-league strong { font-size: 12px; }
  .prediction-status { padding: 5px 8px; font-size: 9px; }
  .prediction-teams { display: flex; flex-direction: column; align-items: stretch; gap: 9px; padding: 14px 15px 5px; }
  .prediction-team { display: flex; align-items: center; gap: 10px; text-align: left; }
  .prediction-team-logo { width: 40px; height: 40px; margin: 0; }
  .prediction-team-logo img { max-width: 32px; max-height: 32px; }
  .prediction-team strong { flex: 1; font-size: 15px; }
  .prediction-team small { display: none; }
  .prediction-score { order: 3; margin-top: 4px; }
  .prediction-status-live .prediction-score, .prediction-status-finished .prediction-score, .prediction-status-unknown .prediction-score { order: -1; margin: 0 0 4px; }
  .prediction-score-value { font-size: 28px; }
  .prediction-countdown > div { justify-content: center; }
  .prediction-countdown span { min-width: 62px; }
  .prediction-banner-top, .prediction-banner-date, .prediction-main-odds, .prediction-odds-caption { padding-left: 15px; padding-right: 15px; }
  .prediction-main-odds > button { min-width: 72px; gap: 10px; }
  .prediction-section { padding: 17px; }
  .prediction-section-heading { align-items: flex-start; }
  .prediction-section-heading > div { min-width: 0; }
  .prediction-section-heading > b { flex: none; white-space: nowrap; }
  .prediction-forecast-heading-main { align-items: flex-start; flex-direction: column; gap: 7px; }
  .prediction-forecast-bet { gap: 7px 11px; padding: 11px 12px; }
  .prediction-forecast-bet > strong { flex-basis: 150px; }
  .prediction-forecast-finance-row { gap: 8px; }
  .prediction-forecast-finance { gap: 5px 10px; padding: 8px 10px; font-size: 12px; }
  .prediction-forecast-result { min-width: 88px; }
  .prediction-forecast-result .btn { padding: 8px 9px; font-size: 12px; }
  .prediction-catalog-teams { align-items: flex-start; flex-direction: column; gap: 5px; }
  .prediction-catalog-teams > i { display: none; }
  .prediction-catalog-footer { display: flex; align-items: flex-start; flex-direction: column; gap: 8px; }
  .prediction-catalog-odds { flex-wrap: wrap; justify-content: flex-start; }
  .prediction-home-match { align-items: flex-start; flex-wrap: wrap; }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .prediction-catalog-odds em:nth-child(n+4) { display: none; }
}

/* Match banner. Its geometry, typography and state layouts follow the
   approved match-banners-for-prognoznado.html reference. */
.prediction-banner {
  --pb-h: 152;
  --pb-accent: oklch(.53 .14 150);
  --pb-accent-bg: oklch(.55 .14 150 / .10);
  --pb-ink: oklch(.28 .025 152);
  --pb-soft: oklch(.36 .02 152);
  --pb-muted: oklch(.57 .015 152);
  --pb-faint: oklch(.60 .012 152);
  --pb-line: oklch(.90 .018 152);
  --pb-border: oklch(.885 .02 152);
  width: 100%;
  max-width: 670px;
  box-sizing: border-box;
  margin: 0 auto 28px;
  overflow: hidden;
  border: 1px solid oklch(.90 .022 var(--pb-h));
  border-radius: 12px;
  background: radial-gradient(55% 120% at 98% -20%, oklch(.94 .056 150 / .30) 0%, rgba(255,255,255,0) 58%), linear-gradient(150deg, oklch(.977 .022 var(--pb-h)) 0%, #fff 60%);
  box-shadow: none;
  color: var(--pb-ink);
  font-family: 'Onest', system-ui, sans-serif;
  position: relative;
}
.prediction-sport-hockey { --pb-h: 238; --pb-accent: oklch(.53 .14 236); --pb-accent-bg: oklch(.55 .14 236 / .10); }
.prediction-sport-tennis { --pb-h: 32; --pb-accent: oklch(.53 .15 30); --pb-accent-bg: oklch(.55 .15 30 / .10); }
.prediction-sport-basketball { --pb-h: 62; --pb-accent: oklch(.53 .14 52); --pb-accent-bg: oklch(.55 .14 52 / .10); }
.prediction-sport-volleyball { --pb-h: 288; --pb-accent: oklch(.53 .15 288); --pb-accent-bg: oklch(.55 .15 288 / .10); }
.prediction-sport-other { --pb-h: 176; --pb-accent: oklch(.53 .12 174); --pb-accent-bg: oklch(.55 .12 174 / .10); }
.prediction-sport-other .prediction-banner-texture {
  background: linear-gradient(118deg, oklch(.72 .096 174 / .20) 0%, oklch(.86 .054 186 / .13) 34%, rgba(255,255,255,0) 66%), radial-gradient(78% 120% at 100% 108%, oklch(.70 .09 164 / .17) 0%, rgba(255,255,255,0) 62%);
}
.prediction-sport-football .prediction-banner-texture { background: repeating-linear-gradient(90deg, rgba(24,30,40,.048) 0 44px, rgba(255,255,255,0) 44px 88px); }
.prediction-status-finished { --pb-ink: oklch(.34 .012 var(--pb-h)); --pb-soft: oklch(.42 .012 var(--pb-h)); }
.prediction-banner-texture { position: absolute; inset: 0; pointer-events: none; }
.prediction-status-finished .prediction-banner-texture { opacity: .45; }
.prediction-banner-inner { padding: 19px 21px 21px; position: relative; z-index: 1; }
.prediction-banner-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.prediction-league { display: flex; min-width: 0; align-items: flex-start; gap: 10px; }
.prediction-sport-icon { width: 22px; height: 22px; flex: none; margin-top: 1px; color: var(--pb-accent); }
.prediction-sport-icon svg { display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.prediction-league > span:last-child { display: flex; min-width: 0; flex-direction: column; gap: 2px; }
.prediction-league b { color: var(--pb-accent); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.prediction-league strong { color: var(--pb-soft); font-size: 14px; font-weight: 600; line-height: 1.3; overflow-wrap: anywhere; text-wrap: pretty; }
.prediction-date-pill { display: inline-flex; flex: none; align-items: stretch; overflow: hidden; border: 1px solid color-mix(in oklch, var(--pb-accent) 28%, var(--pb-line)); border-radius: 999px; background: oklch(.98 .012 var(--pb-h)); white-space: nowrap; }
.prediction-date-pill > span { display: flex; align-items: center; padding: 6px 11px; background: var(--pb-accent-bg); color: var(--pb-accent); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.prediction-date-pill > b { display: flex; align-items: baseline; gap: 4px; padding: 6px 12px; color: var(--pb-ink); font: 700 13px 'Unbounded', sans-serif; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.prediction-date-pill small { color: var(--pb-faint); font: 600 9px 'Onest', sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.prediction-status { display: inline-flex; flex: none; align-items: center; gap: 6px; padding: 6px 11px; border: 1px solid var(--pb-line); border-radius: 999px; background: oklch(.955 .016 var(--pb-h)); color: var(--pb-muted); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.prediction-status i { display: none; width: 6px; height: 6px; flex: none; margin: 0; border-radius: 50%; background: #fff; }
.prediction-status-live .prediction-status { border-color: oklch(.68 .20 25 / .5); background: oklch(.58 .20 25); color: #fff; }
.prediction-status-live .prediction-status i { display: block; box-shadow: none; }
.prediction-pre-date, .prediction-nonpre-status, .prediction-nonpre-meta { display: none; }
.prediction-status-scheduled .prediction-pre-date { display: inline-flex; }
.prediction-status-live .prediction-nonpre-status, .prediction-status-finished .prediction-nonpre-status, .prediction-status-unknown .prediction-nonpre-status { display: inline-flex; }
.prediction-status-live .prediction-nonpre-meta, .prediction-status-finished .prediction-nonpre-meta, .prediction-status-unknown .prediction-nonpre-meta { display: flex; }
.prediction-nonpre-meta { align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.prediction-nonpre-meta > span { color: var(--pb-faint); font-size: 12px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.prediction-nonpre-meta .prediction-date-pill { border-color: var(--pb-line); background: oklch(.98 .012 var(--pb-h)); }
.prediction-nonpre-meta .prediction-date-pill > span { background: oklch(.955 .016 var(--pb-h)); color: var(--pb-muted); }
.prediction-banner-divider { height: 1px; margin-top: 14px; background: linear-gradient(90deg, var(--pb-line), oklch(.96 .01 var(--pb-h))); }
.prediction-match-desktop { display: grid; grid-template-columns: 1fr 252px 1fr; align-items: center; gap: 14px; padding: 18px 0 4px; }
.prediction-team { display: flex; min-width: 0; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.prediction-team-logo { display: flex; width: 54px; height: 54px; flex: none; align-items: center; justify-content: center; box-sizing: border-box; margin: 0; overflow: hidden; border: 1px solid var(--pb-border); border-radius: 50%; background: oklch(.98 .012 var(--pb-h)); color: var(--pb-soft); font: 600 16px 'Unbounded', sans-serif; }
.prediction-team-logo img { width: 44px; height: 44px; max-width: 44px; max-height: 44px; object-fit: contain; }
.prediction-team strong { display: block; color: var(--pb-ink); font-size: 15px; font-weight: 700; line-height: 1.25; letter-spacing: -.01em; overflow-wrap: anywhere; text-wrap: pretty; }
.prediction-team small, .prediction-mobile-team strong small { display: block; margin-top: -5px; color: var(--pb-faint); font-size: 9px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.prediction-mobile-team strong small { margin-top: 3px; }
.prediction-status-finished .is-winner .prediction-team-logo { border-color: var(--pb-accent); background: var(--pb-accent-bg); color: var(--pb-accent); }
.prediction-status-finished .is-winner strong, .prediction-status-finished .is-winner > b { color: var(--pb-accent); }
.prediction-status-finished .is-loser strong, .prediction-status-finished .is-loser > b, .prediction-status-finished .is-loser .prediction-team-logo { color: oklch(.58 .012 var(--pb-h)); }
.prediction-score { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.prediction-countdown > small { color: var(--pb-muted); font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.prediction-countdown > div { display: flex; gap: 8px; margin-top: 8px; }
.prediction-countdown > div > span { min-width: 74px; box-sizing: border-box; padding: 8px 4px 7px; border: 1px solid var(--pb-line); border-radius: 12px; background: oklch(.98 .012 var(--pb-h)); text-align: center; }
.prediction-countdown b { display: block; color: var(--pb-ink); font: 700 24px 'Unbounded', sans-serif; letter-spacing: -.02em; line-height: normal; font-variant-numeric: tabular-nums; }
.prediction-countdown em { display: block; margin-top: 3px; color: var(--pb-muted); font-size: 9px; font-style: normal; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.prediction-score-current { display: none; flex-direction: column; align-items: center; gap: 10px; }
.prediction-status-live .prediction-score-current, .prediction-status-finished .prediction-score-current, .prediction-status-unknown .prediction-score-current { display: flex; }
.prediction-status-live .prediction-countdown, .prediction-status-finished .prediction-countdown, .prediction-status-unknown .prediction-countdown { display: none; }
.prediction-live-meta { display: none; min-height: 24px; align-items: center; gap: 6px; }
.prediction-status-live .prediction-live-meta { display: flex; }
.prediction-live-time:empty { display: none; }
.prediction-live-time:not(:empty) { padding: 4px 9px; border: 1px solid var(--pb-line); border-radius: 8px; background: oklch(.955 .016 var(--pb-h)); color: var(--pb-soft); font-size: 11px; font-weight: 600; font-variant-numeric: tabular-nums; }
.prediction-score-row { display: flex; align-items: baseline; gap: 6px; color: var(--pb-ink); font: 700 40px/1 'Unbounded', sans-serif; letter-spacing: -.03em; }
.prediction-score-row i { color: oklch(.80 .015 var(--pb-h)); font-style: normal; }
.prediction-status-finished.prediction-winner-home [data-score-home],
.prediction-status-finished.prediction-winner-away [data-score-away] { color: var(--pb-accent); }
.prediction-status-finished.prediction-winner-home [data-score-away],
.prediction-status-finished.prediction-winner-away [data-score-home] { color: oklch(.58 .012 var(--pb-h)); }
.prediction-extra-scores { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 5px; }
.prediction-extra-scores:empty { display: none; }
.prediction-extra-scores span { padding: 2px 7px; border: 1px solid var(--pb-line); border-radius: 6px; background: oklch(.955 .016 var(--pb-h)); color: var(--pb-muted); font-size: 11px; font-weight: 600; font-variant-numeric: tabular-nums; }
.prediction-odds-wrap { display: flex; flex-direction: column; gap: 8px; padding-top: 15px; margin-top: 16px; border-top: 1px solid var(--pb-line); }
.prediction-odds-caption { padding: 0; color: var(--pb-faint); font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.prediction-main-odds { display: flex; gap: 8px; padding: 0; }
.prediction-main-odds > button { display: flex; min-width: 0; flex: 1; align-items: center; justify-content: center; gap: 8px; padding: 11px 10px; border: 1px solid oklch(.895 .022 var(--pb-h)); border-radius: 12px; background: oklch(.985 .008 var(--pb-h)); box-shadow: 0 1px 1px rgba(18,24,34,.04); color: inherit; cursor: default; font: inherit; transition: filter .15s ease, background .15s, border-color .15s; }
.prediction-main-odds > button:hover, .prediction-main-odds > button:focus { border-color: oklch(.895 .022 var(--pb-h)); background: oklch(.985 .008 var(--pb-h)); box-shadow: 0 1px 1px rgba(18,24,34,.04); transform: none; }
.prediction-main-odds span { color: var(--pb-muted); font-size: 12px; font-weight: 600; }
.prediction-main-odds b { color: var(--pb-accent); font-size: 15px; font-weight: 700; font-variant-numeric: tabular-nums; }
.prediction-status-finished .prediction-odds-wrap { display: none; }
.prediction-banner-cta { display: none; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 21px; margin: 17px -21px -21px; border-top: 1px solid color-mix(in oklch, var(--pb-accent) 25%, white); background: linear-gradient(100deg, color-mix(in oklch, var(--pb-accent) 12%, white) 0%, color-mix(in oklch, var(--pb-accent) 6%, white) 52%, #fff 100%); color: inherit; cursor: pointer; text-decoration: none; transition: filter .2s ease; }
.prediction-banner-cta:hover, .prediction-banner-cta:focus { color: inherit; text-decoration: none; filter: brightness(.975) saturate(1.06); }
.prediction-banner-cta > span { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.prediction-banner-cta strong { color: color-mix(in oklch, var(--pb-accent) 28%, oklch(.25 .02 var(--pb-h))); font-size: 15px; font-weight: 700; letter-spacing: -.012em; text-wrap: pretty; }
.prediction-banner-cta small { color: color-mix(in oklch, var(--pb-accent) 10%, oklch(.55 .02 var(--pb-h))); font-size: 12px; font-weight: 500; text-wrap: pretty; }
.prediction-banner-cta > b { display: inline-flex; flex: none; align-items: center; justify-content: center; gap: 9px; padding: 11px 20px; border-radius: 11px; background: linear-gradient(180deg, color-mix(in oklch, var(--pb-accent) 88%, white) 0%, color-mix(in oklch, var(--pb-accent) 93%, black) 100%); box-shadow: 0 6px 16px -8px color-mix(in oklch, var(--pb-accent) 85%, transparent), inset 0 1px 0 rgba(255,255,255,.22); color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .005em; white-space: nowrap; }
.prediction-banner-cta > b i { font-size: 14px; font-style: normal; font-weight: 400; line-height: 1; opacity: .85; }
.prediction-status-scheduled .prediction-cta-scheduled,
.prediction-status-live .prediction-cta-live,
.prediction-status-finished .prediction-cta-finished,
.prediction-status-unknown .prediction-cta-unknown { display: flex; }
.prediction-match-mobile { padding: 14px 0 2px; }
.prediction-mobile-team { display: flex; min-width: 0; align-items: center; gap: 10px; margin-bottom: 8px; }
.prediction-mobile-team .prediction-team-logo { width: 34px; height: 34px; font-size: 12px; }
.prediction-mobile-team .prediction-team-logo img { width: 28px; height: 28px; max-width: 28px; max-height: 28px; }
.prediction-mobile-team > strong { min-width: 0; flex: 1; color: var(--pb-ink); font-size: 15px; font-weight: 700; line-height: 1.25; text-align: left; text-wrap: pretty; }
.prediction-mobile-team > b { flex: none; color: var(--pb-ink); font: 700 20px 'Unbounded', sans-serif; }
.prediction-match-mobile > .prediction-live-meta { margin-bottom: 12px; }
.prediction-match-mobile > .prediction-extra-scores { justify-content: flex-start; margin-top: 12px; }
.prediction-match-mobile > .prediction-countdown { display: none; align-items: center; justify-content: space-between; gap: 10px; padding: 7px 8px 7px 12px; margin-top: 12px; border: 1px solid var(--pb-line); border-radius: 13px; background: oklch(.98 .012 var(--pb-h)); }
.prediction-status-scheduled .prediction-match-mobile > .prediction-countdown { display: flex; }
.prediction-match-mobile > .prediction-countdown > span { color: var(--pb-muted); font-size: 10px; font-weight: 500; letter-spacing: .11em; text-transform: uppercase; }
.prediction-match-mobile > .prediction-countdown > div { display: flex; gap: 6px; margin: 0; }
.prediction-match-mobile > .prediction-countdown i { display: flex; min-width: 44px; flex-direction: column; align-items: center; gap: 1px; padding: 4px 6px 5px; border: 1px solid var(--pb-line); border-radius: 9px; background: oklch(.955 .016 var(--pb-h)); font-style: normal; }
.prediction-match-mobile > .prediction-countdown b { font-size: 15px; }
.prediction-match-mobile > .prediction-countdown em { margin: 0; font-size: 8px; }
.prediction-status-scheduled .prediction-mobile-team > b,
.prediction-status-scheduled .prediction-match-mobile > .prediction-live-meta,
.prediction-status-scheduled .prediction-match-mobile > .prediction-extra-scores { display: none; }
@media (max-width: 767px) {
  .prediction-banner { border-radius: 12px; }
  .prediction-banner-inner { padding: 15px 15px 17px; }
  .prediction-sport-icon { width: 20px; height: 20px; }
  .prediction-league b { font-size: 10px; }
  .prediction-league strong { font-size: 13px; }
  .prediction-date-pill > span { padding: 5px 8px; font-size: 10px; }
  .prediction-date-pill > b { padding: 5px 9px; font-size: 12px; }
  .prediction-date-pill small { font-size: 8px; }
  .prediction-status { padding: 5px 9px; font-size: 11px; }
  .prediction-nonpre-meta > span { font-size: 11px; }
  .prediction-banner-divider { margin-top: 12px; }
  .prediction-status-scheduled .prediction-mobile-team .prediction-team-logo { width: 40px; height: 40px; font-size: 13px; }
  .prediction-status-scheduled .prediction-mobile-team .prediction-team-logo img { width: 34px; height: 34px; max-width: 34px; max-height: 34px; }
  .prediction-status-scheduled .prediction-mobile-team > strong { font-size: 17px; }
  .prediction-odds-wrap { padding-top: 13px; margin-top: 14px; }
  .prediction-main-odds > button { padding: 10px 8px; }
  .prediction-banner-cta { align-items: stretch; flex-direction: column; gap: 11px; padding: 13px 15px 15px; margin: 15px -15px -17px; }
  .prediction-banner-cta strong { font-size: 14px; }
  .prediction-banner-cta small { font-size: 11.5px; }
  .prediction-banner-cta > b { padding: 12px 18px; }
}
