/* Bull-o-Mat – Theme „modern-mint“ als kantenlose Vollbild-Touchoberfläche. */
body[data-theme="modern-mint"] {
  --color-page: #414145;
  --color-shell: #f5f5f5;
  --color-surface: #f3f3f3;
  --color-surface-alt: #dedede;
  --color-active: #4fceba;
  --color-active-dark: #33b7a3;
  --color-inactive: #202020;
  --color-text: #070707;
  --color-text-muted: #737373;
  --color-inactive-text: #707070;
  --color-border: rgba(255, 255, 255, 0.95);
  --color-danger: #c83f49;
  --color-success: #198754;
  --shadow-shell: none;
  --radius-shell: 0;
  --font-ui: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
