:root {
  --odds-yellow: #ffdb00;
  --odds-yellow-dark: #d9b900;
  --odds-ink: #151724;
  --odds-panel: #1b1c21;
  --odds-panel-soft: #292a30;
  --odds-blue: #0878d1;
  --odds-green: #0b7b59;
  --odds-red: #a73943;
  --odds-line: #dce3eb;
  --odds-soft: #f4f8fb;
}

.fortuna-odds-page {
  background: #f5f8fb;
}

.fortuna-odds-page .article-hero {
  align-items: start;
}

.fortuna-odds-page .article-lead {
  max-width: 780px;
}

.fortuna-odds-page .article-actions .button-primary,
.fortuna-odds-page .fortuna-registration-bar .button-primary {
  border-color: var(--odds-yellow);
  background: var(--odds-yellow);
  color: #111319;
  box-shadow: 0 9px 22px rgb(187 158 0 / 22%);
}

.fortuna-odds-page .article-actions .button-primary:hover,
.fortuna-odds-page .fortuna-registration-bar .button-primary:hover {
  border-color: #efcc00;
  background: #efcc00;
  color: #111319;
}

.odds-hero-card {
  overflow: hidden;
  border-top: 5px solid var(--odds-yellow);
}

.odds-hero-card figure {
  margin: 0;
  background: #111216;
}

.odds-hero-card figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1291 / 690;
  object-fit: contain;
}

.odds-hero-card figure figcaption,
.odds-figure figcaption {
  padding: 10px 15px;
  color: #d1d3da;
  background: #202126;
  font-size: 0.74rem;
  line-height: 1.45;
}

.odds-quick-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-bottom: 1px solid var(--odds-line);
}

.odds-quick-facts div {
  min-width: 0;
  padding: 15px 17px;
  border-top: 1px solid var(--odds-line);
}

.odds-quick-facts div:nth-child(odd) {
  border-right: 1px solid var(--odds-line);
}

.odds-quick-facts dt {
  color: #667280;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.odds-quick-facts dd {
  margin: 4px 0 0;
  color: var(--odds-ink);
  font-weight: 900;
}

.odds-hero-verdict {
  margin: 17px;
  padding: 16px;
  border: 1px solid #ded06d;
  border-radius: 9px;
  background: #fffbe4;
}

.odds-hero-verdict span,
.odds-answer-grid article > span,
.odds-audit-notes article > span,
.odds-builder-grid article > span,
.odds-ticket-grid article > span,
.odds-limit-grid article > span,
.odds-method-grid article > span {
  display: block;
  color: #766300;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.odds-hero-verdict strong {
  display: block;
  margin-top: 5px;
  color: var(--odds-ink);
}

.odds-hero-verdict p {
  margin: 7px 0 0;
  color: #56616d;
  font-size: 0.83rem;
  line-height: 1.5;
}

.odds-intent-card {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid #e0d273;
  border-radius: 10px;
  background: #fffbe5;
}

.odds-intent-card > span {
  display: block;
  margin-bottom: 9px;
  color: #625400;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.odds-intent-card a {
  display: block;
  padding: 10px 0;
  color: var(--odds-ink);
  text-decoration: none;
}

.odds-intent-card a + a {
  border-top: 1px solid #e6daa0;
}

.odds-intent-card strong,
.odds-intent-card small {
  display: block;
}

.odds-intent-card small {
  margin-top: 2px;
  color: #66727e;
  line-height: 1.4;
}

.odds-answer-box {
  border-top: 5px solid var(--odds-yellow);
}

.odds-answer-grid,
.odds-metric-grid,
.odds-formula-grid,
.odds-audit-notes,
.odds-market-grid,
.odds-builder-grid,
.odds-ticket-grid,
.odds-cashout-flow,
.odds-limit-grid,
.odds-method-grid,
.odds-example-box {
  display: grid;
  gap: 13px;
  margin: 20px 0 24px;
}

.odds-answer-grid,
.odds-market-grid,
.odds-limit-grid,
.odds-method-grid,
.odds-example-box {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.odds-metric-grid,
.odds-formula-grid,
.odds-audit-notes,
.odds-builder-grid,
.odds-ticket-grid,
.odds-cashout-flow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.odds-answer-grid article,
.odds-audit-notes article,
.odds-market-grid article,
.odds-builder-grid article,
.odds-ticket-grid article,
.odds-limit-grid article,
.odds-method-grid article,
.odds-example-box > div {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--odds-line);
  border-radius: 10px;
  background: #fff;
}

.odds-answer-grid strong,
.odds-method-grid strong {
  display: block;
  margin-top: 6px;
  color: var(--odds-ink);
  font-size: 1.04rem;
}

.odds-answer-grid p,
.odds-audit-notes p,
.odds-market-grid p,
.odds-builder-grid p,
.odds-ticket-grid p,
.odds-limit-grid p,
.odds-method-grid p,
.odds-example-box p {
  margin: 7px 0 0;
  color: #586571;
  font-size: 0.87rem;
  line-height: 1.53;
}

.odds-step-list {
  display: grid;
  gap: 12px;
  margin: 21px 0;
  padding: 0;
  list-style: none;
}

.odds-step-list li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 17px;
  border: 1px solid var(--odds-line);
  border-radius: 10px;
  background: #fff;
}

.odds-step-list li > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--odds-yellow);
  color: var(--odds-ink);
  font-weight: 950;
}

.odds-step-list h3,
.odds-step-list p {
  margin: 0;
}

.odds-step-list p {
  margin-top: 5px;
  color: #52606c;
  line-height: 1.58;
}

.odds-figure {
  margin: 23px 0;
  overflow: hidden;
  border: 1px solid var(--odds-line);
  border-radius: 11px;
  background: #fff;
}

.odds-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.odds-figure--wide figcaption {
  color: #52606d;
  background: #f1f5f8;
}

.odds-figure--dark {
  border-color: #393a40;
  background: #1b1c20;
}

.odds-figure--banner {
  border-color: #ead31f;
  background: var(--odds-yellow);
}

.odds-figure--banner figcaption {
  color: #d6d8df;
  background: #202126;
}

.odds-metric-grid article {
  min-width: 0;
  padding: 20px;
  border-radius: 10px;
  background: var(--odds-panel);
  color: #fff;
}

.odds-metric-grid span {
  display: block;
  color: var(--odds-yellow);
  font-size: 2rem;
  font-weight: 950;
  line-height: 1;
}

.odds-metric-grid strong {
  display: block;
  margin-top: 7px;
  color: #fff;
}

.odds-metric-grid p {
  margin: 7px 0 0;
  color: #d4d6de;
  font-size: 0.84rem;
  line-height: 1.5;
}

.odds-sport-groups {
  display: grid;
  gap: 0;
  margin: 21px 0;
  border-top: 1px solid var(--odds-line);
}

.odds-sport-groups article {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid var(--odds-line);
}

.odds-sport-groups h3,
.odds-sport-groups p {
  margin: 0;
}

.odds-sport-groups p {
  color: #56636f;
  line-height: 1.56;
}

.odds-formula-grid article {
  min-width: 0;
  padding: 18px;
  border: 1px solid #44464e;
  border-top: 4px solid var(--odds-yellow);
  border-radius: 9px;
  background: var(--odds-panel);
}

.odds-formula-grid span {
  display: block;
  color: var(--odds-yellow);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.odds-formula-grid strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 1.08rem;
}

.odds-formula-grid p {
  margin: 8px 0 0;
  color: #d5d7df;
  font-size: 0.84rem;
  line-height: 1.5;
}

.odds-insight,
.odds-live-warning,
.odds-storno-box {
  margin: 22px 0;
  padding: 21px;
  border-radius: 10px;
}

.odds-insight {
  background: var(--odds-panel);
  color: #fff;
}

.odds-insight > span,
.odds-live-warning > span,
.odds-storno-box > span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.odds-insight > span {
  color: var(--odds-yellow);
}

.odds-insight h3,
.odds-insight p,
.odds-live-warning h3,
.odds-live-warning p,
.odds-storno-box h3,
.odds-storno-box p {
  margin: 0;
}

.odds-insight h3 {
  color: #fff;
}

.odds-insight p {
  margin-top: 8px;
  color: #d8dae2;
  line-height: 1.57;
}

.odds-calculator {
  margin: 22px 0;
  padding: 23px;
  border: 1px solid #d6c33d;
  border-radius: 13px;
  background: linear-gradient(145deg, #fffef6 0%, #fff7be 100%);
}

.odds-calculator-head {
  display: flex;
  gap: 18px;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 18px;
}

.odds-calculator-head span {
  color: #746000;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.odds-calculator-head h3,
.odds-calculator-head p {
  margin: 0;
}

.odds-calculator-head h3 {
  margin-top: 5px;
}

.odds-calculator-head p {
  margin-top: 6px;
  color: #5f5b3d;
  font-size: 0.87rem;
}

.odds-calculator-head > strong {
  flex: 0 0 auto;
  padding: 10px 13px;
  border-radius: 8px;
  background: var(--odds-panel);
  color: var(--odds-yellow);
  letter-spacing: 0.06em;
}

.odds-input-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.odds-input-grid label > span {
  display: block;
  min-height: 34px;
  margin-bottom: 6px;
  color: #47410f;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.35;
}

.odds-input-grid input {
  width: 100%;
  min-height: 47px;
  padding: 0 12px;
  border: 1px solid #b8aa50;
  border-radius: 8px;
  background: #fff;
  color: var(--odds-ink);
  font: inherit;
  font-weight: 800;
}

.odds-input-grid input:focus-visible {
  outline: 3px solid rgb(8 120 209 / 22%);
  outline-offset: 2px;
  border-color: var(--odds-blue);
}

.odds-error {
  margin: 13px 0 0;
  padding: 11px 13px;
  border: 1px solid #dba7ac;
  border-radius: 7px;
  background: #fff0f1;
  color: #842d35;
  font-weight: 750;
}

.odds-result-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 17px;
}

.odds-result-grid article {
  min-width: 0;
  padding: 15px;
  border: 1px solid #3f4149;
  border-radius: 9px;
  background: var(--odds-panel);
}

.odds-result-grid span,
.odds-result-grid output,
.odds-result-grid small {
  display: block;
}

.odds-result-grid span {
  min-height: 32px;
  color: #c9cbd4;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.35;
}

.odds-result-grid output {
  margin-top: 6px;
  color: var(--odds-yellow);
  font-size: 1.28rem;
  font-weight: 950;
}

.odds-result-grid small {
  margin-top: 6px;
  color: #b9bbc5;
  font-size: 0.7rem;
  line-height: 1.38;
}

.odds-probability-table {
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid #d0c36d;
  border-radius: 9px;
  background: #fff;
}

.odds-probability-row {
  display: grid;
  grid-template-columns: 0.75fr repeat(3, 1fr);
}

.odds-probability-row + .odds-probability-row {
  border-top: 1px solid #e8e1ae;
}

.odds-probability-row > * {
  min-width: 0;
  padding: 11px 13px;
}

.odds-probability-row > * + * {
  border-left: 1px solid #e8e1ae;
}

.odds-probability-head {
  background: #f5f0c9;
  color: #61550c;
  font-size: 0.73rem;
  font-weight: 900;
  text-transform: uppercase;
}

.odds-probability-row strong {
  color: var(--odds-ink);
}

.odds-meter {
  display: flex;
  width: 100%;
  height: 12px;
  margin-top: 13px;
  overflow: hidden;
  border: 1px solid #303138;
  border-radius: 999px;
  background: #fff;
}

.odds-meter span:nth-child(1) {
  background: var(--odds-yellow);
}

.odds-meter span:nth-child(2) {
  background: var(--odds-blue);
}

.odds-meter span:nth-child(3) {
  background: #ec626d;
}

.odds-calculator-foot {
  margin: 14px 0 0;
  color: #56523a;
  font-size: 0.79rem;
  line-height: 1.5;
}

.odds-audit-table td:nth-child(n + 2) {
  white-space: nowrap;
}

.odds-audit-notes article {
  border-top: 4px solid var(--odds-yellow);
}

.odds-audit-notes h3,
.odds-market-grid h3,
.odds-builder-grid h3,
.odds-ticket-grid h3,
.odds-limit-grid h3 {
  margin: 6px 0 0;
  color: var(--odds-ink);
  font-size: 1rem;
}

.odds-market-grid article > strong {
  display: block;
  margin-top: 10px;
  color: #6b5b00;
  font-size: 0.82rem;
  line-height: 1.45;
}

.odds-live-warning {
  border: 1px solid #e0b4b8;
  border-left: 6px solid var(--odds-red);
  background: #fff1f2;
}

.odds-live-warning > span,
.odds-storno-box > span {
  color: #8c3038;
}

.odds-live-warning p,
.odds-storno-box p {
  margin-top: 8px;
  color: #633e42;
  line-height: 1.56;
}

.odds-builder-grid article {
  border-top: 4px solid var(--odds-yellow);
}

.odds-ticket-grid article,
.odds-cashout-flow article {
  background: var(--odds-panel);
  color: #fff;
}

.odds-ticket-grid article > span,
.odds-cashout-flow article > span {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  min-height: 32px;
  padding: 0 9px;
  border-radius: 7px;
  background: var(--odds-yellow);
  color: var(--odds-ink);
  font-size: 0.74rem;
  font-weight: 950;
}

.odds-ticket-grid h3,
.odds-cashout-flow h3 {
  margin: 10px 0 0;
  color: #fff;
}

.odds-ticket-grid p,
.odds-cashout-flow p {
  margin: 7px 0 0;
  color: #d5d7df;
  font-size: 0.86rem;
  line-height: 1.52;
}

.odds-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 20px;
  margin: 17px 0;
  padding: 0;
  border-top: 1px solid var(--odds-line);
  list-style: none;
}

.odds-checklist li {
  padding: 14px 0;
  border-bottom: 1px solid var(--odds-line);
  color: #56636f;
  line-height: 1.52;
}

.odds-checklist strong {
  color: var(--odds-ink);
}

.odds-storno-box {
  border: 1px solid #e0b4b8;
  border-left: 6px solid var(--odds-red);
  background: #fff1f2;
}

.odds-cashout-flow article {
  min-width: 0;
  padding: 19px;
  border-radius: 10px;
}

.odds-compare-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  counter-reset: compare;
}

.odds-compare-list li {
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1fr);
  gap: 17px;
  padding: 14px 0;
  border-bottom: 1px solid var(--odds-line);
  counter-increment: compare;
}

.odds-compare-list strong::before {
  content: counter(compare, decimal-leading-zero) " ";
  color: #8a7500;
}

.odds-compare-list span {
  color: #56636f;
  line-height: 1.52;
}

.odds-example-box > div {
  border-top: 4px solid var(--odds-yellow);
}

.odds-example-box span {
  color: #776400;
  font-size: 0.71rem;
  font-weight: 900;
  text-transform: uppercase;
}

.odds-example-box strong {
  display: block;
  margin-top: 6px;
  color: var(--odds-ink);
  font-size: 1.02rem;
}

.odds-limit-grid article {
  border-top: 4px solid var(--odds-yellow);
}

.odds-source-list a {
  font-weight: 850;
}

.fortuna-odds-page .author-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.fortuna-odds-page .author-review-grid article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--odds-line);
  border-top: 4px solid var(--odds-yellow);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 22px rgb(18 24 38 / 7%);
}

.fortuna-odds-page .author-review-grid img {
  display: block;
  width: 72px;
  height: 72px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px #cfd8e2;
}

.fortuna-odds-page .author-review-grid article > div {
  min-width: 0;
}

.fortuna-odds-page .author-review-grid span {
  display: block;
  margin-bottom: 4px;
  color: #776400;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.fortuna-odds-page .author-review-grid h3,
.fortuna-odds-page .author-review-grid p {
  margin: 0;
}

.fortuna-odds-page .author-review-grid h3 {
  color: var(--odds-ink);
  font-size: 1.02rem;
}

.fortuna-odds-page .author-review-grid p {
  margin-top: 6px;
  color: #586571;
  font-size: 0.84rem;
  line-height: 1.48;
}

.odds-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: 28px 0;
  padding: 28px;
  border-radius: 12px;
  background: linear-gradient(135deg, #17181e 0%, #2c2d35 100%);
  color: #fff;
}

.odds-final-cta span {
  color: var(--odds-yellow);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.odds-final-cta h2 {
  margin: 7px 0 0;
  color: #fff;
}

.odds-final-cta p {
  margin: 9px 0 0;
  color: #d9dbe3;
}

.odds-final-cta .button-light {
  border-color: var(--odds-yellow);
  background: var(--odds-yellow);
  color: #111319;
}

.fortuna-odds-page .fortuna-link-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .odds-input-grid,
  .odds-result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .odds-metric-grid,
  .odds-formula-grid,
  .odds-audit-notes,
  .odds-builder-grid,
  .odds-ticket-grid,
  .odds-cashout-flow {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .odds-answer-grid,
  .odds-market-grid,
  .odds-limit-grid,
  .odds-method-grid,
  .odds-example-box,
  .fortuna-odds-page .fortuna-link-grid,
  .fortuna-odds-page .author-review-grid {
    grid-template-columns: 1fr;
  }

  .odds-sport-groups article,
  .odds-compare-list li {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .odds-checklist {
    grid-template-columns: 1fr;
  }

  .odds-final-cta {
    grid-template-columns: 1fr;
  }

  .odds-final-cta .button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .odds-quick-facts,
  .odds-input-grid,
  .odds-result-grid {
    grid-template-columns: 1fr;
  }

  .odds-quick-facts div:nth-child(odd) {
    border-right: 0;
  }

  .odds-step-list li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
    padding: 14px;
  }

  .odds-step-list li > span {
    width: 38px;
    height: 38px;
  }

  .odds-calculator,
  .odds-final-cta {
    padding: 16px;
  }

  .odds-calculator-head {
    display: block;
  }

  .odds-calculator-head > strong {
    display: inline-block;
    margin-top: 13px;
  }

  .odds-input-grid label > span,
  .odds-result-grid span {
    min-height: 0;
  }

  .odds-probability-row {
    grid-template-columns: 0.6fr repeat(3, 1fr);
    font-size: 0.76rem;
  }

  .odds-probability-row > * {
    padding: 9px 6px;
  }

  .odds-probability-head {
    font-size: 0.61rem;
  }

  .odds-audit-table td:nth-child(n + 2) {
    white-space: normal;
  }

  .odds-final-cta h2 {
    font-size: 1.35rem;
  }
}
