:root {
  --bg: #020b13;
  --panel: #071725;
  --panel-2: #0a1d2d;
  --line: #1b3547;
  --muted: #9fb0bd;
  --text: #f4f7f9;
  --red: #e1192d;
  --red-dark: #9f0c1a;
  --green: #6bdb48;
  --gold: #ffc928;
  --blue: #2db9ff;
  --radius: 10px;
}

* { box-sizing: border-box; }
html { color-scheme: dark; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 50% -20%, rgba(18, 61, 88, .35), transparent 45rem),
    #162736;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.45;
}
a { color: inherit; text-decoration: none; }
button, select, input { font: inherit; }
.obn-shell { width: min(1480px, calc(100% - 40px)); margin: 0 auto; }
.obn-main { min-height: calc(100vh - 220px); padding: 26px 0 42px; }
.obn-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid #172a38; background: rgba(2, 10, 18, .96); backdrop-filter: blur(14px); }
.obn-nav-wrap { min-height: 72px; display: flex; align-items: center; gap: 28px; }
.obn-logo { position: relative; min-width: 246px; padding-bottom: 15px; font-size: 30px; font-weight: 900; font-style: italic; letter-spacing: -1.6px; line-height: 1; }
.obn-logo span { color: var(--red); }
.obn-logo i { display: inline-grid; width: 30px; height: 30px; margin-left: 6px; place-items: center; border-radius: 50%; background: var(--red); color: white; font-size: 13px; letter-spacing: 0; vertical-align: 4px; }
.obn-logo small { position: absolute; left: 84px; bottom: 1px; font-size: 10px; font-style: normal; font-weight: 600; letter-spacing: 0; color: #dfe7ec; }
.obn-nav { display: flex; align-items: center; gap: 24px; flex: 1; }
.obn-nav > a, .obn-dropdown > button { padding: 22px 0; border: 0; border-bottom: 3px solid transparent; background: none; color: #f4f5f6; font-size: 18px; font-weight: 800; text-transform: uppercase; cursor: pointer; white-space: nowrap; }
.obn-nav > a:hover, .obn-nav > a.active, .obn-dropdown > button:hover { color: var(--red); border-bottom-color: var(--red); }
.obn-dropdown { position: relative; }
.obn-dropdown > button { display: inline-flex; align-items: center; gap: 8px; }
.obn-dropdown > button > i { margin-top: 1px; font-size: 11px; line-height: 1; }
.obn-dropdown-menu { position: absolute; top: calc(100% - 2px); right: -18px; display: none; min-width: 220px; padding: 8px; border: 1px solid var(--line); border-radius: 8px; background: #071521; box-shadow: 0 18px 40px rgba(0,0,0,.45); }
.obn-dropdown.open .obn-dropdown-menu { display: block; }
.obn-dropdown-menu a { display: block; padding: 10px 12px; border-radius: 5px; font-weight: 700; white-space: nowrap; }
.obn-dropdown-menu a:hover { background: #102538; color: var(--red); }
.obn-mobile-nav-account { display: none; }
.obn-mobile-cart-shortcut { display: none; }
.obn-account-links { display: flex; gap: 10px; margin-left: auto; }
.obn-header-account .fa { margin: 0 7px 0 0; }
.obn-header-credits { min-width: 62px; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; line-height: 1.05; }
.obn-header-credits small { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.obn-header-credits strong { color: var(--green); font-size: 22px; }
.obn-header-logout { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); }
.obn-header-logout:hover { border-color: var(--red); color: #fff; }
.obn-button { display: inline-flex; min-height: 42px; padding: 0 20px; align-items: center; justify-content: center; border: 1px solid var(--red); border-radius: 6px; background: linear-gradient(180deg, #e01d31, #ad0d1d); color: white; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.obn-button:hover { filter: brightness(1.12); }
.obn-button .fa { margin-left: 5px; font-size: .85em; }
.obn-button.secondary { border-color: #496071; background: transparent; }
.obn-menu-button { display: none; margin-left: auto; border: 1px solid var(--line); border-radius: 6px; background: var(--panel); color: white; padding: 9px 13px; }

.obn-panel { margin-bottom: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, rgba(11,31,46,.98), rgba(3,16,26,.98)); box-shadow: 0 12px 35px rgba(0,0,0,.12); }
.obn-panel-head { min-height: 58px; padding: 13px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); }
.obn-panel-head h2, .obn-panel-head h3 { margin: 0; font-size: 20px; text-transform: uppercase; }
.obn-panel-head p { margin: 0; color: var(--muted); }
.obn-panel-body { padding: 20px; }
.obn-kicker { color: var(--red); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.obn-muted { color: var(--muted); }
.obn-green { color: var(--green); }
.obn-red { color: var(--red); }
.obn-gold { color: var(--gold); }
.obn-blue { color: var(--blue); }
.obn-hero { position: relative; display: grid; grid-template-columns: 1.15fr 1fr; min-height: 230px; border-color: #29485b; background-color: #000; background-image: linear-gradient(90deg, rgba(0,0,0,.97) 0%, rgba(0,4,8,.84) 43%, rgba(0,7,12,.46) 100%), radial-gradient(ellipse at 68% 42%, rgba(30,119,176,.13), transparent 42%), url('/new-img/odds.webp'); background-position: center, center, right center; background-repeat: no-repeat; background-size: cover; box-shadow: inset 0 1px rgba(95,181,229,.05), 0 18px 42px rgba(0,0,0,.24); }
.obn-hero-copy { padding: 42px 38px; background: transparent; }
.obn-hero-copy h1 { margin: 0 0 10px; font-size: clamp(36px, 4vw, 58px); line-height: 1; text-transform: uppercase; }
.obn-hero-copy p { max-width: 700px; margin: 0; color: #d9e0e5; font-size: 18px; }
.obn-hero-stats { padding: 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; background: transparent; }
.obn-hero-link { min-width: 0; padding: 14px; display: grid; grid-template-columns: 44px minmax(0, 1fr) 32px; gap: 10px; align-items: center; border: 1px solid var(--line); border-radius: 8px; background: rgb(1 6 9 / 90%); }
.obn-hero-link:hover { border-color: var(--green); background: rgba(4,18,24,.96); box-shadow: 0 0 24px rgba(107,219,72,.08); }
.obn-hero-link-icon { width: 40px; color: var(--green); font-size: 37px; text-align: center; }
.obn-hero-link span { min-width: 0; }
.obn-hero-link strong { display: block; color: var(--green); font-size: 20px; line-height: 1.1; white-space: nowrap; }
.obn-hero-link small { display: block; margin-top: 5px; color: #d4dde3; text-transform: uppercase; }
.obn-hero-link > b { display: grid; width: 32px; height: 32px; place-items: center; border: 2px solid var(--green); border-radius: 50%; color: var(--green); font-size: 25px; font-weight: 400; line-height: 1; }
.obn-hero-link > b .fa { margin-left: 1px; font-size: 12px; }
.obn-leaderboard-hero { min-height: 190px; display: block; }
.obn-leaderboard-hero .obn-hero-copy { max-width: 780px; }
.obn-leaderboard-filters { margin-top: 0; }
.obn-filterbar { padding: 14px 18px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.obn-home-filterbar { margin: 0 0 18px; padding: 0; background: transparent; border: 0; box-shadow: none; }
.obn-date-form { margin-left: auto; }
.obn-filter, .obn-date-picker { display: inline-flex; min-height: 40px; padding: 0 18px; align-items: center; border: 1px solid var(--line); border-radius: 6px; background: #0b2031; color: white; font-weight: 800; text-transform: uppercase; }
.obn-filter:hover, .obn-filter.active { border-color: var(--red); background: var(--red); }
.obn-date-picker { position: relative; gap: 9px; color: #dce5ea; text-transform: none; cursor: pointer; }
.obn-date-picker:hover { border-color: #42657b; background: #0d283b; }
.obn-date-picker:focus-within { outline: 2px solid var(--red); outline-offset: 2px; }
.obn-date-picker > span:not(.obn-date-icon):not(.obn-date-caret) { display: none; }
.obn-date-input, .obn-date-display, .obn-date-picker input[type="date"] { width: 120px; min-width: 120px; padding: 0; border: 0; outline: 0; box-shadow: none; background: transparent; color: #dce5ea; font-weight: 800; text-align: center; cursor: pointer; }
.obn-date-input, .obn-date-display, .obn-date-picker input[name="date"] { order: 2; }
.obn-date-picker input[type="date"] { width: 134px; min-width: 134px; padding-right: 4px; appearance: none; color-scheme: dark; }
.obn-date-picker input[type="date"]::-webkit-calendar-picker-indicator { margin: 0 0 0 10px; padding: 0; opacity: .75; cursor: pointer; }
.obn-date-icon { display: none; }
.obn-date-caret { order: 3; display: grid; width: 12px; height: 40px; margin-left: 3px; place-items: center; align-self: center; color: var(--muted); font-size: 9px; line-height: 1; }
.obn-date-picker:has(input[type="date"]:not([type="hidden"])) .obn-date-caret { display: none; }

.flatpickr-calendar { z-index: 100; border: 1px solid #29485b; background: #06131e; color: var(--text); box-shadow: 0 20px 50px rgba(0,0,0,.62), 0 0 24px rgba(45,185,255,.08); }
.flatpickr-calendar.arrowTop::before { border-bottom-color: #29485b; }
.flatpickr-calendar.arrowTop::after { border-bottom-color: #06131e; }
.flatpickr-calendar.arrowBottom::before { border-top-color: #29485b; }
.flatpickr-calendar.arrowBottom::after { border-top-color: #06131e; }
.flatpickr-months .flatpickr-month, .flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month { background: #06131e; color: var(--text); fill: var(--text); }
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month { color: #dce5ea; fill: #dce5ea; }
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg { fill: var(--red); }
span.flatpickr-weekday { color: #9fb0bd; }
.flatpickr-day { color: #dce5ea; }
.flatpickr-day:hover, .flatpickr-day:focus { border-color: #29485b; background: #102b3e; color: white; }
.flatpickr-day.today { border-color: var(--green); }
.flatpickr-day.today:hover { border-color: var(--green); background: #17382d; }
.flatpickr-day.selected, .flatpickr-day.selected:hover, .flatpickr-day.selected:focus { border-color: var(--red); background: var(--red); color: white; }
.flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed { color: #536b7a; }
.flatpickr-current-month input.cur-year, .numInputWrapper span { color: #dce5ea; }

.obn-table-scroll { width: 100%; overflow-x: auto; }
.obn-table { width: 100%; border-collapse: collapse; min-width: 850px; }
.obn-table th { padding: 11px 15px; color: #afbdc8; background: rgba(2,12,20,.55); font-size: 12px; text-align: left; text-transform: uppercase; letter-spacing: .03em; }
.obn-table td { padding: 12px 15px; border-top: 1px solid var(--line); vertical-align: middle; }
.obn-table tbody tr:hover { background: rgba(31,68,91,.18); }
.obn-game-row.is-clickable { cursor: pointer; }
.obn-game-row.is-clickable:focus-visible { outline: 2px solid var(--green); outline-offset: -2px; background: rgba(31,68,91,.25); }
.obn-matchup { display: grid; grid-template-columns: 34px minmax(150px, 1fr); align-items: center; column-gap: 10px; row-gap: 5px; }
.obn-matchup img { width: 30px; height: 30px; object-fit: contain; }
.obn-matchup-inline { white-space: nowrap; }
.obn-score, .obn-lines { font-variant-numeric: tabular-nums; line-height: 1.35; }
.obn-lines b { color: var(--green); }
.obn-lines span { color: #dce6ec; }
.obn-picks-pill { display: inline-flex; min-width: 110px; min-height: 42px; padding: 0 20px; align-items: center; justify-content: center; border: 1px solid var(--red); border-radius: 6px; background: linear-gradient(180deg, #df192c, #a60b19); font-size: 14px; font-weight: 800; text-transform: uppercase; }
.obn-picks-pill.muted { border: 1px solid #2f4859; background: #0b1e2d; color: #8093a2; }
.obn-empty { padding: 54px 24px; text-align: center; color: var(--muted); font-size: 19px; }
.obn-view-all { display: block; padding: 13px; border-top: 1px solid var(--line); text-align: center; font-size: 18px; font-weight: 900; text-transform: uppercase; }
.obn-view-all:hover { color: var(--red); }
.obn-game-chevron { font-size: 22px; transition: transform .2s ease; }
.obn-game-chevron .fa { font-size: 13px; }
.obn-game-picks-trigger[aria-expanded="true"] + * { color: var(--red); }
.obn-game-picks-detail[hidden] { display: none; }
.obn-game-picks-detail > td { padding: 0; border-top-color: var(--red); background: #000; }
.obn-game-picks-detail-body { border-bottom: 1px solid var(--line); }
.obn-accordion-loading { padding: 42px 24px; color: var(--muted); text-align: center; }
.obn-game-picks-content { padding: 24px; }
.obn-game-picks-head { padding: 0 0 20px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.obn-game-picks-head h1 { margin: 4px 0; font-size: clamp(24px, 3vw, 34px); }
.obn-game-picks-head h1 span { color: var(--muted); font-weight: 500; }
.obn-game-picks-head p { margin: 0; color: var(--muted); }
.obn-game-picks-score { min-width: 230px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 8px; background: #081c2a; }
.obn-game-picks-score span { display: flex; justify-content: space-between; gap: 20px; }
.obn-game-picks-score b { font-size: 18px; }
.obn-market-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 16px 0; border: 1px solid var(--line); border-radius: 8px; }
.obn-market-grid > div { padding: 12px 16px; border-right: 1px solid var(--line); }
.obn-market-grid > div:last-child { border-right: 0; }
.obn-market-grid small, .obn-expert-pick-row small { display: block; color: var(--muted); text-transform: uppercase; font-size: 10px; }
.obn-market-grid strong { display: block; margin-top: 3px; color: var(--green); font-size: 17px; }
.obn-game-picks-title { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.obn-game-picks-title h2 { margin: 11px 0; font-size: 18px; text-transform: uppercase; }
.obn-game-picks-title span { color: var(--green); font-weight: 800; text-transform: uppercase; }
.obn-expert-pick-list { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; }
.obn-expert-pick-row { padding: 13px 16px; display: grid; grid-template-columns: minmax(250px, 1.5fr) repeat(3, minmax(105px, .65fr)) minmax(115px, .7fr); gap: 16px; align-items: center; border-top: 1px solid var(--line); background: rgba(9,28,42,.65); }
.obn-expert-pick-row:first-child { border-top: 0; }
.obn-expert-pick-row:hover { background: #0d2638; }
.obn-expert-pick-row .obn-button { min-height: 36px; padding: 0 12px; font-size: 14px; }

.obn-home-page .obn-market-grid > div { min-height: 82px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.obn-home-page .obn-market-grid small { font-size: 12px; }
.obn-home-page .obn-market-grid strong { font-size: 24px; line-height: 1.15; }
.obn-home-page .obn-expert-pick-row small { font-size: 12px; }
.obn-home-page .obn-expert-pick-row .obn-button { font-size: 14px; }

.obn-hot-head { padding: 4px 8px 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.obn-hot-head h3 { margin: 0; font-size: 18px; font-style: italic; text-transform: uppercase; }
.obn-hot-head h3 .fa { color: var(--red); font-style: normal; }
.obn-odds-page .obn-hot-head { padding-bottom: 20px; }
.obn-capper-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.obn-capper { min-height: 170px; padding: 18px; display: grid; grid-template-columns: 110px 1fr; gap: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, #0a2030, #06131e); }
.obn-capper-photo { width: 110px; height: 128px; border: 2px solid #335064; border-radius: 50%; background: #162a38; object-fit: cover; object-position: top center; }
.obn-capper-photo img, .obn-thumb img, .obn-pick-expert .o img, .obn-profile-hero .o img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; object-position: top center; }
.obn-capper-photo .ox, .obn-thumb .ox, .obn-pick-expert .o .ox, .obn-profile-hero .o .ox { display: none; }
.obn-capper h4 { margin: 6px 0 4px; font-size: 20px; }
.obn-record { color: var(--green); font-size: 17px; font-weight: 800; }
.obn-capper .obn-button { width: 100%; min-height: 36px; margin-top: 12px; padding: 0 12px; font-size: 12px; }
.obn-sport-block { margin-bottom: 22px; }

.obn-feature-strip { display: grid; grid-template-columns: repeat(4, 1fr); }
.obn-feature-strip > div { min-height: 105px; padding: 18px 22px; display: grid; grid-template-columns: 46px 1fr; align-items: center; border-right: 1px solid var(--line); }
.obn-odds-page .obn-feature-strip > div { min-height: 120px; padding-top: 24px; padding-bottom: 24px; }
.obn-feature-strip > div:last-child { border-right: 0; }
.obn-feature-strip > div > i { width: 34px; color: var(--red); font-size: 30px; text-align: center; }
.obn-feature-strip strong, .obn-benefits strong { display: block; text-transform: uppercase; }
.obn-feature-strip small, .obn-benefits small { display: block; color: var(--muted); }

.obn-leader { display: flex; align-items: center; gap: 14px; }
.obn-rank { min-width: 58px; color: white; font-size: 28px; font-weight: 900; text-align: center; }
.obn-rank.top { color: var(--gold); }
.obn-thumb { width: 58px; height: 70px; border-radius: 4px; object-fit: cover; object-position: top center; background: #172b38; }
.obn-leader-stats { display: flex; align-items: baseline; gap: 10px; }
.obn-leader-name { display: inline-block; font-size: 18px; font-weight: 800; }
.obn-money { display: inline-block; font-size: 18px; }

.obn-picks-hero { padding: 34px; display: grid; grid-template-columns: 1.2fr repeat(4, .7fr); gap: 20px; align-items: center; }
.obn-picks-hero h1 { margin: 0 0 5px; font-size: 38px; text-transform: uppercase; }
.obn-picks-hero .hero-word { color: var(--gold); }
.obn-picks-lead { display: flex; margin: 12px 0 14px; gap: 16px; align-items: center; }
.obn-picks-lead > span { display: block; flex: 0 0 58px; width: 58px; font-size: 52px; line-height: 1; text-align: center; }
.obn-picks-lead p { margin: 0; }
.obn-trust-item { min-height: 120px; padding: 18px; border-left: 1px solid var(--line); text-align: center; }
.obn-trust-item span { display: flex; height: 42px; align-items: center; justify-content: center; color: var(--red); font-size: 30px; }
.obn-trust-item strong { display: block; margin-top: 8px; text-transform: uppercase; }
.obn-trust-item small { display: block; min-height: 48px; margin-top: 6px; line-height: 1.5; }
.obn-guarantee { padding: 20px 26px; display: flex; align-items: center; gap: 20px; border-color: #2b7a37; background: linear-gradient(90deg, rgba(22,85,38,.28), rgba(7,23,36,.9)); }
.obn-guarantee > span { color: var(--green); font-size: 44px; }
.obn-guarantee strong { display: block; color: var(--green); font-size: 20px; text-transform: uppercase; }
.obn-pick-expert { display: flex; align-items: center; gap: 12px; }
.obn-pick-expert img { width: 62px; height: 62px; border-radius: 50%; background: transparent; object-fit: cover; object-position: center; }
.obn-pick-expert img.obn-thumb { display: block; flex: 0 0 62px; width: 62px; height: 62px; padding: 0; border: 0; border-radius: 999px; background: transparent; clip-path: circle(50% at 50% 50%); object-fit: cover; object-position: center; }
.obn-pick-expert > span > strong, .obn-pick-expert > span > span { display: block; }
.obn-stars { color: var(--gold); letter-spacing: 1px; white-space: nowrap; }
.obn-confidence-units { color: #fff; }
.obn-cart {
  min-width: 116px;
  font-size: 14px;
}
.obn-button.obn-login-to-view { font-size: 14px; }
.obn-button.obn-view-cart {
  min-width: 116px;
  font-size: 14px;
  border-color: var(--green);
  background: #45903a;
  color: #fff;
}
.obn-button.obn-view-cart:hover, .obn-button.obn-view-cart:focus { color: #fff; }
.obn-best-bets-table .obn-button { min-width: 116px; padding: 0 12px; font-size: 14px; }
.obn-status-label { color: var(--muted); font-weight: 800; text-transform: uppercase; }
.obn-result-label { display: inline-flex; min-width: 86px; min-height: 34px; padding: 6px 12px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 5px; background: rgba(3,14,23,.72); font-size: 12px; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
.obn-result-label.win { border-color: rgba(107,219,72,.55); background: rgba(36,109,31,.2); color: var(--green); }
.obn-result-label.loss { border-color: rgba(225,25,45,.6); background: rgba(159,12,26,.2); color: #ff5969; }
.obn-result-label.push { border-color: rgba(255,201,40,.55); background: rgba(128,96,10,.2); color: var(--gold); }
.obn-result-label.pending, .obn-result-label.neutral { color: var(--muted); }
.obn-consensus-hero { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(330px, 1fr); gap: 18px; }
.obn-consensus-brand { min-height: 360px; padding: 30px; display: grid; grid-template-columns: 130px minmax(0, 1fr) 205px; gap: 24px; align-items: center; border-color: #21445a; background: radial-gradient(circle at 88% 46%, rgba(107,219,72,.13), transparent 18rem), linear-gradient(135deg, rgba(6,24,37,.99), rgba(1,10,17,.99)); }
.obn-consensus-mark { display: flex; width: 120px; height: 150px; padding: 14px 8px 10px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #264457; border-radius: 7px; background: linear-gradient(165deg, #020609, #07131d); color: var(--red); font-size: 37px; font-weight: 900; line-height: 1; box-shadow: inset 0 1px rgba(255,255,255,.03), 0 12px 26px rgba(0,0,0,.3); }
.obn-consensus-mark small { margin-top: 12px; color: #e51c31; font-size: 29px; font-style: italic; letter-spacing: -.04em; }
.obn-consensus-mark b { margin-top: 8px; color: #fff; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.obn-consensus-brand h1 { margin: 1px 0 10px; font-size: clamp(29px, 2.5vw, 38px); line-height: 1.08; text-transform: uppercase; }
.obn-consensus-copy > p { max-width: 570px; margin: 0; color: #d9e2e8; }
.obn-checks { margin: 16px 0 0; padding: 0; list-style: none; }
.obn-checks li { margin: 9px 0; color: #dce5ea; }
.obn-checks li strong { color: var(--green); text-transform: uppercase; }
.obn-checks li::before { content: "\2713"; display: inline-grid; width: 21px; height: 21px; margin-right: 9px; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-family: Arial, sans-serif; font-size: 14px; font-weight: 700; line-height: 1; }
.obn-shield { position: relative; display: grid; width: 150px; height: 172px; place-items: center; background: linear-gradient(145deg, #a0f260, #50b82c 62%, #93e95a); clip-path: polygon(50% 0, 94% 17%, 88% 68%, 76% 84%, 50% 100%, 24% 84%, 12% 68%, 6% 17%); filter: drop-shadow(0 0 20px rgba(107,219,72,.28)); }
.obn-shield::before { content: ""; position: absolute; inset: 6px; background: radial-gradient(circle at 50% 35%, #123425, #04131a 70%); clip-path: inherit; }
.obn-shield > div { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; color: #fff; font-weight: 900; line-height: 1; text-align: center; text-transform: uppercase; }
.obn-shield strong { color: var(--green); font-size: 35px; text-shadow: 0 0 16px rgba(107,219,72,.2); }
.obn-shield span { margin-top: 7px; font-size: 13px; }
.obn-shield small { margin-top: 5px; color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .04em; }
.obn-shield i { margin-top: 11px; color: var(--green); font-size: 24px; }
.obn-consensus-proof { display: flex; min-width: 0; flex-direction: column; align-items: center; gap: 15px; }
.obn-consensus-team { width: 100%; text-align: center; }
.obn-consensus-team > strong { display: block; margin-bottom: 7px; color: #fff; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.obn-consensus-team > small { display: block; margin-top: 7px; color: var(--muted); font-size: 9px; line-height: 1.25; }
.obn-consensus-team-portraits { display: flex; width: 100%; align-items: center; justify-content: center; }
.obn-consensus-team-portraits a { position: relative; flex: 0 0 32px; width: 32px; height: 32px; margin-left: -13px; overflow: hidden; border: 2px solid #2c789f; border-radius: 50%; background: #142736; box-shadow: 0 4px 10px rgba(0,0,0,.42); transition: transform .15s ease, z-index .15s ease, border-color .15s ease; }
.obn-consensus-team-portraits a:first-child { margin-left: 0; }
.obn-consensus-team-portraits a:hover, .obn-consensus-team-portraits a:focus-visible { z-index: 5; transform: translateY(-3px) scale(1.12); border-color: var(--green); }
.obn-consensus-team-portraits img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.obn-consensus-about { padding: 0; overflow: hidden; }
.obn-consensus-about-copy { padding: 24px; color: #dce5ea; font-size: 16px; line-height: 1.65; }
.obn-consensus-about-copy > div { margin-bottom: 16px; }
.obn-consensus-about-copy > div:last-child { margin-bottom: 0; }
.obn-consensus-about-copy font { font-size: inherit; }
.obn-how { padding: 23px 24px 18px; }
.obn-how h2 { margin: 0 0 15px; font-size: 25px; text-transform: uppercase; }
.obn-step { position: relative; min-height: 62px; padding: 0 0 13px 54px; display: flex; align-items: center; }
.obn-step:not(:last-child)::after { content: ""; position: absolute; left: 19px; top: 42px; width: 1px; height: 25px; background: linear-gradient(var(--green), rgba(107,219,72,.08)); }
.obn-step:last-child { padding-bottom: 0; }
.obn-step > span { position: absolute; left: 0; top: 6px; display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid var(--green); border-radius: 50%; background: rgba(3,16,25,.86); color: var(--green); font-weight: 900; }
.obn-step > span i { font-size: 16px; }
.obn-step strong { display: block; text-transform: uppercase; }
.obn-step small { display: block; margin-top: 2px; color: var(--muted); line-height: 1.3; }
.obn-consensus-experts { min-width: 225px; }
.obn-consensus-experts > strong, .obn-consensus-experts > small { display: block; }
.obn-avatar-cluster { display: flex; margin: 0 0 8px 5px; padding-right: 25px; }
.obn-avatar-cluster > a, .obn-avatar-more { position: relative; flex: 0 0 42px; width: 42px; height: 42px; margin-left: -7px; border: 2px solid #2c789f; border-radius: 50%; background: #142736; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,.4); transition: transform .15s ease, z-index .15s ease; }
.obn-avatar-cluster > a:first-child { margin-left: 0; }
.obn-avatar-cluster > a:hover, .obn-avatar-cluster > a:focus-visible { z-index: 5; transform: translateY(-3px) scale(1.08); border-color: var(--green); }
.obn-avatar-cluster img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.obn-avatar-more { display: grid; place-items: center; border-color: var(--green); background: #0d2a23; color: var(--green); font-size: 12px; }

.obn-profile-hero { padding: 28px; display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 30px; align-items: stretch; }
.obn-profile-hero img { width: 220px; height: 220px; border-radius: 10px; object-fit: cover; object-position: top; background: #142736; }
.obn-profile-photo { width: 220px; height: 220px; overflow: hidden; border-radius: 10px; background: #142736; }
.obn-profile-content { position: relative; min-width: 0; height: 220px; min-height: 220px; }
.obn-profile-intro p { max-width: 760px; margin: 8px 0 0; }
.obn-profile-hero h1 { margin: 0; font-size: 42px; }
.obn-profile-results { position: absolute; right: 0; bottom: 0; left: 0; }
.obn-profile-results h2 { margin: 0 0 8px; color: var(--muted); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.obn-profile-record-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.obn-record-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.obn-record-card { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: rgb(29 46 62); }
.obn-record-card strong { display: block; font-size: 24px; }
.obn-consensus-results { margin: 0 0 24px; }
.obn-consensus-results > h2 { margin: 0 0 13px 15px; font-size: 21px; text-transform: uppercase; }
.obn-consensus-results > h2 span { color: var(--green); }
.obn-consensus-results .obn-record-card { background: linear-gradient(145deg, rgba(5,20,30,.98), rgba(1,10,17,.98)); box-shadow: 0 10px 24px rgba(0,0,0,.13); }
.obn-profile-record-grid .obn-record-card { min-width: 0; padding: 12px 14px; }
.obn-profile-record-grid .obn-record-card strong { overflow-wrap: anywhere; font-size: clamp(18px, 1.5vw, 24px); }
.obn-record-card .positive { color: var(--green); }
.obn-record-card .negative { color: #ff5969; }
.obn-record-percent { font-weight: 800; }
.obn-about-copy, .obn-about-copy * { color: #b4c3cc !important; background: transparent !important; }
.obn-about-copy { line-height: 1.65; }
.obn-records-summary-table th, .obn-records-summary-table td { text-align: center; }
.obn-records-summary-table tbody th { padding: 16px 18px; border-top: 1px solid var(--line); background: rgba(4,16,25,.72); color: var(--text); text-align: left; white-space: nowrap; }
.obn-records-summary-table td { padding: 0; }
.obn-record-result { min-height: 70px; padding: 12px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.obn-record-result:hover { background: rgba(45,185,255,.08); }
.obn-record-result strong { display: block; font-size: 19px; line-height: 1.15; }
.obn-record-result strong.positive { color: var(--green); }
.obn-record-result strong.negative { color: var(--red); }
.obn-record-result span { margin-top: 4px; color: #dce5ea; font-size: 13px; white-space: nowrap; }
.obn-records-summary-footer { padding: 14px 20px; border-top: 1px solid var(--line); text-align: center; font-weight: 800; text-transform: uppercase; }
.obn-records-summary-footer a:hover { color: var(--red); }
.obn-records-hero { margin-bottom: 20px; padding: 28px 30px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: linear-gradient(135deg, #0a2030, #06131e 62%, rgba(20,87,44,.42)); }
.obn-records-hero-profile { min-width: 0; display: flex; align-items: center; gap: 22px; }
.obn-records-hero-photo { flex: 0 0 96px; width: 96px; height: 96px; border: 2px solid #3c6075; border-radius: 50%; background: #162a38; object-fit: cover; object-position: top center; }
.obn-records-hero h1 { margin: 5px 0 8px; font-size: 34px; text-transform: uppercase; }
.obn-records-hero p { margin: 0; color: var(--muted); }
.obn-records-filters { margin: 20px 0; padding: 18px 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(5,20,30,.88); }
.obn-record-filter-group > strong { display: block; margin-bottom: 10px; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.obn-record-filter-group > div { display: flex; flex-wrap: wrap; gap: 7px; }
.obn-record-filter-group:last-child > strong { text-align: right; }
.obn-record-filter-group:last-child > div { justify-content: flex-end; }
.obn-record-filter-group .obn-filter { min-height: 34px; padding: 0 12px; font-size: 16px; }
.obn-record-result.active { background: rgba(107,219,72,.1); box-shadow: inset 0 0 0 1px rgba(107,219,72,.55); }
.obn-history-table td { vertical-align: middle; }
.obn-history-table td:first-child, .obn-history-table td:nth-child(2) { white-space: nowrap; }
.obn-history-matchup { display: block; min-width: 210px; }
.obn-history-units { display: block; margin-top: 6px; font-size: 12px; font-weight: 800; white-space: nowrap; }
.obn-history-units.positive { color: var(--green); }
.obn-history-units.negative { color: #ff5969; }
.obn-pagination { padding: 18px 20px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 7px; border-top: 1px solid var(--line); }
.obn-pagination a { min-width: 36px; min-height: 36px; padding: 7px 11px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 5px; background: #081b29; font-weight: 800; }
.obn-pagination a:hover, .obn-pagination a.active { border-color: var(--red); background: var(--red); color: white; }

.obn-purchase-layout { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(350px, .9fr); gap: 22px; align-items: start; }
.obn-purchase-main, .obn-package-column { min-width: 0; }
.obn-purchase-intro { min-height: 250px; padding: 28px 26px; display: grid; grid-template-columns: 118px 1fr; gap: 24px; align-items: start; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 65% 50%, rgba(45,185,255,.1), transparent 45%), linear-gradient(115deg, #02080d, #081a28); }
.obn-purchase-intro h1 { margin: 2px 0 5px; font-size: clamp(34px, 4vw, 52px); line-height: 1; }
.obn-purchase-intro p { max-width: 740px; margin: 12px 0; color: #d8e0e5; font-size: 20px; }
.obn-purchase-intro p a { color: var(--green); }
.obn-credit-mark { display: flex; width: 112px; height: 122px; padding: 14px 10px; flex-direction: column; align-items: center; justify-content: center; gap: 10px; border: 2px solid var(--green); border-radius: 18px; background: radial-gradient(circle, rgba(107,219,72,.1), transparent 70%); color: var(--green); text-align: center; }
.obn-credit-mark .fa { font-size: 49px; line-height: 1; filter: drop-shadow(0 0 12px rgba(107,219,72,.18)); }
.obn-credit-mark strong { font-size: 12px; line-height: 1.05; text-transform: uppercase; }
.obn-purchase-note { margin-top: 22px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); }
.obn-purchase-note > i { margin-right: 8px; color: var(--green); font-size: 18px; }
.obn-credit-choice { margin-top: 22px; }
.obn-credit-choice > h2 { margin: 0 0 20px; font-size: 18px; text-transform: uppercase; }
.obn-credit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.obn-credit-card { position: relative; min-height: 310px; padding: 30px 18px 18px; display: flex; flex-direction: column; align-items: center; border: 1px solid #4f9c24; border-radius: 10px; background: linear-gradient(160deg, rgba(8,28,39,.96), rgba(2,12,18,.98)); text-align: center; }
.obn-credit-card.popular { border-color: var(--green); box-shadow: 0 0 26px rgba(107,219,72,.1); }
.obn-popular-label { position: absolute; top: -12px; right: 14px; left: 14px; padding: 4px 8px; border-radius: 12px; background: linear-gradient(90deg, #54b828, #93e84f, #54b828); color: #07110a; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.obn-credit-card > strong { color: var(--green); font-size: 38px; }
.obn-credit-card > span:not(.obn-popular-label) { color: #e8edf0; font-size: 17px; text-transform: uppercase; }
.obn-credit-bills { width: 140px; height: 88px; margin: 18px 0; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--green); }
.obn-credit-bills .fa { font-size: 66px; line-height: .8; filter: drop-shadow(0 0 13px rgba(107,219,72,.18)); }
.obn-credit-bill-art { position: relative; display: grid; width: 96px; height: 52px; place-items: center; border: 3px solid var(--green); border-radius: 5px; background: rgba(107,219,72,.06); box-shadow: 7px 7px 0 -3px #071725, 7px 7px 0 0 var(--green), 0 0 16px rgba(107,219,72,.18); }
.obn-credit-bill-art::before { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(107,219,72,.65); border-radius: 2px; }
.obn-credit-bill-art > span { position: relative; z-index: 1; color: var(--green); font-size: 25px; font-weight: 900; line-height: 1; }
.obn-credit-bills b { margin-top: 9px; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.obn-credit-buy { width: 100%; min-height: 42px; margin-top: auto; border: 1px solid var(--green); border-radius: 5px; background: transparent; color: var(--green); font-weight: 900; text-transform: uppercase; cursor: pointer; }
.obn-credit-buy:hover { background: var(--green); color: #061007; }
.obn-credit-buy .fa { margin-left: 8px; font-size: 12px; }
.obn-credit-card.is-submitting { border-color: var(--green); box-shadow: 0 0 30px rgba(107,219,72,.15); }
.obn-credit-card.is-submitting .obn-credit-buy, .obn-credit-buy:disabled { border-color: var(--green); background: var(--green); color: #061007; cursor: wait; opacity: 1; }
.obn-credit-card.is-submitting .obn-credit-buy .fa-spinner { margin: 0 9px 0 0; font-size: 15px; }
.obn-payment-methods { margin: 28px 0 18px; display: flex; flex-direction: column; align-items: center; color: var(--muted); text-transform: uppercase; }
.obn-payment-methods span { width: 100%; display: flex; align-items: center; gap: 14px; white-space: nowrap; }
.obn-payment-methods span::before, .obn-payment-methods span::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.obn-payment-methods img { width: 270px; max-width: 100%; margin-top: 12px; }
.obn-security-panel { margin-top: 22px; padding: 24px 26px; display: grid; grid-template-columns: 90px 1fr; gap: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(3,15,23,.76); }
.obn-security-panel h2 { margin: 0; }
.obn-security-panel p { margin: 3px 0 12px; color: var(--muted); }
.obn-security-panel ul { margin: 0; padding: 0; list-style: none; }
.obn-security-panel li { position: relative; margin: 9px 0; padding-left: 27px; color: #c4d0d7; }
.obn-security-panel li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; width: 18px; height: 18px; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-size: 11px; }
.obn-security-shield { position: relative; display: grid; width: 88px; height: 96px; place-items: center; color: var(--green); filter: drop-shadow(0 0 14px rgba(107,219,72,.16)); }
.obn-security-shield .fa-shield { font-size: 130px; line-height: 1; }
.obn-security-shield .fa-lock { position: absolute; inset: 0; top: 18px; display: grid; place-items: center; color: #fff; font-size: 80px; opacity: .9; text-shadow: 0 2px 4px rgba(0,0,0,.65); }
.obn-package-column { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: rgba(2,12,19,.92); }
.obn-executive-card { min-height: 285px; padding: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-bottom: 1px solid #497d27; background: radial-gradient(circle at 50% 10%, rgba(107,219,72,.14), transparent 45%), linear-gradient(rgba(3,12,17,.68), rgba(3,12,17,.96)), url('/new-img/odds.webp') center/cover; text-align: center; }
.obn-executive-card small { font-size: 16px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.obn-executive-card h2 { margin: 10px 0; color: var(--green); font-size: 31px; line-height: 1.05; text-transform: uppercase; }
.obn-executive-card > strong { margin-bottom: 18px; text-transform: uppercase; }
.obn-executive-package-label { min-width: 250px; padding: 11px 18px; border-radius: 6px; background: linear-gradient(180deg, #e1192d, #bd1022); color: #fff; font-size: 17px; font-weight: 900; line-height: 1.15; text-align: center; text-transform: uppercase; box-shadow: 0 8px 20px rgba(0,0,0,.22); }
.obn-weekly-list { scroll-margin-top: 92px; }
.obn-weekly-head { padding: 20px 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); }
.obn-weekly-head h2 { margin: 0; font-size: 22px; text-transform: uppercase; }
.obn-weekly-head > span { color: var(--green); font-weight: 900; white-space: nowrap; }
.obn-weekly-package { min-height: 92px; padding: 10px 16px; display: grid; grid-template-columns: 64px minmax(0, 1fr) 108px; gap: 14px; align-items: center; border-top: 1px solid var(--line); }
.obn-weekly-package:first-of-type { border-top: 0; }
.obn-weekly-package:hover { background: rgba(45,185,255,.06); }
.obn-weekly-package img { width: 64px; height: 72px; border-radius: 5px; background: #152937; object-fit: cover; object-position: top center; }
.obn-weekly-package strong, .obn-weekly-package span, .obn-weekly-package small { display: block; }
.obn-weekly-package strong { font-size: 17px; }
.obn-weekly-package span b { color: var(--green); }
.obn-weekly-package small { color: var(--green); }
.obn-package-action { display: inline-flex; width: 108px; min-height: 38px; padding: 0 10px; align-items: center; justify-content: center; border: 1px solid var(--green); border-radius: 5px; color: var(--green); font-size: 11px; font-weight: 900; line-height: 1.1; text-align: center; text-transform: uppercase; white-space: nowrap; }
.obn-package-action:hover { background: var(--green); color: #061007; }
.obn-package-footnote { margin: 0; padding: 16px 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; text-align: center; }

.obn-login-body { background: radial-gradient(circle at 12% 35%, rgba(30,110,157,.22), transparent 32rem), #071522; }
.obn-login-body .obn-main { display: flex; min-height: calc(100vh - 185px); align-items: center; }
.obn-auth-shell { width: min(560px, 100%); margin: 10px auto 28px; overflow: hidden; border: 1px solid #234154; border-radius: 14px; background: #06131e; box-shadow: 0 28px 70px rgba(0,0,0,.38); }
.obn-auth-story { position: relative; padding: 48px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(110deg, rgba(2,8,13,.98), rgba(4,18,28,.83)), radial-gradient(circle at 78% 35%, rgba(225,25,45,.18), transparent 22rem), url('/new-img/odds.webp') center/cover; }
.obn-auth-story::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 70%, rgba(107,219,72,.05)); }
.obn-auth-brand { position: relative; z-index: 1; width: max-content; color: #fff; font-size: 27px; font-weight: 900; font-style: italic; letter-spacing: -1.2px; }
.obn-auth-brand span { color: var(--red); }
.obn-auth-brand i { display: inline-grid; width: 28px; height: 28px; margin-left: 6px; place-items: center; border-radius: 50%; background: var(--red); color: white; font-size: 11px; letter-spacing: 0; vertical-align: 3px; }
.obn-auth-story h1 { margin: 7px 0 17px; font-size: clamp(38px, 4vw, 58px); line-height: .98; text-transform: uppercase; }
.obn-auth-story > div > p { max-width: 520px; color: #c8d3da; font-size: 17px; }
.obn-auth-benefits { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.obn-auth-benefits > div { min-height: 72px; padding: 12px; display: grid; grid-template-columns: 35px 1fr; gap: 10px; align-items: center; border: 1px solid rgba(43,76,96,.72); border-radius: 7px; background: rgba(3,13,21,.68); }
.obn-auth-benefits i { color: var(--green); font-size: 23px; text-align: center; }
.obn-auth-benefits strong, .obn-auth-benefits small { display: block; }
.obn-auth-benefits strong { font-size: 13px; text-transform: uppercase; }
.obn-auth-benefits small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.obn-auth-panel { min-height: 580px; padding: 48px; display: flex; align-items: center; justify-content: center; background: linear-gradient(160deg, #0a2030, #06131e); }
.obn-auth-form { width: 100%; max-width: 420px; margin: 0 auto; }
.obn-auth-form h2 { margin: 4px 0 7px; font-size: 31px; text-transform: uppercase; }
.obn-auth-form > p { margin: 0 0 26px; }
.obn-auth-form > label { display: block; margin: 18px 0 7px; color: #dfe7ec; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.obn-input-wrap { position: relative; }
.obn-input-wrap > i { position: absolute; left: 15px; top: 50%; color: #78909f; transform: translateY(-50%); }
.obn-input-wrap input { width: 100%; height: 50px; padding: 0 15px 0 43px; border: 1px solid #2b4658; border-radius: 6px; outline: 0; background: #04111b; color: #fff; }
.obn-input-wrap input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(107,219,72,.08); }
.obn-auth-options { margin: 12px 0 20px; text-align: right; }
.obn-auth-options a, .obn-auth-register a, .obn-auth-link { color: var(--blue); font-weight: 800; }
.obn-auth-submit { width: 100%; min-height: 50px; }
.obn-auth-captcha { margin: 22px 0; }
.obn-auth-register { margin: 22px 0 0 !important; color: var(--muted); text-align: center; }
.obn-auth-link { display: block; margin-top: 18px; text-align: center; }
.obn-auth-icon { display: grid; width: 62px; height: 62px; margin-bottom: 20px; place-items: center; border: 2px solid var(--green); border-radius: 50%; color: var(--green); font-size: 27px; }
.obn-form-error { margin: 18px 0; padding: 11px 13px; border: 1px solid rgba(225,25,45,.6); border-radius: 5px; background: rgba(159,12,26,.16); color: #ff8390; font-size: 14px; }
.obn-form-error[hidden] { display: none; }

.obn-member-welcome { margin-bottom: 20px; padding: 26px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid #29485b; border-radius: var(--radius); background: radial-gradient(circle at 88% 50%, rgba(107,219,72,.11), transparent 20rem), linear-gradient(120deg, #061521, #0a2030); }
.obn-member-welcome h1 { margin: 2px 0 4px; font-size: clamp(28px, 3vw, 42px); }
.obn-member-welcome p { margin: 0; color: var(--muted); }
.obn-member-balance { min-width: 300px; display: grid; grid-template-columns: 1fr auto; column-gap: 20px; align-items: center; }
.obn-member-balance small { color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.obn-member-balance strong { grid-column: 1; grid-row: 1; color: var(--green); font-size: 31px; line-height: 1; }
.obn-member-balance small { grid-column: 1; grid-row: 2; }
.obn-member-balance .obn-button { grid-column: 2; grid-row: 1 / span 2; }
.obn-member-page { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(330px, .8fr); gap: 20px; align-items: start; }
.obn-member-page-no-cart { grid-template-columns: minmax(0, 1fr); }
.obn-member-page > .col-md-4 { grid-column: 2; grid-row: 1 / span 4; }
.obn-member-page > .col-md-8 { grid-column: 1; min-width: 0; }
.obn-member-page-no-cart > .col-md-8 { grid-column: 1; }
.obn-member-cart-checkout .obn-cart-layout { display: block; }
.obn-member-cart-checkout .obn-cart-items-panel { display: none; }
.obn-member-cart-checkout .obn-cart-summary { width: 100%; }
.obn-member-page .well { margin: 0 0 20px !important; padding: 22px !important; overflow: hidden; border: 1px solid var(--line) !important; border-radius: var(--radius); background: linear-gradient(135deg, rgba(11,31,46,.98), rgba(3,16,26,.98)) !important; color: var(--text); box-shadow: 0 12px 35px rgba(0,0,0,.12); }
.obn-member-page fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.obn-member-page h1 { margin: 0 0 18px !important; padding: 0 0 14px !important; border-top: 0 !important; border-bottom: 1px solid var(--line); color: #fff; font-size: 24px; text-transform: uppercase; }
.obn-member-page legend { width: 100%; margin-bottom: 20px; padding-bottom: 13px; border: 0; border-bottom: 1px solid var(--line); color: #fff; font-size: 21px; font-weight: 900; text-transform: uppercase; }
.obn-member-page label { display: block; margin: 13px 0 6px; color: #dce5ea; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.obn-member-page .form-control { width: 100%; min-height: 43px; padding: 9px 12px; border: 1px solid #2b4658; border-radius: 5px; outline: 0; background: #04111b; color: #fff; }
.obn-member-page .form-control:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(107,219,72,.08); }
.obn-member-page select[multiple] { min-height: 145px; }
.obn-member-page .btn { display: inline-flex; min-height: 39px; padding: 0 15px; align-items: center; justify-content: center; border: 1px solid var(--red); border-radius: 5px; background: linear-gradient(180deg, #e01d31, #ad0d1d); color: white; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.obn-member-page .btn-primary { border-color: #496071; background: #102637; }
.obn-member-page .obn-account-checkout { border-color: var(--red); background: linear-gradient(180deg, #e01d31, #ad0d1d); }
.obn-member-page .btn-block { width: 100%; }
.obn-member-page .pull-right { float: right; }
.obn-member-page table { width: 100%; border-collapse: collapse; color: #dfe6eb; font-size: 16px; }
.obn-member-page th { padding: 11px 10px; background: rgba(2,12,20,.62); color: #aebdc7; text-align: left; text-transform: uppercase; }
.obn-member-page td { padding: 11px 10px; border-top: 1px solid var(--line); background: transparent !important; }
.obn-member-page tr.info td, .obn-member-page td.info { background: rgba(45,185,255,.08) !important; color: #fff; }
.obn-member-page table a { color: var(--blue); }
.obn-member-page .obn-account-cart-capper { display: block; }
.obn-member-page #your_credits { color: var(--green) !important; font-size: 22px; font-weight: 900; }
.obn-member-page #profile_error { padding: 10px; border-radius: 5px; background: rgba(225,25,45,.12); }
.obn-member-page #cart_details > .row { margin-top: 20px; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 28px; align-items: center; }
.obn-member-page #cart_details > .row > .col-sm-5 { min-width: 260px; }
.obn-member-page #cart_details > .row > .col-sm-5 img { display: block; max-width: 100%; }
.obn-member-page #cart_details > .row > .col-sm-7 { min-width: 0; display: flex; flex-direction: column; align-items: flex-end; }
.obn-member-page #cart_details > .row h3 { margin: 0; }
.obn-member-page #cart_details > .row h3.text-right { display: flex; align-items: center; justify-content: flex-end; gap: 12px; text-align: right; }
.obn-member-page #cart_details > .row h3.pull-right { margin-top: 18px; }
.obn-member-page #cart_details > .row .pull-right { float: none; }
.obn-member-actions { margin: 0 0 20px; padding-bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); color: var(--muted); }
.obn-member-actions i { margin-right: 7px; color: var(--green); }
.obn-member-note { margin-top: 18px; padding: 18px 10px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; text-align: center; }
.obn-member-note strong { display: block; margin-top: 6px; color: var(--green); font-size: 15px; text-transform: uppercase; }

.obn-cart-body { background: radial-gradient(circle at 50% 8%, rgba(30,91,128,.2), transparent 34rem), #162736; }
.obn-cart-hero { min-height: 150px; margin-bottom: 20px; padding: 28px 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid #29485b; border-radius: var(--radius); background: radial-gradient(circle at 90% 50%, rgba(107,219,72,.1), transparent 23rem), linear-gradient(120deg, #061521, #0a2030); }
.obn-cart-hero h1 { margin: 2px 0 5px; font-size: clamp(31px, 3vw, 44px); text-transform: uppercase; }
.obn-cart-hero p { margin: 0; color: var(--muted); }
.obn-cart-steps { display: flex; align-items: center; gap: 15px; }
.obn-cart-steps > i { color: #567080; font-size: 10px; }
.obn-cart-steps > div { min-width: 72px; display: flex; flex-direction: column; align-items: center; color: #728796; }
.obn-cart-steps span { display: grid; width: 34px; height: 34px; margin-bottom: 6px; place-items: center; border: 1px solid #496071; border-radius: 50%; font-size: 13px; font-weight: 900; }
.obn-cart-steps strong { font-size: 11px; text-transform: uppercase; white-space: nowrap; }
.obn-cart-steps .active { color: var(--green); }
.obn-cart-steps .active span { border-color: var(--green); background: rgba(107,219,72,.1); box-shadow: 0 0 15px rgba(107,219,72,.1); }
.obn-cart-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(330px, .72fr); gap: 20px; align-items: start; }
.obn-cart-items-panel { min-width: 0; }
.obn-cart-items-panel .obn-panel-head { min-height: 76px; padding: 16px 22px; }
.obn-cart-items-panel .obn-panel-head h2 { font-size: 23px; }
.obn-cart-items-panel .obn-panel-head p { margin-top: 3px; font-size: 13px; }
.obn-cart-add-more { color: var(--blue); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.obn-cart-add-more i { margin-right: 5px; }
.obn-cart-group { border-top: 1px solid var(--line); }
.obn-cart-group:first-child { border-top: 0; }
.obn-cart-expert { padding: 13px 20px; display: flex; align-items: center; gap: 11px; background: rgba(45,185,255,.055); }
.obn-cart-expert img { width: 40px; height: 40px; border: 1px solid #2c607f; border-radius: 50%; background: #142736; object-fit: cover; object-position: top center; }
.obn-cart-expert small, .obn-cart-expert strong { display: block; }
.obn-cart-expert small { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.obn-cart-expert strong { font-size: 16px; }
.obn-cart-item { min-height: 84px; padding: 12px 20px; display: grid; grid-template-columns: 130px minmax(220px, 1fr) 80px 82px; gap: 16px; align-items: center; border-top: 1px solid rgba(27,53,71,.72); }
.obn-cart-item:hover { background: rgba(31,68,91,.14); }
.obn-cart-item-date { display: flex; align-items: center; gap: 10px; }
.obn-cart-item-date > i { color: #6f8797; font-size: 18px; }
.obn-cart-item-date strong, .obn-cart-item-date small, .obn-cart-item-name strong, .obn-cart-item-name small { display: block; }
.obn-cart-item-date strong { font-size: 14px; }
.obn-cart-item-date small, .obn-cart-item-name small { color: var(--muted); font-size: 11px; }
.obn-cart-item-name strong { font-size: 16px; }
.obn-cart-item-price { text-align: right; }
.obn-cart-item-price strong { color: var(--green); font-size: 20px; }
.obn-cart-item-price small { display: block; color: var(--red); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.obn-cart-remove { padding: 7px 0; border: 0; background: transparent; color: #8397a5; font-size: 11px; cursor: pointer; text-transform: uppercase; }
.obn-cart-remove i { margin-right: 5px; font-size: 15px; }
.obn-cart-remove:hover { color: #ff6573; }
.obn-cart-summary { position: sticky; top: 92px; padding: 23px; border: 1px solid #315064; border-radius: var(--radius); background: linear-gradient(155deg, #0a2030, #04111b); box-shadow: 0 16px 40px rgba(0,0,0,.2); }
.obn-cart-summary-head { padding-bottom: 18px; display: flex; align-items: center; gap: 13px; border-bottom: 1px solid var(--line); }
.obn-cart-summary-head > i { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); }
.obn-cart-summary-head small { color: var(--green); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.obn-cart-summary-head h2 { margin: 0; font-size: 22px; text-transform: uppercase; }
.obn-cart-summary-row, .obn-cart-summary-total { display: flex; align-items: center; justify-content: space-between; }
.obn-cart-summary-row { padding: 20px 0 14px; color: var(--muted); font-size: 14px; }
.obn-cart-summary-row strong { color: #fff; }
.obn-cart-summary-total { padding: 17px 0; border-top: 1px solid var(--line); font-size: 18px; font-weight: 900; text-transform: uppercase; }
.obn-cart-summary-total strong { color: var(--green); font-size: 31px; }
.obn-cart-credit-form button, .obn-cart-paypal { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 6px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.obn-cart-credit-form button { border: 1px solid var(--green); background: rgba(107,219,72,.08); color: var(--green); }
.obn-cart-credit-form button:hover { background: var(--green); color: #061007; }
.obn-cart-divider { margin: 13px 0; display: flex; align-items: center; gap: 10px; color: #637987; font-size: 10px; text-transform: uppercase; }
.obn-cart-divider::before, .obn-cart-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.obn-cart-credit-note { margin: 0 0 14px; padding: 12px; border: 1px solid rgba(255,201,40,.25); border-radius: 5px; background: rgba(128,96,10,.08); color: #c6d0d6; font-size: 12px; }
.obn-cart-credit-note strong { color: #fff; }
.obn-cart-credit-note a { color: var(--gold); font-weight: 900; }
.obn-cart-paypal { border: 1px solid #ffc439; background: #ffc439; color: #142c4c; }
.obn-cart-paypal:hover { filter: brightness(1.06); }
.obn-cart-paypal:disabled { cursor: wait; opacity: .88; }
.obn-cart-payment-marks { padding: 15px 0 17px; text-align: center; }
.obn-cart-payment-marks img { width: 235px; max-width: 100%; }
.obn-cart-payment-marks small { display: block; margin-top: 8px; color: #728795; font-size: 10px; }
.obn-cart-payment-marks i { color: var(--green); }
#paypal_checkout_new { display: none; }
#cart_details { transition: opacity .15s ease; }
#cart_details.is-loading { opacity: .45; pointer-events: none; }
.obn-cart-empty { min-height: 440px; padding: 60px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, rgba(11,31,46,.98), rgba(3,16,26,.98)); text-align: center; }
.obn-cart-empty-icon { display: grid; width: 82px; height: 82px; margin-bottom: 18px; place-items: center; border: 1px solid #36576a; border-radius: 50%; color: var(--green); font-size: 32px; }
.obn-cart-empty h2 { margin: 0; font-size: 28px; text-transform: uppercase; }
.obn-cart-empty p { margin: 8px 0 22px; color: var(--muted); }
.obn-cart-trust { margin-top: 20px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(3,14,23,.64); }
.obn-cart-trust > div { min-height: 88px; padding: 17px 22px; display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid var(--line); }
.obn-cart-trust > div:last-child { border-right: 0; }
.obn-cart-trust i { color: var(--green); font-size: 25px; }
.obn-cart-trust strong, .obn-cart-trust small { display: block; }
.obn-cart-trust strong { font-size: 13px; text-transform: uppercase; }
.obn-cart-trust small { color: var(--muted); font-size: 11px; }

.obn-footer { border-top: 0; background: #020911; }
.obn-benefits { display: grid; grid-template-columns: repeat(4, 1fr); }
.obn-benefits > div { min-height: 112px; padding: 22px; display: grid; grid-template-columns: 46px 1fr; align-items: center; border-right: 1px solid var(--line); }
.obn-benefits > div:last-child { border-right: 0; }
.obn-benefits > div > i { width: 32px; color: var(--red); font-size: 28px; text-align: center; }
.obn-benefits p { margin: 0; color: var(--text); font-size: 15px; text-align: left; }
.obn-benefits strong { font-size: 15px; }
.obn-benefits small { margin-top: 2px; font-size: 12px; }
.obn-footer-note { margin: 0; padding: 17px 0; border-bottom: 1px solid var(--line); color: #718390; font-size: 12px; text-align: center; }

@media (max-width: 1180px) {
  .obn-nav-wrap { flex-wrap: wrap; padding: 12px 0; }
  .obn-menu-button { display: block; }
  .obn-nav { order: 4; display: none; width: 100%; flex-wrap: wrap; gap: 8px 20px; }
  .obn-nav.open { display: flex; }
  .obn-nav > a, .obn-dropdown > button { padding: 10px 0 7px; }
  .obn-account-links { margin-left: 0; }
  .obn-capper-grid { grid-template-columns: 1fr; }
  .obn-picks-hero { grid-template-columns: repeat(2, 1fr); }
  .obn-picks-hero > div:first-child { grid-column: 1 / -1; }
  .obn-consensus-hero { grid-template-columns: 1fr; }
  .obn-consensus-brand { min-height: 0; }
  .obn-profile-content { position: static; height: auto; min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; }
  .obn-profile-results { position: static; }
  .obn-profile-record-grid { grid-template-columns: 1fr 1fr; }
  .obn-purchase-layout { grid-template-columns: 1fr; }
  .obn-package-column { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(430px, 1.2fr); }
  .obn-executive-card { min-height: 100%; border-right: 1px solid #497d27; border-bottom: 0; }
  .obn-member-page { grid-template-columns: minmax(0, 1fr) 330px; }
}

@media (max-width: 980px) {
  .obn-cart-layout { grid-template-columns: 1fr; }
  .obn-cart-summary { position: static; }
}

@media (max-width: 760px) {
  body.obn-best-bets-page { max-width: 100%; overflow-x: hidden; }
  body.obn-best-bets-page .obn-main, body.obn-best-bets-page .obn-panel, body.obn-best-bets-page .obn-table-scroll { min-width: 0; max-width: 100%; }
  body.obn-mobile-menu-open { overflow: hidden; }
  body.obn-mobile-menu-open .obn-header { position: fixed; inset: 0; width: 100%; height: 100dvh; overflow-y: auto; background: #000; }
  body.obn-mobile-menu-open .obn-nav-wrap { min-height: 100dvh; align-content: flex-start; background: #000; }
  .obn-shell { width: min(100% - 22px, 1480px); }
  .obn-nav-wrap { gap: 10px; }
  .obn-main { padding-top: 14px; }
  .obn-logo { min-width: 205px; font-size: 25px; }
  .obn-logo small { left: 70px; }
  .obn-mobile-cart-shortcut { position: relative; flex: 0 0 38px; width: 38px; height: 38px; margin-left: auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 6px; color: #fff; }
  .obn-mobile-cart-shortcut + .obn-menu-button { margin-left: 0; }
  .obn-mobile-cart-shortcut span { position: absolute; top: -7px; right: -6px; min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; border-radius: 9px; background: var(--red); color: #fff; font-size: 10px; font-weight: 900; }
  .obn-nav { flex: 0 0 calc(100% + 22px); width: calc(100% + 22px); min-height: calc(100dvh - 84px); margin: 0 -11px -12px; padding: 0 11px 24px; flex-direction: column; align-items: stretch; gap: 0; border-top: 1px solid var(--line); background: #000; }
  .obn-nav.open { display: flex; }
  .obn-mobile-nav-account { width: 100%; display: block; }
  .obn-mobile-nav-account a { width: 100%; min-height: 52px; padding: 0 16px; display: flex; align-items: center; gap: 11px; border-bottom: 1px solid #182b38; color: #fff; font-size: 17px; font-weight: 800; text-transform: uppercase; }
  .obn-mobile-nav-account a:hover { background: #091722; color: var(--red); }
  .obn-mobile-nav-account .fa { width: 18px; color: var(--red); text-align: center; }
  .obn-mobile-nav-account.is-signed-in { padding: 13px 16px; display: grid; grid-template-columns: 62px minmax(0, 1fr) 42px; align-items: center; gap: 10px; border-bottom: 1px solid #233946; background: #06111b; }
  .obn-mobile-nav-account.is-signed-in a { width: auto; min-height: 42px; padding: 0 12px; justify-content: center; gap: 7px; border: 1px solid #3d5667; border-radius: 6px; background: #020a11; font-size: 15px; white-space: nowrap; }
  .obn-mobile-nav-account.is-signed-in a:hover { border-color: var(--red); }
  .obn-mobile-nav-account.is-signed-in .obn-mobile-nav-logout { padding: 0; }
  .obn-mobile-nav-credits { display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1; }
  .obn-mobile-nav-credits strong { color: var(--green); font-size: 24px; }
  .obn-mobile-nav-credits small { margin-top: 2px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
  .obn-nav > a, .obn-dropdown > button { width: 100%; min-height: 52px; padding: 0 16px; display: flex; align-items: center; border: 0; border-bottom: 1px solid #182b38; font-size: 17px; text-align: left; }
  .obn-nav > a:hover, .obn-nav > a.active, .obn-dropdown > button:hover { border-bottom-color: #182b38; background: #091722; color: var(--red); }
  .obn-dropdown { width: 100%; }
  .obn-dropdown > button { justify-content: space-between; color: var(--red); cursor: default; }
  .obn-dropdown > button > i { transform: rotate(180deg); }
  .obn-dropdown-menu, .obn-dropdown.open .obn-dropdown-menu { position: static; display: block; width: 100%; min-width: 0; padding: 0; border: 0; border-radius: 0; background: #03090e; box-shadow: none; }
  .obn-dropdown-menu a { min-height: 48px; padding: 0 16px 0 32px; display: flex; align-items: center; border-bottom: 1px solid #142530; border-radius: 0; font-size: 16px; white-space: nowrap; }
  .obn-dropdown-menu a:hover { background: #0b1a24; }
  .obn-account-links { display: none !important; }
  .obn-account-links .obn-button { min-height: 36px; padding: 0 12px; font-size: 11px; }
  .obn-header-credits { display: none; }
  .obn-header-logout { width: 38px; height: 36px; }
  .obn-hero { grid-template-columns: 1fr; background-image: linear-gradient(180deg, rgba(0,0,0,.96) 0%, rgba(0,4,8,.88) 52%, rgba(0,7,12,.75) 100%), radial-gradient(ellipse at 68% 42%, rgba(30,119,176,.11), transparent 42%), url('/new-img/odds.webp'); background-position: center, center, 64% center; }
  .obn-hero-copy { padding: 30px 22px; }
  .obn-hero-stats { grid-template-columns: 1fr 1fr; padding: 18px; }
  .obn-hero-link { grid-template-columns: 36px minmax(0, 1fr) 26px; gap: 9px; padding: 13px; }
  .obn-hero-link-icon { width: 32px; font-size: 29px; }
  .obn-hero-link strong { font-size: 18px; }
  .obn-hero-link small { font-size: 10px; }
  .obn-hero-link > b { width: 26px; height: 26px; font-size: 20px; }
  .obn-date-form { width: 100%; margin-left: 0; }
  .obn-date-picker { width: 100%; justify-content: center; }
  .obn-date-display { width: 120px; min-width: 120px; max-width: calc(100% - 36px); }
  .obn-feature-strip, .obn-benefits { grid-template-columns: 1fr 1fr; }
  .obn-feature-strip > div:nth-child(2), .obn-benefits > div:nth-child(2) { border-right: 0; }
  .obn-capper { grid-template-columns: 82px 1fr; }
  .obn-capper-photo { width: 82px; height: 100px; }
  .obn-capper-details { display: contents; }
  .obn-capper-copy { grid-column: 2; }
  .obn-capper .obn-button { grid-column: 1 / -1; height: 36px; min-height: 36px; margin-top: 0; font-size: 14px; align-self: start; }
  .obn-home-page .obn-capper-grid, .obn-odds-page .obn-capper-grid { padding-bottom: 10px; display: flex; gap: 12px; overflow-x: auto; overscroll-behavior-x: contain; scroll-padding-inline: 0; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .obn-home-page .obn-hot-head, .obn-odds-page .obn-hot-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .obn-home-page .obn-hot-head a, .obn-odds-page .obn-hot-head a { line-height: 1.25; }
  .obn-home-page .obn-capper-grid::-webkit-scrollbar, .obn-odds-page .obn-capper-grid::-webkit-scrollbar { display: none; }
  .obn-home-page .obn-capper, .obn-odds-page .obn-capper { flex: 0 0 min(88vw, 440px); grid-template-columns: 110px minmax(0, 1fr); scroll-snap-align: start; }
  .obn-home-page .obn-capper-photo, .obn-odds-page .obn-capper-photo { width: 110px; height: 128px; }
  .obn-home-page .obn-hot-period, .obn-odds-page .obn-hot-period { display: none; }
  .obn-home-page .obn-capper .obn-button, .obn-odds-page .obn-capper .obn-button { grid-column: 1 / -1; height: 36px; min-height: 36px; padding: 0 12px; font-size: 14px; line-height: 1; white-space: nowrap; align-self: start; }
  .obn-feature-strip { display: none; }
  .obn-picks-hero { display: block; padding: 24px; }
  .obn-picks-hero h1 { margin: 0 0 5px; font-size: 32px; text-transform: uppercase; }
  .obn-trust-item { min-height: 0; margin-top: 16px; border: 1px solid var(--line); }
  .obn-consensus-brand { grid-template-columns: 90px minmax(0, 1fr); gap: 18px; padding: 24px 20px; }
  .obn-consensus-mark { width: 86px; height: 112px; font-size: 28px; }
  .obn-consensus-mark small { margin-top: 8px; font-size: 22px; }
  .obn-consensus-mark b { font-size: 8px; }
  .obn-consensus-proof { grid-column: 1 / -1; }
  .obn-shield { width: 122px; height: 140px; margin: 0 auto; }
  .obn-shield strong { font-size: 28px; }
  .obn-profile-hero { grid-template-columns: 110px 1fr; gap: 18px; padding: 20px; align-items: start; }
  .obn-profile-hero img { width: 110px; height: 110px; }
  .obn-profile-photo { width: 110px; height: 110px; }
  .obn-profile-content { display: contents; }
  .obn-profile-results { grid-column: 1 / -1; }
  .obn-profile-record-grid { grid-template-columns: 1fr 1fr; }
  .obn-profile-records-summary .obn-panel-head { align-items: flex-start; flex-direction: column; }
  .obn-records-hero { align-items: flex-start; flex-direction: column; }
  .obn-records-hero-profile { align-items: flex-start; gap: 15px; }
  .obn-records-hero-photo { flex-basis: 72px; width: 72px; height: 72px; }
  .obn-records-filters { grid-template-columns: 1fr; }
  .obn-record-filter-group .obn-filter { font-size: 14px; }
  .obn-record-filter-group:last-child > strong { text-align: left; }
  .obn-record-filter-group:last-child > div { justify-content: flex-start; }
  .obn-profile-hero h1 { font-size: 28px; }
  .obn-record-grid { grid-template-columns: 1fr 1fr; }
  .obn-game-picks-content { padding: 16px 12px; }
  .obn-game-picks-head { display: block; }
  .obn-game-picks-score { min-width: 0; margin-top: 14px; }
  .obn-market-grid { grid-template-columns: 1fr 1fr; }
  .obn-market-grid > div:nth-child(2) { border-right: 0; }
  .obn-market-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .obn-expert-pick-row { grid-template-columns: 1fr 1fr; gap: 11px; }
  .obn-expert-pick-row .obn-pick-expert { grid-column: 1 / -1; }
  .obn-odds-table, .obn-odds-table thead, .obn-odds-table tbody { min-width: 0; width: 100%; display: block; }
  .obn-odds-table thead tr, .obn-odds-table > tbody > .obn-game-row { width: 100%; display: grid; grid-template-columns: 100px minmax(0, 1fr) 34px; align-items: center; }
  .obn-odds-table > tbody > .obn-game-row { border-top: 1px solid var(--line); }
  .obn-odds-table th:nth-child(n+3):nth-child(-n+6), .obn-odds-table > tbody > .obn-game-row > td:nth-child(n+3):nth-child(-n+6) { display: none; }
  .obn-odds-table th, .obn-odds-table > tbody > .obn-game-row > td { min-width: 0; }
  .obn-odds-table > tbody > .obn-game-row > td { border-top: 0; }
  .obn-odds-table th:first-child, .obn-odds-table > tbody > .obn-game-row > td:first-child { grid-column: 1; }
  .obn-odds-table th:nth-child(2), .obn-odds-table > tbody > .obn-game-row > td:nth-child(2) { grid-column: 2; }
  .obn-odds-table th:last-child, .obn-odds-table > tbody > .obn-game-row > td:last-child { grid-column: 3; }
  .obn-odds-table .obn-game-picks-detail:not([hidden]) { width: 100%; display: block; }
  .obn-odds-table .obn-game-picks-detail > td { width: 100%; display: block; }
  .obn-odds-table .obn-matchup { grid-template-columns: 28px minmax(0, 1fr); overflow: hidden; }
  .obn-odds-table .obn-matchup img { width: 25px; height: 25px; }
  .obn-odds-table .obn-matchup span { min-width: 0; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .obn-game-picks-content, .obn-game-picks-head, .obn-game-picks-head > div { min-width: 0; max-width: 100%; }
  .obn-game-picks-head h1 { overflow-wrap: anywhere; }
  .obn-profile-picks-table { min-width: 0; }
  .obn-profile-picks-table thead { display: none; }
  .obn-profile-picks-table tbody { display: block; }
  .obn-profile-picks-table tbody tr { padding: 15px; display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 12px 14px; border-top: 1px solid var(--line); }
  .obn-profile-picks-table tbody tr:first-child { border-top: 0; }
  .obn-profile-picks-table tbody td { min-width: 0; padding: 0; display: block; border: 0; }
  .obn-profile-picks-table tbody td::before { content: attr(data-label); display: block; margin-bottom: 3px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
  .obn-profile-picks-table tbody td:nth-child(1) { grid-column: 1; grid-row: 1; }
  .obn-profile-picks-table tbody td:nth-child(2) { grid-column: 2; grid-row: 1; }
  .obn-profile-picks-table tbody td:nth-child(3) { grid-column: 2; grid-row: 2; }
  .obn-profile-picks-table tbody td:nth-child(4) { grid-column: 1; grid-row: 2; }
  .obn-profile-picks-table tbody td:nth-child(5) { grid-column: 1 / -1; grid-row: 3; }
  .obn-profile-picks-table .obn-matchup-inline { display: block; white-space: normal; overflow-wrap: anywhere; }
  .obn-profile-picks-table .obn-matchup-team { display: block; }
  .obn-profile-picks-table .obn-button { width: 100%; }
  .obn-best-bets-table { min-width: 0; }
  .obn-best-bets-scroll { overflow-x: hidden; }
  .obn-best-bets-table thead { display: none; }
  .obn-best-bets-table tbody { display: block; }
  .obn-best-bets-table tbody tr { padding: 16px; display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 15px 14px; border-top: 1px solid var(--line); }
  .obn-best-bets-table tbody tr:first-child { border-top: 0; }
  .obn-best-bets-table tbody td { min-width: 0; padding: 0; display: block; border: 0; }
  .obn-best-bets-table tbody td::before { content: attr(data-label); display: block; margin-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
  .obn-best-bets-table tbody td:nth-child(1) { grid-column: 1; grid-row: 1; }
  .obn-best-bets-table tbody td:nth-child(2) { grid-column: 2; grid-row: 1; }
  .obn-best-bets-table tbody td:nth-child(3) { grid-column: 1 / -1; grid-row: 2; }
  .obn-best-bets-table tbody td:nth-child(5) { display: none; }
  .obn-best-bets-table tbody td:nth-child(4) { grid-column: 1 / -1; grid-row: 3; }
  .obn-best-bets-table tbody td:nth-child(6) { grid-column: 1 / -1; grid-row: 4; }
  .obn-best-bets-table .obn-matchup-inline, .obn-best-bets-table .obn-matchup-team { display: block; min-width: 0; white-space: normal; overflow-wrap: anywhere; }
  .obn-best-bets-table .obn-matchup-at, .obn-best-bets-table .obn-matchup-team:last-child { display: inline; }
  .obn-best-bets-table tbody td:nth-child(3) br { display: none; }
  .obn-best-bets-table tbody td:nth-child(3) strong::after { content: ' / '; }
  .obn-best-bets-table tbody td:nth-child(3) strong, .obn-best-bets-table tbody td:nth-child(3) span { font-size: 14px; }
  .obn-best-bets-table .obn-pick-expert { min-width: 0; }
  .obn-best-bets-table .obn-button { width: 100%; height: 42px; min-height: 42px; padding: 0 12px; font-size: 14px; line-height: 1; }
  .obn-leaderboard-table { min-width: 0; }
  .obn-leaderboard-table thead { display: none; }
  .obn-leaderboard-table tbody { display: block; }
  .obn-leaderboard-table tbody tr { padding: 16px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px 10px; border-top: 1px solid var(--line); }
  .obn-leaderboard-table tbody tr:first-child { border-top: 0; }
  .obn-leaderboard-table tbody td { min-width: 0; padding: 0; display: block; border: 0; }
  .obn-leaderboard-table tbody td::before { content: attr(data-label); display: block; margin-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
  .obn-leaderboard-table tbody td:nth-child(1) { grid-column: 1; grid-row: 1; }
  .obn-leaderboard-table tbody td:nth-child(2) { grid-column: 2 / 5; grid-row: 1; }
  .obn-leaderboard-table tbody td:nth-child(3) { grid-column: 1; grid-row: 2; }
  .obn-leaderboard-table tbody td:nth-child(4) { grid-column: 2; grid-row: 2; }
  .obn-leaderboard-table tbody td:nth-child(5) { grid-column: 3; grid-row: 2; }
  .obn-leaderboard-table tbody td:nth-child(6) { grid-column: 4; grid-row: 2; }
  .obn-leaderboard-table tbody td:nth-child(7) { grid-column: 1 / 3; grid-row: 3; }
  .obn-leaderboard-table tbody td:nth-child(8) { grid-column: 3 / 5; grid-row: 3; }
  .obn-leaderboard-table .obn-rank { min-width: 0; width: 100%; text-align: left; }
  .obn-leaderboard-table .obn-leader { min-width: 0; gap: 11px; }
  .obn-leaderboard-table .obn-leader-stats { min-width: 0; align-items: flex-start; flex-direction: column; gap: 2px; }
  .obn-leaderboard-table .obn-leader-name, .obn-leaderboard-table .obn-money { max-width: 100%; font-size: 17px; overflow-wrap: anywhere; }
  .obn-leaderboard-table .obn-picks-pill { width: 100%; min-height: 36px; display: inline-flex; align-items: center; justify-content: center; }
  .obn-purchase-intro { grid-template-columns: 88px 1fr; padding: 22px 18px; }
  .obn-credit-mark { width: 84px; height: 98px; }
  .obn-credit-grid { grid-template-columns: 1fr; }
  .obn-credit-card { min-height: 250px; }
  .obn-package-column { display: block; }
  .obn-executive-card { min-height: 250px; border-right: 0; border-bottom: 1px solid #497d27; }
  .obn-auth-shell { grid-template-columns: 1fr; }
  .obn-auth-story { min-height: 470px; padding: 32px 26px; }
  .obn-auth-panel { padding: 38px 26px; }
  .obn-member-welcome { align-items: flex-start; flex-direction: column; }
  .obn-member-balance { width: 100%; min-width: 0; }
  .obn-member-page { grid-template-columns: 1fr; }
  .obn-member-page > .col-md-4, .obn-member-page > .col-md-8 { grid-column: 1; grid-row: auto; }
  .obn-member-page > .col-md-4 { order: -1; }
  .obn-member-cart-checkout .obn-cart-summary { position: static; }
  .obn-member-page .well { padding: 17px !important; }
  .obn-member-page #cart_details > .row { grid-template-columns: 1fr; }
  .obn-member-page #cart_details > .row > .col-sm-5 { min-width: 0; }
  .obn-member-page #cart_details > .row > .col-sm-7 { align-items: flex-start; }
  .obn-member-page #cart_details > .row h3.text-right { justify-content: flex-start; text-align: left; }
  .obn-member-actions { align-items: stretch; flex-direction: column; }
  .obn-member-page .table-responsive, .obn-member-page #cart_details, .obn-member-page #your_purchases { overflow-x: auto; }
  .obn-member-page table { min-width: 670px; }
  .obn-cart-hero { padding: 24px 20px; align-items: flex-start; flex-direction: column; }
  .obn-cart-steps { width: 100%; justify-content: space-between; }
  .obn-cart-item { grid-template-columns: 105px minmax(0, 1fr) 65px 38px; gap: 10px; padding: 12px 14px; }
  .obn-cart-remove span { display: none; }
  .obn-cart-items-panel .obn-panel-head { align-items: flex-start; flex-direction: column; }
  .obn-cart-trust { grid-template-columns: 1fr; }
  .obn-cart-trust > div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); }
  .obn-cart-trust > div:last-child { border-bottom: 0; }
}

@media (max-width: 500px) {
  .obn-account-links.is-guest { display: none; }
  .obn-account-links.is-signed-in { display: flex; }
  .obn-account-links.is-signed-in .obn-header-credits, .obn-account-links.is-signed-in .obn-header-logout { display: none; }
  .obn-header-account { width: 38px; padding: 0 !important; }
  .obn-header-account .fa { margin: 0; }
  .obn-header-account span { display: none; }
  .obn-feature-strip, .obn-benefits, .obn-record-grid { grid-template-columns: 1fr; }
  .obn-mobile-hide { display: none; }
  .obn-feature-strip > div, .obn-benefits > div { border-right: 0; }
  .obn-consensus-brand { grid-template-columns: 1fr; text-align: center; }
  .obn-consensus-mark { margin: 0 auto; }
  .obn-checks { text-align: left; }
  .obn-consensus-team-portraits a { flex-basis: 29px; width: 29px; height: 29px; margin-left: -12px; }
  .obn-consensus-about-copy { padding: 19px; font-size: 15px; }
  .obn-profile-hero { grid-template-columns: 82px 1fr; }
  .obn-profile-hero img, .obn-profile-photo { width: 82px; height: 82px; }
  .obn-profile-record-grid { grid-column: 1 / -1; grid-template-columns: 1fr; }
  .obn-hero-stats { grid-template-columns: 1fr; }
  .obn-purchase-intro { grid-template-columns: 1fr; }
  .obn-credit-mark { display: none; }
  .obn-security-panel { grid-template-columns: 1fr; }
  .obn-security-shield { display: none; }
  .obn-auth-story { min-height: 430px; }
  .obn-auth-benefits { grid-template-columns: 1fr; }
  .obn-auth-benefits > div { min-height: 60px; }
  .obn-member-welcome { padding: 22px 18px; }
  .obn-cart-steps { gap: 5px; }
  .obn-cart-steps > div { min-width: 60px; }
  .obn-cart-steps strong { font-size: 9px; }
  .obn-cart-item { grid-template-columns: 1fr 60px 34px; }
  .obn-cart-item-date { grid-column: 1; }
  .obn-cart-item-name { grid-column: 1; }
  .obn-cart-item-price { grid-column: 2; grid-row: 1 / span 2; }
  .obn-cart-remove { grid-column: 3; grid-row: 1 / span 2; }
  .obn-cart-expert { padding: 12px 14px; }
  .obn-cart-summary { padding: 19px; }
  .obn-game-picks-title { align-items: flex-start; flex-direction: column; gap: 0; }
  .obn-expert-pick-row { grid-template-columns: minmax(0, 1fr); }
  .obn-expert-pick-row .obn-pick-expert, .obn-expert-pick-row > div { grid-column: 1; }
  .obn-expert-pick-row .obn-button { width: 100%; height: 36px; min-height: 36px; padding: 0 12px; font-size: 14px; line-height: 1; align-self: start; }
  .obn-game-picks-score span { min-width: 0; gap: 12px; }
  .obn-game-picks-score span:not(:last-child) { margin-bottom: 4px; }
}
