/* Orange brand for the existing player and vertical feed. */
:root {
  --accent: #ff922f;
  --accent-bright: #ffb76c;
  --accent-ink: #19130d;
  --accent-soft: rgba(255, 146, 47, .16);
}
body.theme-orange-v1 { background: #111214; }
.theme-orange-v1, .theme-orange-v1 * { letter-spacing: 0; }
.theme-orange-v1 :is(button, a, input):focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
/* Keep focus and hidden sheets from scrolling the fixed video stage. */
.theme-orange-v1 #stage { overflow: clip; background: #08090a; box-shadow: 0 0 48px rgba(0, 0, 0, .4); }
.theme-orange-v1 .back-btn { background: rgba(17, 18, 20, .8); border: 1px solid rgba(255, 255, 255, .18); }
.theme-orange-v1 .ep-bar-main, .theme-orange-v1 .chip {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 6px;
  background: rgba(17, 18, 20, .78);
}
.theme-orange-v1 .chip--primary { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); text-shadow: none; }
.theme-orange-v1 #pbar-fill { background: var(--accent); }
.theme-orange-v1 :is(#boost-badge, #unmute-pill, #toast, .seek-hint span) {
  background: rgba(17, 18, 20, .88);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 6px;
}
.theme-orange-v1 :is(#drawer, #rate-sheet, #cmt-sheet) {
  border-top: 1px solid #3a3c41;
  border-radius: 8px 8px 0 0;
  background: #191a1d;
}
.theme-orange-v1 :is(.tab, .ep-item, .rate-opt) { border: 1px solid #3a3c41; border-radius: 6px; background: #232428; }
.theme-orange-v1 :is(.tab.active, .ep-item.current, .rate-opt.active) {
  background: var(--accent-soft);
  border-color: var(--accent);
  color: var(--accent-bright);
}
.theme-orange-v1 .pcmt-avatar { background: #2a2b30; color: #b6d681; }
.theme-orange-v1 .pcmt-replies { border-radius: 6px; background: #232428; }
.theme-orange-v1 :is(#cmt-input, #cmt-nick) { border-radius: 6px; border-color: #3a3c41; background: #111214; }
.theme-orange-v1 :is(#cmt-input, #cmt-nick):focus { border-color: var(--accent); }
.theme-orange-v1 #feed { --gold: #ff922f; --gold2: #ffb76c; background: #08090a; }
.theme-orange-v1 .fline { border-radius: 4px; border-color: rgba(255, 146, 47, .5); background: rgba(17, 18, 20, .8); color: var(--accent-bright); }
.theme-orange-v1 .fcollection { border-radius: 6px; background: rgba(17, 18, 20, .78); border-color: rgba(255, 255, 255, .18); }
.theme-orange-v1 .fcol-cover { border-radius: 4px; }
.theme-orange-v1 :is(#feed-unmute, #feed-toast) { border-radius: 6px; background: rgba(17, 18, 20, .88); border: 1px solid rgba(255, 255, 255, .18); }
