/** OBS / stream browser sources — transparent chrome. */
html.ct-overlay,
html.ct-overlay body {
  margin: 0;
  background: transparent;
  color: #e2e8f0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.ct-overlay .wrap {
  padding: 12px 16px;
  max-width: 520px;
}

.ct-overlay .bezel {
  border: 2px solid #1f2937;
  border-radius: 10px;
  background: rgba(10, 14, 20, 0.82);
  padding: 10px 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}

.ct-overlay .mc {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fbbf24;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
  line-height: 1.1;
}

.ct-overlay .label {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #34d399;
}

.ct-overlay .ticker {
  margin-top: 6px;
  font-size: 0.68rem;
  color: #94a3b8;
}

.ct-overlay .spark {
  display: block;
  margin-top: 8px;
  border-radius: 6px;
  width: 100%;
  max-width: 480px;
  height: auto;
}

.ct-overlay-tip {
  background: transparent;
  color: #e8fff0;
  font-family: ui-monospace, monospace;
  padding: 12px;
}

.ct-overlay-tip .card {
  background: rgba(10, 14, 20, 0.92);
  border: 1px solid #34d399;
  border-radius: 8px;
  padding: 12px 14px;
  max-width: 320px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
}

.ct-overlay-tip .title {
  color: #34d399;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 6px;
}

.ct-overlay-tip .row {
  font-size: 0.72rem;
  opacity: 0.85;
  margin: 4px 0;
}

.ct-overlay-tip .rug { color: #fbbf24; }
.ct-overlay-tip .pumpers { color: #5dff8a; }

.ct-overlay-tip .qr {
  margin-top: 8px;
  padding: 8px;
  background: #07070d;
  border-radius: 6px;
  text-align: center;
  font-size: 0.65rem;
  word-break: break-all;
}