/**
 * Pack companion styles — the real Discord Theme chrome lives in the desktop host
 * (frontend discordTheme.css). Keep this light so sandbox / docs previews stay harmless.
 */
:root {
  --ggbro-plugin-discord-theme: 1;
}

.gg-btn-primary {
  letter-spacing: 0;
}

/* Docs / sandbox: never paint opaque backgrounds on textareas (host composer uses an overlay). */
[data-gg-chrome='composer'] textarea,
textarea[data-gg-composer-input] {
  background-color: transparent !important;
}
