/* Дополнения поверх Tailwind */
[contenteditable] {
  outline: none;
}
[contenteditable]:empty:before {
  content: attr(data-placeholder);
  color: #64748b;
}
tg-spoiler {
  background: #475569;
  border-radius: 3px;
  padding: 0 2px;
}
