/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/ProtocolDashboard.vue?type=style&index=0 */
/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/TaskFilterPanel.vue?type=style&index=0 */
.h5[data-v-a77cabba] {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/TaskList.vue?type=style&index=0 */
.line-clamp-2[data-v-e177ae14] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-4[data-v-e177ae14] {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-5[data-v-e177ae14] {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.task-item[data-v-e177ae14] {
  outline: none;
  transition: all 0.15s ease-in-out;
}
.task-item[data-v-e177ae14]:focus {
  outline: 2px solid var(--base-border-focus, theme("colors.primary.500"));
  outline-offset: 2px;
  background-color: var(--base-bg-hover, theme("colors.primary.50")) !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.task-item[data-v-e177ae14]:focus-visible {
  outline: 2px solid var(--base-border-focus, theme("colors.primary.500"));
  outline-offset: 2px;
  background-color: var(--base-bg-hover, theme("colors.primary.50")) !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.task-item[data-v-e177ae14]:hover:not(:focus) {
  background-color: inherit;
}
.task-focused[data-v-e177ae14] {
  outline: none !important;
  border: 3px solid var(--base-border-focus, theme("colors.primary.500")) !important;
  border-radius: 8px !important;
  background-color: var(--base-bg-hover, theme("colors.primary.50")) !important;
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb, 59, 130, 246), 0.15) !important;
  transform: scale(1.01) !important;
  transition: all 0.2s ease-in-out !important;
  z-index: 10 !important;
  position: relative !important;
}
.task-item[data-v-e177ae14]:focus {
  outline: none !important;
  box-shadow: none !important;
  border: inherit !important;
}
.task-item[data-v-e177ae14]:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: inherit !important;
}
.task-newly-created[data-v-e177ae14] {
  animation: newTaskHighlight-e177ae14 3s ease-in-out;
  transform: scale(1.02);
  z-index: 20;
  position: relative;
}
@keyframes newTaskHighlight-e177ae14 {
  0% {
    background-color: #22c55e !important;
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.5);
    transform: scale(1.05);
  }
  15% {
    background-color: #16a34a !important;
    box-shadow: 0 0 15px rgba(34, 197, 94, 0.4);
    transform: scale(1.02);
  }
  100% {
    background-color: inherit;
    box-shadow: none;
    transform: scale(1);
  }
}
.fab-pulse-attention {
  animation: fabPulseAttention-e177ae14 2s infinite ease-in-out !important;
}
@keyframes fabPulseAttention-e177ae14 {
  0% {
    transform: scale(1) !important;
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7) !important;
  }
  50% {
    transform: scale(1.15) !important;
    box-shadow: 0 0 0 10px rgba(59, 130, 246, 0) !important;
  }
  100% {
    transform: scale(1) !important;
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0) !important;
  }
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/QRScanner.vue?type=style&index=0 */

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/OfflineCartModal.vue?type=style&index=0 */
.btn[data-v-d4214ce4] {
  @apply inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2;
}
.btn-primary[data-v-d4214ce4] {
  @apply bg-primary-600 text-white hover:bg-primary-700 focus:ring-primary-500;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/TextEditor.vue?type=style&index=0 */
.tiptap-wrapper[data-v-3fec608b] .tiptap {
  min-height: var(--3fec608b-minHeight);
  padding: 0.75rem;
  outline: none !important;
  box-shadow: none !important;
  font-size: 0.875rem;
  line-height: 1.5;
}
.text-editor--borderless .tiptap-wrapper[data-v-3fec608b] .tiptap {
  padding: 0;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap:focus {
  outline: none !important;
  box-shadow: none !important;
}
.tiptap-wrapper[data-v-3fec608b] .ProseMirror:focus {
  outline: none !important;
  box-shadow: none !important;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap p {
  margin: 0;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap p + p {
  margin-top: 0.5rem;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap ul,
.tiptap-wrapper[data-v-3fec608b] .tiptap ol {
  padding-left: 1.5rem;
  margin: 0.5rem 0;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap li {
  margin: 0.25rem 0;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap strong {
  font-weight: 600;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap em {
  font-style: italic;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap p.is-editor-empty:first-child::before {
  content: attr(data-placeholder);
  float: left;
  color: #9ca3af;
  pointer-events: none;
  height: 0;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap:focus p.is-editor-empty:first-child::before {
  color: #d1d5db;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap ul[data-type=taskList] {
  list-style: none;
  padding-left: 0;
  margin: 0.5rem 0;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap ul[data-type=taskList] li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0.25rem 0;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap ul[data-type=taskList] li > label {
  display: flex;
  align-items: center;
  margin-top: 0.125rem;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap ul[data-type=taskList] li > label > input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #d1d5db;
  cursor: pointer;
  accent-color: #7c3aed;
}
.tiptap-wrapper[data-v-3fec608b] .tiptap ul[data-type=taskList] li[data-checked=true] > div {
  text-decoration: line-through;
  color: #9ca3af;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/EntryEditor.vue?type=style&index=0 */
.btn[data-v-7f39bb09] {
  @apply px-4 py-2 border border-transparent text-sm font-medium rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2;
}
.btn-primary[data-v-7f39bb09] {
  @apply text-white bg-primary-600 hover:bg-primary-700 focus:ring-primary-500;
}
.btn-white[data-v-7f39bb09] {
  @apply text-gray-700 bg-white border-gray-300 hover:bg-gray-50 focus:ring-primary-500;
}
.btn-sm[data-v-7f39bb09] {
  @apply px-3 py-1.5 text-xs;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/ShareModal.vue?type=style&index=0 */
.btn[data-v-142bde9e] {
  @apply inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2;
}
.btn-white[data-v-142bde9e] {
  @apply bg-white text-gray-700 border-gray-300 hover:bg-gray-50 focus:ring-primary-500;
}
.btn-primary[data-v-142bde9e] {
  @apply bg-primary-600 text-white hover:bg-primary-700 focus:ring-primary-500;
}
.btn-link[data-v-142bde9e] {
  @apply bg-transparent border-transparent text-primary-600 hover:text-primary-700 focus:ring-primary-500;
}
.form-control[data-v-142bde9e] {
  @apply block w-full border-gray-300 rounded-md shadow-sm focus:ring-primary-500 focus:border-primary-500;
}
.form-group[data-v-142bde9e] {
  @apply mb-4;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/ProgressBar.vue?type=style&index=0 */
@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(200%);
  }
}
.progress-bar {
  width: 30%;
  left: 0;
  position: absolute;
  animation: shimmer 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  will-change: transform;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/MetaPickerModal.vue?type=style&index=0 */
.fade-enter-active[data-v-e8964f6b],
.fade-leave-active[data-v-e8964f6b] {
  transition: opacity 0.15s ease;
}
.fade-enter-from[data-v-e8964f6b],
.fade-leave-to[data-v-e8964f6b] {
  opacity: 0;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/DeadlinePickerModal.vue?type=style&index=0 */
.fade-enter-active[data-v-aac6ca27],
.fade-leave-active[data-v-aac6ca27] {
  transition: opacity 0.15s ease;
}
.fade-enter-from[data-v-aac6ca27],
.fade-leave-to[data-v-aac6ca27] {
  opacity: 0;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/TaskShow.vue?type=style&index=0 */
.btn[data-v-eda6a15c] {
  @apply inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2;
}
.btn-white[data-v-eda6a15c] {
  @apply bg-white text-gray-700 border-gray-300 hover:bg-gray-50 focus:ring-primary-500;
}
.truncate[data-v-eda6a15c] {
  @apply overflow-hidden text-ellipsis whitespace-nowrap;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/TaskShowModal.vue?type=style&index=0 */
.btn[data-v-9e8885fd] {
  @apply inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2;
}
.btn-white[data-v-9e8885fd] {
  @apply bg-white text-gray-700 border-gray-300 hover:bg-gray-50 focus:ring-primary-500;
}
.btn-primary[data-v-9e8885fd] {
  @apply bg-primary-600 text-white border-primary-600 hover:bg-primary-700 focus:ring-primary-500;
}
.modal-scroll-container[data-v-9e8885fd] {
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/TaskAIAssistant.vue?type=style&index=0 */
.btn-assistant[data-v-4fdeac5f] {
  @apply bg-blue-600 text-white hover:bg-blue-700 focus:ring-blue-500;
}
.btn-danger[data-v-4fdeac5f] {
  @apply bg-red-600 text-white hover:bg-red-700 focus:ring-red-500;
}
.btn-outline-danger[data-v-4fdeac5f] {
  @apply bg-transparent text-red-600 border border-red-600 hover:bg-red-50 focus:ring-red-500;
}
.btn-sm[data-v-4fdeac5f] {
  @apply px-2 py-1 text-sm;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/TaskForm.vue?type=style&index=0 */
.btn[data-v-f76dc432] {
  @apply inline-flex items-center border border-transparent font-medium rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2;
}
.btn-primary[data-v-f76dc432] {
  @apply bg-primary-600 text-white border-primary-600 hover:bg-primary-700 focus:ring-primary-500;
}
.btn-white[data-v-f76dc432] {
  @apply bg-white text-gray-700 border-gray-300 hover:bg-gray-50 focus:ring-primary-500;
}
.assistant-form-container[data-v-f76dc432] {
  max-width: 100%;
  overflow-x: hidden;
}
.file-preview-grid[data-v-f76dc432] {
  max-width: 100%;
  overflow: hidden;
}
.file-preview-container[data-v-f76dc432] {
  width: 100%;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
}
@keyframes soundBar1-f76dc432 {
  0%, 100% {
    height: 20%;
  }
  50% {
    height: 80%;
  }
}
@keyframes soundBar2-f76dc432 {
  0%, 100% {
    height: 40%;
  }
  50% {
    height: 100%;
  }
}
@keyframes soundBar3-f76dc432 {
  0%, 100% {
    height: 60%;
  }
  50% {
    height: 30%;
  }
}
@keyframes soundBar4-f76dc432 {
  0%, 100% {
    height: 80%;
  }
  50% {
    height: 50%;
  }
}
@keyframes soundBar5-f76dc432 {
  0%, 100% {
    height: 50%;
  }
  50% {
    height: 90%;
  }
}
.animate-sound-bar-1[data-v-f76dc432] {
  animation: soundBar1-f76dc432 0.8s ease-in-out infinite;
}
.animate-sound-bar-2[data-v-f76dc432] {
  animation: soundBar2-f76dc432 0.7s ease-in-out infinite;
}
.animate-sound-bar-3[data-v-f76dc432] {
  animation: soundBar3-f76dc432 0.9s ease-in-out infinite;
}
.animate-sound-bar-4[data-v-f76dc432] {
  animation: soundBar4-f76dc432 0.6s ease-in-out infinite;
}
.animate-sound-bar-5[data-v-f76dc432] {
  animation: soundBar5-f76dc432 0.75s ease-in-out infinite;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/TaskFormModal.vue?type=style&index=0 */
.overflow-y-auto[data-v-7708f257] {
  -webkit-overflow-scrolling: touch;
}
.sticky[data-v-7708f257] {
  position: -webkit-sticky;
  position: sticky;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/TaskFormModal.vue?type=style&index=1 */
.slide-up-enter-active,
.slide-up-leave-active {
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.slide-up-enter-from {
  transform: translateY(100%) !important;
  opacity: 0 !important;
}
.slide-up-enter-to {
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.slide-up-leave-from {
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.slide-up-leave-to {
  transform: translateY(100%) !important;
  opacity: 0 !important;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease !important;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0 !important;
}
.fade-enter-to,
.fade-leave-from {
  opacity: 1 !important;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/TaskChatInterface.vue?type=style&index=0 */
.safe-bottom[data-v-60905d0d] {
  padding-bottom: max(0.5rem, env(safe-area-inset-bottom));
}
@media (min-width: 768px) {
  .safe-bottom[data-v-60905d0d] {
    padding-bottom: 0.75rem;
  }
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/Assistant.vue?type=style&index=0 */
.bubble-enter-active[data-v-48a81f61],
.bubble-leave-active[data-v-48a81f61] {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.bubble-enter-from[data-v-48a81f61],
.bubble-leave-to[data-v-48a81f61] {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
}
.slide-up-enter-active[data-v-48a81f61],
.slide-up-leave-active[data-v-48a81f61] {
  transition: all 0.3s ease;
}
.slide-up-enter-from[data-v-48a81f61],
.slide-up-leave-to[data-v-48a81f61] {
  opacity: 0;
  transform: translateY(10px);
}
.expand-enter-active[data-v-48a81f61],
.expand-leave-active[data-v-48a81f61] {
  transition: all 0.2s ease;
  overflow: hidden;
}
.expand-enter-from[data-v-48a81f61],
.expand-leave-to[data-v-48a81f61] {
  opacity: 0;
  max-height: 0;
}
.expand-enter-to[data-v-48a81f61],
.expand-leave-from[data-v-48a81f61] {
  max-height: 500px;
}
.fade-enter-active[data-v-48a81f61],
.fade-leave-active[data-v-48a81f61] {
  transition: opacity 0.2s ease;
}
.fade-enter-from[data-v-48a81f61],
.fade-leave-to[data-v-48a81f61] {
  opacity: 0;
}
.capture-textarea[data-v-48a81f61] {
  min-height: 60px;
  max-height: 150px;
}
textarea[data-v-48a81f61] {
  min-height: 36px;
  max-height: 100px;
}
.markdown-content[data-v-48a81f61] p {
  margin: 0;
}
.markdown-content[data-v-48a81f61] p + p {
  margin-top: 0.5em;
}
.markdown-content[data-v-48a81f61] ul,
.markdown-content[data-v-48a81f61] ol {
  margin: 0.5em 0 0.5em 0.5em;
  padding-left: 1em;
  list-style-position: outside;
}
.markdown-content[data-v-48a81f61] ul {
  list-style-type: disc;
}
.markdown-content[data-v-48a81f61] ol {
  list-style-type: decimal;
}
.markdown-content[data-v-48a81f61] li {
  margin-bottom: 0.25em;
}
.markdown-content[data-v-48a81f61] li p {
  display: inline;
  margin: 0;
}
.markdown-content[data-v-48a81f61] li::marker {
  color: inherit;
}
.markdown-content[data-v-48a81f61] strong {
  font-weight: 600;
}
.markdown-content[data-v-48a81f61] code {
  background: rgba(0, 0, 0, 0.1);
  padding: 0.1em 0.3em;
  border-radius: 0.25em;
  font-size: 0.9em;
}
.markdown-content[data-v-48a81f61] em {
  font-style: italic;
}
.markdown-content[data-v-48a81f61] h1,
.markdown-content[data-v-48a81f61] h2,
.markdown-content[data-v-48a81f61] h3,
.markdown-content[data-v-48a81f61] h4,
.markdown-content[data-v-48a81f61] h5,
.markdown-content[data-v-48a81f61] h6 {
  font-size: 1em;
  font-weight: 600;
  margin: 0.75em 0 0.25em 0;
  line-height: 1.3;
}
.markdown-content[data-v-48a81f61] h1:first-child,
.markdown-content[data-v-48a81f61] h2:first-child,
.markdown-content[data-v-48a81f61] h3:first-child {
  margin-top: 0;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/ProjectDashboard.vue?type=style&index=0 */

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/ProjectWelcomeDashboard.vue?type=style&index=0 */

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/UpcomingTimeline.vue?type=style&index=0 */

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/ParticipantFormModal.vue?type=style&index=0 */
.fade-enter-active[data-v-bbe28428],
.fade-leave-active[data-v-bbe28428] {
  transition: opacity 0.2s ease-out;
}
.fade-enter-from[data-v-bbe28428],
.fade-leave-to[data-v-bbe28428] {
  opacity: 0;
}
.slide-up-enter-active[data-v-bbe28428] {
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.slide-up-leave-active[data-v-bbe28428] {
  transition: transform 0.2s ease-in, opacity 0.2s ease-in;
}
.slide-up-enter-from[data-v-bbe28428] {
  transform: translateY(100%);
  opacity: 0;
}
.slide-up-leave-to[data-v-bbe28428] {
  transform: translateY(100%);
  opacity: 0;
}
@media (min-width: 640px) {
  .slide-up-enter-from[data-v-bbe28428] {
    transform: translateY(20px) scale(0.95);
    opacity: 0;
  }
  .slide-up-leave-to[data-v-bbe28428] {
    transform: translateY(20px) scale(0.95);
    opacity: 0;
  }
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/TaskBoardRightSidebar.vue?type=style&index=0 */

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/ProtocolInfoWidget.vue?type=style&index=0 */

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/TaskCreate.vue?type=style&index=0 */
.fade-enter-active[data-v-b77b6906],
.fade-leave-active[data-v-b77b6906] {
  transition: opacity 0.2s ease;
}
.fade-enter-from[data-v-b77b6906],
.fade-leave-to[data-v-b77b6906] {
  opacity: 0;
}
.modal-enter-active[data-v-b77b6906],
.modal-leave-active[data-v-b77b6906] {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.modal-enter-from[data-v-b77b6906],
.modal-leave-to[data-v-b77b6906] {
  opacity: 0;
  transform: translateY(8px) scale(0.98);
}
.task-create-blueprint[data-v-b77b6906] .blueprint-map-wrapper {
  margin-bottom: 0;
}
.task-create-blueprint[data-v-b77b6906] .blueprint-map-wrapper > div:last-child {
  height: 10rem !important;
  border-radius: 0.5rem;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/ProjectView.vue?type=style&index=0 */
.h5[data-v-a3062d72] {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.task-item[data-v-a3062d72] {
  outline: none !important;
  transition: all 0.15s ease-in-out;
}
.task-item[data-v-a3062d72]:focus {
  outline: none !important;
  box-shadow: none !important;
  border: inherit !important;
  background-color: inherit !important;
}
.filter-tag[data-v-a3062d72] {
  @apply inline-flex items-center px-3 py-1 rounded-full text-xs font-medium;
  @apply bg-blue-100 text-blue-800 border border-blue-200;
  @apply hover:bg-blue-200 transition-colors;
}
.filter-label[data-v-a3062d72] {
  @apply mr-2;
}
.filter-remove[data-v-a3062d72] {
  @apply ml-1 text-blue-600 hover:text-blue-800 font-bold cursor-pointer;
  @apply w-4 h-4 flex items-center justify-center rounded-full hover:bg-blue-200;
  font-size: 14px;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/ProtocolTaskList.vue?type=style&index=0 */
.line-clamp-2[data-v-dd70d767] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-4[data-v-dd70d767] {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-5[data-v-dd70d767] {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.task-item[data-v-dd70d767] {
  outline: none;
  transition: all 0.15s ease-in-out;
}
.task-item[data-v-dd70d767]:focus {
  outline: 2px solid var(--base-border-focus, theme("colors.primary.500"));
  outline-offset: 2px;
  background-color: var(--base-bg-hover, theme("colors.primary.50")) !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.task-item[data-v-dd70d767]:focus-visible {
  outline: 2px solid var(--base-border-focus, theme("colors.primary.500"));
  outline-offset: 2px;
  background-color: var(--base-bg-hover, theme("colors.primary.50")) !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.task-item[data-v-dd70d767]:hover:not(:focus) {
  background-color: inherit;
}
.task-focused[data-v-dd70d767] {
  outline: none !important;
  border: 3px solid var(--base-border-focus, theme("colors.primary.500")) !important;
  border-radius: 8px !important;
  background-color: var(--base-bg-hover, theme("colors.primary.50")) !important;
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb, 59, 130, 246), 0.15) !important;
  transform: scale(1.01) !important;
  transition: all 0.2s ease-in-out !important;
  z-index: 10 !important;
  position: relative !important;
}
.task-item[data-v-dd70d767]:focus {
  outline: none !important;
  box-shadow: none !important;
  border: inherit !important;
}
.task-item[data-v-dd70d767]:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: inherit !important;
}
.task-newly-created[data-v-dd70d767] {
  animation: newTaskHighlight-dd70d767 3s ease-in-out;
  transform: scale(1.02);
  z-index: 20;
  position: relative;
}
@keyframes newTaskHighlight-dd70d767 {
  0% {
    background-color: #22c55e !important;
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.5);
    transform: scale(1.05);
  }
  15% {
    background-color: #16a34a !important;
    box-shadow: 0 0 15px rgba(34, 197, 94, 0.4);
    transform: scale(1.02);
  }
  100% {
    background-color: inherit;
    box-shadow: none;
    transform: scale(1);
  }
}
.fab-pulse-attention {
  animation: fabPulseAttention-dd70d767 2s infinite ease-in-out !important;
}
@keyframes fabPulseAttention-dd70d767 {
  0% {
    transform: scale(1) !important;
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7) !important;
  }
  50% {
    transform: scale(1.15) !important;
    box-shadow: 0 0 0 10px rgba(59, 130, 246, 0) !important;
  }
  100% {
    transform: scale(1) !important;
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0) !important;
  }
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/MarkdownEntry.vue?type=style&index=0 */
.btn[data-v-47d4b902] {
  @apply px-4 py-2 border border-transparent text-sm font-medium rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2;
}
.btn-primary[data-v-47d4b902] {
  @apply text-white bg-primary-600 hover:bg-primary-700 focus:ring-primary-500;
}
.btn-white[data-v-47d4b902] {
  @apply text-gray-700 bg-white border-gray-300 hover:bg-gray-50 focus:ring-primary-500;
}
.btn-sm[data-v-47d4b902] {
  @apply px-3 py-1.5 text-xs;
}
.btn-link[data-v-47d4b902] {
  @apply text-gray-600 hover:text-gray-800 bg-transparent border-transparent hover:bg-gray-100;
}
.entry-newly-created {
  z-index: 10;
  position: relative;
}
.entry-newly-created .flex > div:not(.drag-handle) {
  animation: entryHighlight-47d4b902 3s ease-in-out;
}
@keyframes entryHighlight-47d4b902 {
  0% {
    background-color: #22c55e !important;
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.5);
    transform: scale(1.02);
  }
  15% {
    background-color: #16a34a !important;
    box-shadow: 0 0 15px rgba(34, 197, 94, 0.4);
    transform: scale(1.01);
  }
  100% {
    background-color: inherit;
    box-shadow: none;
    transform: scale(1);
  }
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/AgendaEntriesEditor.vue?type=style&index=0 */
.entry-dragging[data-v-84f18762],
.entry-drag-active[data-v-84f18762],
.entry-drop-zone[data-v-84f18762] {
  user-select: none !important;
  -webkit-user-select: none !important;
}
.agenda-entries-editor.is-dragging[data-v-84f18762] {
  user-select: none;
  -webkit-user-select: none;
}
.agenda-entries-editor.is-dragging[data-v-84f18762] * {
  user-select: none !important;
  -webkit-user-select: none !important;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/TraktandenOverview.vue?type=style&index=0 */
.rotate-180[data-v-4da9a9ba] {
  transform: rotate(180deg);
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/BlockEditor.vue?type=style&index=0 */
.entry-row[data-v-03d3d852] {
  @apply relative pl-6;
}
.animate-fade-in[data-v-03d3d852] {
  animation: fadeIn-03d3d852 0.15s ease-out;
}
@keyframes fadeIn-03d3d852 {
  from {
    opacity: 0;
    transform: translateX(-4px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/MarkdownProtocolEditor.vue?type=style&index=0 */
.insertion-indicator[data-v-2c5b0767] {
  position: relative;
  height: 8px;
  margin: 4px 0;
}
.insertion-line[data-v-2c5b0767] {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: #ba8150;
  border-radius: 1px;
  animation: pulse-line-2c5b0767 1.5s ease-in-out infinite;
}
.insertion-line[data-v-2c5b0767]::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #ba8150;
  border-radius: 50%;
}
@keyframes pulse-line-2c5b0767 {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
.smart-mode[data-v-2c5b0767] strong {
  font-weight: bold;
}
.smart-mode[data-v-2c5b0767] em {
  font-style: italic;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/MarkdownProtocolEditor.vue?type=style&index=1 */
.v-popper--theme-mentionable .v-popper__inner {
  background: white;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  border: 1px solid #d0d7de;
  max-height: 256px;
  overflow-y: auto;
  min-width: 280px;
  padding: 4px 0;
}
.mention-item {
  cursor: pointer;
  padding: 6px 12px;
  border-left: 2px solid transparent;
}
.mention-item-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.mention-title {
  color: #1f2328;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mention-id {
  color: #656d76;
  font-size: 12px;
}
.mention-item.mention-selected {
  background-color: #f6f8fa !important;
  border-left-color: #ba8150 !important;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/ProtocolMarkdownRenderer.vue?type=style&index=0 */
.render-mode > [data-block-index="0"][data-v-1435d2fa] > *:first-child {
  margin-top: 0 !important;
}
.highlight-new[data-v-1435d2fa] {
  animation: highlight-fade-1435d2fa 3s ease-out;
}
@keyframes highlight-fade-1435d2fa {
  0% {
    background-color: rgba(251, 191, 36, 0.4);
    box-shadow: 0 0 0 2px rgba(251, 191, 36, 0.4);
  }
  70% {
    background-color: rgba(251, 191, 36, 0.2);
    box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.2);
  }
  100% {
    background-color: transparent;
    box-shadow: none;
  }
}
.task-hover-tooltip[data-v-1435d2fa] {
  position: absolute;
  z-index: 50;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  padding: 12px 14px;
  max-width: 320px;
  min-width: 200px;
}
.tooltip-fade-enter-active[data-v-1435d2fa],
.tooltip-fade-leave-active[data-v-1435d2fa] {
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.tooltip-fade-enter-from[data-v-1435d2fa],
.tooltip-fade-leave-to[data-v-1435d2fa] {
  opacity: 0;
  transform: translateY(-4px);
}
.drop-indicator[data-v-1435d2fa] {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #3b82f6;
  z-index: 10;
  pointer-events: none;
  transition: top 0.08s ease-out;
}
.drop-indicator[data-v-1435d2fa]::before,
.drop-indicator[data-v-1435d2fa]::after {
  content: "";
  position: absolute;
  top: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3b82f6;
}
.drop-indicator[data-v-1435d2fa]::before {
  left: -4px;
}
.drop-indicator[data-v-1435d2fa]::after {
  right: -4px;
}
.render-mode.drag-over[data-v-1435d2fa] {
  outline: 2px dashed rgba(59, 130, 246, 0.4);
  outline-offset: 4px;
  border-radius: 8px;
}
body.task-dragging {
  cursor: copy;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/RichTextInput.vue?type=style&index=0 */
@keyframes pulse-scale-c5b5e72e {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}
.animate-pulse-scale[data-v-c5b5e72e] {
  animation: pulse-scale-c5b5e72e 1.2s ease-in-out infinite;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/ProtocolEntryFormModal.vue?type=style&index=0 */
.fade-enter-active[data-v-a3bb8735],
.fade-leave-active[data-v-a3bb8735] {
  transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-a3bb8735],
.fade-leave-to[data-v-a3bb8735] {
  opacity: 0;
}
.slide-up-enter-active[data-v-a3bb8735],
.slide-up-leave-active[data-v-a3bb8735] {
  transition: all 0.3s ease-out;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/ThemenSidebar.vue?type=style&index=0 */
.slide-down-enter-active[data-v-dd74f88d],
.slide-down-leave-active[data-v-dd74f88d] {
  transition: opacity 0.3s ease;
}
.slide-down-enter-from[data-v-dd74f88d],
.slide-down-leave-to[data-v-dd74f88d] {
  opacity: 0;
}
.overlay-enter-active[data-v-dd74f88d],
.overlay-leave-active[data-v-dd74f88d] {
  transition: opacity 0.2s ease;
}
.overlay-enter-from[data-v-dd74f88d],
.overlay-leave-to[data-v-dd74f88d] {
  opacity: 0;
}
.overlay-enter-active .relative[data-v-dd74f88d],
.overlay-leave-active .relative[data-v-dd74f88d] {
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.overlay-enter-from .relative[data-v-dd74f88d],
.overlay-leave-to .relative[data-v-dd74f88d] {
  transform: translateY(-10px);
  opacity: 0;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/ProtocolChatInterface.vue?type=style&index=0 */
.safe-bottom[data-v-5410e4b1] {
  padding-bottom: max(0.5rem, env(safe-area-inset-bottom));
}
@media (min-width: 768px) {
  .safe-bottom[data-v-5410e4b1] {
    padding-bottom: 0.75rem;
  }
}
.chat-input[data-v-5410e4b1] {
  overflow-y: hidden !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.chat-input[data-v-5410e4b1]::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.slide-up-enter-active[data-v-5410e4b1] {
  transition: all 0.3s ease-out;
}
.slide-up-leave-active[data-v-5410e4b1] {
  transition: all 0.2s ease-in;
}
.slide-up-enter-from[data-v-5410e4b1] {
  transform: translate(-50%, 20px);
  opacity: 0;
}
.slide-up-leave-to[data-v-5410e4b1] {
  opacity: 0;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/ProtocolView.vue?type=style&index=0 */
.h5[data-v-269dea8f] {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.task-item[data-v-269dea8f] {
  outline: none !important;
  transition: all 0.15s ease-in-out;
}
.task-item[data-v-269dea8f]:focus {
  outline: none !important;
  box-shadow: none !important;
  border: inherit !important;
  background-color: inherit !important;
}
.filter-tag[data-v-269dea8f] {
  @apply inline-flex items-center px-3 py-1 rounded-full text-xs font-medium;
  @apply bg-blue-100 text-blue-800 border border-blue-200;
  @apply hover:bg-blue-200 transition-colors;
}
.filter-label[data-v-269dea8f] {
  @apply mr-2;
}
.filter-remove[data-v-269dea8f] {
  @apply ml-1 text-blue-600 hover:text-blue-800 font-bold cursor-pointer;
  @apply w-4 h-4 flex items-center justify-center rounded-full hover:bg-blue-200;
  font-size: 14px;
}

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/TaskView.vue?type=style&index=0 */

/* sfc-style:/tmp/build_890adcf6/app/javascript/vue/components/MediaGallery.vue?type=style&index=0 */
.media-gallery[data-v-f0519616] {
  padding-bottom: 3rem;
  min-height: 60vh;
}
@media (min-width: 768px) {
  .media-gallery[data-v-f0519616] {
    padding-bottom: 4rem;
  }
}
/*# sourceMappingURL=/assets/vue/main-tasks-2520d6dd.css.map */
