/* Options desk: one visual system, scoped to the application. */
.od {
  --od-ink: #142c3e;
  --od-muted: #607485;
  --od-line: #dce5eb;
  --od-soft: #f4f7f9;
  --od-call: #008776;
  --od-put: #c15a65;
  --od-blue: #366b96;
  max-width: 1480px;
  margin: 0 auto;
  padding: 28px 28px 48px;
  color: var(--od-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}
.od *,
.od *::before,
.od *::after {
  box-sizing: border-box;
}
.od [hidden] {
  display: none !important;
}
.od h1,
.od h2,
.od h3,
.od p,
.od dl,
.od figure {
  margin: 0;
}
.od h1,
.od h2,
.od h3 {
  font-family: inherit;
  letter-spacing: -0.025em;
  color: var(--od-ink);
  line-height: 1.2;
}
.od h1 {
  font-size: 36px;
  font-weight: 650;
  margin: 10px 0;
}
.od h2 {
  font-size: 23px;
  font-weight: 600;
}
.od h3 {
  font-size: 16px;
  font-weight: 600;
}
.od a {
  color: var(--od-blue);
  text-decoration: none;
}
.od a:hover {
  text-decoration: underline;
  color: var(--od-call);
}
.od a:focus-visible,
.od button:focus-visible,
.od summary:focus-visible,
.od [tabindex]:focus-visible,
.od input:focus-visible,
.od select:focus-visible {
  outline: 2px solid var(--od-call);
  outline-offset: 4px;
}
.od small {
  font-size: 11px;
  line-height: 1.6;
}
.od .od-eyebrow {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--od-muted);
}
.od-eyebrow span {
  padding: 0 8px;
  color: #94a8b5;
}
.od-masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 0 0 26px;
  border-bottom: 2px solid var(--od-ink);
}
.od-deck {
  color: var(--od-muted);
  max-width: 760px;
  font-size: 14px;
}
.od-date {
  display: grid;
  text-align: right;
  flex-shrink: 0;
  gap: 4px;
}
.od-date > span {
  font-size: 10px;
  color: var(--od-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.od-date strong {
  font-size: 17px;
  font-weight: 600;
}
.od-date small {
  color: var(--od-muted);
}
.od-nav {
  display: flex;
  gap: 26px;
  align-items: stretch;
  border-bottom: 1px solid var(--od-line);
  position: relative;
  z-index: 4;
}
.od-nav > a,
.od-more > summary {
  color: var(--od-muted);
  padding: 16px 0;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.od-nav > a[aria-current] {
  color: var(--od-call);
  box-shadow: 0 2px 0 var(--od-call);
}
.od-more {
  margin-left: auto;
  position: relative;
}
.od-more summary {
  cursor: pointer;
}
.od-more > div {
  position: absolute;
  right: 0;
  top: 100%;
  width: 220px;
  background: white;
  box-shadow: 0 12px 36px #142c3e1a;
  border: 1px solid var(--od-line);
  padding: 8px;
}
.od-more a {
  display: block;
  padding: 10px 12px;
  font-size: 12px;
}
.od-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  padding: 14px 0;
  border-bottom: 1px solid var(--od-line);
  font-size: 12px;
}
.od-subnav a {
  color: var(--od-muted);
}
.od-subnav a[aria-current] {
  color: var(--od-ink);
  font-weight: 700;
}
.od-subnav .od-external {
  margin-left: auto;
}
.od-status-line {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--od-muted);
  padding: 14px 0;
  border-bottom: 1px solid var(--od-line);
}
.od-status-line strong {
  color: var(--od-ink);
  font-weight: 600;
}
.od-status-dot {
  background: var(--od-call);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.od-status-dot.is-pending {
  background: #b17b24;
}
.od-section {
  padding: 28px 0;
  border-bottom: 1px solid var(--od-line);
  min-width: 0;
}
.od-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}
.od-section-head .od-eyebrow {
  margin-bottom: 7px;
}
.od-section-head > a {
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.od-caption,
.od .od-footnote {
  font-size: 11px;
  line-height: 1.7;
  color: var(--od-muted);
}
.od .od-footnote {
  border-top: 0;
  padding-top: 20px;
  max-width: 1000px;
}
.od-section > p.od-caption {
  margin: 12px 0 0;
}
.od-section-head + p.od-caption {
  margin: -7px 0 18px;
}
.od-data-note {
  font-size: 12px !important;
  color: var(--od-muted);
  background: var(--od-soft);
  padding: 12px 16px;
  border-left: 2px solid #b9cbd6;
}
.od-data-note strong {
  font-weight: 600;
  color: var(--od-ink);
  margin-right: 8px;
}
.od-muted {
  color: var(--od-muted);
}
.od-filters {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 14px;
  padding: 18px 0;
}
.od-filters label {
  display: grid;
  gap: 6px;
  font-size: 11px;
  color: var(--od-muted);
  min-width: 150px;
  flex: 1;
}
.od-filters .od-search {
  flex: 2;
  min-width: 220px;
}
.od-filters input,
.od-filters select {
  font:
    400 13px/1.3 Arial,
    Helvetica,
    sans-serif;
  min-height: 40px;
  border: 1px solid #cbd7df;
  border-radius: 3px;
  color: var(--od-ink);
  background: #fff;
  padding: 9px 12px;
  width: 100%;
  max-width: 100%;
}
.od-filters select {
  padding-right: 30px;
}
.od-filters > a {
  line-height: 40px;
  font-size: 12px;
}
.od-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--od-ink);
  color: white !important;
  border: 1px solid var(--od-ink);
  border-radius: 3px;
  min-height: 40px;
  padding: 9px 18px;
  font:
    600 12px/1.5 Arial,
    Helvetica,
    sans-serif;
  cursor: pointer;
  text-decoration: none !important;
}
.od-button:hover {
  background: #234459;
}
.od-button-secondary {
  background: white;
  color: var(--od-ink) !important;
  border-color: #cbd7df;
}
.od-button-secondary:hover {
  background: var(--od-soft);
}
.od-filter-more {
  flex-basis: 100%;
  font-size: 12px;
  color: var(--od-muted);
}
.od-filter-more summary {
  cursor: pointer;
  width: fit-content;
}
.od-filter-fields {
  display: flex;
  gap: 16px;
  margin-top: 12px;
  max-width: 900px;
}
.od-table-scroll {
  width: 100%;
  overflow: auto;
  overscroll-behavior-x: contain;
  border-top: 1px solid var(--od-line);
  border-bottom: 1px solid var(--od-line);
  scrollbar-width: thin;
}
.od-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  text-align: left;
  margin: 0 !important;
}
.od-table thead {
  background: var(--od-soft);
}
.od-table th,
.od-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #e8edf1;
  vertical-align: middle;
  line-height: 1.45;
}
.od-table thead th {
  color: var(--od-muted);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.od-table tbody th {
  font-weight: 500;
}
.od-table tbody tr:last-child > * {
  border-bottom: 0;
}
.od-table tbody tr:hover {
  background: #f6f9fb;
}
.od-table small {
  display: block;
  color: var(--od-muted);
  font-size: 10px;
  font-weight: 400;
  margin-top: 3px;
}
.od-table .od-symbol {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.005em;
}
.od-symbol span {
  font-size: 11px;
  color: #90a3b0;
  opacity: 0;
}
.od-table tr:hover .od-symbol span,
.od-symbol:focus span {
  opacity: 1;
}
.od-company {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.od .od-num {
  text-align: right;
  white-space: nowrap;
}
.od-nowrap {
  white-space: nowrap;
}
.od-table .od-contract-id {
  font-size: 11px;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.od-signal-table th:first-child {
  width: 24%;
}
.od-signal-table td:nth-child(3) {
  min-width: 150px;
}
.od-balance-label {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 10px;
}
.od-balance-label b {
  font-weight: 500;
}
.od-balance {
  display: block;
  position: relative;
  height: 5px;
  background: #edf2f5;
  margin-top: 8px;
  overflow: hidden;
}
.od-balance:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #9fb2c1;
}
.od-balance i {
  position: absolute;
  top: 0;
  height: 5px;
}
.od-balance .is-call {
  left: 50%;
  background: var(--od-call);
}
.od-balance .is-put {
  right: 50%;
  background: var(--od-put);
}
.od .od-tone-bullish,
.od .od-side-call {
  color: var(--od-call);
}
.od .od-tone-bearish,
.od .od-side-put {
  color: var(--od-put);
}
.od .od-tone-volatility {
  color: var(--od-blue);
}
.od-status {
  font-size: 10px;
  color: var(--od-call);
}
.od-side {
  font-size: 11px;
  font-weight: 600;
}
.od-compare {
  table-layout: fixed;
  min-width: 580px;
}
.od-compare th,
.od-compare td {
  padding-top: 16px;
  padding-bottom: 16px;
}
.od-compare thead th {
  white-space: normal;
}
.od-compare th:first-child {
  width: 22%;
}
.od-pagination {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 18px;
  color: var(--od-muted);
  font-size: 11px;
}
.od-pagination > span:first-child {
  margin-right: auto;
}
.od-pagination a {
  font-weight: 600;
}
.od-reading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 300px);
  gap: 48px;
  padding: 28px 0 20px;
}
.od-reading h2 {
  font-size: 28px;
  margin: 8px 0;
}
.od-reading p {
  font-size: 12px;
  color: var(--od-muted);
  max-width: 680px;
}
.od-reading small {
  display: block;
  margin-top: 4px;
}
.od-changes {
  font-size: 12px;
  align-self: center;
}
.od-changes > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--od-line);
  padding: 9px 0;
}
.od-changes strong {
  font-weight: 600;
}
.od-metrics {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--od-line);
  padding: 22px 0;
  gap: 24px;
}
.od-metrics > div {
  flex: 1;
  min-width: 140px;
  border-right: 1px solid var(--od-line);
  padding-right: 18px;
}
.od-metrics > div:last-child {
  border: 0;
}
.od-metrics dt {
  font-size: 11px;
  color: var(--od-muted);
  font-weight: 400;
  margin-bottom: 5px;
}
.od-metrics dd {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  letter-spacing: -0.035em;
}
.od-metrics small {
  color: var(--od-muted);
}
.od-chart-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
  gap: 32px;
  align-items: start;
}
.od-chart-grid-main {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 50px;
}
.od-chart-grid-main > div {
  display: grid;
  gap: 28px;
}
.od-figure {
  min-width: 0;
  position: relative;
}
.od-figure figcaption {
  margin: 0 0 15px;
}
.od-figure figcaption p {
  font-size: 11px;
  line-height: 1.6;
  color: var(--od-muted);
  margin-top: 5px;
}
.od-chart svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
  font-family: Arial, Helvetica, sans-serif;
}
.od-chart text {
  fill: var(--od-muted);
  font-size: 11px;
  letter-spacing: 0;
}
.od-chart .od-svg-label {
  fill: var(--od-ink);
  font-size: 11px;
}
.od-chart .od-svg-grid {
  stroke: #e5edf2;
  stroke-width: 1;
}
.od-chart .od-svg-zero {
  stroke: #a3b7c5;
  stroke-width: 1;
}
.od-chart [data-tip] {
  cursor: crosshair;
  outline: none;
}
.od-chart [data-tip]:focus-visible {
  outline: 2px solid var(--od-blue);
  outline-offset: 3px;
}
.od-chart [data-tip]:hover {
  filter: brightness(0.88);
}
.od-chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 10px;
  color: var(--od-muted);
  margin-top: 12px;
}
.od-chart-legend span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.od-chart-legend i {
  width: 14px;
  height: 3px;
  display: inline-block;
}
.od-chart-tooltip {
  position: fixed;
  z-index: 1100;
  pointer-events: none;
  padding: 10px 13px;
  background: var(--od-ink);
  color: white;
  border-radius: 3px;
  font-size: 11px;
  box-shadow: 0 4px 20px #142c3e26;
  max-width: 260px;
  white-space: pre-line;
}
.od-chart-table {
  font-size: 10px;
  color: var(--od-muted);
  margin-top: 12px;
}
.od-chart-table summary {
  cursor: pointer;
  width: fit-content;
}
.od-chart-table table {
  margin-top: 10px !important;
  font-size: 11px;
}
.od-range {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 28px 0 0;
  margin: 24px 0 8px;
  border-top: 3px solid #6ca89f;
}
.od-range:before {
  content: "";
  position: absolute;
  left: 50%;
  height: 15px;
  width: 2px;
  top: -9px;
  background: var(--od-ink);
}
.od-range div {
  display: grid;
  gap: 6px;
}
.od-range div:nth-child(2) {
  text-align: center;
}
.od-range div:last-child {
  text-align: right;
}
.od-range small {
  color: var(--od-muted);
}
.od-range strong {
  font-size: 20px;
  font-weight: 500;
}
.od-large-number {
  font-size: 28px;
  font-weight: 500;
  color: var(--od-call);
}
.od-disclosure {
  border-bottom: 1px solid var(--od-line);
  padding: 19px 0;
}
.od-disclosure > summary {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.od-disclosure > summary span {
  font-size: 11px;
  color: var(--od-muted);
  font-weight: 400;
  margin-left: 12px;
}
.od-disclosure[open] > summary {
  margin-bottom: 20px;
}
.od-disclosure > .od-caption {
  margin: 12px 0;
}
.od-empty {
  padding: 54px 0 64px;
  max-width: 630px;
}
.od-empty-mark {
  display: block;
  font-size: 36px;
  color: #c3cfd7;
  margin-bottom: 12px;
}
.od-empty h2 {
  font-size: 22px;
}
.od-empty p {
  color: var(--od-muted);
  font-size: 13px;
  max-width: 540px;
  margin: 12px 0 22px;
}
@media (min-width: 1500px) {
  .od {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 1050px) {
  .od-nav {
    gap: 18px;
    flex-wrap: wrap;
  }
  .od-more {
    margin-left: 0;
  }
  .od-chart-grid-main {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
  .od {
    padding: 24px;
  }
  .od-nav > a,
  .od-more > summary {
    padding: 13px 0;
  }
  .od-signal-table th:first-child {
    width: auto;
  }
  .od-company {
    max-width: 190px;
  }
}
@media (max-width: 700px) {
  .od {
    padding: 20px 16px 32px;
    font-size: 13px;
  }
  .od h1 {
    font-size: 30px;
    margin: 8px 0;
  }
  .od h2 {
    font-size: 21px;
  }
  .od-masthead {
    gap: 16px;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 18px;
  }
  .od-date {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    text-align: left;
    align-items: baseline;
  }
  .od-date strong {
    font-size: 13px;
  }
  .od-date > span {
    font-size: 9px;
  }
  .od-date small {
    font-size: 10px;
  }
  .od-deck {
    font-size: 12px;
  }
  .od-nav {
    gap: 0 20px;
  }
  .od-nav > a,
  .od-more > summary {
    font-size: 11px;
    padding: 12px 0;
  }
  .od-more > div {
    left: 0;
    right: auto;
  }
  .od-status-line {
    font-size: 11px;
    gap: 6px 9px;
  }
  .od-status-line > span:not(.od-status-dot) {
    flex-basis: 100%;
  }
  .od-reading {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 22px;
  }
  .od-reading h2 {
    font-size: 25px;
  }
  .od-changes {
    max-width: 100%;
  }
  .od-changes .od-eyebrow {
    font-size: 9px;
  }
  .od-metrics {
    gap: 20px 12px;
  }
  .od-metrics > div {
    min-width: calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
  }
  .od-metrics > div:nth-child(2n) {
    border-right: 0;
  }
  .od-metrics dd {
    font-size: 22px;
  }
  .od-subnav {
    gap: 10px 20px;
    font-size: 11px;
  }
  .od-subnav .od-external {
    margin-left: 0;
  }
  .od-chart-grid-main,
  .od-chart-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }
  .od-section {
    padding: 24px 0;
  }
  .od-section-head {
    gap: 12px;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 18px;
  }
  .od-section-head .od-caption {
    font-size: 10px;
  }
  .od-filters {
    gap: 12px;
  }
  .od-filters .od-search {
    flex-basis: 100%;
  }
  .od-filters label {
    min-width: calc(50% - 12px);
  }
  .od-filter-fields {
    flex-wrap: wrap;
  }
  .od-table th,
  .od-table td {
    padding: 11px 10px;
  }
  .od-pagination {
    gap: 14px;
    flex-wrap: wrap;
  }
  .od-pagination > span:first-child {
    flex-basis: 100%;
  }
  .od-disclosure > summary span {
    display: block;
    margin-left: 15px;
  }
  .od-range strong {
    font-size: 16px;
  }
  .od-range small {
    font-size: 10px;
  }
  .od-footnote {
    font-size: 10px !important;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .od a,
  .od-button {
    transition:
      color 0.15s,
      background 0.15s;
  }
}
@media print {
  .od-nav,
  .od-subnav,
  .od-filters,
  .od-pagination,
  .od-more {
    display: none;
  }
  .od {
    max-width: none;
    padding: 0;
  }
  .od-chart-grid {
    break-inside: avoid;
  }
  .od-table-scroll {
    overflow: visible;
  }
  .od-table {
    font-size: 9px;
  }
  .od-chart-tooltip {
    display: none;
  }
}

.od-list-charts {
  padding: 20px 0 28px;
  margin: 2px 0 18px;
  border-top: 1px solid var(--od-line);
  border-bottom: 1px solid var(--od-line);
}
