/* noqt.events ile uyumlu — açık tema */
:root {
  --noqta-bg: var(--bg, #F9F8F5);
  --noqta-surface: var(--surface, #ffffff);
  --noqta-surface2: var(--surface2, #ffffff);
  --noqta-text: var(--text, #1A1712);
  --noqta-muted: var(--text-muted, #807A70);
  --noqta-accent: var(--accent, #1A1712);
  --noqta-border: #E6E4DF;
  --noqta-radius: 16px;
}

body::after { display: none; }
