/* Comlytix guided AI requirements assistant */
:root {
  --cml-assistant-ink: #0b1830;
  --cml-assistant-muted: #5b6678;
  --cml-assistant-line: #dbe3ee;
  --cml-assistant-soft: #f4f7fb;
  --cml-assistant-blue: #175cd3;
  --cml-assistant-blue-dark: #0d47a1;
  --cml-assistant-teal: #087e72;
  --cml-assistant-error: #b42318;
  --cml-assistant-success: #067647;
}

.cml-assistant-root,
.cml-assistant-root * {
  box-sizing: border-box;
}

.cml-assistant-root {
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--cml-assistant-ink);
  position: relative;
  z-index: 2147480000;
}

.cml-assistant-launcher {
  position: fixed;
  right: 24px;
  bottom: calc(24px + var(--cml-consent-offset, 0px));
  z-index: 2147480001;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px 10px 10px;
  border: 1px solid rgba(11, 24, 48, 0.16);
  border-radius: 15px;
  background: #fff;
  color: var(--cml-assistant-ink);
  box-shadow: 0 18px 50px rgba(11, 24, 48, 0.18), 0 2px 8px rgba(11, 24, 48, 0.08);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -0.01em;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.cml-assistant-launcher:hover {
  transform: translateY(-2px);
  border-color: rgba(23, 92, 211, 0.38);
  box-shadow: 0 22px 60px rgba(11, 24, 48, 0.22), 0 3px 10px rgba(11, 24, 48, 0.1);
}

.cml-assistant-launcher:focus-visible,
.cml-assistant-panel button:focus-visible,
.cml-assistant-panel input:focus-visible,
.cml-assistant-panel textarea:focus-visible,
.cml-assistant-panel select:focus-visible,
.cml-assistant-panel a:focus-visible {
  outline: 3px solid rgba(23, 92, 211, 0.3);
  outline-offset: 2px;
}

.cml-assistant-launcher img {
  width: 31px;
  height: 31px;
  display: block;
  padding: 4px;
  border-radius: 10px;
  background: #eef4ff;
}

.cml-assistant-launcher-copy {
  display: grid;
  gap: 1px;
  text-align: left;
  line-height: 1.15;
}

.cml-assistant-launcher-copy small {
  color: var(--cml-assistant-muted);
  font-size: 10px;
  font-weight: 550;
  letter-spacing: 0.02em;
}

.cml-assistant-teaser {
  position: fixed;
  right: 24px;
  bottom: calc(87px + var(--cml-consent-offset, 0px));
  z-index: 2147480001;
  width: min(294px, calc(100vw - 48px));
  padding: 13px 38px 13px 15px;
  border: 1px solid var(--cml-assistant-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(11, 24, 48, 0.14);
  color: var(--cml-assistant-ink);
  font-size: 12px;
  line-height: 1.5;
}

.cml-assistant-teaser strong {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 650;
}

.cml-assistant-teaser-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--cml-assistant-muted);
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  line-height: 1;
}

.cml-assistant-panel {
  position: fixed;
  right: 24px;
  bottom: calc(24px + var(--cml-consent-offset, 0px));
  z-index: 2147480002;
  width: min(430px, calc(100vw - 48px));
  height: min(690px, calc(100dvh - 48px - var(--cml-consent-offset, 0px)));
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto auto;
  overflow: hidden;
  border: 1px solid rgba(11, 24, 48, 0.16);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(11, 24, 48, 0.25), 0 4px 16px rgba(11, 24, 48, 0.1);
}

.cml-assistant-panel[hidden] {
  display: none !important;
}

.cml-assistant-header {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 15px 15px 13px;
  border-bottom: 1px solid var(--cml-assistant-line);
  background: #fff;
}

.cml-assistant-header img {
  width: 34px;
  height: 34px;
  padding: 5px;
  border-radius: 11px;
  background: #eef4ff;
}

.cml-assistant-heading {
  min-width: 0;
  flex: 1;
}

.cml-assistant-heading strong {
  display: block;
  font-size: 14px;
  font-weight: 680;
  letter-spacing: -0.015em;
}

.cml-assistant-heading span {
  display: block;
  margin-top: 2px;
  color: var(--cml-assistant-muted);
  font-size: 10.5px;
}

.cml-assistant-header-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}

.cml-assistant-icon-button {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #42526a;
  cursor: pointer;
  font: inherit;
  font-size: 18px;
}

.cml-assistant-icon-button:hover {
  background: var(--cml-assistant-soft);
  color: var(--cml-assistant-ink);
}

.cml-assistant-progress-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 9px 15px;
  border-bottom: 1px solid #edf1f6;
  background: #fbfcfe;
}

.cml-assistant-progress {
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5ebf3;
}

.cml-assistant-progress > span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cml-assistant-blue), var(--cml-assistant-teal));
  transition: width 220ms ease;
}

.cml-assistant-progress-label {
  min-width: 64px;
  color: var(--cml-assistant-muted);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 10px;
  text-align: right;
}

.cml-assistant-messages {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 16px 15px 10px;
  background:
    linear-gradient(#fff 30%, rgba(255,255,255,0)) center top,
    linear-gradient(rgba(255,255,255,0), #fff 70%) center bottom,
    #fff;
  scrollbar-width: none;
}

.cml-assistant-messages::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.cml-assistant-message {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 0 0 12px;
}

.cml-assistant-message.is-user {
  justify-content: flex-end;
}

.cml-assistant-avatar {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #eef4ff;
}

.cml-assistant-avatar img {
  width: 18px;
  height: 18px;
}

.cml-assistant-bubble {
  max-width: 84%;
  padding: 10px 12px;
  border: 1px solid var(--cml-assistant-line);
  border-radius: 14px 14px 14px 4px;
  background: #fff;
  color: var(--cml-assistant-ink);
  font-size: 13px;
  line-height: 1.52;
  white-space: pre-wrap;
}

.cml-assistant-message.is-user .cml-assistant-bubble {
  border-color: #d8e6ff;
  border-radius: 14px 14px 4px 14px;
  background: #eef4ff;
  color: #123b78;
}

.cml-assistant-bubble strong {
  font-weight: 700;
}

.cml-assistant-bubble ul {
  margin: 7px 0 0 18px;
  padding: 0;
}

.cml-assistant-bubble li + li {
  margin-top: 4px;
}

.cml-assistant-response {
  padding: 12px 15px 14px;
  border-top: 1px solid var(--cml-assistant-line);
  background: #fff;
}

.cml-assistant-question-label {
  display: block;
  margin: 0 0 7px;
  color: var(--cml-assistant-muted);
  font-size: 10.5px;
  font-weight: 650;
}

.cml-assistant-input-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.cml-assistant-input,
.cml-assistant-textarea,
.cml-assistant-select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #fff;
  color: var(--cml-assistant-ink);
  font: inherit;
  font-size: 13px;
  line-height: 1.45;
  padding: 11px 12px;
}

.cml-assistant-textarea {
  min-height: 92px;
  max-height: 150px;
  resize: vertical;
}

.cml-assistant-input::placeholder,
.cml-assistant-textarea::placeholder {
  color: #8b96a7;
}

.cml-assistant-input[aria-invalid="true"],
.cml-assistant-textarea[aria-invalid="true"] {
  border-color: var(--cml-assistant-error);
}

.cml-assistant-send,
.cml-assistant-primary,
.cml-assistant-secondary {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 12px;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 680;
}

.cml-assistant-send,
.cml-assistant-primary {
  border: 1px solid var(--cml-assistant-blue);
  background: var(--cml-assistant-blue);
  color: #fff;
  padding: 10px 15px;
}

.cml-assistant-send {
  width: 48px;
  flex: 0 0 48px;
  padding: 0;
  font-size: 18px;
}

.cml-assistant-send:hover,
.cml-assistant-primary:hover {
  border-color: var(--cml-assistant-blue-dark);
  background: var(--cml-assistant-blue-dark);
}

.cml-assistant-send:disabled,
.cml-assistant-primary:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.cml-assistant-secondary {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: var(--cml-assistant-ink);
  padding: 10px 13px;
}

.cml-assistant-secondary:hover {
  border-color: #9aa8bb;
  background: var(--cml-assistant-soft);
}

.cml-assistant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.cml-assistant-option {
  min-height: 40px;
  padding: 9px 11px;
  border: 1px solid #cbd5e1;
  border-radius: 11px;
  background: #fff;
  color: #24344d;
  cursor: pointer;
  font: inherit;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
  transition: border-color 140ms ease, background 140ms ease, color 140ms ease;
}

.cml-assistant-option:hover {
  border-color: #8eb2f0;
  background: #f5f8ff;
}

.cml-assistant-option[aria-pressed="true"],
.cml-assistant-option.is-selected {
  border-color: #6d9fe9;
  background: #eaf2ff;
  color: #123b78;
}

.cml-assistant-option[aria-pressed="true"]::before,
.cml-assistant-option.is-selected::before {
  content: "✓";
  margin-right: 6px;
  color: var(--cml-assistant-blue);
  font-weight: 800;
}

.cml-assistant-option-group + .cml-assistant-option-group {
  margin-top: 11px;
}

.cml-assistant-option-group-title {
  margin: 0 0 6px;
  color: var(--cml-assistant-muted);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cml-assistant-response-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 11px;
}

.cml-assistant-response-actions .is-right {
  display: flex;
  gap: 7px;
  margin-left: auto;
}

.cml-assistant-back {
  min-height: 38px;
  border: 0;
  background: transparent;
  color: var(--cml-assistant-muted);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 3px;
}

.cml-assistant-back:hover {
  color: var(--cml-assistant-ink);
}

.cml-assistant-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.cml-assistant-field-grid label {
  display: grid;
  gap: 5px;
  color: var(--cml-assistant-muted);
  font-size: 10.5px;
  font-weight: 650;
}

.cml-assistant-field-grid label:first-child {
  grid-column: 1 / -1;
}

.cml-assistant-error {
  min-height: 16px;
  margin: 6px 0 0;
  color: var(--cml-assistant-error);
  font-size: 10.5px;
  line-height: 1.4;
}

.cml-assistant-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: start;
  color: #42526a;
  font-size: 11.5px;
  line-height: 1.48;
}

.cml-assistant-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--cml-assistant-blue);
}

.cml-assistant-consent a {
  color: var(--cml-assistant-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cml-assistant-summary {
  display: grid;
  gap: 10px;
}

.cml-assistant-recommendation {
  padding: 12px;
  border: 1px solid #cfe0fb;
  border-radius: 13px;
  background: #f4f8ff;
}

.cml-assistant-recommendation small {
  display: block;
  margin-bottom: 4px;
  color: var(--cml-assistant-muted);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cml-assistant-recommendation strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.cml-assistant-recommendation p {
  margin: 6px 0 0;
  color: #42526a;
  font-size: 11.5px;
  line-height: 1.5;
}

.cml-assistant-summary-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cml-assistant-summary-list li {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #edf1f6;
  font-size: 10.75px;
  line-height: 1.45;
}

.cml-assistant-summary-list span:first-child {
  color: var(--cml-assistant-muted);
}

.cml-assistant-status {
  min-height: 18px;
  margin-top: 8px;
  font-size: 10.75px;
  line-height: 1.45;
}

.cml-assistant-status.is-error { color: var(--cml-assistant-error); }
.cml-assistant-status.is-success { color: var(--cml-assistant-success); }
.cml-assistant-status.is-pending { color: var(--cml-assistant-muted); }

.cml-assistant-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 38px;
  padding: 8px 15px;
  border-top: 1px solid #edf1f6;
  background: #fbfcfe;
  color: var(--cml-assistant-muted);
  font-size: 10px;
}

.cml-assistant-footer a,
.cml-assistant-footer button {
  border: 0;
  background: transparent;
  color: #4d5d73;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
  padding: 3px 0;
}

.cml-assistant-footer a:hover,
.cml-assistant-footer button:hover {
  color: var(--cml-assistant-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cml-assistant-hidden-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}

html.cml-assistant-open,
body.cml-assistant-open {
  overscroll-behavior: none;
}

@media (max-width: 640px) {
  .cml-assistant-launcher {
    right: 14px;
    bottom: 14px;
    min-height: 49px;
    padding: 8px 12px 8px 8px;
  }

  .cml-assistant-teaser {
    right: 14px;
    bottom: 73px;
    width: min(288px, calc(100vw - 28px));
  }

  .cml-assistant-panel {
    inset: 0;
    width: 100%;
    height: 100dvh;
    max-height: none;
    border: 0;
    border-radius: 0;
  }

  .cml-assistant-header {
    padding-top: max(13px, env(safe-area-inset-top));
  }

  .cml-assistant-response {
    padding-bottom: max(14px, env(safe-area-inset-bottom));
  }

  .cml-assistant-field-grid {
    grid-template-columns: 1fr;
  }

  .cml-assistant-field-grid label:first-child {
    grid-column: auto;
  }

  .cml-assistant-bubble {
    max-width: 88%;
  }

  .cml-assistant-summary-list li {
    grid-template-columns: 94px minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cml-assistant-launcher,
  .cml-assistant-progress > span {
    transition: none;
  }
}

@media print {
  .cml-assistant-root {
    display: none !important;
  }
}

/* v47: right-side placement. On the horizontal homepage, clear the scene rail, scrubber and fixed footer. */
@media (min-width: 1121px) and (min-height: 801px) {
  body[data-page="home"] .cml-assistant-launcher {
    right: calc(var(--rail, 56px) + 24px);
    bottom: calc(var(--presentation-footer, 34px) + 58px + var(--cml-consent-offset, 0px));
  }

  body[data-page="home"] .cml-assistant-teaser {
    right: calc(var(--rail, 56px) + 24px);
    bottom: calc(var(--presentation-footer, 34px) + 121px + var(--cml-consent-offset, 0px));
  }

  body[data-page="home"] .cml-assistant-panel {
    right: calc(var(--rail, 56px) + 24px);
    bottom: calc(var(--presentation-footer, 34px) + 58px + var(--cml-consent-offset, 0px));
    height: min(650px, calc(100dvh - var(--header, 76px) - var(--utility, 30px) - var(--presentation-footer, 34px) - 72px));
  }
}

/* V51: compact floating assistant. The launcher never masks forms or primary CTAs. */
@media (min-width:721px){
  .cml-assistant-launcher{
    width:50px;
    min-width:50px;
    height:50px;
    min-height:50px;
    padding:0;
    justify-content:center;
    gap:0;
    border-radius:50%;
    right:18px;
    bottom:calc(42px + 18px + var(--cml-consent-offset, 0px));
  }
  .cml-assistant-launcher img{
    width:34px;
    height:34px;
    padding:5px;
    border-radius:50%;
  }
  .cml-assistant-launcher-copy{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important;
  }
  .cml-assistant-launcher::after{
    content:"AI Assistant";
    position:absolute;
    right:58px;
    top:50%;
    transform:translateY(-50%);
    width:max-content;
    max-width:180px;
    padding:7px 9px;
    border:1px solid #d8e0eb;
    border-radius:6px;
    background:#fff;
    color:#26364d;
    box-shadow:0 8px 24px rgba(11,24,48,.12);
    font-size:11px;
    font-weight:650;
    line-height:1;
    opacity:0;
    pointer-events:none;
    transition:opacity 140ms ease;
  }
  .cml-assistant-launcher:hover::after,
  .cml-assistant-launcher:focus-visible::after{opacity:1}

  .cml-assistant-teaser{
    right:18px;
    bottom:calc(42px + 78px + var(--cml-consent-offset, 0px));
  }
  .cml-assistant-panel{
    right:18px;
    bottom:calc(42px + 18px + var(--cml-consent-offset, 0px));
  }

  /* Contact forms use the bottom-right area for the primary submit action. */
  body.contact-page .cml-assistant-launcher,
  body[data-active-scene="contact"] .cml-assistant-launcher{
    top:50%;
    right:16px;
    bottom:auto;
    transform:translateY(-50%);
  }
  body.contact-page .cml-assistant-launcher:hover,
  body[data-active-scene="contact"] .cml-assistant-launcher:hover{
    transform:translateY(calc(-50% - 2px));
  }
  body.contact-page .cml-assistant-teaser,
  body[data-active-scene="contact"] .cml-assistant-teaser{
    display:none!important;
  }
}

@media (min-width:1121px){
  body[data-page="home"] .cml-assistant-launcher{
    right:calc(var(--rail,56px) + 16px);
    bottom:calc(42px + 18px + var(--cml-consent-offset,0px));
  }
  body[data-page="home"] .cml-assistant-teaser{
    right:calc(var(--rail,56px) + 16px);
    bottom:calc(42px + 78px + var(--cml-consent-offset,0px));
  }
  body[data-page="home"] .cml-assistant-panel{
    right:calc(var(--rail,56px) + 16px);
    bottom:calc(42px + 18px + var(--cml-consent-offset,0px));
  }
  body[data-page="home"][data-active-scene="contact"] .cml-assistant-launcher{
    top:50%;
    right:calc(var(--rail,56px) + 14px);
    bottom:auto;
  }
}
@media (min-width:1121px){
  body[data-page="home"][data-active-scene="contact"] .cml-assistant-launcher{
    right:var(--rail,56px);
  }
}

/* V52: use the right-side floating control on every deep page. This keeps the
   launcher clear of footer links, submit buttons and page-level CTAs. */
@media (min-width:721px){
  body.inner-page .cml-assistant-launcher{
    top:50%;
    right:16px;
    bottom:auto;
    transform:translateY(-50%);
  }
  body.inner-page .cml-assistant-launcher:hover{
    transform:translateY(calc(-50% - 2px));
  }
  body.inner-page .cml-assistant-teaser{
    display:none!important;
  }
  body.inner-page .cml-assistant-panel{
    top:50%;
    right:18px;
    bottom:auto;
    transform:translateY(-50%);
    height:min(690px,calc(100dvh - 36px - var(--cml-consent-offset,0px)));
  }
}

/* V52 mobile containment: keep the assistant as a compact right-edge control
   rather than a wide pill that can cover footer links or form actions. */
@media (max-width:720px){
  .cml-assistant-launcher{
    width:46px;
    min-width:46px;
    height:46px;
    min-height:46px;
    padding:0;
    justify-content:center;
    gap:0;
    border-radius:50%;
  }
  .cml-assistant-launcher img{
    width:32px;
    height:32px;
    padding:5px;
    border-radius:50%;
  }
  .cml-assistant-launcher-copy{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important;
  }
  body.inner-page .cml-assistant-launcher{
    top:50%;
    right:10px;
    bottom:auto;
    transform:translateY(-50%);
  }
  body.inner-page .cml-assistant-launcher:hover{
    transform:translateY(-50%);
  }
  body.inner-page .cml-assistant-teaser{display:none!important}
}

/* V52 mobile header placement: the launcher sits beside the menu instead of
   floating over page copy or form controls. */
@media (max-width:720px){
  .cml-assistant-launcher,
  body.inner-page .cml-assistant-launcher,
  body[data-page="home"] .cml-assistant-launcher{
    top:12px;
    right:70px;
    bottom:auto;
    width:42px;
    min-width:42px;
    height:42px;
    min-height:42px;
    transform:none;
    z-index:2147480001;
  }
  .cml-assistant-launcher:hover,
  body.inner-page .cml-assistant-launcher:hover,
  body[data-page="home"] .cml-assistant-launcher:hover{
    transform:none;
  }
  .cml-assistant-teaser{display:none!important}
}

/* V53: the homepage assistant occupies the unused top of the chapter rail.
   It no longer shares the bottom control/footer zone. */
@media (min-width:1121px) and (min-height:801px){
  body[data-page="home"] .cml-assistant-launcher,
  body[data-page="home"][data-active-scene="contact"] .cml-assistant-launcher{
    top:calc(var(--utility,58px) + var(--header,76px) + 14px);
    right:3px;
    bottom:auto;
    width:50px;
    min-width:50px;
    height:50px;
    min-height:50px;
    transform:none;
    z-index:70;
  }
  body[data-page="home"] .cml-assistant-launcher:hover,
  body[data-page="home"][data-active-scene="contact"] .cml-assistant-launcher:hover{
    transform:translateY(-2px);
  }
  body[data-page="home"] .cml-assistant-launcher::after{
    right:58px;
  }
  body[data-page="home"] .cml-assistant-teaser{display:none!important}
  body[data-page="home"] .cml-assistant-panel{
    top:calc(var(--utility,58px) + var(--header,76px) + 14px);
    right:calc(var(--rail,56px) + 14px);
    bottom:auto;
    height:min(650px,calc(100dvh - var(--utility,58px) - var(--header,76px) - var(--presentation-controls,46px) - var(--presentation-footer,42px) - 28px));
    transform:none;
  }
}
