/* Atari Archive presentation overrides; emulator core remains upstream. */
:root { --bg: #ddd1b9; --panel: #172c64; --panel2: #102359; --text: #fff; --muted: #d6defa; --accent: #fff; }
.topbar { border-bottom: 3px solid #b83832; }
#archive-rom-status { margin: 0; padding: .65rem 1rem; font-size: 14px; background: #102359; color: white; }
.asm-editor, .asm-editor-wrap, .asm-code, .asm-highlight, textarea { background-color: #123a9e; color: white; }
@media (max-width: 600px) {
  .brandTooltip { position: fixed; left: 12px; right: 12px; top: 64px; width: auto; min-width: 0; box-sizing: border-box; max-height: calc(100vh - 80px); overflow-y: auto; }
}
