
.app-shell-toggle[data-v-beaa89a2] {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 4800;
  width: 46px;
  height: 46px;
  border: 1px solid #d9e3f0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: #47576d;
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.1);
}
.app-shell-backdrop[data-v-beaa89a2] {
  position: fixed;
  inset: 0;
  z-index: 4690;
  background: rgba(14, 22, 36, 0.24);
}
.app-shell-fade-enter-active[data-v-beaa89a2],
.app-shell-fade-leave-active[data-v-beaa89a2] {
  transition: opacity 0.2s ease;
}
.app-shell-fade-enter[data-v-beaa89a2],
.app-shell-fade-leave-to[data-v-beaa89a2] {
  opacity: 0;
}
.app-sidebar[data-v-beaa89a2] {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 4700;
  width: 304px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-right: 1px solid #dfe7f2;
  box-shadow: 18px 0 42px rgba(15, 23, 42, 0.035);
}
.app-sidebar__top[data-v-beaa89a2] {
  padding: 1.25rem 1.35rem 1.2rem;
  border-bottom: 1px solid #e8eef6;
}
.app-sidebar__header[data-v-beaa89a2] {
  display: flex;
  align-items: center;
  gap: 1.05rem;
}
.app-sidebar__collapse[data-v-beaa89a2] {
  width: 31px;
  height: 31px;
  border: 1px solid #dbe5f1;
  border-radius: 9px;
  background: #f4f7fb;
  color: #5d6f87;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(20, 35, 60, 0.04);
  transition: background 140ms ease, border-color 140ms ease, color 140ms ease, transform 140ms ease;
}
.app-sidebar__collapse[data-v-beaa89a2]:hover {
  border-color: #c8d6e6;
  background: #ffffff;
  color: #1d5c96;
  transform: translateY(-1px);
}
.app-sidebar__brand[data-v-beaa89a2] {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.app-sidebar__brand-logo[data-v-beaa89a2] {
  width: 196px;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 auto;
}
.app-sidebar__nav[data-v-beaa89a2] {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 1.25rem 1.25rem 1.4rem;
  scrollbar-width: thin;
  scrollbar-color: #d8e1ed transparent;
}
.app-sidebar__section + .app-sidebar__section[data-v-beaa89a2] {
  margin-top: 1.65rem;
}
.app-sidebar__section-toggle[data-v-beaa89a2] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  min-height: 31px;
  margin-bottom: 0.5rem;
  padding: 0 0.45rem;
  border: 0;
  background: transparent;
  color: #7f8fa6;
}
.app-sidebar__section-toggle.is-primary[data-v-beaa89a2] {
  color: #637997;
}
.app-sidebar__section-heading[data-v-beaa89a2] {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
}
.app-sidebar__section-icon[data-v-beaa89a2] {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4f7fb;
  color: #708199;
  flex: 0 0 auto;
  font-size: 1rem;
}
.app-sidebar__section.is-primary .app-sidebar__section-icon[data-v-beaa89a2] {
  background: #ecf6f2;
  color: #2f7c62;
}
.app-sidebar__section-title[data-v-beaa89a2] {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.app-sidebar__item[data-v-beaa89a2] {
  display: flex;
  align-items: center;
  gap: 1.05rem;
  min-height: 48px;
  padding: 0.72rem 1rem;
  border-radius: 14px;
  color: #10233c;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.app-sidebar__item + .app-sidebar__item[data-v-beaa89a2] {
  margin-top: 0.2rem;
}
.app-sidebar__section.is-primary .app-sidebar__item[data-v-beaa89a2] {
  font-weight: 600;
}
.app-sidebar__item[data-v-beaa89a2]:hover {
  background: #f6f9fd;
  color: #0f4f8f;
  transform: translateY(-1px);
}
.app-sidebar__item.is-active[data-v-beaa89a2] {
  background: linear-gradient(135deg, #eef6ff 0%, #eaf2fd 100%);
  color: #0f4f8f;
  box-shadow: inset 0 0 0 1px #d7e6f8, 0 12px 24px rgba(20, 71, 130, 0.06);
}
.app-sidebar__item.is-intelligence.is-active[data-v-beaa89a2] {
  background: linear-gradient(135deg, #edf9f3 0%, #eaf8f0 100%);
  color: #087a45;
  box-shadow: inset 0 0 0 1px #d8efe3, 0 12px 24px rgba(8, 122, 69, 0.06);
}
.app-sidebar__item-icon[data-v-beaa89a2] {
  width: 28px;
  color: #75879d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 1.07rem;
}
.app-sidebar__item.is-priority .app-sidebar__item-icon[data-v-beaa89a2] {
  color: #19538f;
}
.app-sidebar__item.is-active .app-sidebar__item-icon[data-v-beaa89a2] {
  color: currentColor;
}
.app-sidebar__item.is-intelligence .app-sidebar__item-icon[data-v-beaa89a2] {
  color: #148b58;
}
.app-sidebar__item-label[data-v-beaa89a2] {
  flex: 1 1 auto;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.2;
}
.app-sidebar__item.is-active .app-sidebar__item-label[data-v-beaa89a2] {
  font-weight: 800;
}
.app-sidebar__item-badge[data-v-beaa89a2] {
  min-width: 29px;
  height: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  border-radius: 999px;
  background: #f2f5f9;
  color: #596a80;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}
.app-sidebar__item.is-intelligence .app-sidebar__item-badge[data-v-beaa89a2],
.app-sidebar__item.is-intelligence.is-active .app-sidebar__item-badge[data-v-beaa89a2] {
  background: #ffffff;
  color: #0a8a4f;
  box-shadow: inset 0 0 0 1px #dcefe5;
}
.app-sidebar__footer[data-v-beaa89a2] {
  padding: 1.1rem 1.35rem 1.25rem;
  border-top: 1px solid #e8eef6;
  background: #ffffff;
}
.app-sidebar__user-card[data-v-beaa89a2] {
  display: flex;
  align-items: center;
  gap: 0.82rem;
  min-height: 48px;
  padding: 0.15rem 0;
}
.app-sidebar__avatar[data-v-beaa89a2] {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #3576d8 0%, #275bb9 100%);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
  flex: 0 0 auto;
}
.app-sidebar__user-copy[data-v-beaa89a2] {
  min-width: 0;
}
.app-sidebar__user-name[data-v-beaa89a2] {
  font-size: 0.98rem;
  font-weight: 800;
  color: #10233c;
}
.app-sidebar__user-email[data-v-beaa89a2] {
  margin-top: 0.05rem;
  font-size: 0.83rem;
  color: #60728d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.app-sidebar__user-caret[data-v-beaa89a2] {
  margin-left: auto;
  color: #10233c;
  flex: 0 0 auto;
}
.app-sidebar__footer-actions[data-v-beaa89a2] {
  display: grid;
  gap: 0.2rem;
  margin-top: 0.75rem;
}
.app-sidebar__footer-link[data-v-beaa89a2] {
  display: inline-flex;
  align-items: center;
  gap: 1.05rem;
  min-height: 46px;
  padding: 0.55rem 0.45rem;
  color: #10233c;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}
.app-sidebar__footer-link .b-icon[data-v-beaa89a2] {
  width: 28px;
  color: #42556e;
}
.app-sidebar__footer-link[data-v-beaa89a2]:hover {
  color: #173f72;
}
@media (max-width: 1199.98px) {
.app-sidebar[data-v-beaa89a2] {
    transform: translateX(-100%);
    transition: transform 0.22s ease;
}
.app-sidebar.is-mobile-open[data-v-beaa89a2] {
    transform: translateX(0);
}
}
@media (min-width: 1200px) {
.app-shell-toggle[data-v-beaa89a2],
  .app-shell-backdrop[data-v-beaa89a2] {
    display: none !important;
}
.app-sidebar[data-v-beaa89a2] {
    transition: width 0.22s ease, box-shadow 0.22s ease;
}
.app-sidebar.is-collapsed[data-v-beaa89a2] {
    width: 84px;
}
.app-sidebar.is-collapsed .app-sidebar__top[data-v-beaa89a2] {
    padding: 1rem 0.7rem 0.75rem;
}
.app-sidebar.is-collapsed .app-sidebar__header[data-v-beaa89a2] {
    justify-content: center;
    gap: 0;
}
.app-sidebar.is-collapsed .app-sidebar__brand[data-v-beaa89a2],
  .app-sidebar.is-collapsed .app-sidebar__section-title[data-v-beaa89a2],
  .app-sidebar.is-collapsed .app-sidebar__section-toggle > .b-icon[data-v-beaa89a2],
  .app-sidebar.is-collapsed .app-sidebar__item-label[data-v-beaa89a2],
  .app-sidebar.is-collapsed .app-sidebar__item-badge[data-v-beaa89a2],
  .app-sidebar.is-collapsed .app-sidebar__user-copy[data-v-beaa89a2],
  .app-sidebar.is-collapsed .app-sidebar__user-caret[data-v-beaa89a2],
  .app-sidebar.is-collapsed .app-sidebar__footer-link span[data-v-beaa89a2] {
    display: none;
}
.app-sidebar.is-collapsed .app-sidebar__nav[data-v-beaa89a2] {
    padding: 0.75rem 0.55rem 1rem;
    overflow-x: hidden;
}
.app-sidebar.is-collapsed .app-sidebar__section + .app-sidebar__section[data-v-beaa89a2] {
    margin-top: 0.6rem;
}
.app-sidebar.is-collapsed .app-sidebar__section-toggle[data-v-beaa89a2] {
    justify-content: center;
    margin-bottom: 0.2rem;
    padding: 0.25rem 0;
}
.app-sidebar.is-collapsed .app-sidebar__section-heading[data-v-beaa89a2] {
    gap: 0;
}
.app-sidebar.is-collapsed .app-sidebar__section-icon[data-v-beaa89a2] {
    width: 42px;
    height: 38px;
    border-radius: 10px;
}
.app-sidebar.is-collapsed .app-sidebar__item[data-v-beaa89a2] {
    justify-content: center;
    gap: 0;
    min-height: 44px;
    padding: 0.6rem 0;
    border-radius: 12px;
}
.app-sidebar.is-collapsed .app-sidebar__item-icon[data-v-beaa89a2] {
    width: 42px;
    font-size: 1.08rem;
}
.app-sidebar.is-collapsed .app-sidebar__footer[data-v-beaa89a2] {
    padding: 0.75rem 0.55rem;
}
.app-sidebar.is-collapsed .app-sidebar__user-card[data-v-beaa89a2] {
    justify-content: center;
    padding: 0;
}
.app-sidebar.is-collapsed .app-sidebar__footer-actions[data-v-beaa89a2] {
    align-items: center;
    margin-top: 0.55rem;
}
.app-sidebar.is-collapsed .app-sidebar__footer-link[data-v-beaa89a2] {
    justify-content: center;
    gap: 0;
    min-height: 40px;
    padding: 0.5rem 0;
}
}


.chatbot-container[data-v-47fa0c33] {
  position: fixed;
  right: 20px;
  bottom: 84px;
  z-index: 10001;
  width: 460px;
  max-width: calc(100vw - 28px);
}
.chatbot-container.minimized .chatbot-body[data-v-47fa0c33],
.chatbot-container.minimized .chatbot-footer[data-v-47fa0c33] {
  display: none;
}
.chatbot-card[data-v-47fa0c33] {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0,0,0,0.08);
}
.chatbot-header[data-v-47fa0c33] {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.8rem;
  align-items: center;
  background: #28a745;
  color: #fff;
  padding: 10px 10px 10px 12px;
}
.chatbot-header__title[data-v-47fa0c33] {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}
.chatbot-header__tabs[data-v-47fa0c33] {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  justify-self: center;
  background: rgba(255,255,255,0.12);
  border-radius: 999px;
  padding: 0.2rem;
}
.chatbot-header__tab[data-v-47fa0c33] {
  border: 0;
  background: transparent;
  color: rgba(255,255,255,0.88);
  border-radius: 999px;
  padding: 0.42rem 0.8rem;
  font-size: 0.86rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.chatbot-header__tab.is-active[data-v-47fa0c33] {
  background: #ffffff;
  color: #18582f;
}
.chatbot-header__badge[data-v-47fa0c33] {
  min-width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(24, 88, 47, 0.12);
  color: #18582f;
  font-size: 0.74rem;
  font-weight: 700;
}
.chatbot-header__actions[data-v-47fa0c33] {
  display: flex;
  align-items: center;
}
.chatbot-header .btn[data-v-47fa0c33] {
  color: #fff;
  opacity: 0.9;
}
.chatbot-header .btn[data-v-47fa0c33]:hover {
  opacity: 1;
}
.chatbot-close-btn[data-v-47fa0c33] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  margin-left: 2px;
}
.chatbot-close-text[data-v-47fa0c33] {
  font-size: 12px;
  font-weight: 600;
}
.chatbot-body[data-v-47fa0c33] {
  padding: 10px;
  background: #f8f9fa;
}
.chatbot-thread[data-v-47fa0c33] {
  height: 360px;
  overflow-y: auto;
}
.chatbot-thread__header[data-v-47fa0c33] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0 0 0.65rem;
  margin-bottom: 0.6rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.chatbot-thread__name[data-v-47fa0c33] {
  font-weight: 700;
  color: #1f2f48;
}
.chatbot-thread__meta[data-v-47fa0c33] {
  font-size: 0.82rem;
  color: #657792;
}
.chatbot-toolbar[data-v-47fa0c33] {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}
.chatbot-toolbar__label[data-v-47fa0c33] {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7083a2;
}
.chatbot-toolbar__select[data-v-47fa0c33] {
  width: 100%;
  border: 1px solid #d5dfec;
  border-radius: 12px;
  padding: 0.7rem 0.85rem;
  background: #ffffff;
  color: #22314b;
}
.chatbot-conversation-pills[data-v-47fa0c33] {
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
  padding-bottom: 0.1rem;
}
.chatbot-conversation-pill[data-v-47fa0c33] {
  border: 1px solid #dce5f1;
  background: #ffffff;
  color: #314969;
  border-radius: 999px;
  padding: 0.38rem 0.7rem;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.chatbot-conversation-pill.is-active[data-v-47fa0c33] {
  border-color: #44c08c;
  background: #edf9f2;
  color: #1d7b48;
}
.chatbot-conversation-pill--system[data-v-47fa0c33] {
  border-color: rgba(68, 192, 140, 0.35);
  background: rgba(68, 192, 140, 0.08);
}
.chatbot-conversation-pill__badge[data-v-47fa0c33] {
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #1d7b48;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.chatbot-inline-error[data-v-47fa0c33] {
  margin-bottom: 0.6rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  background: #fff1ef;
  color: #b6453f;
  font-size: 0.84rem;
}
.chatbot-footer__readonly[data-v-47fa0c33] {
  font-size: 0.83rem;
  color: #5d6f8c;
  padding: 0.2rem 0;
}
.chatbot-footer[data-v-47fa0c33] {
  padding: 10px;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.05);
}
.input-row[data-v-47fa0c33] {
  display: flex;
  align-items: center;
}
.message-row[data-v-47fa0c33] {
  display: flex;
  margin: 6px 0;
}
.message-row.user[data-v-47fa0c33] {
  justify-content: flex-end;
}
.message-row.assistant[data-v-47fa0c33] {
  justify-content: flex-start;
}
.bubble[data-v-47fa0c33] {
  max-width: 80%;
  padding: 8px 10px;
  border-radius: 12px;
  position: relative;
  white-space: pre-line;
}
.bubble.user[data-v-47fa0c33] {
  background: #d1e7dd;
  color: #0f5132;
  border-bottom-right-radius: 4px;
}
.bubble.assistant[data-v-47fa0c33] {
  background: #fff;
  color: #212529;
  border: 1px solid rgba(0,0,0,0.08);
  border-bottom-left-radius: 4px;
}
.bubble .meta[data-v-47fa0c33] {
  opacity: 0.6;
  font-size: 11px;
  margin-top: 4px;
}
.typing[data-v-47fa0c33] {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}
.typing span[data-v-47fa0c33] {
  width: 6px;
  height: 6px;
  background: #6c757d;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: blink-data-v-47fa0c33 1.4s infinite both;
          animation: blink-data-v-47fa0c33 1.4s infinite both;
}
.typing span[data-v-47fa0c33]:nth-child(2) {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.typing span[data-v-47fa0c33]:nth-child(3) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
@-webkit-keyframes blink-data-v-47fa0c33 {
0%, 80%, 100% { opacity: .2;
}
40% { opacity: 1;
}
}
@keyframes blink-data-v-47fa0c33 {
0%, 80%, 100% { opacity: .2;
}
40% { opacity: 1;
}
}
@media (max-width: 576px) {
.chatbot-container[data-v-47fa0c33] {
    left: 14px;
    bottom: 72px;
    right: 14px;
    width: auto;
    max-width: none;
}
.chatbot-header[data-v-47fa0c33] {
    grid-template-columns: 1fr auto;
}
.chatbot-header__tabs[data-v-47fa0c33] {
    grid-column: 1 / -1;
    justify-self: start;
}
.chatbot-thread[data-v-47fa0c33] {
    height: 55vh;
}
}
.fade-enter-active[data-v-47fa0c33],
.fade-leave-active[data-v-47fa0c33] {
  transition: opacity .15s;
}
.fade-enter[data-v-47fa0c33],
.fade-leave-to[data-v-47fa0c33] {
  opacity: 0;
}


.app-shell[data-v-115ac1b4] {
  min-height: 100vh;
  background: linear-gradient(180deg, #f7f9fc 0%, #f5f7fb 100%);
}
.app-shell__content[data-v-115ac1b4] {
  min-height: 100vh;
}
.app-shell__content-inner[data-v-115ac1b4] {
  padding: 1.2rem 1.35rem 1.75rem;
}
.chat-fab[data-v-115ac1b4] {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 56px;
  height: 56px;
  background: #28a745;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 9999;
  transition: all 0.3s ease;
}
.chat-fab__badge[data-v-115ac1b4] {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #e84c3d;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  line-height: 1;
}
.chat-fab[data-v-115ac1b4]:hover {
  background: #218838;
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
.chat-bubble-icon[data-v-115ac1b4] {
  width: 28px;
  height: 20px;
  background: white;
  border-radius: 12px;
  position: relative;
}
.chat-bubble-icon[data-v-115ac1b4]::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 6px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid white;
}
@media (min-width: 1200px) {
.app-shell__content[data-v-115ac1b4] {
    margin-left: 304px;
    transition: margin-left 0.22s ease;
}
.app-shell__content.is-sidebar-collapsed[data-v-115ac1b4] {
    margin-left: 84px;
}
}
@media (max-width: 576px) {
.chat-fab[data-v-115ac1b4] {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
}
.chat-bubble-icon[data-v-115ac1b4] {
    width: 24px;
    height: 18px;
}
}
@media (max-width: 1199.98px) {
.app-shell__content-inner[data-v-115ac1b4] {
    padding: 4.8rem 1rem 1.5rem;
}
.chat-fab[data-v-115ac1b4] {
    right: 16px;
}
}

