/* Compact task editor: toolbar hidden until editing, smaller buttons */
.tiptap__buttons { display: none !important; }
.tiptap:focus-within .tiptap__buttons {
  display: flex !important;
  flex-wrap: wrap;
  gap: 2px;
}
.tiptap__buttons button {
  padding: 2px 6px !important;
  font-size: 12px !important;
}
/* hide "add to home screen" PWA banner */
.add-to-home-screen { display: none !important; }

/* Suppress native dashboard flash on "/" until our swimlane widget renders */
html.rti-home:not(.rti-ready) main { opacity: 0 !important; }
html.rti-home main { transition: opacity .15s ease; }
