/* Visible ecosystem navigation in the shared desktop header. */
.ieta-ghf-products-link,
.ieta-ghf-ecosystem-link {
  display: none;
  align-items: center;
  min-height: 40px;
  padding: 0 8px;
  color: rgba(255,255,255,.88) !important;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color .2s ease, transform .2s ease;
}

.ieta-ghf-products-link:hover,
.ieta-ghf-ecosystem-link:hover {
  color: #d2b962 !important;
  transform: translateY(-1px);
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .ieta-ghf-products-link { display: inline-flex !important; }
}

@media (min-width: 1280px) {
  .ieta-ghf-ecosystem-link { display: inline-flex !important; }
}

/* AURA stays useful on desktop without covering and blurring the whole page. */
@media (min-width: 900px) {
  body .ieta-aura-sheet {
    padding: 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    pointer-events: none !important;
  }

  body .ieta-aura-panel {
    width: min(420px, calc(100vw - 40px)) !important;
    height: min(600px, calc(100dvh - 180px)) !important;
    max-height: 600px !important;
    margin: 0 24px 86px 0 !important;
    border-radius: 22px !important;
    pointer-events: auto !important;
    box-shadow: 0 24px 70px rgba(0,0,0,.38) !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body .ieta-aura-panel__head { padding: 14px 15px !important; }
  body .ieta-aura-context { padding: 8px 15px !important; }
  body .ieta-aura-chat { padding: 15px !important; }
  body .ieta-aura-suggestions { padding: 0 15px 9px !important; }
  body .ieta-aura-compose { padding: 10px 12px 12px !important; }
}

/* Keep suggestion chips usable without displaying the awkward native scrollbar. */
body .ieta-aura-panel,
body .ieta-aura-chat,
body .ieta-aura-suggestions,
body .ieta-aura-compose {
  min-width: 0 !important;
}

body .ieta-aura-chat {
  overscroll-behavior: contain;
}

body .ieta-aura-suggestions {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

body .ieta-aura-suggestions::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
