:root {
  color-scheme: dark;
  --dm-bg: #050608;
  --dm-panel: #0b0d12;
  --dm-panel-soft: #10131a;
  --dm-border: #242a35;
  --dm-border-strong: #384253;
  --dm-text: #f3f5f7;
  --dm-muted: #9ca6b6;
  --dm-faint: #687386;
  --dm-cyan: #74e4ff;
  --dm-blue: #8fb4ff;
  --dm-purple: #a78bfa;
  --dm-red: #ff6b7f;
  --dm-green: #69d189;
  --dm-yellow: #f2d56b;
  --dm-shadow: 0 18px 50px rgba(0, 0, 0, 0.38);
  --dm-font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --dm-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--dm-bg);
  color: var(--dm-text);
  font-family: var(--dm-font);
  letter-spacing: 0;
}

body {
  overflow-x: hidden;
}

.dm-simple-body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 18% 16%, rgba(116, 228, 255, 0.12), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(167, 139, 250, 0.1), transparent 30%),
    #050608;
  background-size: 58px 58px, 58px 58px, auto, auto, auto;
}

.dm-simple-body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 6, 8, 0.16), rgba(5, 6, 8, 0.88));
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

.dm-simple-shell {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

/* Surface Command workspace -------------------------------------------------
   The final layer intentionally consolidates the legacy dashboard rules into
   a quieter, decision-first workstation without changing chart internals. */

:root {
  --dm-bg: #07090d;
  --dm-panel: #0c1016;
  --dm-panel-soft: #111722;
  --dm-border: #202936;
  --dm-border-strong: #344154;
  --dm-text: #f5f7fb;
  --dm-muted: #97a3b5;
  --dm-faint: #5f6b7d;
  --dm-cyan: #6edcff;
  --dm-blue: #8eb4ff;
  --dm-purple: #9d91ff;
  --dm-red: #ff8098;
  --dm-green: #65dda0;
  --dm-yellow: #f4c96b;
  --dm-radius: 14px;
  --dm-shadow: 0 16px 44px rgba(0, 0, 0, 0.24);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 68px;
}

.dm-simple-body {
  background: var(--dm-bg);
}

.dm-simple-body::before {
  background:
    radial-gradient(circle at 8% 0%, rgba(69, 184, 221, 0.09), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(128, 108, 226, 0.08), transparent 28%),
    linear-gradient(180deg, #080b10 0%, #07090d 46%, #06080b 100%);
  background-size: auto;
}

.dm-simple-body::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.01) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.55;
}

button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--dm-cyan);
  outline-offset: 2px;
}

[hidden],
[data-surface-panel][hidden],
[data-tool-panel][hidden] {
  display: none !important;
}

.dm-simple-shell {
  grid-template-columns: 66px minmax(0, 1fr);
}

.dm-simple-main {
  width: min(1680px, calc(100vw - 94px));
  padding: 14px 0 34px;
}

.dm-simple-rail {
  gap: 8px;
  padding: 14px 10px;
  border-color: rgba(133, 158, 188, 0.14);
  background: rgba(6, 9, 13, 0.94);
  box-shadow: 10px 0 34px rgba(0, 0, 0, 0.16);
}

.dm-simple-rail-mark,
.dm-simple-rail-btn {
  width: 44px;
  height: 44px;
}

.dm-simple-rail-logo,
.dm-simple-logo {
  border-color: rgba(110, 220, 255, 0.3);
  border-radius: 11px;
  color: var(--dm-cyan);
  background: linear-gradient(145deg, rgba(110, 220, 255, 0.1), rgba(8, 13, 19, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.dm-simple-rail-btn {
  border-radius: 11px;
}

.dm-simple-rail-btn:hover,
.dm-simple-rail-btn.is-active {
  border-color: rgba(110, 220, 255, 0.34);
  color: #eafaff;
  background: rgba(110, 220, 255, 0.09);
  box-shadow: inset 3px 0 0 var(--dm-cyan);
}

.dm-simple-topbar,
.dm-simple-controls,
.dm-simple-metrics,
.dm-chart-panel,
.dm-ladder-panel,
.dm-intel-card,
.dm-decision-lens,
.dm-toolkit {
  border-color: rgba(126, 146, 174, 0.2);
  border-radius: var(--dm-radius);
  background: linear-gradient(180deg, rgba(17, 22, 31, 0.97), rgba(10, 14, 20, 0.98));
  box-shadow: var(--dm-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.dm-simple-topbar::before,
.dm-simple-controls::before,
.dm-chart-panel::before,
.dm-ladder-panel::before,
.dm-intel-card::before {
  display: none;
}

.dm-simple-topbar {
  grid-template-columns: auto minmax(320px, 1fr) auto;
  min-height: 64px;
  padding: 9px 12px;
}

.dm-simple-brand {
  gap: 10px;
}

.dm-simple-logo {
  width: 40px;
  height: 40px;
}

.dm-simple-brand strong {
  font-size: 17px;
  letter-spacing: -0.02em;
}

.dm-simple-brand small {
  margin-top: 4px;
  color: #718096;
  font-size: 9px;
  letter-spacing: 0.09em;
}

.dm-simple-topnav {
  justify-content: center;
  gap: 2px;
}

.dm-simple-topnav a {
  padding: 8px 11px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 750;
}

.dm-simple-topnav a:hover,
.dm-simple-topnav a.is-active {
  border-color: transparent;
  color: #effbff;
  background: rgba(110, 220, 255, 0.09);
}

.dm-simple-topbar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dm-simple-status {
  min-width: 174px;
  min-height: 44px;
  padding: 8px 11px;
  border-color: rgba(126, 146, 174, 0.2);
  border-radius: 10px;
  background: rgba(5, 8, 12, 0.68);
}

.dm-simple-status strong {
  font-size: 13px;
}

.dm-simple-status small {
  max-width: 175px;
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-live-dot {
  width: 7px;
  height: 7px;
  animation-duration: 2.4s;
}

.dm-focus-button,
.dm-logout-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(126, 146, 174, 0.22);
  border-radius: 10px;
  color: var(--dm-muted);
  background: rgba(5, 8, 12, 0.68);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  transition: 150ms ease;
}

.dm-focus-button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.dm-focus-button:hover,
.dm-focus-button.is-active,
.dm-logout-link:hover {
  border-color: rgba(110, 220, 255, 0.36);
  color: #effbff;
  background: rgba(110, 220, 255, 0.08);
}

.dm-workspace-jump {
  position: sticky;
  top: 8px;
  z-index: 24;
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 44px;
  margin-top: 10px;
  padding: 5px 7px;
  border: 1px solid rgba(126, 146, 174, 0.2);
  border-radius: 12px;
  background: rgba(8, 12, 17, 0.9);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.dm-workspace-jump-label {
  padding: 0 9px;
  color: #667489;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dm-workspace-jump a {
  position: relative;
  padding: 8px 11px;
  border-radius: 8px;
  color: var(--dm-muted);
  font-size: 11px;
  font-weight: 750;
  text-decoration: none;
  transition: 140ms ease;
}

.dm-workspace-jump a:hover,
.dm-workspace-jump a.is-active {
  color: #f1fbff;
  background: rgba(110, 220, 255, 0.08);
}

.dm-workspace-jump a.is-active::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 3px;
  left: 10px;
  height: 1px;
  background: var(--dm-cyan);
  box-shadow: 0 0 8px rgba(110, 220, 255, 0.8);
}

.dm-workspace-shortcuts {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  padding-right: 5px;
  color: #667489;
  font-size: 8px;
  font-weight: 750;
  text-transform: uppercase;
}

.dm-workspace-shortcuts kbd {
  display: inline-grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border: 1px solid rgba(126, 146, 174, 0.22);
  border-radius: 5px;
  color: #aeb8c6;
  background: rgba(4, 7, 11, 0.74);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.05);
  font-family: var(--dm-mono);
  font-size: 8px;
}

.dm-simple-controls {
  grid-template-columns: minmax(130px, 0.85fr) minmax(170px, 1fr) auto minmax(120px, 0.75fr) auto auto;
  gap: 9px;
  margin-top: 10px;
  padding: 10px 11px;
}

.dm-control {
  gap: 5px;
}

.dm-control span,
.dm-mini-kicker {
  color: #78869a;
  font-size: 9px;
  letter-spacing: 0.09em;
}

.dm-control input,
.dm-control select {
  min-height: 42px;
  border-color: rgba(126, 146, 174, 0.28);
  border-radius: 10px;
  background: rgba(5, 8, 12, 0.84);
  padding: 0 11px;
  font-family: var(--dm-mono);
  font-size: 13px;
  font-weight: 700;
}

.dm-control input:focus,
.dm-control select:focus {
  border-color: rgba(110, 220, 255, 0.7);
  box-shadow: 0 0 0 3px rgba(110, 220, 255, 0.1);
}

.dm-segmented {
  min-height: 42px;
  padding: 3px;
  border-color: rgba(126, 146, 174, 0.28);
  border-radius: 10px;
  background: rgba(5, 8, 12, 0.84);
}

.dm-segmented button {
  min-width: 104px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 750;
}

.dm-segmented button.is-active {
  color: #071016;
  background: var(--dm-cyan);
  box-shadow: 0 5px 16px rgba(110, 220, 255, 0.16);
}

.dm-ghost-button,
.dm-primary-button {
  min-height: 42px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
}

.dm-ghost-button {
  border-color: rgba(126, 146, 174, 0.28);
  background: rgba(5, 8, 12, 0.84);
}

.dm-primary-button {
  color: #071016;
  background: linear-gradient(135deg, #73ddff, #9aa1ff);
}

.dm-simple-metrics {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 10px;
  border-radius: var(--dm-radius);
}

.dm-simple-metrics article {
  position: relative;
  min-height: 88px;
  padding: 14px 16px 12px;
  border-right: 1px solid rgba(126, 146, 174, 0.14);
  background: rgba(7, 10, 15, 0.56);
}

.dm-simple-metrics article:last-child {
  border-right: 0;
}

.dm-simple-metrics article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  left: 16px;
  height: 1px;
  background: rgba(110, 220, 255, 0.2);
}

.dm-summary-card-call::before {
  background: rgba(255, 128, 152, 0.5) !important;
}

.dm-summary-card-put::before {
  background: rgba(101, 221, 160, 0.5) !important;
}

.dm-summary-card-poc::before {
  background: rgba(157, 145, 255, 0.5) !important;
}

.dm-simple-metrics span {
  color: #768499;
  font-size: 9px;
  letter-spacing: 0.09em;
}

.dm-simple-metrics strong {
  margin-top: 8px;
  overflow: hidden;
  font-family: var(--dm-mono);
  font-size: clamp(18px, 1.8vw, 25px);
  font-weight: 750;
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-simple-metrics strong.is-positive {
  color: var(--dm-green);
}

.dm-simple-metrics strong.is-negative {
  color: var(--dm-red);
}

.dm-simple-metrics strong.is-neutral {
  color: var(--dm-yellow);
}

.dm-summary-card-pressure strong {
  font-size: clamp(16px, 1.5vw, 21px);
}

.dm-simple-metrics small {
  display: block;
  margin-top: 6px;
  overflow: hidden;
  color: #7e8b9e;
  font-size: 10px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-simple-metrics small b,
.dm-simple-metrics small i {
  color: inherit;
  font-style: normal;
  font-weight: 700;
}

.dm-market-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  align-items: stretch;
  gap: 10px;
  margin-top: 10px;
  scroll-margin-top: 68px;
}

.dm-market-workspace .dm-candle-panel {
  min-width: 0;
  margin-top: 0;
}

.dm-chart-panel {
  padding: 13px;
}

.dm-chart-head {
  min-height: 40px;
  margin-bottom: 9px;
}

.dm-chart-head h1,
.dm-chart-head h2 {
  margin-top: 4px;
  color: #f0f4fa;
  font-size: 19px;
  letter-spacing: -0.025em;
}

.dm-chart-head p {
  color: #7e8b9e;
  font-size: 10px;
}

.dm-market-workspace .dm-candle-chart {
  height: 392px;
  min-height: 360px;
}

.dm-native-chart,
.dm-small-native-chart,
.dm-strike-heatmap {
  border-color: rgba(110, 220, 255, 0.13);
  border-radius: 11px;
  background-color: #06090d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.dm-decision-lens {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 15px;
  border: 1px solid rgba(126, 146, 174, 0.2);
  overflow: hidden;
}

.dm-decision-lens::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 90px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(110, 220, 255, 0.055), transparent);
}

.dm-decision-lens-head {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.dm-decision-lens h2 {
  margin: 5px 0 0;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.dm-lens-live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
  padding: 5px 7px;
  border: 1px solid rgba(101, 221, 160, 0.22);
  border-radius: 999px;
  color: #b6ebce;
  background: rgba(101, 221, 160, 0.06);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.dm-lens-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--dm-green);
  box-shadow: 0 0 8px rgba(101, 221, 160, 0.7);
}

#simple-lens-copy {
  position: relative;
  min-height: 44px;
  margin: 18px 0 0;
  color: #bac4d2;
  font-size: 12px;
  line-height: 1.55;
}

.dm-wall-range {
  margin-top: 17px;
  padding: 13px 12px 11px;
  border: 1px solid rgba(126, 146, 174, 0.17);
  border-radius: 11px;
  background: rgba(4, 7, 11, 0.52);
}

.dm-wall-range-labels,
.dm-wall-range-key {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  color: #6f7c8e;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dm-wall-track {
  position: relative;
  height: 4px;
  margin: 19px 4px 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(101, 221, 160, 0.72), rgba(157, 145, 255, 0.5) 50%, rgba(255, 128, 152, 0.72));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04), 0 0 20px rgba(110, 220, 255, 0.06);
}

.dm-wall-track.is-empty {
  opacity: 0.35;
}

.dm-wall-marker {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #071016;
  border-radius: 50%;
  translate: -50% -50%;
  background: #cbd5e1;
  box-shadow: 0 0 0 2px rgba(203, 213, 225, 0.35);
}

.dm-wall-marker.is-put,
.dm-wall-range-key i.is-put {
  background: var(--dm-green);
}

.dm-wall-marker.is-call,
.dm-wall-range-key i.is-call {
  background: var(--dm-red);
}

.dm-wall-marker.is-poc,
.dm-wall-range-key i.is-poc {
  background: var(--dm-purple);
}

.dm-wall-marker.is-spot {
  z-index: 2;
  width: 13px;
  height: 13px;
  background: var(--dm-yellow);
  box-shadow: 0 0 0 3px rgba(244, 201, 107, 0.18), 0 0 16px rgba(244, 201, 107, 0.5);
}

.dm-wall-range-key {
  justify-content: center;
  gap: 12px;
}

.dm-wall-range-key span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.dm-wall-range-key i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--dm-yellow);
}

.dm-lens-readout {
  display: grid;
  gap: 1px;
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid rgba(126, 146, 174, 0.16);
  border-radius: 10px;
  background: rgba(126, 146, 174, 0.12);
}

.dm-lens-readout > div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 7px 10px;
  background: rgba(5, 8, 12, 0.82);
}

.dm-lens-readout span {
  color: #6f7c8e;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.dm-lens-readout strong {
  overflow: hidden;
  color: #c8d1dd;
  font-family: var(--dm-mono);
  font-size: 10px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-lens-readout strong.is-positive {
  color: var(--dm-green);
}

.dm-lens-readout strong.is-negative {
  color: var(--dm-red);
}

.dm-lens-readout strong.is-neutral {
  color: var(--dm-yellow);
}

.dm-lens-levels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
}

.dm-lens-levels article {
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(126, 146, 174, 0.16);
  border-radius: 10px;
  background: rgba(5, 8, 12, 0.56);
}

.dm-lens-levels span,
.dm-lens-levels small {
  display: block;
  overflow: hidden;
  color: #728095;
  font-size: 8px;
  font-weight: 800;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.dm-lens-levels strong {
  display: block;
  margin-top: 7px;
  overflow: hidden;
  font-family: var(--dm-mono);
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-lens-levels article:first-child strong {
  color: var(--dm-green);
}

.dm-lens-levels article:last-child strong {
  color: var(--dm-red);
}

.dm-lens-levels small {
  margin-top: 5px;
  color: #9aa6b7;
  text-transform: none;
}

.dm-floor-grid {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  gap: 10px;
  margin-top: 10px;
  scroll-margin-top: 68px;
}

.dm-floor-chart {
  padding: 13px;
}

.dm-surface-map-head {
  align-items: center;
}

.dm-surface-map-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.dm-surface-map-actions p {
  max-width: 300px;
}

.dm-surface-view-tabs,
.dm-toolkit-tabs {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 3px;
  padding: 3px;
  border: 1px solid rgba(126, 146, 174, 0.2);
  border-radius: 9px;
  background: rgba(4, 7, 11, 0.68);
}

.dm-surface-view-tabs button,
.dm-toolkit-tabs button {
  min-height: 30px;
  padding: 0 10px;
  border: 0;
  border-radius: 6px;
  color: #7f8da1;
  background: transparent;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.dm-surface-view-tabs button:hover,
.dm-surface-view-tabs button.is-active,
.dm-toolkit-tabs button:hover,
.dm-toolkit-tabs button.is-active {
  color: #071016;
  background: var(--dm-cyan);
}

.dm-surface-view-panel {
  animation: dmSurfacePanelIn 180ms ease both;
}

.dm-floor-chart .dm-native-chart {
  height: 560px;
  min-height: 520px;
}

.dm-surface-view-panel.dm-heatmap-panel {
  margin-top: 0;
}

.dm-surface-view-panel .dm-strike-heatmap {
  height: 560px;
  max-height: 560px;
}

.dm-ladder-panel {
  grid-template-rows: auto auto minmax(0, 1fr);
  max-height: 650px;
}

.dm-ladder-head {
  min-height: 65px;
  border-color: rgba(126, 146, 174, 0.14);
}

.dm-ladder-head h2 {
  font-size: 16px;
}

.dm-ladder-head > strong {
  border-color: rgba(101, 221, 160, 0.22);
  color: #b8efd0;
  background: rgba(101, 221, 160, 0.06);
}

.dm-ladder-columns {
  border-color: rgba(126, 146, 174, 0.14);
  color: #6f7c8e;
}

.dm-strike-ladder {
  gap: 5px;
  scrollbar-color: #344154 transparent;
}

.dm-ladder-row {
  min-height: 34px;
  border-color: rgba(126, 146, 174, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.022);
}

.dm-intel-grid {
  gap: 10px;
  margin-top: 10px;
  scroll-margin-top: 68px;
}

.dm-intel-card {
  border: 1px solid rgba(126, 146, 174, 0.2);
}

.dm-toolkit {
  margin-top: 10px;
  border: 1px solid rgba(126, 146, 174, 0.2);
  overflow: hidden;
  scroll-margin-top: 68px;
}

.dm-toolkit-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 14px;
  border-bottom: 1px solid rgba(126, 146, 174, 0.14);
}

.dm-toolkit-head h2 {
  margin: 4px 0 0;
  font-size: 18px;
  letter-spacing: -0.025em;
}

.dm-toolkit-head p {
  margin: 5px 0 0;
  color: #7c899b;
  font-size: 10px;
}

.dm-toolkit [data-tool-panel] {
  margin-top: 0;
  border: 0;
  animation: dmSurfacePanelIn 180ms ease both;
}

.dm-toolkit .dm-futures-book-head,
.dm-toolkit .dm-fo-lab-head,
.dm-toolkit .dm-futures-suite-head {
  border: 0;
  border-bottom: 1px solid rgba(126, 146, 174, 0.14);
  border-radius: 0;
  background: rgba(5, 8, 12, 0.38);
}

.dm-toolkit .dm-futures-book-grid,
.dm-toolkit .dm-fo-grid,
.dm-toolkit .dm-futures-suite-grid {
  border: 0;
  border-radius: 0;
}

.dm-toolkit .dm-futures-book-card,
.dm-toolkit .dm-fo-card,
.dm-toolkit .dm-futures-tool {
  background-color: rgba(7, 10, 15, 0.82);
  background-image: none;
}

body.is-surface-focus .dm-simple-shell {
  grid-template-columns: minmax(0, 1fr);
}

body.is-surface-focus .dm-simple-rail,
body.is-surface-focus .dm-workspace-jump,
body.is-surface-focus .dm-command-summary,
body.is-surface-focus .dm-intel-grid,
body.is-surface-focus .dm-toolkit,
body.is-surface-focus .dm-gamma-adjustment,
body.is-surface-focus .dm-simple-topnav,
body.is-surface-focus .dm-logout-link {
  display: none !important;
}

body.is-surface-focus .dm-simple-main {
  width: min(1820px, calc(100vw - 24px));
}

body.is-surface-focus .dm-simple-topbar {
  grid-template-columns: auto 1fr;
}

body.is-surface-focus .dm-simple-topbar-actions {
  justify-self: end;
}

body.is-surface-focus .dm-market-workspace {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
}

body.is-surface-focus .dm-market-workspace .dm-candle-chart {
  height: min(54vh, 650px);
  min-height: 440px;
}

@keyframes dmSurfacePanelIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1220px) {
  .dm-simple-topbar {
    grid-template-columns: auto 1fr;
  }

  .dm-simple-topnav {
    display: none;
  }

  .dm-simple-topbar-actions {
    justify-self: end;
  }

  .dm-simple-controls {
    grid-template-columns: minmax(130px, 1fr) minmax(170px, 1.2fr) minmax(330px, 2fr) minmax(120px, 0.8fr);
  }

  .dm-simple-controls > .dm-ghost-button,
  .dm-simple-controls > .dm-primary-button {
    min-height: 38px;
  }

  .dm-floor-grid {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 350px);
  }

  .dm-surface-map-actions p {
    display: none;
  }
}

@media (max-width: 1040px) {
  .dm-market-workspace,
  body.is-surface-focus .dm-market-workspace {
    grid-template-columns: minmax(0, 1fr);
  }

  .dm-market-workspace .dm-candle-chart {
    height: 420px;
  }

  .dm-decision-lens {
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(300px, 1.2fr);
    gap: 8px 18px;
  }

  .dm-decision-lens-head,
  #simple-lens-copy,
  .dm-lens-readout {
    grid-column: 1;
  }

  .dm-wall-range,
  .dm-lens-levels {
    grid-column: 2;
  }

  .dm-wall-range {
    grid-row: 1;
    margin-top: 0;
  }

  .dm-lens-levels {
    grid-row: 2;
    padding-top: 0;
  }

  .dm-lens-readout {
    grid-row: 3;
    margin-top: 0;
  }

  .dm-floor-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .dm-ladder-panel {
    max-height: 560px;
  }
}

@media (max-width: 980px) {
  .dm-simple-shell {
    display: block;
  }

  .dm-simple-rail {
    position: fixed;
    top: auto;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 90;
    flex-direction: row;
    justify-content: center;
    width: auto;
    height: 58px;
    padding: 6px 8px;
    border: 1px solid rgba(126, 146, 174, 0.24);
    border-radius: 15px;
    background: rgba(7, 10, 15, 0.92);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(18px);
  }

  .dm-simple-rail-mark,
  .dm-simple-rail-gap {
    display: none;
  }

  .dm-simple-rail-btn {
    width: 46px;
    height: 44px;
  }

  .dm-simple-main {
    width: min(1680px, calc(100vw - 20px));
    padding: 10px 0 84px;
  }

  .dm-simple-topbar {
    display: grid;
    grid-template-columns: auto 1fr;
  }

  .dm-simple-topbar-actions {
    justify-self: end;
  }

  .dm-simple-status {
    min-width: 0;
  }

  .dm-simple-status small {
    max-width: 120px;
  }

  .dm-logout-link {
    display: none;
  }

  .dm-workspace-jump {
    top: 6px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .dm-workspace-jump-label {
    display: none;
  }

  .dm-workspace-shortcuts {
    display: none;
  }

  .dm-workspace-jump a {
    flex: 0 0 auto;
  }

  .dm-simple-controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dm-simple-controls .dm-segmented {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dm-simple-metrics {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .dm-simple-metrics article {
    flex: 0 0 220px;
    scroll-snap-align: start;
  }

  .dm-intel-grid,
  .dm-futures-book-grid,
  .dm-fo-grid,
  .dm-futures-suite-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .dm-toolkit-head {
    align-items: start;
    flex-direction: column;
  }

  .dm-toolkit-tabs {
    width: 100%;
  }

  .dm-toolkit-tabs button {
    flex: 1;
  }
}

@media (max-width: 640px) {
  .dm-simple-main {
    width: min(1680px, calc(100vw - 12px));
    padding-top: 6px;
  }

  .dm-simple-topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 58px;
    padding: 8px;
  }

  .dm-simple-brand small,
  .dm-focus-button span,
  .dm-simple-status strong,
  .dm-simple-status small {
    display: none;
  }

  .dm-simple-topbar-actions {
    min-width: 0;
    gap: 5px;
  }

  .dm-simple-status {
    display: grid;
    place-items: center;
    width: 38px;
    min-width: 38px;
    min-height: 38px;
    padding: 0;
  }

  .dm-simple-status .dm-live-dot {
    grid-area: 1 / 1;
  }

  .dm-simple-brand strong {
    font-size: 15px;
  }

  .dm-simple-logo {
    width: 36px;
    height: 36px;
  }

  .dm-simple-status {
    min-height: 38px;
    padding: 7px 9px;
  }

  .dm-focus-button {
    width: 38px;
    min-height: 38px;
    padding: 0;
  }

  .dm-workspace-jump {
    margin-top: 6px;
  }

  .dm-simple-controls {
    gap: 7px;
    margin-top: 6px;
    padding: 9px;
  }

  .dm-simple-controls > * {
    min-width: 0;
  }

  .dm-simple-controls .dm-segmented button {
    min-width: 0;
    padding: 0 3px;
    font-size: 9px;
  }

  .dm-control input,
  .dm-control select {
    font-size: 11px;
  }

  .dm-simple-controls > .dm-ghost-button,
  .dm-simple-controls > .dm-primary-button {
    padding: 0 8px;
    font-size: 10px;
  }

  .dm-simple-metrics {
    margin-top: 6px;
  }

  .dm-simple-metrics article {
    flex-basis: 190px;
    min-height: 82px;
  }

  .dm-market-workspace,
  .dm-floor-grid,
  .dm-intel-grid,
  .dm-toolkit {
    margin-top: 6px;
  }

  .dm-market-workspace .dm-candle-chart,
  body.is-surface-focus .dm-market-workspace .dm-candle-chart {
    height: 350px;
    min-height: 320px;
  }

  .dm-decision-lens {
    display: block;
    padding: 13px;
  }

  .dm-wall-range,
  .dm-lens-levels {
    margin-top: 14px;
  }

  .dm-surface-map-head {
    display: block;
  }

  .dm-surface-map-actions {
    justify-content: stretch;
    margin-top: 10px;
  }

  .dm-surface-view-tabs {
    width: 100%;
  }

  .dm-surface-view-tabs button {
    flex: 1;
  }

  .dm-floor-chart .dm-native-chart {
    height: 430px;
    min-height: 400px;
  }

  .dm-surface-view-panel .dm-strike-heatmap {
    height: 430px;
    max-height: 430px;
  }

  .dm-ladder-panel {
    min-height: 420px;
    max-height: 500px;
  }

  .dm-toolkit-head h2 {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.dm-heatmap-row {
  display: contents;
}

.dm-strike-heatmap .dm-heatmap-axis:first-child,
.dm-strike-heatmap .dm-heatmap-strike {
  position: sticky;
  left: 0;
  z-index: 3;
  background-color: #070b10;
  box-shadow: 1px 0 0 rgba(148, 163, 184, 0.16);
}

.dm-strike-heatmap .dm-heatmap-axis:first-child {
  z-index: 5;
}

#simple-price-context {
  color: #8fa2b9;
  font-weight: 650;
}

@layer dealermap-surface-legacy {
.dm-simple-main {
  width: min(1540px, calc(100vw - 104px));
  min-width: 0;
  margin: 0 auto;
  padding: 18px 0 28px;
}

.dm-simple-rail {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  height: 100vh;
  padding: 16px 12px;
  border-right: 1px solid var(--dm-border);
  background: rgba(6, 14, 18, 0.94);
  backdrop-filter: blur(16px);
}

.dm-simple-rail-mark,
.dm-simple-rail-btn {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--dm-muted);
  text-decoration: none;
}

.dm-simple-rail-logo {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(116, 228, 255, 0.42);
  border-radius: 8px;
  color: var(--dm-cyan);
  background: #090d13;
  font-size: 12px;
  font-weight: 900;
}

.dm-simple-rail-btn {
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  transition: border-color 140ms ease, background 140ms ease, color 140ms ease;
}

.dm-simple-rail-btn svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dm-simple-rail-btn:hover,
.dm-simple-rail-btn.is-active {
  color: var(--dm-text);
  border-color: rgba(116, 228, 255, 0.45);
  background: rgba(116, 228, 255, 0.1);
}

.dm-simple-rail-btn[data-tip]::after {
  content: attr(data-tip);
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  z-index: 50;
  translate: 0 -50%;
  width: max-content;
  max-width: 180px;
  padding: 7px 9px;
  border: 1px solid var(--dm-border);
  border-radius: 8px;
  color: var(--dm-text);
  background: rgba(5, 7, 11, 0.96);
  box-shadow: var(--dm-shadow);
  font-size: 12px;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transition: opacity 120ms ease;
}

.dm-simple-rail-btn[data-tip]:hover::after {
  opacity: 1;
}

.dm-simple-rail-gap {
  flex: 1;
}

.dm-simple-topbar,
.dm-simple-controls,
.dm-simple-metrics,
.dm-chart-panel,
.dm-ladder-panel,
.dm-intel-card,
.dm-side-card,
.dm-login-card {
  position: relative;
  border: 1px solid var(--dm-border);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(18, 21, 30, 0.96), rgba(8, 10, 15, 0.97)),
    rgba(8, 10, 15, 0.96);
  box-shadow: var(--dm-shadow);
  backdrop-filter: blur(14px);
}

.dm-simple-topbar::before,
.dm-simple-controls::before,
.dm-chart-panel::before,
.dm-ladder-panel::before,
.dm-intel-card::before,
.dm-side-card::before,
.dm-login-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(116, 228, 255, 0.18), transparent 22%, transparent 78%, rgba(167, 139, 250, 0.16)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 36%);
  opacity: 0.72;
}

.dm-simple-topbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  min-height: 70px;
  padding: 12px 14px;
  border-radius: 8px;
}

.dm-simple-brand,
.dm-login-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.dm-simple-logo,
.dm-login-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(116, 228, 255, 0.45);
  border-radius: 8px;
  color: var(--dm-cyan);
  background: #090d13;
  font-weight: 800;
}

.dm-simple-brand strong,
.dm-login-brand strong {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.dm-simple-brand small,
.dm-login-brand small {
  display: block;
  margin-top: 5px;
  color: var(--dm-muted);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.dm-simple-topnav {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.dm-simple-topnav::-webkit-scrollbar {
  display: none;
}

.dm-simple-topnav a {
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--dm-muted);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.dm-simple-topnav a:hover,
.dm-simple-topnav a.is-active {
  color: var(--dm-text);
  border-color: rgba(116, 228, 255, 0.38);
  background: rgba(116, 228, 255, 0.1);
}

.dm-simple-status {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 5px 8px;
  min-width: 170px;
  padding: 10px 12px;
  border: 1px solid var(--dm-border);
  border-radius: 8px;
  background: rgba(4, 6, 10, 0.74);
}

.dm-simple-status strong {
  line-height: 1;
}

.dm-simple-status small {
  grid-column: 2;
  color: var(--dm-muted);
  font-size: 12px;
}

.dm-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--dm-cyan);
  box-shadow: 0 0 18px rgba(116, 228, 255, 0.8);
  animation: dmLivePulse 1.7s ease-in-out infinite;
}

.dm-simple-status.is-stale .dm-live-dot {
  background: var(--dm-yellow);
  box-shadow: 0 0 16px rgba(242, 213, 107, 0.65);
}

.dm-simple-status.is-error .dm-live-dot {
  background: var(--dm-red);
  box-shadow: 0 0 16px rgba(255, 107, 127, 0.65);
}

.dm-logout-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--dm-border);
  border-radius: 8px;
  color: var(--dm-muted);
  text-decoration: none;
  background: rgba(4, 6, 10, 0.74);
}

.dm-simple-controls {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) minmax(180px, 220px) auto minmax(130px, 160px) auto auto;
  gap: 12px;
  align-items: end;
  margin-top: 12px;
  padding: 14px;
  border-radius: 8px;
}

.dm-control {
  display: grid;
  gap: 7px;
}

.dm-control span,
.dm-mini-kicker,
.dm-pressure-table th {
  color: var(--dm-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dm-control input,
.dm-control select,
.dm-login-form input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--dm-border-strong);
  border-radius: 8px;
  color: var(--dm-text);
  background: #05070b;
  outline: none;
  padding: 0 13px;
}

.dm-control input:focus,
.dm-control select:focus,
.dm-login-form input:focus {
  border-color: rgba(116, 228, 255, 0.8);
  box-shadow: 0 0 0 3px rgba(116, 228, 255, 0.14);
}

.dm-control select:disabled {
  color: var(--dm-faint);
  cursor: not-allowed;
}

.dm-control-compact {
  min-width: 130px;
}

.dm-segmented {
  display: inline-flex;
  min-height: 46px;
  padding: 4px;
  border: 1px solid var(--dm-border-strong);
  border-radius: 8px;
  background: #05070b;
}

.dm-segmented button,
.dm-ghost-button,
.dm-primary-button {
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 800;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.dm-segmented button {
  min-width: 116px;
  padding: 0 12px;
  color: var(--dm-muted);
  background: transparent;
}

.dm-segmented button.is-active {
  color: #020509;
  background: linear-gradient(135deg, var(--dm-cyan), var(--dm-purple));
  box-shadow: 0 8px 24px rgba(116, 228, 255, 0.17);
}

.dm-ghost-button,
.dm-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  text-decoration: none;
}

.dm-ghost-button {
  border: 1px solid var(--dm-border-strong);
  color: var(--dm-muted);
  background: #05070b;
}

.dm-ghost-button:hover,
.dm-primary-button:hover,
.dm-segmented button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(116, 228, 255, 0.14);
}

.dm-ghost-button.is-active {
  color: #020509;
  background: var(--dm-cyan);
}

.dm-primary-button {
  color: #020509;
  background: linear-gradient(135deg, var(--dm-cyan), var(--dm-purple));
}

.dm-refresh-button {
  min-height: 46px;
}

.dm-simple-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-top: 12px;
  border-radius: 8px;
}

.dm-simple-metrics article {
  min-height: 86px;
  padding: 17px;
  background: rgba(5, 7, 11, 0.84);
}

.dm-simple-metrics span,
.dm-side-card small,
.dm-chart-head p,
.dm-login-copy p,
.dm-login-foot {
  color: var(--dm-muted);
}

.dm-simple-metrics span {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dm-simple-metrics strong {
  display: block;
  margin-top: 9px;
  font-size: 28px;
  line-height: 1;
}

.dm-gamma-adjustment {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px 12px;
  align-items: center;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(242, 213, 107, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(242, 213, 107, 0.12), rgba(116, 228, 255, 0.07)),
    rgba(6, 8, 12, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), var(--dm-shadow);
}

.dm-gamma-adjustment[hidden] {
  display: none;
}

.dm-gamma-adjustment b,
.dm-gamma-adjustment span,
.dm-gamma-adjustment em,
.dm-gamma-adjustment small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-gamma-adjustment b {
  color: #fff7c2;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.dm-gamma-adjustment span,
.dm-gamma-adjustment em {
  font-family: var(--dm-mono);
  font-size: 12px;
  font-weight: 900;
}

.dm-gamma-adjustment em {
  color: #86efac;
  font-style: normal;
  text-align: right;
}

.dm-gamma-adjustment em.is-down {
  color: #ff9baa;
}

.dm-gamma-adjustment small {
  grid-column: 1 / -1;
  color: var(--dm-muted);
  font-size: 11px;
  font-weight: 800;
}

.dm-floor-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 390px);
  align-items: stretch;
  gap: 12px;
  margin-top: 12px;
}

.dm-chart-panel {
  padding: 14px;
  border-radius: 8px;
}

.dm-floor-chart {
  min-width: 0;
  margin-top: 0;
}

.dm-chart-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 8px;
}

.dm-chart-head h1 {
  margin: 6px 0 0;
  font-size: 24px;
  line-height: 1.1;
}

.dm-chart-head h2 {
  margin: 6px 0 0;
  font-size: 22px;
  line-height: 1.1;
}

.dm-chart-head p {
  margin: 0;
  max-width: 360px;
  font-size: 13px;
  text-align: right;
}

.dm-candle-panel {
  margin-top: 12px;
}

.dm-ladder-panel {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  min-width: 0;
  min-height: 0;
  border-radius: 8px;
}

.dm-ladder-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  min-height: 68px;
  padding: 13px 14px 11px;
  border-bottom: 1px solid rgba(97, 218, 251, 0.14);
}

.dm-ladder-head h2 {
  margin: 5px 0 0;
  font-size: 18px;
  line-height: 1.1;
}

.dm-ladder-head > strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  max-width: 142px;
  padding: 0 9px;
  border: 1px solid rgba(74, 222, 128, 0.32);
  border-radius: 999px;
  overflow: hidden;
  color: #b9ffd2;
  background: rgba(74, 222, 128, 0.1);
  font-family: var(--dm-mono);
  font-size: 11px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-ladder-head > strong.is-negative {
  border-color: rgba(251, 113, 133, 0.4);
  color: #ffd1d9;
  background: rgba(251, 113, 133, 0.12);
}

.dm-ladder-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 66px minmax(0, 1fr);
  gap: 8px;
  padding: 8px 11px;
  border-bottom: 1px solid rgba(36, 42, 53, 0.75);
  color: var(--dm-muted);
  font-family: var(--dm-mono);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.dm-ladder-columns span:nth-child(2) {
  text-align: center;
}

.dm-ladder-columns span:last-child {
  text-align: right;
}

.dm-strike-ladder {
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 0;
  padding: 10px;
  overflow: auto;
}

.dm-ladder-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 66px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 6px 8px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  font-family: var(--dm-mono);
}

.dm-ladder-row.is-call {
  border-color: rgba(251, 113, 133, 0.42);
  background: linear-gradient(90deg, rgba(251, 113, 133, 0.12), rgba(255, 255, 255, 0.035));
}

.dm-ladder-row.is-put {
  border-color: rgba(74, 222, 128, 0.4);
  background: linear-gradient(90deg, rgba(74, 222, 128, 0.11), rgba(255, 255, 255, 0.035));
}

.dm-ladder-row.is-poc {
  border-color: rgba(242, 213, 107, 0.4);
  background: linear-gradient(90deg, rgba(242, 213, 107, 0.1), rgba(255, 255, 255, 0.035));
}

.dm-ladder-row.is-spot {
  border-color: rgba(226, 232, 240, 0.34);
  background: linear-gradient(90deg, rgba(226, 232, 240, 0.08), rgba(255, 255, 255, 0.035));
}

.dm-ladder-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.dm-ladder-gex {
  justify-content: flex-end;
  text-align: right;
}

.dm-ladder-delta {
  justify-content: flex-start;
}

.dm-ladder-bar em {
  min-width: 46px;
  overflow: hidden;
  color: #cdd8e7;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-ladder-track {
  position: relative;
  flex: 0 1 58px;
  width: 58px;
  height: 7px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.dm-ladder-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.dm-ladder-gex .dm-ladder-track i {
  margin-left: auto;
}

.dm-ladder-bar.is-positive .dm-ladder-track i {
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.35), rgba(74, 222, 128, 0.95));
}

.dm-ladder-bar.is-negative .dm-ladder-track i {
  background: linear-gradient(90deg, rgba(251, 113, 133, 0.95), rgba(239, 68, 68, 0.48));
}

.dm-ladder-strike {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  color: #f5f9ff;
  font-size: 12px;
  font-weight: 950;
  text-align: center;
}

.dm-ladder-strike b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 16px;
  padding: 0 4px;
  border-radius: 4px;
  color: #050608;
  background: #dff8ff;
  font-size: 8px;
  font-weight: 950;
}

.dm-ladder-row.is-call .dm-ladder-strike b {
  background: #fb7185;
}

.dm-ladder-row.is-put .dm-ladder-strike b {
  background: #4ade80;
}

.dm-ladder-row.is-poc .dm-ladder-strike b {
  background: #f2d56b;
}

.dm-ladder-foot {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid rgba(36, 42, 53, 0.9);
  background: rgba(36, 42, 53, 0.85);
}

.dm-ladder-foot div {
  min-width: 0;
  padding: 10px 11px;
  background: rgba(5, 7, 11, 0.52);
}

.dm-ladder-foot span,
.dm-ladder-foot small {
  display: block;
  overflow: hidden;
  color: var(--dm-muted);
  font-size: 10px;
  font-weight: 800;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.dm-ladder-foot strong {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  font-family: var(--dm-mono);
  font-size: 18px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-ladder-foot small {
  margin-top: 3px;
  color: #cbd5e1;
  text-transform: none;
}

.dm-heatmap-panel {
  margin-top: 12px;
  min-width: 0;
}

.dm-heatmap-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  padding: 0 2px;
}

.dm-heatmap-head h2 {
  margin: 4px 0 0;
  font-size: 16px;
  line-height: 1.1;
}

.dm-heatmap-head small {
  color: var(--dm-muted);
  font-family: var(--dm-mono);
  font-size: 10px;
  font-weight: 850;
  text-align: right;
  text-transform: uppercase;
}

.dm-strike-heatmap {
  display: grid;
  grid-template-columns: minmax(78px, 0.68fr) repeat(5, minmax(72px, 1fr));
  gap: 1px;
  max-height: 360px;
  border: 1px solid rgba(97, 218, 251, 0.16);
  border-radius: 8px;
  overflow: auto;
  background:
    linear-gradient(rgba(97, 218, 251, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(97, 218, 251, 0.035) 1px, transparent 1px),
    rgba(5, 7, 11, 0.76);
  background-size: 32px 32px, 32px 32px, auto;
}

.dm-heatmap-cell {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  min-height: 31px;
  padding: 7px 8px;
  color: #e7eef8;
  background: rgba(255, 255, 255, 0.032);
  font-family: var(--dm-mono);
  font-size: 10px;
  font-weight: 850;
  white-space: nowrap;
}

.dm-heatmap-axis {
  position: sticky;
  top: 0;
  z-index: 2;
  justify-content: flex-end;
  color: var(--dm-muted);
  background: rgba(8, 11, 16, 0.96);
  box-shadow: 0 1px 0 rgba(97, 218, 251, 0.12);
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
}

.dm-heatmap-axis:first-child,
.dm-heatmap-strike {
  justify-content: flex-start;
}

.dm-heatmap-strike {
  gap: 5px;
  background: rgba(8, 11, 16, 0.86);
}

.dm-heatmap-strike strong {
  overflow: hidden;
  color: #f7fbff;
  font-size: 11px;
  font-weight: 950;
  text-overflow: ellipsis;
}

.dm-heatmap-strike b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 16px;
  padding: 0 4px;
  border-radius: 4px;
  color: #050608;
  background: #dff8ff;
  font-size: 8px;
  font-weight: 950;
}

.dm-heatmap-strike.is-call b {
  background: #fb7185;
}

.dm-heatmap-strike.is-put b {
  background: #4ade80;
}

.dm-heatmap-strike.is-poc b {
  background: #f2d56b;
}

.dm-heatmap-value {
  border: 1px solid rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.dm-heatmap-value span {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.dm-heatmap-value.is-positive {
  color: #c8fff0;
}

.dm-heatmap-value.is-negative {
  color: #ffe0e7;
}

.dm-heatmap-value.is-volume {
  color: #d9eaff;
}

.dm-heatmap-value.is-call {
  color: #d7ffe2;
}

.dm-heatmap-value.is-put {
  color: #ffd7df;
}

.dm-native-chart {
  position: relative;
  width: 100%;
  height: min(64vh, 680px);
  min-height: 430px;
  border: 1px solid rgba(97, 218, 251, 0.18);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(rgba(97, 218, 251, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(97, 218, 251, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7, 11, 16, 0.99), rgba(2, 4, 7, 0.99));
  background-size: 44px 44px, 44px 44px, auto;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 -44px 90px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(0, 0, 0, 0.52);
}

.dm-candle-chart {
  height: min(46vh, 430px);
  min-height: 320px;
  padding: 0;
  cursor: grab;
  touch-action: none;
}

.dm-candle-chart:active {
  cursor: grabbing;
}

.dm-candle-chart .tv-lightweight-charts,
.dm-candle-chart table,
.dm-candle-chart canvas {
  max-width: 100%;
}

.dm-candle-gamma-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}

.dm-candle-gamma-level {
  position: absolute;
  left: 0;
  right: 66px;
  height: 1px;
  color: var(--gamma-color);
  opacity: var(--gamma-opacity);
  transform: translateY(-50%);
}

.dm-candle-gamma-level i {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gamma-color) 16%, var(--gamma-color) 82%, transparent);
  box-shadow:
    0 0 var(--gamma-glow) var(--gamma-soft-color),
    0 0 var(--gamma-glow-soft) var(--gamma-color);
}

.dm-candle-gamma-level::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 10%;
  top: -7px;
  height: 15px;
  background: linear-gradient(90deg, transparent, var(--gamma-soft-color) 18%, var(--gamma-soft-color) 82%, transparent);
  filter: blur(9px);
  opacity: 0.34;
}

.dm-candle-gamma-level span {
  position: absolute;
  right: 8px;
  top: -11px;
  min-width: 74px;
  padding: 3px 7px;
  border: 1px solid var(--gamma-color);
  border-radius: 6px;
  background: rgba(3, 7, 12, 0.72);
  color: #ecfeff;
  font-family: var(--dm-mono);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.86);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.48);
}

.dm-candle-gamma-level.is-negative span {
  color: #ffe4ec;
}

.dm-futures-book {
  margin-top: 12px;
}

.dm-futures-book-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(141, 231, 255, 0.18);
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, rgba(9, 14, 21, 0.95), rgba(4, 7, 11, 0.94));
}

.dm-futures-book-head h2 {
  margin: 5px 0 0;
  font-size: 22px;
  line-height: 1.1;
}

.dm-futures-book-head p {
  margin: 0;
  color: var(--dm-muted);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}

.dm-futures-book-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  gap: 1px;
  border: 1px solid rgba(141, 231, 255, 0.18);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  background: rgba(36, 42, 53, 0.92);
}

.dm-futures-book-card {
  min-width: 0;
  padding: 14px;
  background:
    linear-gradient(rgba(141, 231, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(141, 231, 255, 0.025) 1px, transparent 1px),
    rgba(5, 7, 11, 0.94);
  background-size: 34px 34px, 34px 34px, auto;
}

.dm-futures-book-card.is-live {
  box-shadow: inset 0 2px 0 rgba(74, 222, 128, 0.72);
}

.dm-futures-book-card.is-stale {
  box-shadow: inset 0 2px 0 rgba(245, 158, 11, 0.82);
}

.dm-futures-book-card-head,
.dm-futures-price-line,
.dm-futures-symbol-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.dm-futures-book-card-head span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.dm-futures-book-card-head b,
.dm-futures-price-line strong,
.dm-futures-book-quote strong,
.dm-futures-book-stats b {
  font-family: var(--dm-mono);
  font-weight: 950;
}

.dm-futures-book-card-head b {
  color: #f8fafc;
  font-size: 15px;
}

.dm-futures-book-card-head em,
.dm-futures-book-card-head small,
.dm-futures-symbol-line,
.dm-futures-book-stats em {
  overflow: hidden;
  color: var(--dm-muted);
  font-style: normal;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-futures-book-card-head em {
  font-size: 11px;
}

.dm-futures-book-card-head small {
  flex: 0 0 auto;
  font-size: 11px;
}

.dm-futures-price-line {
  margin-top: 16px;
  align-items: end;
}

.dm-futures-price-line strong {
  min-width: 0;
  overflow: hidden;
  color: #f8fafc;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
  text-overflow: ellipsis;
}

.dm-futures-price-line em {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  color: #cbd5e1;
  font-family: var(--dm-mono);
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-futures-price-line em.is-up {
  color: #86efac;
}

.dm-futures-price-line em.is-down {
  color: #ff9baa;
}

.dm-futures-symbol-line {
  margin-top: 7px;
  font-family: var(--dm-mono);
  font-size: 11px;
}

.dm-futures-symbol-line span,
.dm-futures-symbol-line em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-futures-symbol-line span {
  color: #dbe8f7;
  font-weight: 950;
}

.dm-futures-symbol-line em {
  font-style: normal;
}

.dm-futures-book-quote {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 7px;
  background: rgba(36, 42, 53, 0.95);
}

.dm-futures-book-quote span {
  min-width: 0;
  padding: 10px;
  background: rgba(8, 13, 19, 0.86);
}

.dm-futures-book-quote b,
.dm-futures-book-quote strong,
.dm-futures-book-quote em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-futures-book-quote b {
  color: var(--dm-muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.dm-futures-book-quote strong {
  margin-top: 4px;
  color: #dff8ff;
  font-size: 15px;
}

.dm-futures-book-quote em {
  margin-top: 3px;
  color: #9fb0c4;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
}

.dm-futures-range-line {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
  color: #dbeafe;
  font-family: var(--dm-mono);
  font-size: 10px;
  font-weight: 950;
}

.dm-futures-range-line span {
  min-width: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-futures-range-line span:last-child {
  text-align: right;
}

.dm-futures-range-line div {
  position: relative;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(251, 113, 133, 0.72), rgba(141, 231, 255, 0.42), rgba(74, 222, 128, 0.72));
  box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.08);
}

.dm-futures-range-line i {
  position: absolute;
  top: -3px;
  bottom: -3px;
  width: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #f8fafc;
  box-shadow: 0 0 12px rgba(248, 250, 252, 0.78);
}

.dm-futures-book-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 7px;
  background: rgba(36, 42, 53, 0.95);
}

.dm-futures-book-stats span {
  min-width: 0;
  padding: 9px 8px;
  background: rgba(8, 13, 19, 0.86);
}

.dm-futures-book-stats b,
.dm-futures-book-stats em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-futures-book-stats b {
  color: #c9f7ff;
  font-size: 12px;
}

.dm-futures-book-stats em {
  margin-top: 3px;
  font-size: 9px;
  text-transform: uppercase;
}

.dm-fo-lab {
  margin-top: 12px;
}

.dm-fo-lab-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(97, 218, 251, 0.14);
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, rgba(9, 14, 21, 0.94), rgba(4, 7, 11, 0.92));
}

.dm-fo-lab-head h2 {
  margin: 5px 0 0;
  font-size: 22px;
  line-height: 1.1;
}

.dm-fo-product-tabs {
  display: inline-grid;
  grid-template-columns: repeat(3, minmax(44px, 1fr));
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(97, 218, 251, 0.16);
  border-radius: 8px;
  background: rgba(3, 6, 10, 0.72);
}

.dm-fo-product-tabs button {
  min-height: 34px;
  border: 0;
  border-radius: 5px;
  color: #95a7bd;
  background: transparent;
  font-family: var(--dm-mono);
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
}

.dm-fo-product-tabs button.is-active {
  color: #031018;
  background: #8de7ff;
}

.dm-fo-symbol-loader {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 6px;
  min-width: min(430px, 100%);
}

.dm-fo-symbol-loader input,
.dm-fo-symbol-loader button {
  min-height: 40px;
  border-radius: 7px;
  font-family: var(--dm-mono);
  font-size: 11px;
  font-weight: 850;
}

.dm-fo-symbol-loader input {
  min-width: 0;
  border: 1px solid rgba(97, 218, 251, 0.18);
  color: #f8fafc;
  background: rgba(2, 6, 11, 0.78);
  padding: 0 10px;
}

.dm-fo-symbol-loader input::placeholder {
  color: rgba(148, 163, 184, 0.72);
}

.dm-fo-symbol-loader button {
  border: 0;
  color: #031018;
  background: #8de7ff;
  padding: 0 12px;
  cursor: pointer;
}

.dm-fo-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.85fr) minmax(420px, 1.55fr);
  gap: 1px;
  border: 1px solid rgba(97, 218, 251, 0.14);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  background: rgba(36, 42, 53, 0.92);
}

.dm-fo-card {
  min-width: 0;
  padding: 14px;
  background:
    linear-gradient(rgba(97, 218, 251, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(97, 218, 251, 0.03) 1px, transparent 1px),
    rgba(5, 7, 11, 0.92);
  background-size: 34px 34px, 34px 34px, auto;
}

.dm-fo-pulse-card {
  display: grid;
  align-content: space-between;
  min-height: 226px;
}

.dm-fo-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 11px;
}

.dm-fo-card-head span {
  overflow: hidden;
  color: #f3f7fb;
  font-family: var(--dm-mono);
  font-size: 13px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-fo-card-head small {
  flex: 0 0 auto;
  color: var(--dm-muted);
  font-size: 11px;
  font-weight: 800;
}

.dm-fo-pulse-card > strong {
  display: block;
  color: #f8fafc;
  font-family: var(--dm-mono);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
}

.dm-fo-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 7px;
  background: rgba(36, 42, 53, 0.95);
}

.dm-fo-kpis span {
  min-width: 0;
  padding: 10px 8px;
  background: rgba(8, 13, 19, 0.88);
}

.dm-fo-kpis b,
.dm-fo-kpis em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-fo-kpis b {
  color: #c9f7ff;
  font-family: var(--dm-mono);
  font-size: 13px;
  font-weight: 950;
}

.dm-fo-kpis em {
  margin-top: 4px;
  color: var(--dm-muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.dm-fo-table-card {
  grid-row: span 2;
}

.dm-fo-table {
  display: grid;
  gap: 5px;
  overflow-x: auto;
}

.dm-fo-row {
  display: grid;
  grid-template-columns: minmax(132px, 1.2fr) minmax(92px, 0.9fr) minmax(58px, 0.65fr) minmax(54px, 0.55fr) minmax(74px, 0.75fr);
  align-items: center;
  gap: 9px;
  min-height: 34px;
  min-width: 560px;
  padding: 7px 8px;
  border: 1px solid rgba(97, 218, 251, 0.08);
  border-radius: 6px;
  background: rgba(10, 15, 22, 0.72);
  color: #d8e5f2;
  font-family: var(--dm-mono);
  font-size: 11px;
}

.dm-fo-row-head {
  min-height: 26px;
  border-color: transparent;
  background: transparent;
  color: var(--dm-muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.dm-fo-row strong,
.dm-fo-row span,
.dm-fo-row em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-fo-row strong {
  color: #f5f9ff;
  font-weight: 950;
}

.dm-fo-row em {
  font-style: normal;
  font-weight: 950;
}

.dm-fo-row em.is-positive {
  color: #92f5ae;
}

.dm-fo-row em.is-negative {
  color: #ff9baa;
}

.dm-fo-strikes,
.dm-fo-alerts {
  display: grid;
  gap: 7px;
}

.dm-fo-strike-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  min-height: 30px;
  font-family: var(--dm-mono);
  font-size: 11px;
}

.dm-fo-strike-row strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  border: 1px solid rgba(226, 232, 240, 0.15);
  border-radius: 5px;
  color: #f8fafc;
  background: rgba(15, 23, 42, 0.82);
  font-size: 12px;
  font-weight: 950;
}

.dm-fo-strike-call,
.dm-fo-strike-put {
  display: flex;
  align-items: center;
  min-width: 26px;
  max-width: 100%;
  height: 22px;
  padding: 0 6px;
  border-radius: 5px;
  overflow: hidden;
  color: #031018;
  font-weight: 950;
  white-space: nowrap;
}

.dm-fo-strike-call {
  justify-self: end;
  justify-content: flex-end;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.46), rgba(74, 222, 128, 0.92));
}

.dm-fo-strike-put {
  justify-content: flex-start;
  background: linear-gradient(90deg, rgba(251, 113, 133, 0.92), rgba(245, 158, 11, 0.64));
}

.dm-fo-alert {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 6px;
  background: rgba(8, 13, 19, 0.78);
  font-family: var(--dm-mono);
  font-size: 11px;
}

.dm-fo-alert b {
  color: #031018;
  padding: 3px 5px;
  border-radius: 4px;
  background: #cbd5e1;
  font-size: 10px;
  text-align: center;
}

.dm-fo-alert span,
.dm-fo-alert em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-fo-alert span {
  color: #dbe8f7;
}

.dm-fo-alert em {
  color: #f8fafc;
  font-style: normal;
  font-weight: 950;
}

.dm-fo-alert.is-positive b {
  background: #86efac;
}

.dm-fo-alert.is-hot b {
  background: #8de7ff;
}

.dm-fo-alert.is-negative b {
  background: #fb7185;
}

.dm-futures-suite {
  margin-top: 12px;
}

.dm-futures-suite-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 14px;
  border: 1px solid rgba(141, 231, 255, 0.18);
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(4, 7, 11, 0.94));
}

.dm-futures-suite-head h2 {
  margin: 5px 0 0;
  font-size: 24px;
  line-height: 1.05;
}

.dm-futures-suite-head p {
  margin: 0;
  color: var(--dm-muted);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}

.dm-futures-suite-grid {
  display: grid;
  grid-template-columns: minmax(270px, 0.9fr) minmax(360px, 1.25fr) minmax(320px, 1fr);
  gap: 1px;
  border: 1px solid rgba(141, 231, 255, 0.18);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  background: rgba(36, 42, 53, 0.9);
}

.dm-futures-tool {
  min-width: 0;
  padding: 14px;
  background:
    linear-gradient(rgba(141, 231, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(141, 231, 255, 0.025) 1px, transparent 1px),
    rgba(5, 7, 11, 0.94);
  background-size: 34px 34px, 34px 34px, auto;
}

.dm-futures-tool-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.dm-futures-tool-head span {
  min-width: 0;
  overflow: hidden;
  color: #f3f7fb;
  font-family: var(--dm-mono);
  font-size: 13px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-futures-tool-head small {
  flex: 0 0 auto;
  color: var(--dm-muted);
  font-size: 11px;
  font-weight: 800;
}

.dm-em-core {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
}

.dm-em-core strong {
  color: #f8fafc;
  font-family: var(--dm-mono);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.dm-em-core span {
  color: #8de7ff;
  font-family: var(--dm-mono);
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

.dm-em-range {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: #dbeafe;
  font-family: var(--dm-mono);
  font-size: 11px;
  font-weight: 950;
}

.dm-em-track {
  position: relative;
  height: 12px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.14);
  box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.08);
}

.dm-em-track b,
.dm-em-track i {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
}

.dm-em-track b {
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(251, 113, 133, 0.9), rgba(141, 231, 255, 0.78), rgba(74, 222, 128, 0.9));
}

.dm-em-track i {
  z-index: 2;
  width: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #f8fafc;
  box-shadow: 0 0 14px rgba(248, 250, 252, 0.8);
}

.dm-em-stats,
.dm-fow-summary,
.dm-iv-legend {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 7px;
  background: rgba(36, 42, 53, 0.95);
}

.dm-em-stats span,
.dm-fow-summary span,
.dm-iv-legend span {
  min-width: 0;
  padding: 10px 8px;
  background: rgba(8, 13, 19, 0.86);
}

.dm-em-stats b,
.dm-fow-summary b,
.dm-iv-legend b,
.dm-em-stats em,
.dm-fow-summary em,
.dm-iv-legend em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-em-stats b,
.dm-fow-summary b,
.dm-iv-legend b {
  color: #c9f7ff;
  font-family: var(--dm-mono);
  font-size: 13px;
  font-weight: 950;
}

.dm-em-stats em,
.dm-fow-summary em,
.dm-iv-legend em {
  margin-top: 4px;
  color: var(--dm-muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.dm-iv-surface {
  display: grid;
  gap: 2px;
  overflow-x: auto;
}

.dm-iv-cell {
  display: grid;
  align-content: center;
  min-width: 48px;
  min-height: 42px;
  padding: 5px;
  border-radius: 5px;
  color: #021018;
  font-family: var(--dm-mono);
  text-align: center;
}

.dm-iv-cell b,
.dm-iv-cell em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-iv-cell b {
  font-size: 11px;
  font-weight: 950;
}

.dm-iv-cell em {
  margin-top: 2px;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  opacity: 0.82;
}

.dm-iv-axis {
  color: #dbe8f7;
  background: rgba(15, 23, 42, 0.84);
  font-size: 10px;
  font-weight: 950;
}

.dm-fow-map {
  display: grid;
  gap: 7px;
}

.dm-fow-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 66px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 30px;
  font-family: var(--dm-mono);
  font-size: 10px;
}

.dm-fow-row strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  border: 1px solid rgba(226, 232, 240, 0.14);
  border-radius: 5px;
  color: #f8fafc;
  background: rgba(15, 23, 42, 0.82);
  font-size: 12px;
  font-weight: 950;
}

.dm-fow-call,
.dm-fow-put {
  display: flex;
  align-items: center;
  min-width: 34px;
  max-width: 100%;
  height: 23px;
  padding: 0 6px;
  border-radius: 5px;
  overflow: hidden;
  color: #031018;
  font-weight: 950;
  white-space: nowrap;
}

.dm-fow-call {
  justify-self: end;
  justify-content: flex-end;
}

.dm-fow-put {
  justify-content: flex-start;
}

.dm-fow-row.is-call-wall strong {
  border-color: rgba(74, 222, 128, 0.5);
  box-shadow: 0 0 0 1px rgba(74, 222, 128, 0.13);
}

.dm-fow-row.is-put-wall strong {
  border-color: rgba(251, 113, 133, 0.52);
  box-shadow: 0 0 0 1px rgba(251, 113, 133, 0.13);
}

.dm-native-chart::after,
.dm-small-native-chart::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(97, 218, 251, 0.12);
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), inset 0 -30px 70px rgba(0, 0, 0, 0.28);
}

.dm-chart-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.dm-chart-backplate {
  fill: rgba(2, 4, 7, 0.18);
}

.dm-chart-grid {
  stroke: rgba(148, 163, 184, 0.105);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.dm-chart-grid-vertical {
  stroke: rgba(97, 218, 251, 0.11);
  stroke-dasharray: 4 8;
}

.dm-chart-axis-label,
.dm-chart-caption {
  fill: #9fb0c4;
  font-family: var(--dm-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.dm-chart-x-label {
  fill: #d8e3ef;
  font-size: 12px;
}

.dm-chart-caption {
  fill: #c9d5e4;
  text-transform: uppercase;
}

.dm-chart-zero-line {
  stroke: rgba(226, 232, 240, 0.62);
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
}

.dm-candle-wick {
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
  transition: opacity 140ms ease, filter 140ms ease;
}

.dm-candle-wick.is-up {
  stroke: rgba(105, 209, 137, 0.92);
  filter: drop-shadow(0 0 6px rgba(105, 209, 137, 0.22));
}

.dm-candle-wick.is-down {
  stroke: rgba(255, 107, 127, 0.92);
  filter: drop-shadow(0 0 6px rgba(255, 107, 127, 0.22));
}

.dm-candle-body {
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
  transition: opacity 140ms ease, filter 140ms ease;
}

.dm-candle-body.is-up {
  fill: rgba(105, 209, 137, 0.84);
  stroke: rgba(185, 255, 210, 0.72);
}

.dm-candle-body.is-down {
  fill: rgba(255, 107, 127, 0.82);
  stroke: rgba(255, 209, 217, 0.68);
}

.dm-candle-body.is-active,
.dm-candle-wick.is-active {
  opacity: 1;
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.32));
}

.dm-candle-hit {
  fill: transparent;
  cursor: crosshair;
}

.dm-candle-last-line {
  stroke: rgba(226, 232, 240, 0.54);
  stroke-width: 1.2;
  stroke-dasharray: 5 6;
  vector-effect: non-scaling-stroke;
}

.dm-chart-bar {
  cursor: crosshair;
  stroke: rgba(226, 232, 240, 0.28);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
  transition: opacity 140ms ease, filter 140ms ease;
  animation: dmBarRise 280ms ease both;
}

.dm-chart-bar.is-positive {
  filter: drop-shadow(0 0 10px rgba(34, 211, 238, 0.28));
}

.dm-chart-bar.is-negative {
  filter: drop-shadow(0 0 10px rgba(251, 113, 133, 0.3));
}

.dm-chart-bar.is-active {
  opacity: 1;
  filter: drop-shadow(0 0 16px rgba(255, 255, 255, 0.34));
}

.dm-chart-poc-line {
  stroke-width: 3;
  stroke-dasharray: 5 5;
  filter: drop-shadow(0 0 12px rgba(242, 213, 107, 0.58));
  vector-effect: non-scaling-stroke;
}

.dm-chart-poc-label rect {
  fill: #f2d56b;
  stroke: rgba(255, 255, 255, 0.32);
}

.dm-chart-poc-label text {
  fill: #050608;
  font-family: var(--dm-mono);
  font-size: 11px;
  font-weight: 900;
}

.dm-chart-level-line {
  stroke-width: 2.2;
  stroke-dasharray: 6 7;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.22));
  opacity: 0.95;
  vector-effect: non-scaling-stroke;
}

.dm-chart-level-line.is-call-wall,
.dm-chart-level-line.is-put-wall {
  stroke-dasharray: 0;
  stroke-width: 2.8;
}

.dm-chart-level-line.is-call-wall {
  filter: drop-shadow(0 0 12px rgba(251, 113, 133, 0.48));
}

.dm-chart-level-line.is-put-wall {
  filter: drop-shadow(0 0 12px rgba(74, 222, 128, 0.48));
}

.dm-chart-level-label rect {
  fill: rgba(6, 8, 12, 0.9);
  stroke: rgba(255, 255, 255, 0.2);
}

.dm-chart-level-label text {
  fill: var(--dm-text);
  font-family: var(--dm-mono);
  font-size: 10px;
  font-weight: 900;
}

.dm-chart-level-label.is-call-wall rect {
  fill: rgba(251, 113, 133, 0.2);
  stroke: rgba(251, 113, 133, 0.64);
}

.dm-chart-level-label.is-put-wall rect {
  fill: rgba(74, 222, 128, 0.18);
  stroke: rgba(74, 222, 128, 0.6);
}

.dm-chart-level-label.is-spot rect {
  fill: rgba(243, 245, 247, 0.14);
  stroke: rgba(243, 245, 247, 0.45);
}

.dm-chart-tooltip {
  position: absolute;
  z-index: 5;
  min-width: 154px;
  padding: 10px 11px;
  border: 1px solid rgba(116, 228, 255, 0.32);
  border-radius: 8px;
  color: var(--dm-text);
  background: rgba(5, 7, 11, 0.94);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.42), 0 0 28px rgba(116, 228, 255, 0.13);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -112%) scale(0.98);
  transition: opacity 120ms ease, transform 120ms ease;
}

.dm-chart-tooltip.is-visible {
  opacity: 1;
  transform: translate(-50%, -112%) scale(1);
}

.dm-chart-tooltip b,
.dm-chart-tooltip span,
.dm-chart-tooltip strong {
  display: block;
}

.dm-chart-tooltip b {
  font-size: 12px;
}

.dm-chart-tooltip span {
  margin-top: 3px;
  color: var(--dm-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.dm-chart-tooltip strong {
  margin-top: 5px;
  font-family: var(--dm-mono);
  font-size: 18px;
}

.dm-chart-empty {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--dm-muted);
  font-family: var(--dm-mono);
  font-size: 13px;
}

.dm-intel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 12px;
  margin-top: 12px;
}

.dm-intel-card {
  min-width: 0;
  min-height: 260px;
  padding: 15px;
  border-radius: 8px;
}

.dm-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.dm-card-head h2 {
  margin: 5px 0 0;
  font-size: 18px;
  line-height: 1.1;
}

.dm-card-head small {
  color: var(--dm-muted);
  font-family: var(--dm-mono);
  font-size: 11px;
  text-align: right;
}

.dm-target-list,
.dm-iris-list {
  display: grid;
  gap: 8px;
}

.dm-target-row,
.dm-iris-row,
.dm-wall-chip,
.dm-empty-state {
  border: 1px solid rgba(56, 66, 83, 0.72);
  border-radius: 8px;
  background: rgba(5, 7, 11, 0.74);
}

.dm-target-row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px 11px;
}

.dm-target-row.is-primary {
  border-color: rgba(116, 228, 255, 0.52);
  background: linear-gradient(90deg, rgba(116, 228, 255, 0.12), rgba(167, 139, 250, 0.08));
}

.dm-target-row.is-up .dm-target-rank,
.dm-iris-row.is-buy strong {
  color: var(--dm-cyan);
}

.dm-target-row.is-down .dm-target-rank,
.dm-iris-row.is-sell strong {
  color: var(--dm-purple);
}

.dm-target-rank,
.dm-target-prob {
  font-family: var(--dm-mono);
  font-size: 12px;
  font-weight: 800;
}

.dm-target-main {
  min-width: 0;
}

.dm-target-main strong {
  display: block;
  font-family: var(--dm-mono);
  font-size: 21px;
  line-height: 1;
}

.dm-target-main small {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  color: var(--dm-muted);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-target-prob {
  color: var(--dm-text);
}

.dm-wall-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 3px;
}

.dm-wall-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
}

.dm-wall-chip b {
  color: var(--dm-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.dm-wall-chip em {
  color: var(--dm-yellow);
  font-family: var(--dm-mono);
  font-style: normal;
  font-weight: 800;
}

.dm-small-native-chart {
  position: relative;
  width: 100%;
  height: 170px;
  border: 1px solid rgba(56, 66, 83, 0.75);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    #05070b;
  background-size: 38px 38px, 38px 38px, auto;
}

.dm-iris-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.34);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.28));
}

.dm-iris-marker {
  stroke: rgba(255, 255, 255, 0.8);
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
}

.dm-iris-marker.is-buy {
  fill: var(--dm-cyan);
  filter: drop-shadow(0 0 10px rgba(116, 228, 255, 0.42));
}

.dm-iris-marker.is-sell {
  fill: var(--dm-purple);
  filter: drop-shadow(0 0 10px rgba(167, 139, 250, 0.42));
}

.dm-iris-marker.is-exit {
  fill: var(--dm-yellow);
}

.dm-iris-list {
  margin-top: 10px;
}

.dm-iris-row {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  font-family: var(--dm-mono);
  font-size: 12px;
}

.dm-iris-row span,
.dm-iris-row em {
  color: var(--dm-muted);
  font-style: normal;
}

.dm-iris-row strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dm-empty-state {
  padding: 14px;
  color: var(--dm-muted);
  font-size: 13px;
}

.dm-simple-lower {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(180px, 260px) minmax(0, 1fr);
  gap: 12px;
  margin-top: 12px;
}

.dm-side-card {
  min-height: 126px;
  padding: 16px;
  border-radius: 8px;
}

.dm-side-card strong {
  display: block;
  margin-top: 12px;
  font-family: var(--dm-mono);
  font-size: 25px;
}

.dm-side-card small {
  display: block;
  margin-top: 8px;
  font-size: 13px;
}

.dm-side-card-wide {
  min-width: 0;
}

.dm-pressure-table-wrap {
  max-height: 270px;
  overflow: auto;
  margin-top: 12px;
  border: 1px solid var(--dm-border);
  border-radius: 8px;
}

.dm-pressure-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--dm-mono);
  font-size: 12px;
}

.dm-pressure-table th,
.dm-pressure-table td {
  padding: 9px 11px;
  border-bottom: 1px solid rgba(36, 42, 53, 0.75);
  text-align: right;
  white-space: nowrap;
}

.dm-pressure-table th:first-child,
.dm-pressure-table td:first-child {
  text-align: left;
}

.dm-pressure-table tr:last-child td {
  border-bottom: 0;
}

.dm-pressure-positive {
  color: var(--dm-cyan);
}

.dm-pressure-negative {
  color: var(--dm-red);
}

.dm-pressure-delta-cell {
  min-width: 124px;
  text-align: right;
}

.dm-pressure-delta-cell strong {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-left: 8px;
}

.dm-pressure-delta-track {
  position: relative;
  display: inline-block;
  width: min(86px, 42vw);
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.dm-pressure-delta-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.34), rgba(74, 222, 128, 0.92));
}

.dm-pressure-delta-cell.dm-pressure-negative .dm-pressure-delta-track i {
  background: linear-gradient(90deg, rgba(251, 113, 133, 0.34), rgba(239, 68, 68, 0.9));
}

@keyframes dmLivePulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 18px rgba(116, 228, 255, 0.78);
  }
  50% {
    transform: scale(1.32);
    box-shadow: 0 0 30px rgba(116, 228, 255, 0.95);
  }
}

@keyframes dmBarRise {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.92;
  }
}

.dm-simple-login-body::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(116, 228, 255, 0.16), transparent 30%),
    radial-gradient(circle at 76% 34%, rgba(167, 139, 250, 0.12), transparent 32%),
    #050608;
  background-size: 58px 58px, 58px 58px, auto, auto, auto;
}

.dm-login-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.dm-login-card {
  width: min(480px, 100%);
  padding: 26px;
  border-radius: 8px;
}

.dm-login-copy {
  margin-top: 28px;
}

.dm-login-copy h1 {
  margin: 8px 0 8px;
  font-size: 36px;
  line-height: 1;
}

.dm-login-copy p {
  margin: 0;
  line-height: 1.5;
}

.dm-access-offer {
  display: grid;
  gap: 7px;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(116, 228, 255, 0.35);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(116, 228, 255, 0.12), rgba(167, 139, 250, 0.08)),
    rgba(5, 7, 11, 0.78);
}

.dm-access-offer span {
  color: var(--dm-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dm-access-offer strong {
  font-size: 18px;
  line-height: 1.15;
}

.dm-access-offer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  width: fit-content;
  margin-top: 3px;
  padding: 0 14px;
  border-radius: 6px;
  color: #020509;
  background: linear-gradient(135deg, var(--dm-cyan), var(--dm-purple));
  font-weight: 800;
  text-decoration: none;
}

.dm-login-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.dm-login-form label {
  display: grid;
  gap: 7px;
}

.dm-login-form label span {
  color: var(--dm-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.dm-login-form .dm-primary-button {
  min-height: 48px;
  margin-top: 2px;
}

.dm-login-foot {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  font-size: 12px;
}

.dm-login-foot a {
  color: var(--dm-cyan);
  text-decoration: none;
}

.dm-flash-stack {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.dm-flash {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid var(--dm-border);
  color: var(--dm-text);
  background: #05070b;
  font-size: 13px;
}

.dm-flash-error {
  border-color: rgba(255, 107, 127, 0.5);
  color: #ffd8de;
}

.dm-flash-success {
  border-color: rgba(105, 209, 137, 0.5);
  color: #d9ffe4;
}

@media (max-width: 980px) {
  .dm-simple-shell {
    grid-template-columns: 1fr;
  }

  .dm-simple-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    height: auto;
    padding: 10px 14px;
    border-right: 0;
    border-bottom: 1px solid var(--dm-border);
    overflow-x: auto;
  }

  .dm-simple-rail-btn[data-tip]::after {
    display: none;
  }

  .dm-simple-rail-gap {
    flex: 1;
    min-width: 16px;
  }

  .dm-simple-main {
    width: min(1540px, calc(100vw - 28px));
    padding-top: 12px;
  }

  .dm-simple-topbar,
  .dm-simple-controls,
  .dm-floor-grid,
  .dm-simple-lower,
  .dm-intel-grid,
  .dm-futures-book-grid,
  .dm-fo-grid,
  .dm-futures-suite-grid {
    grid-template-columns: 1fr;
  }

  .dm-fo-table-card {
    grid-row: auto;
  }

  .dm-simple-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .dm-chart-head {
    display: block;
  }

  .dm-chart-head p {
    margin-top: 8px;
    text-align: left;
  }

  .dm-native-chart {
    height: 520px;
  }

  .dm-ladder-panel {
    min-height: 440px;
  }

  .dm-strike-heatmap {
    max-height: 420px;
  }
}

@media (max-width: 560px) {
  .dm-simple-main {
    width: min(100vw - 16px, 1540px);
    padding-top: 8px;
  }

  .dm-simple-metrics {
    grid-template-columns: 1fr;
  }

  .dm-gamma-adjustment {
    grid-template-columns: 1fr;
  }

  .dm-gamma-adjustment em {
    text-align: left;
  }

  .dm-segmented {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dm-segmented button {
    min-width: 0;
    padding: 0 8px;
  }

  .dm-ladder-head {
    display: block;
  }

  .dm-fo-lab-head {
    display: block;
  }

  .dm-futures-book-head {
    display: block;
  }

  .dm-futures-book-head p {
    margin-top: 8px;
    text-align: left;
  }

  .dm-futures-suite-head {
    display: block;
  }

  .dm-futures-suite-head p {
    margin-top: 8px;
    text-align: left;
  }

  .dm-fo-product-tabs {
    width: 100%;
    margin-top: 10px;
  }

  .dm-fo-symbol-loader {
    grid-template-columns: 1fr;
    min-width: 0;
    margin-top: 8px;
  }

  .dm-fo-card {
    padding: 12px;
  }

  .dm-fo-kpis {
    grid-template-columns: 1fr;
  }

  .dm-futures-price-line {
    display: block;
  }

  .dm-futures-price-line em {
    display: block;
    margin-top: 6px;
    text-align: left;
  }

  .dm-futures-book-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dm-fo-strike-row {
    grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr);
  }

  .dm-fo-alert {
    grid-template-columns: 46px minmax(0, 1fr) auto;
  }

  .dm-em-core {
    display: block;
  }

  .dm-em-core span {
    display: block;
    margin-top: 6px;
  }

  .dm-em-stats,
  .dm-fow-summary,
  .dm-iv-legend {
    grid-template-columns: 1fr;
  }

  .dm-iv-surface {
    padding-bottom: 4px;
  }

  .dm-fow-row {
    grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
  }

  .dm-ladder-head > strong {
    margin-top: 8px;
    max-width: 100%;
  }

  .dm-ladder-columns,
  .dm-ladder-row {
    grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
    gap: 6px;
  }

  .dm-ladder-bar em {
    min-width: 38px;
    font-size: 9px;
  }

  .dm-ladder-track {
    flex-basis: 42px;
    width: 42px;
  }

  .dm-ladder-foot strong {
    font-size: 16px;
  }

  .dm-heatmap-head {
    display: block;
  }

  .dm-heatmap-head small {
    display: block;
    margin-top: 6px;
    text-align: left;
  }

  .dm-strike-heatmap {
    grid-template-columns: minmax(66px, 0.75fr) repeat(5, minmax(58px, 1fr));
  }

  .dm-heatmap-cell {
    min-height: 29px;
    padding: 6px 6px;
    font-size: 9px;
  }

  .dm-heatmap-strike strong {
    font-size: 10px;
  }
}
}

/* Pressure chart polish ----------------------------------------------------
   Keep the SVG renderer inexpensive: color and stroke carry hierarchy while
   persistent blur filters and replayed entrance animations stay disabled. */

#simple-gex-chart {
  --dm-chart-accent: #6edcff;
  --dm-chart-accent-soft: rgba(110, 220, 255, 0.2);
  --dm-chart-accent-wash: rgba(110, 220, 255, 0.055);
  --dm-chart-positive: #42d7c4;
  --dm-chart-positive-stroke: #a3f3e8;
  --dm-chart-negative: #ff718b;
  --dm-chart-negative-stroke: #ffc0cb;
  --dm-chart-call: #ff8098;
  --dm-chart-put: #65dda0;
  --dm-chart-poc: #b1a7ff;
  --dm-chart-spot: #f4c96b;
  border-color: var(--dm-chart-accent-soft);
  background:
    radial-gradient(circle at 50% 0%, var(--dm-chart-accent-wash), transparent 44%),
    linear-gradient(rgba(126, 146, 174, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 146, 174, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7, 11, 16, 0.99), rgba(3, 6, 10, 0.99));
  background-size: auto, 48px 48px, 48px 48px, auto;
  box-shadow:
    inset 0 1px 0 var(--dm-chart-accent-soft),
    inset 0 -42px 84px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(0, 0, 0, 0.42);
}

.dm-native-chart.is-mode-volume {
  --dm-chart-accent: #60dcf6;
  --dm-chart-accent-soft: rgba(96, 220, 246, 0.22);
  --dm-chart-accent-wash: rgba(64, 211, 238, 0.07);
  --dm-chart-positive: #40d5c1;
  --dm-chart-positive-stroke: #9bf0e4;
  --dm-chart-negative: #ff718b;
  --dm-chart-negative-stroke: #ffc1cc;
}

.dm-native-chart.is-mode-delta {
  --dm-chart-accent: #a69cff;
  --dm-chart-accent-soft: rgba(166, 156, 255, 0.22);
  --dm-chart-accent-wash: rgba(157, 145, 255, 0.075);
  --dm-chart-positive: #78b7ff;
  --dm-chart-positive-stroke: #c7e0ff;
  --dm-chart-negative: #d17aff;
  --dm-chart-negative-stroke: #efc6ff;
}

.dm-native-chart.is-mode-oi {
  --dm-chart-accent: #73dfa8;
  --dm-chart-accent-soft: rgba(115, 223, 168, 0.22);
  --dm-chart-accent-wash: rgba(101, 221, 160, 0.07);
  --dm-chart-positive: #65d99d;
  --dm-chart-positive-stroke: #b4f4d3;
  --dm-chart-negative: #ff877c;
  --dm-chart-negative-stroke: #ffd0cb;
}

#simple-gex-chart .dm-chart-backplate {
  fill: rgba(3, 7, 11, 0.26);
}

#simple-gex-chart .dm-chart-grid {
  stroke: rgba(139, 155, 177, 0.12);
  stroke-width: 0.8;
  shape-rendering: crispEdges;
}

#simple-gex-chart .dm-chart-grid-vertical {
  stroke: rgba(139, 155, 177, 0.09);
  stroke-dasharray: 2 8;
}

#simple-gex-chart .dm-chart-zero-line {
  stroke: rgba(226, 232, 240, 0.58);
  stroke-width: 1.25;
  shape-rendering: crispEdges;
}

#simple-gex-chart .dm-chart-axis-label,
#simple-gex-chart .dm-chart-caption {
  font-variant-numeric: tabular-nums;
  text-rendering: geometricPrecision;
}

#simple-gex-chart .dm-chart-axis-label {
  fill: #8291a6;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

#simple-gex-chart .dm-chart-x-label {
  fill: #b9c6d6;
  font-size: 11px;
  font-weight: 800;
}

#simple-gex-chart .dm-chart-caption {
  fill: var(--dm-chart-accent);
  stroke: #05080c;
  stroke-width: 3px;
  stroke-linejoin: round;
  paint-order: stroke fill;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

#simple-gex-chart .dm-chart-bar {
  animation: none;
  filter: none;
  opacity: 0.88;
  stroke-width: 0.8;
  shape-rendering: geometricPrecision;
  transition:
    opacity 100ms ease,
    fill 100ms ease,
    stroke 100ms ease,
    stroke-width 100ms ease;
}

#simple-gex-chart .dm-chart-bar.is-positive {
  fill: var(--dm-chart-positive);
  stroke: var(--dm-chart-positive-stroke);
  filter: none;
}

#simple-gex-chart .dm-chart-bar.is-negative {
  fill: var(--dm-chart-negative);
  stroke: var(--dm-chart-negative-stroke);
  filter: none;
}

#simple-gex-chart .dm-chart-bar.is-neutral {
  fill: #64748b;
  stroke: #a3afbf;
  opacity: 0.52;
}

#simple-gex-chart .dm-chart-bar:hover,
#simple-gex-chart .dm-chart-bar:focus-visible,
#simple-gex-chart .dm-chart-bar.is-active {
  filter: none;
  opacity: 1;
  stroke: #f8fbff;
  stroke-width: 2;
}

#simple-gex-chart .dm-chart-bar:focus-visible {
  outline: none;
}

#simple-gex-chart:has(.dm-chart-bar.is-active) .dm-chart-bar:not(.is-active) {
  opacity: 0.5;
}

#simple-gex-chart .dm-chart-bar.is-key-level,
#simple-gex-chart .dm-chart-bar.is-call-wall,
#simple-gex-chart .dm-chart-bar.is-put-wall,
#simple-gex-chart .dm-chart-bar.is-poc,
#simple-gex-chart .dm-chart-bar.is-spot,
#simple-gex-chart .dm-chart-bar.is-near-spot {
  opacity: 1;
  stroke-width: 1.8;
}

#simple-gex-chart .dm-chart-bar.is-call-wall {
  stroke: var(--dm-chart-call);
}

#simple-gex-chart .dm-chart-bar.is-put-wall {
  stroke: var(--dm-chart-put);
}

#simple-gex-chart .dm-chart-bar.is-poc {
  stroke: var(--dm-chart-poc);
}

#simple-gex-chart .dm-chart-bar.is-spot,
#simple-gex-chart .dm-chart-bar.is-near-spot {
  stroke: var(--dm-chart-spot);
}

#simple-gex-chart .dm-chart-level-line,
#simple-gex-chart .dm-chart-poc-line {
  filter: none;
  opacity: 0.92;
  vector-effect: non-scaling-stroke;
}

#simple-gex-chart .dm-chart-level-line.is-spot {
  stroke: var(--dm-chart-spot);
  stroke-width: 1.5;
  stroke-dasharray: 3 5;
}

#simple-gex-chart .dm-chart-level-line.is-call-wall {
  stroke: var(--dm-chart-call);
  stroke-width: 2;
}

#simple-gex-chart .dm-chart-level-line.is-put-wall {
  stroke: var(--dm-chart-put);
  stroke-width: 2;
}

#simple-gex-chart .dm-chart-poc-line {
  stroke: var(--dm-chart-poc);
  stroke-width: 2;
  stroke-dasharray: 3 5;
}

#simple-gex-chart .dm-chart-level-label rect,
#simple-gex-chart .dm-chart-poc-label rect {
  fill: rgba(5, 9, 14, 0.94);
  stroke-width: 1;
}

#simple-gex-chart .dm-chart-level-label text,
#simple-gex-chart .dm-chart-poc-label text {
  fill: #edf3fa;
  font-size: 10px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.015em;
}

#simple-gex-chart .dm-chart-level-label.is-call-wall rect {
  fill: rgba(255, 128, 152, 0.14);
  stroke: var(--dm-chart-call);
}

#simple-gex-chart .dm-chart-level-label.is-put-wall rect {
  fill: rgba(101, 221, 160, 0.13);
  stroke: var(--dm-chart-put);
}

#simple-gex-chart .dm-chart-level-label.is-spot rect {
  fill: rgba(244, 201, 107, 0.14);
  stroke: var(--dm-chart-spot);
}

#simple-gex-chart .dm-chart-poc-label rect {
  fill: rgba(177, 167, 255, 0.16);
  stroke: var(--dm-chart-poc);
}

#simple-gex-chart .dm-chart-poc-label text {
  fill: #eeeaff;
}

#simple-gex-chart .dm-chart-tooltip {
  contain: layout paint;
  min-width: 184px;
  max-width: min(270px, calc(100% - 24px));
  padding: 11px 12px 10px;
  overflow: hidden;
  border-color: var(--dm-chart-accent-soft);
  border-radius: 10px;
  background:
    linear-gradient(180deg, var(--dm-chart-accent-wash), transparent 54%),
    rgba(5, 9, 14, 0.97);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  font-variant-numeric: tabular-nums;
  transform: translate(-50%, calc(-100% - 12px));
  transition: opacity 90ms ease, transform 90ms ease;
}

#simple-gex-chart .dm-chart-tooltip::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: var(--dm-chart-accent);
}

#simple-gex-chart .dm-chart-tooltip.is-visible {
  transform: translate(-50%, calc(-100% - 12px));
}

#simple-gex-chart .dm-chart-tooltip b {
  color: #f4f8fd;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.01em;
}

#simple-gex-chart .dm-chart-tooltip span {
  margin-top: 4px;
  color: #8e9caf;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.015em;
  text-transform: none;
}

#simple-gex-chart .dm-chart-tooltip > span:first-of-type {
  color: var(--dm-chart-accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#simple-gex-chart .dm-chart-tooltip strong {
  margin-top: 7px;
  color: #f7fbff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.025em;
}

#simple-gex-chart .dm-chart-tooltip-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 12px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
}

#simple-gex-chart .dm-chart-tooltip-row {
  display: contents;
}

#simple-gex-chart .dm-chart-tooltip-row span,
#simple-gex-chart .dm-chart-tooltip-row strong {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0;
}

#simple-gex-chart .dm-chart-tooltip-row strong {
  color: #dce7f3;
  text-align: right;
}

#simple-gex-chart .dm-chart-tooltip .is-positive {
  color: var(--dm-chart-positive);
}

#simple-gex-chart .dm-chart-tooltip .is-negative {
  color: var(--dm-chart-negative);
}

@media (max-width: 560px) {
  #simple-gex-chart .dm-chart-axis-label {
    font-size: 9px;
  }

  #simple-gex-chart .dm-chart-x-label {
    font-size: 10px;
  }

  #simple-gex-chart .dm-chart-caption {
    font-size: 9px;
    letter-spacing: 0.075em;
  }

  #simple-gex-chart .dm-chart-tooltip {
    min-width: 160px;
    max-width: min(230px, calc(100% - 18px));
    padding: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #simple-gex-chart .dm-chart-bar,
  #simple-gex-chart .dm-chart-tooltip {
    transition: none;
  }
}

/* Surface accessibility and responsive polish ---------------------------- */

.dm-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  min-height: 44px;
  padding: 11px 14px;
  border: 2px solid var(--dm-cyan);
  border-radius: 9px;
  color: #061016;
  background: #dff8ff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.38);
  font-weight: 850;
  text-decoration: none;
  transform: translateY(calc(-100% - 18px));
  transition: transform 140ms ease;
}

.dm-skip-link:focus {
  outline: 0;
  transform: translateY(0);
}

.dm-simple-shell {
  min-height: 100dvh;
}

.dm-simple-main,
.dm-simple-topbar,
.dm-simple-topbar-actions,
.dm-simple-controls,
.dm-simple-metrics,
.dm-market-workspace,
.dm-floor-grid,
.dm-toolkit,
.dm-toolkit-head {
  min-width: 0;
}

:is(button, a, input, select, [tabindex]):focus-visible {
  outline: 2px solid var(--dm-cyan);
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(110, 220, 255, 0.14);
}

.dm-simple-rail-btn[data-tip]:focus-visible::after {
  opacity: 1;
}

.dm-simple-topnav a,
.dm-workspace-jump a,
.dm-focus-button,
.dm-logout-link,
.dm-control input,
.dm-control select,
.dm-segmented button,
.dm-ghost-button,
.dm-primary-button,
.dm-surface-view-tabs button,
.dm-toolkit-tabs button,
.dm-fo-product-tabs button,
.dm-fo-symbol-loader input,
.dm-fo-symbol-loader button {
  min-height: 44px;
}

.dm-workspace-jump a,
.dm-simple-topnav a {
  display: inline-flex;
  align-items: center;
}

.dm-simple-status {
  transition: border-color 160ms ease, background 160ms ease;
}

.dm-simple-status.is-live {
  border-color: rgba(101, 221, 160, 0.28);
  background: rgba(101, 221, 160, 0.055);
}

.dm-simple-status.is-live .dm-live-dot {
  background: var(--dm-green);
  box-shadow: 0 0 14px rgba(101, 221, 160, 0.62);
}

.dm-simple-status.is-loading .dm-live-dot {
  background: var(--dm-cyan);
}

.dm-simple-status.is-stale .dm-live-dot,
.dm-simple-status.is-error .dm-live-dot {
  animation: none;
}

.dm-refresh-button:disabled {
  cursor: wait;
  opacity: 0.78;
  transform: none;
}

.dm-refresh-button.is-loading::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border: 2px solid rgba(7, 16, 22, 0.28);
  border-top-color: #071016;
  border-radius: 50%;
  animation: dmSurfaceRefreshSpin 720ms linear infinite;
}

.is-data-updated {
  animation: dmSurfaceDataUpdate 500ms ease-out both;
}

.dm-surface-view-panel:focus-visible,
.dm-tool-panel:focus-visible,
#surface-controls:focus-visible {
  outline-offset: 4px;
}

#simple-gex-chart .dm-chart-bar:focus-visible {
  outline: none;
  box-shadow: none;
  opacity: 1;
  stroke: #ffffff;
  stroke-width: 2.5;
}

@keyframes dmSurfaceRefreshSpin {
  to { transform: rotate(360deg); }
}

@keyframes dmSurfaceDataUpdate {
  0% {
    color: #ffffff;
    text-shadow: 0 0 18px rgba(110, 220, 255, 0.78);
    transform: translateY(1px);
  }
  100% {
    text-shadow: none;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .dm-simple-main {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }

  .dm-simple-rail {
    bottom: max(10px, env(safe-area-inset-bottom, 0px));
    max-width: calc(100vw - 20px);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .dm-workspace-jump,
  .dm-simple-metrics,
  .dm-toolkit-tabs {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(110, 220, 255, 0.34) transparent;
    -webkit-overflow-scrolling: touch;
  }

  .dm-workspace-jump {
    scroll-snap-type: x proximity;
    scroll-padding-inline: 7px;
  }

  .dm-workspace-jump a,
  .dm-simple-metrics article {
    scroll-snap-align: start;
  }

  .dm-workspace-jump::-webkit-scrollbar,
  .dm-simple-metrics::-webkit-scrollbar,
  .dm-toolkit-tabs::-webkit-scrollbar {
    height: 4px;
  }

  .dm-workspace-jump::-webkit-scrollbar-thumb,
  .dm-simple-metrics::-webkit-scrollbar-thumb,
  .dm-toolkit-tabs::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(110, 220, 255, 0.34);
  }
}

@media (max-width: 640px) {
  .dm-simple-topbar {
    min-height: 62px;
  }

  .dm-simple-status,
  .dm-focus-button {
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
  }

  .dm-surface-view-tabs,
  .dm-toolkit-tabs {
    width: 100%;
  }

  .dm-surface-view-tabs button,
  .dm-toolkit-tabs button {
    flex: 1 0 auto;
    white-space: nowrap;
  }

  .dm-strike-heatmap {
    overscroll-behavior: contain;
    scroll-padding-inline: 66px;
    -webkit-overflow-scrolling: touch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dm-skip-link,
  .dm-simple-status,
  .is-data-updated,
  .dm-refresh-button.is-loading::before {
    animation: none;
    transition: none;
  }
}
