.timeline-container[data-v-03c8844e] {
  display: flex;
  flex-direction: column;
  padding: 0;
}

/* Header com título e filtro */
.timeline-header[data-v-03c8844e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 20px 0;
  margin-bottom: 16px;
}
.timeline-title[data-v-03c8844e] {
  font-size: 16px;
  font-weight: 550;
  color: #1f2937;
  margin: 0;
}
.timeline-filter[data-v-03c8844e] {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.filter-label[data-v-03c8844e] {
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  white-space: nowrap;
  flex-shrink: 0;
}
.timeline-filter .combo-box[data-v-03c8844e] {
  min-width: 140px;
}
.timeline-loading[data-v-03c8844e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px;
}
.timeline-empty[data-v-03c8844e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px;
  gap: 12px;
  color: #9ca3af;
}
.empty-icon[data-v-03c8844e] {
  opacity: 0.5;
}
.timeline-list[data-v-03c8844e] {
  display: flex;
  flex-direction: column;
}
.timeline-group[data-v-03c8844e] {
  display: flex;
  flex-direction: column;
}

/* Separador de data */
.timeline-date-separator[data-v-03c8844e] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0 20px;
}
.timeline-date-separator[data-v-03c8844e]:first-child {
  margin-top: 0;
}
.date-line[data-v-03c8844e] {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, #e5e7eb, transparent);
}
.date-badge[data-v-03c8844e] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  /* background: #f9fafb; */
  border-radius: 12px;
  /* border: 1px solid #e5e7eb; */
}
.date-badge .date-dot[data-v-03c8844e] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
}
.date-text[data-v-03c8844e] {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  letter-spacing: 0.5px;
}

/* Item da timeline */
.timeline-item[data-v-03c8844e] {
  display: flex;
  gap: 20px;
  padding: 8px 0;
}

/* Coluna da esquerda */
.timeline-left[data-v-03c8844e] {
  display: flex;
  gap: 12px;
  width: 100px;
  flex-shrink: 0;
}
.event-time[data-v-03c8844e] {
  font-size: 12px;
  color: #464a4f;
  font-weight: 500;
  text-align: right;
  width: 70px;
  padding-top: 2px;
  white-space: nowrap;
}
.timeline-connector[data-v-03c8844e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 18px;
}
.timeline-dot[data-v-03c8844e] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 4px;
  box-shadow: 0 0 0 3px #ffffff;
}
.dot-green[data-v-03c8844e] { background: #10b981;
}
.dot-blue[data-v-03c8844e] { background: #3b82f6;
}
.dot-purple[data-v-03c8844e] { background: #8b5cf6;
}
.dot-indigo[data-v-03c8844e] { background: #6366f1;
}
.dot-yellow[data-v-03c8844e] { background: #f59e0b;
}
.dot-orange[data-v-03c8844e] { background: #f97316;
}
.dot-red[data-v-03c8844e] { background: #ef4444;
}
.dot-amber[data-v-03c8844e] { background: #f59e0b;
}
.dot-gray[data-v-03c8844e] { background: #6b7280;
}
.timeline-line[data-v-03c8844e] {
  width: 2px;
  flex: 1;
  min-height: 40px;
  background: #e5e7eb;
  margin-top: 4px;
}

/* Coluna da direita */
.timeline-right[data-v-03c8844e] {
  display: flex;
  gap: 12px;
  flex: 1;
  padding-bottom: 12px;
}
.event-icon[data-v-03c8844e] {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #6b7280;
  margin-top: 2px;
}
.event-icon .icon-svg[data-v-03c8844e] {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.event-icon .icon-svg svg[data-v-03c8844e],
.event-icon svg[data-v-03c8844e] {
  width: 18px;
  height: 18px;
  display: block;
}
.event-icon svg[data-v-03c8844e] {
  width: 18px;
  height: 18px;
  display: inline-block;
}

/* Make the kanban icon slightly bolder/stronger (SVG-only) */
.event-icon.event-icon--kanban-bold svg[data-v-03c8844e] {
  transform: scale(1.12);
}
.event-content[data-v-03c8844e] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.event-title[data-v-03c8844e] {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.4;
}
.event-description[data-v-03c8844e] {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.event-description-wrap[data-v-03c8844e] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.event-description a[data-v-03c8844e] {
  color: #3b82f6;
  text-decoration: underline;
}
.kanban-attachment-link[data-v-03c8844e] {
  display: inline-flex;
  align-items: center;
  max-width: 280px;
  color: #2563eb;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-media-thumb-link[data-v-03c8844e] {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f9fafb;
}
.event-media-thumb[data-v-03c8844e] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.event-user[data-v-03c8844e] {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 2px;
}

/* Botão carregar mais */
.timeline-load-more[data-v-03c8844e] {
  display: flex;
  justify-content: center;
  padding: 24px 0 8px;
}
.load-more-btn[data-v-03c8844e] {
  padding: 8px 24px;
  border: 1px solid #e5e7eb;
  background: white;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s;
}
.load-more-btn[data-v-03c8844e]:hover:not(:disabled) {
  background: #f9fafb;
  border-color: #d1d5db;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.load-more-btn[data-v-03c8844e]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ========================================
   RESPONSIVE
======================================== */

/* Notebooks compactos */
@media (max-width: 1024px) {
.timeline-header[data-v-03c8844e] {
    flex-wrap: wrap;
    gap: 8px;
}
.timeline-filter[data-v-03c8844e] {
    flex-wrap: wrap;
}
}

/* Tablet portrait */
@media (max-width: 768px) {
.timeline-header[data-v-03c8844e] {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.timeline-filter[data-v-03c8844e] {
    width: 100%;
}
.timeline-filter .combo-box[data-v-03c8844e] {
    flex: 1;
}
.timeline-item[data-v-03c8844e] {
    gap: 12px;
}
.timeline-left[data-v-03c8844e] {
    width: 80px;
    gap: 8px;
}
.event-time[data-v-03c8844e] {
    width: 55px;
    font-size: 11px;
}
.event-title[data-v-03c8844e] {
    font-size: 13px;
}
.event-description[data-v-03c8844e] {
    font-size: 12px;
}
}

/* Mobile */
@media (max-width: 640px) {
.timeline-left[data-v-03c8844e] {
    width: 60px;
    gap: 6px;
}
.event-time[data-v-03c8844e] {
    width: 40px;
    font-size: 10px;
}
.timeline-item[data-v-03c8844e] {
    gap: 8px;
}
.kanban-attachment-link[data-v-03c8844e] {
    max-width: 180px;
}
}

.mention-dropdown[data-v-c64e91af] {
    position: fixed;
    z-index: 999999;
    background: white;
    border: 1px solid #dfe1e6;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-height: 280px;
    min-width: 280px;
    overflow: hidden;
}
.mention-dropdown-list[data-v-c64e91af] {
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Scrollbar customization */
.mention-dropdown-list[data-v-c64e91af]::-webkit-scrollbar {
    width: 6px;
}
.mention-dropdown-list[data-v-c64e91af]::-webkit-scrollbar-track {
    background: #f9fafb;
}
.mention-dropdown-list[data-v-c64e91af]::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}
.mention-dropdown-list[data-v-c64e91af]::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}
.mention-dropdown-item[data-v-c64e91af] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    border-bottom: 1px solid #f3f4f6;
}
.mention-dropdown-item[data-v-c64e91af]:last-child {
    border-bottom: none;
}
.mention-dropdown-item[data-v-c64e91af]:hover,
.mention-dropdown-item--active[data-v-c64e91af] {
    background-color: #f3f4f6;
}
.mention-dropdown-avatar[data-v-c64e91af] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    font-size: 12px;
    font-weight: 600;
    flex-shrink: 0;
}
.mention-dropdown-info[data-v-c64e91af] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.mention-dropdown-name[data-v-c64e91af] {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mention-dropdown-username[data-v-c64e91af] {
    font-size: 12px;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mention-dropdown-loading[data-v-c64e91af] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px;
    color: #6b7280;
    font-size: 13px;
}
.mention-dropdown-spinner[data-v-c64e91af] {
    animation: spin-c64e91af 1s linear infinite;
}
@keyframes spin-c64e91af {
from {
        transform: rotate(0deg);
}
to {
        transform: rotate(360deg);
}
}

/* ============================= */
/* WRAPPER                       */
/* ============================= */
.text-area-default-ui-wrapper[data-v-0cde0f6d] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.text-area-default-ui-wrapper--disabled[data-v-0cde0f6d] {
  opacity: 0.6;
  pointer-events: none;
}

/* ============================= */
/* LABEL                         */
/* ============================= */
.text-area-default-ui-label[data-v-0cde0f6d] {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  line-height: 1.4;
  margin-bottom: 2px;
}
.text-area-default-ui-label--required[data-v-0cde0f6d]::after {
  content: ' *';
  color: #ef4444;
}

/* ============================= */
/* CONTAINER                     */
/* ============================= */
.text-area-default-ui-container[data-v-0cde0f6d] {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, min-height 0.2s ease;
  /* overflow: visible so toolbar dropdowns are not clipped */
  overflow: visible;
}

/* Variants */
.text-area-default-ui-container--default[data-v-0cde0f6d]  { border-color: #d1d5db;
}
.text-area-default-ui-container--filled[data-v-0cde0f6d]   { background: #f9fafb; border-color: transparent;
}
.text-area-default-ui-container--outlined[data-v-0cde0f6d] { border-color: #9ca3af;
}

/* States */
.text-area-default-ui-container--focused[data-v-0cde0f6d] {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
}
.text-area-default-ui-container--error[data-v-0cde0f6d] {
  border-color: #ef4444;
}
.text-area-default-ui-container--error.text-area-default-ui-container--focused[data-v-0cde0f6d] {
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}
.text-area-default-ui-container--dragging-file[data-v-0cde0f6d] {
  border-style: dashed;
  border-color: #3b82f6;
  background: #eff6ff;
}
.text-area-default-ui-container--disabled[data-v-0cde0f6d] {
  background: #f3f4f6;
  cursor: not-allowed;
}
.text-area-default-ui-container--readonly[data-v-0cde0f6d] {
  background: #fafafa;
}

/* Hover */
.text-area-default-ui-container[data-v-0cde0f6d]:not(.text-area-default-ui-container--disabled):not(.text-area-default-ui-container--readonly):hover {
  border-color: #9ca3af;
}
.text-area-default-ui-container--focused[data-v-0cde0f6d]:hover { border-color: #3b82f6;
}
.text-area-default-ui-container--error[data-v-0cde0f6d]:hover   { border-color: #ef4444;
}

/* Sizes */
.text-area-default-ui-container--sm[data-v-0cde0f6d] { min-height: 34px;
}
.text-area-default-ui-container--md[data-v-0cde0f6d] { min-height: 38px;
}
.text-area-default-ui-container--lg[data-v-0cde0f6d] { min-height: 46px;
}

/* Rich Container sizing */
.text-area-default-ui-container--rich[data-v-0cde0f6d]                          { min-height: 38px;
}
.text-area-default-ui-container--rich.text-area-default-ui-container--expanded[data-v-0cde0f6d] { min-height: 90px;
}
.text-area-default-ui-container--rich.text-area-default-ui-container--expanded.text-area-default-ui-container--with-content[data-v-0cde0f6d] { min-height: 130px;
}

/* ============================= */
/* TIPTAP TOOLBAR                */
/* ============================= */
.tiptap-toolbar[data-v-0cde0f6d] {
  display: flex;
  align-items: center;
  gap: 1px;
  flex-shrink: 0;
  flex-wrap: wrap;
  background: #fafbfc;

  /* Hidden state */
  max-height: 0;
  overflow: hidden;
  padding: 0 8px;
  border-bottom: none;
  transition: max-height 0.15s ease, padding 0.15s ease, border-color 0.15s ease;
}
.tiptap-toolbar--visible[data-v-0cde0f6d] {
  max-height: 52px;
  overflow: visible;
  padding: 5px 8px;
  border-bottom: 1px solid #f0f2f5;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fafbfc;
}

/* Toolbar groups */
.tiptap-toolbar-group[data-v-0cde0f6d] {
  display: inline-flex;
  align-items: center;
  gap: 1px;
}
.tiptap-toolbar-btn[data-v-0cde0f6d] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  transition: background-color 0.12s ease, color 0.12s ease;
  flex-shrink: 0;
  padding: 0;
}
.tiptap-toolbar-btn[data-v-0cde0f6d]:hover {
  background: #e9ecef;
  color: #111827;
}
.tiptap-toolbar-btn--active[data-v-0cde0f6d] {
  background: #e8f0fe;
  color: #1d4ed8;
}
.tiptap-toolbar-btn--active[data-v-0cde0f6d]:hover {
  background: #dce8fd;
}

/* Dropdown trigger buttons */
.tiptap-toolbar-btn--dropdown[data-v-0cde0f6d] {
  width: auto;
  padding: 0 5px;
  gap: 2px;
}
.tiptap-toolbar-btn--text[data-v-0cde0f6d] {
  width: auto;
  min-width: 52px;
  padding: 0 5px;
  gap: 2px;
  font-size: 11px;
  font-weight: 500;
}
.tiptap-toolbar-btn__text[data-v-0cde0f6d] {
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  color: inherit;
  white-space: nowrap;
}

/* Add button */
/* ── Link Popover ─────────────────────────────────────────────────────── */
.tiptap-link-popover[data-v-0cde0f6d] {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 9999;
  width: 280px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.06);
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tiptap-link-popover--floating[data-v-0cde0f6d] {
  position: fixed;
  top: 0;
  left: 0;
  width: min(320px, calc(100vw - 16px));
  z-index: 12000;
}
.tiptap-link-popover__header[data-v-0cde0f6d] {
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.tiptap-link-popover__input[data-v-0cde0f6d] {
  width: 100%;
  padding: 7px 10px;
  font-size: 13px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  outline: none;
  color: #1f2937;
  background: #f9fafb;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.tiptap-link-popover__input[data-v-0cde0f6d]:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  background: #ffffff;
}
.tiptap-link-popover__newtab[data-v-0cde0f6d] {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: #6b7280;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tiptap-link-popover__newtab input[type="checkbox"][data-v-0cde0f6d] {
  width: 14px;
  height: 14px;
  accent-color: #3b82f6;
  cursor: pointer;
  flex-shrink: 0;
}
.tiptap-link-popover__actions[data-v-0cde0f6d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.tiptap-link-popover__actions-right[data-v-0cde0f6d] {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}
.tiptap-link-popover__remove[data-v-0cde0f6d] {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #ef4444;
  background: transparent;
  border: 1px solid #fca5a5;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.tiptap-link-popover__remove[data-v-0cde0f6d]:hover {
  background: #fef2f2;
  border-color: #ef4444;
}
.tiptap-link-popover__cancel[data-v-0cde0f6d] {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  background: transparent;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.tiptap-link-popover__cancel[data-v-0cde0f6d]:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
  color: #374151;
}
.tiptap-link-popover__apply[data-v-0cde0f6d] {
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  background: #3b82f6;
  border: 1px solid #3b82f6;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.tiptap-link-popover__apply[data-v-0cde0f6d]:hover {
  background: #2563eb;
  border-color: #2563eb;
}

/* ── Compact toolbar plus button ─────────────────────────────────────── */
.tiptap-toolbar-btn--plus[data-v-0cde0f6d] {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.tiptap-toolbar--compact.tiptap-toolbar--visible[data-v-0cde0f6d] {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
}
.tiptap-toolbar--compact.tiptap-toolbar--visible[data-v-0cde0f6d]::-webkit-scrollbar {
  display: none;
}
.tiptap-toolbar--compact .tiptap-toolbar-group--end[data-v-0cde0f6d] {
  margin-left: auto;
}
.tiptap-toolbar--narrow .tiptap-toolbar-group--end[data-v-0cde0f6d] {
  margin-left: auto;
}

/* Add button */
.tiptap-toolbar-btn--add[data-v-0cde0f6d] {
  width: auto;
  padding: 0 7px;
  gap: 3px;
  background: #f0f7ff;
  color: #2563eb;
  font-weight: 500;
  border: 1px solid #bfdbfe;
}
.tiptap-toolbar-btn--add[data-v-0cde0f6d]:hover {
  background: #dbeafe;
  color: #1d4ed8;
}
.tiptap-toolbar-btn__add-label[data-v-0cde0f6d] {
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}
.tiptap-toolbar-divider[data-v-0cde0f6d] {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #e5e7eb;
  margin: 0 3px;
  flex-shrink: 0;
  align-self: center;
  border-radius: 1px;
}

/* ============================= */
/* TOOLBAR DROPDOWNS             */
/* ============================= */
.tiptap-dropdown[data-v-0cde0f6d] {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 9999;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12), 0 1px 4px rgba(15, 23, 42, 0.06);
  min-width: 182px;
  padding: 4px;
  animation: tiptap-dropdown-in-0cde0f6d 0.1s ease;
}
.tiptap-dropdown--floating[data-v-0cde0f6d] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12000;
}
.tiptap-dropdown--right[data-v-0cde0f6d] {
  left: auto;
  right: 0;
}
@keyframes tiptap-dropdown-in-0cde0f6d {
from { opacity: 0; transform: translateY(-4px);
}
to   { opacity: 1; transform: translateY(0);
}
}
.tiptap-dropdown-item[data-v-0cde0f6d] {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 6px 8px;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #374151;
  cursor: pointer;
  text-align: left;
  font-size: 13px;
  transition: background-color 0.1s ease, color 0.1s ease;
}
.tiptap-dropdown-item[data-v-0cde0f6d]:hover {
  background: #f3f4f6;
  color: #111827;
}
.tiptap-dropdown-item--active[data-v-0cde0f6d] {
  background: #e8f0fe;
  color: #1d4ed8;
}
.tiptap-dropdown-item--active[data-v-0cde0f6d]:hover {
  background: #dce8fd;
}
.tiptap-dropdown-item__label[data-v-0cde0f6d] {
  flex: 1;
  line-height: 1.3;
}
.tiptap-dropdown-item__meta[data-v-0cde0f6d] {
  font-size: 11px;
  color: #9ca3af;
  flex-shrink: 0;
}
.tiptap-dropdown-item__preview--p[data-v-0cde0f6d] {
  font-size: 11px;
  color: #9ca3af;
  flex: 1;
}

/* ============================= */
/* TIPTAP EDITOR WRAP + CONTENT  */
/* ============================= */
.tiptap-editor-wrap[data-v-0cde0f6d] {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-height: 300px;
  overflow-y: auto;
  cursor: text;
  scroll-behavior: smooth;

  /* Custom scrollbar */
  scrollbar-width: thin;
  scrollbar-color: #d1d5db transparent;
}
.tiptap-editor-wrap[data-v-0cde0f6d]::-webkit-scrollbar {
  width: 4px;
}
.tiptap-editor-wrap[data-v-0cde0f6d]::-webkit-scrollbar-track {
  background: transparent;
}
.tiptap-editor-wrap[data-v-0cde0f6d]::-webkit-scrollbar-thumb {
  background-color: #d1d5db;
  border-radius: 4px;
}
.text-area-default-ui-editor[data-v-0cde0f6d] {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* ── ProseMirror core styles ──────────────────────────────────────────── */
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror {
  flex: 1;
  outline: none;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.65;
  color: #1f2937;
  min-height: 28px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Collapsed: minimal – allow one line for placeholder */
.text-area-default-ui-container--rich:not(.text-area-default-ui-container--expanded)
  .text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror {
  max-height: 44px;
  overflow: hidden;
}

/* Expanded */
.text-area-default-ui-container--rich.text-area-default-ui-container--expanded
  .text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror {
  min-height: 60px;
}
.text-area-default-ui-container--rich.text-area-default-ui-container--expanded.text-area-default-ui-container--with-content
  .text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror {
  min-height: 100px;
}

/* ProseMirror placeholder (tiptap v2) */
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror.is-editor-empty::before,
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror.is-empty::before,
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror p.is-editor-empty:first-child::before,
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror p.is-empty:first-child::before {
  content: attr(data-placeholder);
  float: left;
  color: #9ca3af;
  pointer-events: none;
  height: 0;
}

/* Legacy: keep support for data-empty-text from tiptap v1 if any content still uses it */
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror p.is-empty:first-child::before {
  content: attr(data-placeholder);
  float: left;
  color: #9ca3af;
  pointer-events: none;
  height: 0;
}

/* ── Content typography ──────────────────────────────────────────────── */
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror p             { margin: 0.35em 0;
}
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror p:first-child { margin-top: 0;
}
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror p:last-child  { margin-bottom: 0;
}
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror strong        { font-weight: 600;
}
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror em            { font-style: italic;
}
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror s             { text-decoration: line-through;
}
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror a {
  color: #3b82f6;
  text-decoration: underline;
  cursor: pointer;
}
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror ul,
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror ol {
  padding-left: 1.5em;
  margin: 0.5em 0;
}
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror ul { list-style-type: disc;
}
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror ol { list-style-type: decimal;
}
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror li { margin: 0.2em 0;
}
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror h1,
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror h2,
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror h3 {
  font-weight: 700;
  line-height: 1.3;
  margin: 0.6em 0 0.3em;
  color: #0f172a;
}
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror h1 { font-size: 1.4em;
}
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror h2 { font-size: 1.2em;
}
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror h3 { font-size: 1.05em;
}
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror blockquote {
  border-left: 3px solid #3b82f6;
  margin: 0.6em 0;
  padding: 4px 12px;
  color: #4b5563;
  background: #f8faff;
  border-radius: 0 4px 4px 0;
}
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror code {
  background: #f1f5f9;
  color: #d63384;
  border-radius: 4px;
  padding: 1px 5px;
  font-size: 0.88em;
  font-family: 'SFMono-Regular', Consolas, monospace;
}
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror pre {
  background: #1e293b;
  color: #e2e8f0;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 0.85em;
  font-family: 'SFMono-Regular', Consolas, monospace;
  overflow-x: auto;
  margin: 0.6em 0;
}
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror u { text-decoration: underline;
}
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror hr {
  border: none;
  border-top: 2px solid #e5e7eb;
  margin: 1em 0;
}
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror img,
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror video {
  display: block;
  max-width: min(100%, 320px);
  max-height: 180px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
}

/* Mention highlight */
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror [data-mention="true"] {
  background-color: #e3f2fd;
  color: #1565c0;
  font-weight: 600;
  border-radius: 6px;
  padding: 2px 6px;
  white-space: nowrap;
  display: inline-block;
}

/* Pre-mount placeholder */
.tiptap-pre-mount-placeholder[data-v-0cde0f6d] {
  padding: 8px 12px;
  font-size: 13px;
  color: #9ca3af;
  line-height: 1.65;
  min-height: 28px;
}

/* Disabled overlay */
.text-area-default-ui-container--disabled .tiptap-editor-wrap[data-v-0cde0f6d],
.text-area-default-ui-container--disabled .tiptap-toolbar[data-v-0cde0f6d] {
  opacity: 0.7;
  pointer-events: none;
}

/* ============================= */
/* PLAIN TEXTAREA                */
/* ============================= */
.text-area-default-ui-textarea[data-v-0cde0f6d] {
  width: 100%;
  min-height: 80px;
  padding: 8px 12px;
  border: none;
  outline: none;
  background: transparent;
  resize: vertical;
  font-size: 13px;
  line-height: 1.65;
  color: #1f2937;
  font-family: inherit;
}
.text-area-default-ui-textarea[data-v-0cde0f6d]::-moz-placeholder { color: #9ca3af;
}
.text-area-default-ui-textarea[data-v-0cde0f6d]::placeholder { color: #9ca3af;
}
.text-area-default-ui-textarea[data-v-0cde0f6d]:-moz-read-only    { cursor: not-allowed; color: #6b7280;
}
.text-area-default-ui-textarea[data-v-0cde0f6d]:disabled,
.text-area-default-ui-textarea[data-v-0cde0f6d]:read-only    { cursor: not-allowed; color: #6b7280;
}

/* ============================= */
/* SPINNER                       */
/* ============================= */
.text-area-default-ui-spinner[data-v-0cde0f6d] {
  position: absolute;
  bottom: 8px;
  right: 10px;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.text-area-default-ui-spinner-icon[data-v-0cde0f6d] {
  animation: text-area-default-ui-spin-0cde0f6d 1s linear infinite;
  color: #6b7280;
}
@keyframes text-area-default-ui-spin-0cde0f6d {
from { transform: rotate(0deg);
}
to   { transform: rotate(360deg);
}
}

/* ============================= */
/* MESSAGES & COUNTER            */
/* ============================= */
.text-area-default-ui-message[data-v-0cde0f6d]       { font-size: 12px; color: #6b7280;
}
.text-area-default-ui-message--error[data-v-0cde0f6d] { color: #ef4444;
}
.text-area-default-ui-error[data-v-0cde0f6d],
.text-area-default-ui-helper[data-v-0cde0f6d] { display: flex; align-items: center; gap: 4px;
}
.text-area-default-ui-error-icon[data-v-0cde0f6d] { flex-shrink: 0;
}
.text-area-default-ui-counter[data-v-0cde0f6d]         { font-size: 11px; color: #9ca3af; text-align: right; margin-top: 2px;
}
.text-area-default-ui-counter--warning[data-v-0cde0f6d] { color: #d97706;
}

/* ============================= */
/* RESPONSIVE                    */
/* ============================= */
@media (max-width: 640px) {
.tiptap-toolbar-btn[data-v-0cde0f6d] {
    width: 28px;
    height: 28px;
}
.text-area-default-ui-editor[data-v-0cde0f6d] .ProseMirror {
    font-size: 14px;
}
}

.container-description[data-v-e131787b] {
  --ci-margin-left: 0px;
  --ci-margin-right: 0px;
  --ci-padding: 8px 14px;
  --ci-avatar-size: 28px;
  --ci-avatar-font: 10px;
  --ci-avatar-color: #2763e5;
  --ci-font-size: 13px;
  --ci-meta-font: 12px;
  --ci-name-font: 12px;
  --ci-reaction-font: 12px;
  --ci-reaction-pad: 3px 7px;
  --ci-content-pad-left: 38px;
  --ci-footer-pad-left: 38px;

  width: 100%;
  margin-left: var(--ci-margin-left);
  margin-right: var(--ci-margin-right);
}
.container-comment[data-v-e131787b] {
  --ci-margin-left: 0px;
  --ci-margin-right: 0px;
  --ci-padding: 8px 14px;
  --ci-avatar-size: 28px;
  --ci-avatar-font: 10px;
  --ci-avatar-color: #10B981;
  --ci-font-size: 13px;
  --ci-meta-font: 12px;
  --ci-name-font: 12px;
  --ci-reaction-font: 12px;
  --ci-reaction-pad: 3px 7px;
  --ci-content-pad-left: 38px;
  --ci-footer-pad-left: 38px;

  width: 100%;
  box-sizing: border-box;
  margin-left: var(--ci-margin-left);
  margin-right: var(--ci-margin-right);
}
.container-subcomment[data-v-e131787b] {
  --ci-margin-left: 0px;
  --ci-margin-right: 0px;
  --ci-padding: 8px 14px;
  --ci-avatar-size: 28px;
  --ci-avatar-font: 10px;
  --ci-avatar-color: #14B8A6;
  --ci-font-size: 13px;
  --ci-meta-font: 12px;
  --ci-name-font: 12px;
  --ci-reaction-font: 12px;
  --ci-reaction-pad: 3px 7px;
  --ci-content-pad-left: 38px;
  --ci-footer-pad-left: 38px;

  width: 100%;
  box-sizing: border-box;
  margin-left: var(--ci-margin-left);
  margin-right: var(--ci-margin-right);
}
.comment-wrapper[data-v-e131787b] {
  display: flex;
  gap: 6px;
  padding: 8px;
  align-items: flex-start;
  width: 100%;
}
.comment-avatar-col[data-v-e131787b] {
  flex-shrink: 0;
  padding-top: 0;
}
.comment-content-col[data-v-e131787b] {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.comment-item[data-v-e131787b] {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: var(--ci-padding);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.02);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.comment-item[data-v-e131787b]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.03);
  border-color: #d1d5db;
}
.comment-item--editing[data-v-e131787b] {
  border-color: #93bbfd;
  background: #f0f7ff;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.08);
}
.container-comment .comment-item[data-v-e131787b] {
  border-color: #e9eef4;
  box-shadow: none;
}
.container-subcomment .comment-item[data-v-e131787b] {
  border-color: #e9eef4;
  border-radius: 10px;
  box-shadow: none;
}
.comment-item__view[data-v-e131787b] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.comment-item__deep-reply-hint[data-v-e131787b] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  background: #e8eef6;
  border-radius: 4px;
  padding: 2px 7px;
  margin-bottom: 4px;
  width: -moz-fit-content;
  width: fit-content;
}
.comment-item__avatar[data-v-e131787b] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--ci-avatar-size);
  height: var(--ci-avatar-size);
  border-radius: 50%;
  background: var(--ci-avatar-color);
  color: #ffffff;
  font-size: var(--ci-avatar-font);
  font-weight: 700;
  flex-shrink: 0;
  letter-spacing: 0.5px;
}
.comment-item__user-info[data-v-e131787b] {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  min-height: var(--ci-avatar-size);
  margin-bottom: 0;
}
.comment-item__name[data-v-e131787b] {
  font-weight: 600;
  color: #1f2937;
  font-size: var(--ci-name-font);
  line-height: 1.4;
}
.comment-item__meta[data-v-e131787b] {
  font-size: var(--ci-meta-font);
  color: #6b7280;
  line-height: 1.4;
  white-space: nowrap;
}
.comment-item__separator[data-v-e131787b] {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #cbd5e1;
  flex-shrink: 0;
}
.comment-item__reply-badge[data-v-e131787b] {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  font-weight: 600;
  color: #4f6fbd;
  background: #eff3fc;
  border: 1px solid #c7d8f8;
  border-radius: 100px;
  padding: 1px 7px;
  line-height: 1.5;
  white-space: nowrap;
}
.comment-item__edited-flag[data-v-e131787b] {
  font-size: 11px;
  color: #9ca3af;
  font-style: italic;
  white-space: nowrap;
}
.comment-item__actions[data-v-e131787b] {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  padding: 0 2px;
}
.comment-item__action-text[data-v-e131787b] {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  transition: color 150ms ease;
  line-height: 1.4;
}
.comment-item__action-text--edit[data-v-e131787b]:hover {
  color: #3b82f6;
}
.comment-item__action-text--delete[data-v-e131787b]:hover {
  color: #ef4444;
}
.comment-item__action-sep[data-v-e131787b] {
  color: #d1d5db;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.comment-item__content[data-v-e131787b] {
  flex: 1;
}
.comment-item__text[data-v-e131787b] {
  font-size: var(--ci-font-size);
  line-height: 1.65;
  color: #374151;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0;
}
.comment-item__text--truncated[data-v-e131787b] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.comment-item__text[data-v-e131787b] a {
  color: #3b82f6;
  text-decoration: underline;
}
.comment-item__text[data-v-e131787b] a[data-attachment="true"] {
  font-weight: 500;
}
.comment-item__text[data-v-e131787b] a:hover {
  color: #2563eb;
}
.comment-item__text[data-v-e131787b] img {
  display: block;
  width: 72px;
  height: 72px;
  max-width: 72px;
  max-height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  cursor: zoom-in;
  border: 1px solid #e5e7eb;
  background: #f3f4f6;
}
.comment-item__text[data-v-e131787b] .kanban-media-tombstone {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  background: #f1f5f9;
  color: #64748b;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.comment-item__text[data-v-e131787b] video {
  max-width: min(100%, 200px);
  max-height: 120px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
  margin-top: 8px;
  cursor: zoom-in;
}
.comment-item__text[data-v-e131787b] ul,
.comment-item__text[data-v-e131787b] ol {
  padding-left: 1.5em;
  margin: 0.5em 0;
}
.comment-item__text[data-v-e131787b] ul {
  list-style-type: disc;
}
.comment-item__text[data-v-e131787b] ol {
  list-style-type: decimal;
}
.comment-item__text[data-v-e131787b] li {
  margin: 0.25em 0;
  padding-left: 0.3em;
}
.comment-item__text[data-v-e131787b] p {
  margin: 0.5em 0;
}
.comment-item__text[data-v-e131787b] p:first-child {
  margin-top: 0;
}
.comment-item__text[data-v-e131787b] p:last-child {
  margin-bottom: 0;
}
.comment-item__text[data-v-e131787b] strong {
  font-weight: 600;
}
.comment-item__text[data-v-e131787b] em {
  font-style: italic;
}
.comment-item__text[data-v-e131787b] u {
  text-decoration: underline;
}
.comment-item__text[data-v-e131787b] s {
  text-decoration: line-through;
}
.comment-item__text[data-v-e131787b] [style*="background"] {
  padding: 2px 6px;
  border-radius: 6px;
  font-weight: 600;
  white-space: nowrap;
  display: inline-block;
}
.comment-item__text[data-v-e131787b] [data-mention="true"] {
  background-color: #e3f2fd !important;
  color: #1565c0 !important;
  padding: 2px 6px;
  border-radius: 6px;
  font-weight: 600;
  white-space: nowrap;
  display: inline-block;
}
.comment-item__text[data-v-e131787b] ul[data-checked] {
  list-style: none !important;
  padding-left: 0 !important;
}
.comment-item__text[data-v-e131787b] li[data-list="checked"],
.comment-item__text[data-v-e131787b] li[data-list="unchecked"] {
  list-style: none !important;
  padding-left: 1.8em !important;
  position: relative;
}
.comment-item__text[data-v-e131787b] li[data-list="checked"]::before,
.comment-item__text[data-v-e131787b] li[data-list="unchecked"]::before {
  content: '' !important;
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 16px;
  height: 16px;
  border: 2px solid #d1d5db;
  border-radius: 3px;
  background: white;
  display: block !important;
}
.comment-item__text[data-v-e131787b] li[data-list="checked"]::before {
  background-color: #3b82f6 !important;
  border-color: #3b82f6 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13.5 3.5L6 11l-3.5-3.5' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-size: 12px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.comment-item__text[data-v-e131787b] li[data-list="checked"] {
  color: #6b7280 !important;
  text-decoration: line-through !important;
}
.comment-item__toggle-btn[data-v-e131787b] {
  background: none;
  border: none;
  color: #3b82f6;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  padding: 4px 0;
  text-align: left;
  transition: color 0.2s ease;
  margin-top: 4px;
}
.comment-item__toggle-btn[data-v-e131787b]:hover {
  color: #2563eb;
  text-decoration: underline;
}
.comment-item__link-preview[data-v-e131787b] {
  margin-top: 10px;
  display: flex;
  align-items: stretch;
  gap: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  text-decoration: none;
}
.comment-item__link-preview[data-v-e131787b]:hover {
  border-color: #cfd8e3;
  background: #f9fafb;
}
.comment-item__link-preview-img-wrap[data-v-e131787b] {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  background: #f3f4f6;
}
.comment-item__link-preview-img[data-v-e131787b] {
  width: 100%;
  height: 100%;
  min-height: 84px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.comment-item__link-preview-body[data-v-e131787b] {
  min-width: 0;
  flex: 1;
  padding: 10px 10px 10px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.comment-item__link-preview-title[data-v-e131787b] {
  margin: 0;
  color: #111827;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}
.comment-item__link-preview-desc[data-v-e131787b] {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.35;
}
.comment-item__link-preview-domain[data-v-e131787b] {
  margin-top: 2px;
  color: #9ca3af;
  font-size: 11px;
  line-height: 1.2;
}
.comment-item__below-card[data-v-e131787b] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 2px 2px 0;
  width: 100%;
  box-sizing: border-box;
  row-gap: 6px;
}
.comment-item__group-sep[data-v-e131787b] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  align-self: center;
  flex-shrink: 0;
  margin: 0 7px;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1;
}
.comment-item__group-sep[data-v-e131787b]::before {
  content: '•';
}
.comment-item__reactions[data-v-e131787b] {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  flex-wrap: wrap;
  padding: 0 2px;
}
.comment-item__reaction-btn[data-v-e131787b] {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: var(--ci-reaction-pad);
  border: 1px solid #e5e7eb;
  border-radius: 100px;
  background: #f3f4f6;
  cursor: pointer;
  font-size: var(--ci-reaction-font);
  line-height: 1;
  color: #6b7280;
  transition: all 0.15s ease;
  white-space: nowrap;
}
.comment-item__reaction-btn[data-v-e131787b]:hover {
  background: #e5e7eb;
  border-color: #d1d5db;
  color: #374151;
}
.comment-item__reaction-btn--active[data-v-e131787b] {
  color: #2563eb;
  background: #eff6ff;
  border-color: #bfdbfe;
}
.comment-item__reaction-btn--active[data-v-e131787b]:hover {
  background: #dbeafe;
  border-color: #93c5fd;
  color: #1d4ed8;
}
.comment-item__reaction-count[data-v-e131787b] {
  font-weight: 600;
  font-size: inherit;
  color: inherit;
}
.comment-item__reply-btn[data-v-e131787b] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 2px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  transition: color 150ms ease;
  white-space: nowrap;
}
.comment-item__reply-btn[data-v-e131787b]:hover {
  color: #3b82f6;
}
.comment-item__reply-btn[data-v-e131787b]:disabled {
  color: #9ca3af;
  cursor: not-allowed;
  opacity: 0.7;
}
.comment-item__collapse-btn[data-v-e131787b] {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  transition: color 0.15s ease;
  white-space: nowrap;
  max-width: 100%;
}
.comment-item__collapse-btn[data-v-e131787b]:hover {
  color: #374151;
}
.comment-item__inline-reply[data-v-e131787b] {
  padding: 12px 0 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.comment-item__inline-edit[data-v-e131787b] {
  padding: 8px 0 0;
}
.comment-item__inline-actions[data-v-e131787b] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 8px 0 0;
  width: 100%;
  box-sizing: border-box;
}
.comment-item__inline-reply-form[data-v-e131787b] {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.comment-item__inline-reply-form[data-v-e131787b]:focus-within {
  border-color: #93bbfd;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.08);
}
.comment-item__inline-reply-form[data-v-e131787b] .text-area-default-ui-wrapper {
  margin: 0;
}
.comment-item__inline-reply-form[data-v-e131787b] .text-area-default-ui-container {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.comment-item__inline-reply-form[data-v-e131787b] .ProseMirror img,
.comment-item__inline-reply-form[data-v-e131787b] .ProseMirror video {
  max-width: min(100%, 200px);
  max-height: 120px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
  margin-top: 8px;
}
.comment-item__inline-reply-toolbar[data-v-e131787b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 12px;
  border-top: 1px solid #f0f0f0;
  background: #fafbfc;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
.comment-item__inline-reply-toolbar-left[data-v-e131787b] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.comment-item__inline-reply-toolbar-right[data-v-e131787b] {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex-wrap: wrap;
}
.comment-item__inline-toolbar-btn[data-v-e131787b] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  border-radius: 6px;
  cursor: pointer;
  color: #6b7280;
  transition: all 0.15s ease;
}
.comment-item__inline-toolbar-btn[data-v-e131787b]:hover {
  background: #e5e7eb;
  color: #374151;
}
.comment-item__children[data-v-e131787b] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 12px;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), 
              opacity 0.3s ease, 
              margin-top 0.3s ease;
  max-height: 5000px;
  opacity: 1;
}
.comment-item__children[style*="display: none"][data-v-e131787b] {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
}
@media (max-width: 640px) {
.container-description[data-v-e131787b] {
    --ci-padding: 10px 14px;
    --ci-avatar-size: 28px;
    --ci-avatar-font: 10px;
    --ci-content-pad-left: 0;
    --ci-footer-pad-left: 0;
}
.container-comment[data-v-e131787b] {
    --ci-margin-left: 0px;
    --ci-margin-right: 0px;
    --ci-padding: 8px 14px;
    --ci-content-pad-left: 0;
    --ci-footer-pad-left: 0;
    margin-left: var(--ci-margin-left);
    margin-right: var(--ci-margin-right);
}
.container-subcomment[data-v-e131787b] {
    --ci-margin-left: 0px;
    --ci-margin-right: 0px;
    --ci-padding: 8px 14px;
    --ci-content-pad-left: 0;
    --ci-footer-pad-left: 0;
    margin-left: var(--ci-margin-left);
    margin-right: var(--ci-margin-right);
}
.comment-item[data-v-e131787b] {
    border-radius: 10px;
}
.comment-item__footer[data-v-e131787b] {
    flex-wrap: wrap;
    gap: 8px;
}
}

.kanban-comment-list[data-v-d82dcad7] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 6px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.kanban-card-comment-wrapper[data-v-31877cad] {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.kanban-overview-comments-sticky[data-v-31877cad] {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #ffffff;
  padding-bottom: 4px;
}
.kanban-overview-comments-title[data-v-31877cad] {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 8px 0;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  padding: 8px 8px 6px;
  border-bottom: 1px solid #f1f5f9;
}
.kanban-card-comment-list-area[data-v-31877cad] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0;
  min-width: 0;
}
.kanban-card-comment-title[data-v-31877cad] {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 8px;
}
.kanban-overview-comments-sticky[data-v-31877cad] {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #ffffff;
  padding-bottom: 4px;
}
.kanban-overview-comments-title[data-v-31877cad] {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 8px 0;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  padding: 8px 8px 6px;
  border-bottom: 1px solid #f1f5f9;
}
.kanban-card-comment-loading[data-v-31877cad] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px 16px;
  color: #6b7280;
}
.kanban-card-comment-no-permission[data-v-31877cad] {
  padding: 24px;
  text-align: center;
  color: #6b7280;
  background: #f3f4f6;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
.kanban-card-comment-no-permission p[data-v-31877cad] {
  margin: 0;
}
.kanban-card-comment-add-section[data-v-31877cad] {
  padding: 8px;
  margin-bottom: 4px;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}
.kanban-card-comment-add-actions[data-v-31877cad] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 8px 0 0;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}
.kanban-card-comment-add-form[data-v-31877cad] {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.kanban-card-comment-add-form[data-v-31877cad]:focus-within {
  border-color: #93bbfd;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.08);
}
.kanban-card-comment-add-form[data-v-31877cad] .text-area-default-ui-wrapper {
  margin: 0;
}
.kanban-card-comment-add-form[data-v-31877cad] .text-area-default-ui-container {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.kanban-card-comment-add-form[data-v-31877cad] .ProseMirror img,
.kanban-card-comment-add-form[data-v-31877cad] .ProseMirror video {
  max-width: min(100%, 240px);
  max-height: 140px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
  margin-top: 8px;
}
.kanban-card-comment-add-toolbar[data-v-31877cad] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 12px;
  border-top: 1px solid #f0f0f0;
  background: #fafbfc;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
.kanban-card-comment-add-toolbar-left[data-v-31877cad] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.kanban-card-comment-add-toolbar-right[data-v-31877cad] {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex-wrap: wrap;
}
.kanban-card-comment-toolbar-btn[data-v-31877cad] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  border-radius: 6px;
  cursor: pointer;
  color: #6b7280;
  transition: all 0.15s ease;
}
.kanban-card-comment-toolbar-btn[data-v-31877cad]:hover {
  background: #e5e7eb;
  color: #374151;
}
.kanban-card-comment-delete-actions[data-v-31877cad] {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  padding: 0;
  border-top: none;
  background-color: transparent;
}
@media (max-width: 640px) {
.kanban-card-comment-add-toolbar[data-v-31877cad] {
    flex-wrap: wrap;
    gap: 8px;
}
}
