/* Shared palette, based on the editor. Color-only rules preserve geometry. */
:root {
  color-scheme: dark;
  --bg: #121212;
  --surface: #232323;
  --text: #ffffff;
  --muted: #b8bec4;
  --line: #444c54;
  --accent: #0872c2;
  --accent-text: #ffffff;
  --danger: #ff9292;
}
.site-header, .site-footer { background-color: #181818; border-color: #2a2a2a; }
.mobile-editor-button { background-color: rgba(8, 72, 122, .76); }
