/* Ponybetco — hand-written base styles. css/figma.css is generated from the Figma file. */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: #faf7f2;
  color: #121212;
  font-family: 'Geist', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.pb-locked { overflow: hidden; }
img { display: block; }
a { color: inherit; text-decoration: none; }
svg { display: block; }

/* Desktop / mobile variants (separate Figma frames) */
.pb-mobile { display: none; }
@media (max-width: 767px) {
  .pb-desktop { display: none; }
  .pb-mobile { display: block; }
}
.pb-root { overflow-x: clip; }
/* Wide fixed-width columns keep their exact size at the design width and may shrink below it */
@media (max-width: 1439px) { .pb-desktop .pb-shrink { flex-shrink: 1 !important; max-width: 100%; } }
@media (max-width: 389px) { .pb-mobile .pb-shrink { flex-shrink: 1 !important; max-width: 100%; } }
.pb-page-root { min-height: 100vh; }
.pb-img { position: absolute; inset: 0; width: 100%; height: 100%; }

/* Controls generated from frames / texts */
.pb-link { cursor: pointer; }
.pb-link:hover { opacity: .82; }
.pb-btn {
  border: 0; background: none; padding: 0; margin: 0;
  font: inherit; color: inherit; letter-spacing: inherit; text-transform: inherit; text-align: inherit;
  cursor: pointer; -webkit-appearance: none; appearance: none;
}
.pb-btn:hover { filter: brightness(.96); }
.pb-btn:disabled { cursor: default; opacity: .6; filter: none; }
.pb-flexlink { text-decoration: none; }
:where(a, button, input, select, textarea, [tabindex]):focus-visible { outline: 2px solid #e8503a; outline-offset: 2px; }

.pb-input {
  border: 0; background: transparent; padding: 0; margin: 0; outline: none;
  font: inherit; letter-spacing: inherit; color: inherit; min-width: 0; border-radius: 0;
}
.pb-input::placeholder { color: var(--pb-ph, inherit); opacity: var(--pb-ph-op, 1); }
.pb-input:focus::placeholder { opacity: .45; }
.pb-select:has(option[value=""]:checked) { color: var(--pb-ph, inherit); opacity: var(--pb-ph-op, 1); }
.pb-input:-webkit-autofill { -webkit-box-shadow: 0 0 0 100px #faf6f0 inset; }
.pb-select { -webkit-appearance: none; appearance: none; cursor: pointer; }
.pb-select:invalid, .pb-select option[value=""] { color: inherit; }
.pb-textarea { resize: none; height: 100%; }
.pb-otp { text-align: center; width: 100%; height: 100%; }
.pb-otp:focus { outline: none; }
.pb-stake { text-align: right; }
.pb-scroll-x { scrollbar-width: none; }
.pb-scroll-x::-webkit-scrollbar { display: none; }
.pb-scroll-x > * { flex-shrink: 0; }

.pb-error { color: #e8503a; font: 500 11px/14px 'Geist', system-ui, sans-serif; margin-top: 6px; }
.pb-field-invalid { box-shadow: inset 0 -2px 0 0 #e8503a !important; }
.pb-note { color: #5c5852; font: 400 12px/16px 'Geist', system-ui, sans-serif; margin-top: 8px; }
.pb-hidden { display: none !important; }

/* Odds buttons */
.pb-odds { transition: background-color .15s, box-shadow .15s; }
.pb-odds.is-selected { background: #d4f34a !important; box-shadow: inset 0 0 0 1px #121212 !important; }
.pb-odds.is-selected * { color: #121212 !important; }
.pb-odds:not(.is-selected) .pb-odds-check { display: none; }

/* Tabs / filters */
.pb-tab.is-active { background: #d4f34a !important; box-shadow: inset 0 0 0 1px #121212 !important; }
.pb-tab.is-active * { color: #121212 !important; }
.pb-utab { box-shadow: none !important; }
.pb-utab * { color: #5c5852 !important; }
.pb-utab.is-active { box-shadow: inset 0 -1px 0 0 #e8503a !important; }
.pb-utab.is-active * { color: #e8503a !important; }
.pb-topic.is-active { background: #faf7f2 !important; box-shadow: inset 1px 0 0 0 #d4f34a !important; }
.pb-topic.is-active * { color: #e8503a !important; font-weight: 800 !important; }

/* FAQ accordion */
.pb-faq.is-open { background: #faf7f2 !important; }
.pb-faq.is-open .pb-faq-q { color: #e8503a !important; font-weight: 700 !important; }
.pb-faq:not(.is-open) .pb-faq-minus, .pb-faq.is-open .pb-faq-plus { display: none !important; }
.pb-faq:not(.is-open) .pb-faq-body { display: none !important; }

/* Toggles & checkboxes */
.pb-toggle { transition: background-color .15s; justify-content: flex-start !important; background: transparent !important; box-shadow: inset 0 0 0 1.5px #1a1a1a !important; }
.pb-toggle.is-on { justify-content: flex-end !important; background: #d4f34a !important; box-shadow: none !important; }
.pb-toggle-label { transition: opacity .15s; }
.pb-checkbox { background: transparent !important; box-shadow: inset 0 0 0 1.5px #1a1a1a !important; }
.pb-checkbox.is-checked { background: #1a1a1a !important; box-shadow: none !important; }
.pb-checkbox:not(.is-checked) .pb-check-glyph { display: none; }
.pb-check-default { color: #d4f34a; font: 700 14px/18px 'Geist', system-ui, sans-serif; }

/* Mobile menu nav */
.pb-mnav .pb-mnav-dot { display: none; }
.pb-mnav.is-active .pb-mnav-dot { display: block; }
.pb-mnav.is-active * { color: #d4f34a !important; }

/* Overlays (age gate, cookie consent, mobile menu) */
.pb-overlay { position: fixed; inset: 0; z-index: 1000; overflow: auto; -webkit-overflow-scrolling: touch; }
.pb-overlay[hidden] { display: none; }
.pb-overlay .pb-overlay-root { min-height: 100vh; min-height: 100dvh; }
.pb-overlay-cookies .pb-overlay-root { background: rgba(26, 26, 26, .82) !important; }
.pb-overlay-menu { display: none; }
@media (max-width: 767px) { .pb-overlay-menu:not([hidden]) { display: block; } }
.pb-overlay .pb-mobile { display: none; }
@media (max-width: 767px) { .pb-overlay .pb-desktop { display: none; } .pb-overlay .pb-mobile { display: block; } }

/* Toast */
.pb-toast {
  position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%) translateY(0);
  z-index: 2000; max-width: min(92vw, 560px);
  background: #121212; color: #ffffff; border-radius: 2px; padding: 14px 18px;
  font: 600 13px/18px 'Geist', system-ui, sans-serif; letter-spacing: .2px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
  transition: opacity .2s, transform .2s;
}
.pb-toast[hidden] { display: none; }
.pb-toast.is-success { background: #d4f34a; color: #121212; }
.pb-toast.is-error { background: #e8503a; color: #ffffff; }
.pb-toast strong { font-weight: 800; }

/* Bet slip helpers */
.pb-empty-slip {
  background: #ffffff; box-shadow: inset 0 0 0 1px #e6e2dc; border-radius: 2px; padding: 16px;
  color: #5c5852; font: 400 12px/16px 'Geist', system-ui, sans-serif; align-self: stretch;
}
.pb-slip-multi { color: #8c867e; font: 400 12px/16px 'Geist', system-ui, sans-serif; }

/* Deposit-limit inline form (built by JS, styled like the registration inputs) */
.pb-limit-form { display: flex; flex-direction: column; gap: 16px; align-self: stretch; padding-top: 4px; }
.pb-limit-form .pb-lf-field { display: flex; flex-direction: column; gap: 6px; }
.pb-limit-form label { color: #5c5852; font: 800 12px/16px 'Geist', system-ui, sans-serif; letter-spacing: 1px; text-transform: uppercase; }
.pb-limit-form .pb-lf-row { display: flex; gap: 12px; }
.pb-limit-form input, .pb-limit-form select {
  width: 100%; height: 48px; padding: 0 12px; border: 0; border-bottom: 1px solid #121212; border-radius: 0;
  background: #ffffff; color: #121212; font: 400 14px/18px 'Geist', system-ui, sans-serif; outline: none;
}
.pb-limit-form select { -webkit-appearance: none; appearance: none; }
.pb-limit-form .pb-lf-actions { display: flex; gap: 12px; }
.pb-limit-form .pb-lf-btn { flex: 1; height: 44px; border: 0; border-radius: 2px; cursor: pointer; font: 700 13px/17px 'Geist', system-ui, sans-serif; letter-spacing: .5px; text-transform: uppercase; }
.pb-limit-form .pb-lf-save { background: #d4f34a; color: #121212; box-shadow: inset 0 0 0 1px #121212; }
.pb-limit-form .pb-lf-cancel { background: transparent; color: #121212; box-shadow: inset 0 0 0 1px #121212; }

/* ------------------------------------------------------------------ Account page (hand-written, in the design language) */
.pb-acc { align-self: stretch; width: 100%; box-sizing: border-box; background: #faf7f2; border-bottom: 1px solid #e6e2dc; padding: 64px max(80px, calc((100% - 1280px) / 2)) 80px; display: flex; flex-direction: column; gap: 40px; font-family: 'Geist', system-ui, sans-serif; color: #121212; }
.pb-acc-head { display: flex; flex-direction: column; gap: 12px; }
.pb-acc-eyebrow { color: #e8503a; font: 800 13px/17px 'Geist', system-ui, sans-serif; text-transform: uppercase; }
.pb-acc-title { margin: 0; font: 700 72px/64px 'Archivo Narrow', 'Arial Narrow', sans-serif; text-transform: uppercase; }
.pb-acc-sub { margin: 0; color: #5c5852; font: 400 15px/22px 'Geist', system-ui, sans-serif; max-width: 640px; }
.pb-acc-status { background: #121212; color: #ffffff; border-radius: 2px; padding: 14px 20px; font: 600 13px/18px 'Geist', system-ui, sans-serif; }
.pb-acc-status.is-warn { background: #e8503a; }
.pb-acc-grid { display: flex; gap: 32px; align-items: flex-start; }
.pb-acc-wallet { width: 356px; flex-shrink: 0; background: #121212; color: #ffffff; border-radius: 2px; padding: 24px; display: flex; flex-direction: column; gap: 16px; }
.pb-acc-wallet-top { display: flex; justify-content: space-between; align-items: center; }
.pb-acc-wallet-label { color: #8c867e; font: 700 11px/14px 'Geist', system-ui, sans-serif; letter-spacing: .5px; }
.pb-acc-pill { background: #e8503a; color: #fff; border-radius: 2px; padding: 3px 8px; font: 700 10px/13px 'Geist', system-ui, sans-serif; }
.pb-acc-pill.is-ok { background: #d4f34a; color: #121212; }
.pb-acc-balance { color: #d4f34a; font: 700 44px/44px 'Archivo Narrow', 'Arial Narrow', sans-serif; }
.pb-acc-wallet-meta { color: #8c867e; font: 400 12px/16px 'Geist', system-ui, sans-serif; }
.pb-acc-wallet-actions { display: flex; gap: 8px; }
.pb-acc-btn { flex: 1; min-height: 46px; padding: 12px 16px; border: 0; border-radius: 2px; cursor: pointer; text-align: center; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; font: 700 13px/17px 'Geist', system-ui, sans-serif; letter-spacing: .5px; text-transform: uppercase; }
.pb-acc-btn-primary { background: #e8503a; color: #fff; }
.pb-acc-btn-coral { background: #e8503a; color: #fff; }
.pb-acc-btn-lime { background: #d4f34a; color: #121212; }
.pb-acc-btn-dark { background: #121212; color: #faf7f2; box-shadow: inset 0 0 0 1px #2c2c2c; }
.pb-acc-btn-ghost { background: transparent; color: inherit; box-shadow: inset 0 0 0 1.5px currentColor; }
.pb-acc-btn:hover { filter: brightness(.94); }
.pb-acc-btn:disabled { opacity: .5; cursor: default; filter: none; }
.pb-acc-form { display: flex; flex-direction: column; gap: 12px; background: #1e1e1e; box-shadow: inset 0 0 0 1px #2c2c2c; border-radius: 2px; padding: 16px; }
.pb-acc-form[hidden] { display: none; }
.pb-acc-main .pb-acc-form { background: #ffffff; box-shadow: inset 0 0 0 1px #e6e2dc; }
.pb-acc-form-inline { max-width: 560px; }
.pb-acc-field { display: flex; flex-direction: column; gap: 6px; }
.pb-acc-field label { font: 600 11px/14px 'Geist', system-ui, sans-serif; letter-spacing: .5px; text-transform: uppercase; opacity: .8; }
.pb-acc-field input, .pb-acc-field select, .pb-acc-control-action select {
  height: 44px; padding: 0 12px; border: 0; border-radius: 2px; background: #ffffff; color: #121212; box-shadow: inset 0 0 0 1px #e6e2dc;
  font: 400 14px/18px 'Geist', system-ui, sans-serif; outline: none; -webkit-appearance: none; appearance: none; width: 100%;
}
.pb-acc-field input:focus, .pb-acc-field select:focus { box-shadow: inset 0 0 0 1.5px #121212; }
.pb-acc-quick { display: flex; gap: 8px; }
.pb-acc-quick button { flex: 1; height: 34px; border: 0; border-radius: 2px; background: #2c2c2c; color: #fff; cursor: pointer; font: 700 12px/16px 'Geist', system-ui, sans-serif; }
.pb-acc-quick button:hover { background: #3a3a3a; }
.pb-acc-note { color: #8c867e; font: 400 12px/16px 'Geist', system-ui, sans-serif; }
.pb-acc-note.is-error { color: #e8503a; }
.pb-acc-form-actions { display: flex; gap: 8px; }
.pb-acc-limitbox { border-top: 1px solid #2c2c2c; padding-top: 16px; display: flex; flex-direction: column; gap: 4px; }
.pb-acc-limit-label { color: #8c867e; font: 700 11px/14px 'Geist', system-ui, sans-serif; letter-spacing: .5px; }
.pb-acc-limit-value { font: 700 18px/24px 'Archivo Narrow', 'Arial Narrow', sans-serif; }
.pb-acc-limit-sub { color: #8c867e; font: 400 12px/16px 'Geist', system-ui, sans-serif; }
.pb-acc-link { color: #e8503a; font: 700 13px/17px 'Geist', system-ui, sans-serif; text-decoration: none; }
.pb-acc-link:hover { text-decoration: underline; }
.pb-acc-link-btn { background: none; border: 0; padding: 0; cursor: pointer; color: #e8503a; font: 700 12px/16px 'Geist', system-ui, sans-serif; }
.pb-acc-main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 24px; }
.pb-acc-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.pb-acc-tab, .pb-acc-chip { border: 0; border-radius: 2px; cursor: pointer; background: #ffffff; color: #5c5852; box-shadow: inset 0 0 0 1px #e6e2dc; font: 700 12px/16px 'Geist', system-ui, sans-serif; padding: 8px 16px; }
.pb-acc-tab.is-active, .pb-acc-chip.is-active { background: #d4f34a; color: #121212; box-shadow: inset 0 0 0 1px #121212; }
.pb-acc-chip { padding: 6px 12px; font-size: 11px; }
.pb-acc-panel { display: flex; flex-direction: column; gap: 16px; }
.pb-acc-panel[hidden] { display: none; }
.pb-acc-panel-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; border-bottom: 1px solid #e6e2dc; padding-bottom: 12px; }
.pb-acc-panel-head h2 { margin: 0; font: 700 24px/32px 'Archivo Narrow', 'Arial Narrow', sans-serif; }
.pb-acc-panel-tools { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; color: #5c5852; font: 400 13px/17px 'Geist', system-ui, sans-serif; }
.pb-acc-list { display: flex; flex-direction: column; gap: 12px; }
.pb-acc-empty { background: #ffffff; box-shadow: inset 0 0 0 1px #e6e2dc; border-radius: 2px; padding: 24px; color: #5c5852; font: 400 13px/18px 'Geist', system-ui, sans-serif; }
.pb-acc-row { background: #ffffff; box-shadow: inset 0 0 0 1px #e6e2dc; border-radius: 2px; padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.pb-acc-row-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.pb-acc-row-id { font: 700 11px/14px 'Geist', system-ui, sans-serif; color: #5c5852; letter-spacing: .5px; }
.pb-acc-row-when { color: #8c867e; font: 400 11px/14px 'Geist', system-ui, sans-serif; }
.pb-acc-badge { border-radius: 2px; padding: 2px 8px; font: 700 10px/14px 'Geist', system-ui, sans-serif; letter-spacing: .5px; background: #f2ede6; color: #5c5852; }
.pb-acc-badge.is-pending { background: #121212; color: #fff; }
.pb-acc-badge.is-won { background: #d4f34a; color: #121212; }
.pb-acc-badge.is-lost { background: #e8503a; color: #fff; }
.pb-acc-badge.is-void { background: #e6e2dc; color: #121212; }
.pb-acc-legs { display: flex; flex-direction: column; gap: 6px; }
.pb-acc-leg { display: flex; justify-content: space-between; gap: 12px; font: 400 13px/18px 'Geist', system-ui, sans-serif; }
.pb-acc-leg b { font-weight: 700; }
.pb-acc-leg .pb-acc-leg-meta { color: #5c5852; }
.pb-acc-leg .pb-acc-leg-price { font-weight: 800; color: #e8503a; white-space: nowrap; }
.pb-acc-leg.is-won .pb-acc-leg-price { color: #121212; }
.pb-acc-leg.is-lost { opacity: .55; }
.pb-acc-row-bottom { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; border-top: 1px solid #e6e2dc; padding-top: 10px; font: 400 12px/16px 'Geist', system-ui, sans-serif; color: #5c5852; }
.pb-acc-row-bottom b { color: #121212; font-weight: 800; }
.pb-acc-txn { display: grid; grid-template-columns: 150px 1fr auto auto; gap: 16px; align-items: center; background: #ffffff; box-shadow: inset 0 0 0 1px #e6e2dc; border-radius: 2px; padding: 12px 16px; font: 400 13px/18px 'Geist', system-ui, sans-serif; }
.pb-acc-txn .pb-acc-txn-type { font-weight: 700; }
.pb-acc-txn .pb-acc-txn-amt { font-weight: 800; white-space: nowrap; }
.pb-acc-txn .pb-acc-txn-amt.is-neg { color: #e8503a; }
.pb-acc-txn .pb-acc-txn-amt.is-pos { color: #121212; }
.pb-acc-txn .pb-acc-txn-bal { color: #8c867e; white-space: nowrap; }
.pb-acc-dl { margin: 0; display: grid; grid-template-columns: 200px 1fr; gap: 10px 16px; background: #fff; box-shadow: inset 0 0 0 1px #e6e2dc; border-radius: 2px; padding: 16px; font: 400 13px/18px 'Geist', system-ui, sans-serif; }
.pb-acc-dl dt { color: #5c5852; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: .5px; }
.pb-acc-dl dd { margin: 0; }
.pb-acc-subhead { font: 700 16px/22px 'Archivo Narrow', 'Arial Narrow', sans-serif; letter-spacing: .5px; margin-top: 8px; }
.pb-acc-text { margin: 0; color: #5c5852; font: 400 13px/18px 'Geist', system-ui, sans-serif; max-width: 560px; }
.pb-acc-control { display: flex; justify-content: space-between; gap: 24px; align-items: center; background: #fff; box-shadow: inset 0 0 0 1px #e6e2dc; border-radius: 2px; padding: 16px; }
.pb-acc-control-danger { box-shadow: inset 0 0 0 1px #121212; }
.pb-acc-control-info { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.pb-acc-control-title { font: 700 14px/18px 'Geist', system-ui, sans-serif; }
.pb-acc-control-desc { color: #5c5852; font: 400 12px/16px 'Geist', system-ui, sans-serif; }
.pb-acc-control-state { color: #e8503a; font: 700 12px/16px 'Geist', system-ui, sans-serif; }
.pb-acc-control-action { display: flex; gap: 8px; align-items: center; flex-shrink: 0; }
.pb-acc-control-action select { width: 160px; height: 40px; }
.pb-acc-control-action .pb-acc-btn { flex: 0 0 auto; min-height: 40px; padding: 10px 16px; }
@media (max-width: 1023px) {
  .pb-acc-grid { flex-direction: column; }
  .pb-acc-wallet { width: 100%; }
}
@media (max-width: 767px) {
  .pb-acc { padding: 32px 16px 48px; gap: 24px; }
  .pb-acc-title { font-size: 44px; line-height: 40px; }
  .pb-acc-txn { grid-template-columns: 1fr auto; }
  .pb-acc-txn .pb-acc-txn-bal { grid-column: 1 / -1; }
  .pb-acc-dl { grid-template-columns: 1fr; }
  .pb-acc-control { flex-direction: column; align-items: stretch; }
  .pb-acc-control-action { flex-wrap: wrap; }
  .pb-acc-control-action select { width: 100%; }
}

/* Reality-check / confirm dialog */
.pb-dialog { position: fixed; inset: 0; z-index: 1500; background: rgba(26, 26, 26, .82); display: flex; align-items: center; justify-content: center; padding: 16px; }
.pb-dialog[hidden] { display: none; }
.pb-dialog-card { width: 100%; max-width: 480px; background: #faf6f0; border-radius: 4px; padding: 32px; display: flex; flex-direction: column; gap: 16px; box-shadow: 0 16px 32px rgba(0, 0, 0, .2); font-family: 'Geist', system-ui, sans-serif; color: #1a1a1a; }
.pb-dialog-eyebrow { color: #5c5852; font: 600 12px/16px 'Geist', system-ui, sans-serif; letter-spacing: .5px; text-transform: uppercase; }
.pb-dialog-title { margin: 0; font: 700 32px/34px 'Archivo Narrow', 'Arial Narrow', sans-serif; text-transform: uppercase; }
.pb-dialog-body { margin: 0; font: 400 14px/20px 'Geist', system-ui, sans-serif; }
.pb-dialog-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pb-dialog-stat { background: #fff; box-shadow: inset 0 0 0 1px #e6e2dc; border-radius: 2px; padding: 12px; }
.pb-dialog-stat b { display: block; font: 700 22px/26px 'Archivo Narrow', 'Arial Narrow', sans-serif; }
.pb-dialog-stat span { color: #5c5852; font: 600 11px/14px 'Geist', system-ui, sans-serif; text-transform: uppercase; letter-spacing: .5px; }
.pb-dialog-actions { display: flex; flex-direction: column; gap: 8px; }
.pb-dialog-input { height: 48px; padding: 0 12px; border: 0; border-radius: 2px; box-shadow: inset 0 0 0 1.5px #1a1a1a; background: #fff; font: 400 15px/20px 'Geist', system-ui, sans-serif; outline: none; }

/* Header balance chip */
.pb-hdr-balance { color: #e8503a; font-weight: 800; }

/* Reset-password inline block on the login page */
.pb-reset { display: flex; flex-direction: column; gap: 16px; align-self: stretch; }

/* Account chip in header when logged in */
.pb-user-chip { display: inline-flex; align-items: center; gap: 8px; }

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
}

/* Help-centre search suggestions (buttons that fill the on-page search box) */
.pb-searchtag { display: inline; padding: 0; vertical-align: baseline; text-decoration: underline; }

/* ------------------------------------------------------------------ operator card
   Legal identity of the licensed operator. First block on Terms, Privacy and Cookies. */
.pb-operator { align-self: stretch; box-sizing: border-box; background-color: #faf6f0; }
.pb-desktop .pb-operator {
  padding: 40px 80px 8px;
  padding-left: max(80px, calc((100% - 1280px) / 2));
  padding-right: max(80px, calc((100% - 1280px) / 2));
}
.pb-mobile .pb-operator { padding: 24px 16px 8px; }
.pb-operator-card {
  background: #121212; color: #faf6f0; border-radius: 2px;
  display: flex; flex-direction: column; gap: 28px;
  padding: 40px; box-shadow: inset 0 0 0 1px #2a2a2a;
}
.pb-mobile .pb-operator-card { padding: 24px 20px; gap: 20px; }
.pb-operator-head { display: flex; flex-direction: column; gap: 12px; }
.pb-operator-eyebrow {
  font: 700 12px/16px 'Archivo Narrow', 'Arial Narrow', sans-serif;
  letter-spacing: 1.2px; text-transform: uppercase; color: #e8503a;
}
.pb-operator-name {
  margin: 0; font: 700 40px/40px 'Archivo Narrow', 'Arial Narrow', sans-serif;
  text-transform: uppercase; color: #ffffff; letter-spacing: -.5px;
}
.pb-mobile .pb-operator-name { font-size: 28px; line-height: 30px; }
.pb-operator-lede { margin: 0; max-width: 68ch; font: 400 15px/24px 'Geist', system-ui, sans-serif; color: #c8c2ba; }
.pb-mobile .pb-operator-lede { font-size: 14px; line-height: 22px; }
.pb-operator-grid { margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: #2a2a2a; box-shadow: 0 0 0 1px #2a2a2a; }
.pb-operator-item { background: #121212; padding: 16px; display: flex; flex-direction: column; gap: 6px; }
.pb-operator-item dt { font: 600 11px/14px 'Geist', system-ui, sans-serif; letter-spacing: .6px; text-transform: uppercase; color: #8c867e; }
.pb-operator-item dd { margin: 0; font: 500 14px/20px 'Geist', system-ui, sans-serif; color: #ffffff; }
.pb-operator-item.is-wide { grid-column: span 2; }
.pb-operator-note { margin: 0; font: 400 13px/20px 'Geist', system-ui, sans-serif; color: #8c867e; }
.pb-operator-note a { color: #e8503a; text-decoration: underline; }
@media (max-width: 1099px) { .pb-desktop .pb-operator-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) { .pb-desktop .pb-operator { padding: 24px 16px 8px; } }
.pb-mobile .pb-operator-grid { grid-template-columns: 1fr; }
.pb-mobile .pb-operator-item.is-wide { grid-column: auto; }
