/* OGPlayer brand for TypeDoc — dark locked */
:root, :root[data-theme="light"], :root[data-theme="dark"] {
  --color-background: #0e0e10;
  --color-background-secondary: #17181a;
  --color-background-active: #1d1e21;
  --color-accent: #2a2b2e;
  --color-text: rgba(255, 255, 255, 0.86);
  --color-text-aside: rgba(255, 255, 255, 0.48);
  --color-link: #f6c445;
  --color-ts-class: #ffd25e;
  --color-ts-interface: #ffd25e;
}
.tsd-page-toolbar { background: #0e0e10; border-bottom: 1px solid rgba(255,255,255,.08); }
