.carbi-organized-floating-control {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#carbi-simple-tools-launcher {
  position: fixed;
  z-index: 2147482600;
  right: 14px;
  bottom:
    calc(
      88px +
      env(safe-area-inset-bottom)
    );
  width: min(250px, calc(100vw - 28px));
  min-height: 68px;
  padding: 9px 12px 9px 9px;
  border:
    1px solid rgba(255, 255, 255, 0.66);
  border-radius: 22px;
  display: grid;
  grid-template-columns:
    48px 1fr 25px;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-align: left;
  background:
    radial-gradient(
      circle at 15% 5%,
      rgba(69, 220, 255, 0.8),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      #0878e8,
      #2b64ec 55%,
      #7b39ee
    );
  box-shadow:
    0 19px 48px rgba(28, 83, 190, 0.34);
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  cursor: pointer;
  -webkit-tap-highlight-color:
    transparent;
}

#carbi-simple-tools-launcher:active {
  transform: scale(0.98);
}

.cst-launcher-icon {
  width: 48px;
  height: 48px;
  border:
    1px solid rgba(255, 255, 255, 0.38);
  border-radius: 16px;
  display: grid;
  place-items: center;
  background:
    rgba(255, 255, 255, 0.17);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  font-size: 23px;
}

.cst-launcher-copy {
  min-width: 0;
  display: grid;
}

.cst-launcher-copy strong {
  font-size: 16px;
  line-height: 1.1;
}

.cst-launcher-copy small {
  margin-top: 4px;
  color:
    rgba(255, 255, 255, 0.84);
  font-size: 11px;
}

.cst-launcher-arrow {
  display: grid;
  place-items: center;
  font-size: 19px;
  transition:
    transform 180ms ease;
}

.cst-launcher-arrow.is-open {
  transform: rotate(180deg);
}

#carbi-simple-tools-menu {
  position: fixed;
  z-index: 2147482700;
  right: 12px;
  bottom:
    calc(
      164px +
      env(safe-area-inset-bottom)
    );
  width:
    min(430px, calc(100vw - 24px));
  max-height:
    min(710px, calc(100vh - 190px));
  overflow-y: auto;
  padding: 14px;
  border:
    1px solid rgba(255, 255, 255, 0.78);
  border-radius: 27px;
  color: #162e4d;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.99),
      rgba(244, 249, 255, 0.99)
    );
  box-shadow:
    0 31px 90px rgba(14, 46, 94, 0.34);
  backdrop-filter:
    blur(24px);
  -webkit-backdrop-filter:
    blur(24px);
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  opacity: 0;
  transform:
    translateY(16px)
    scale(0.97);
  transform-origin:
    bottom right;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

#carbi-simple-tools-menu[hidden] {
  display: none !important;
}

#carbi-simple-tools-menu.is-open {
  opacity: 1;
  transform:
    translateY(0)
    scale(1);
}

.cst-menu-heading {
  padding: 3px 3px 13px;
  display: grid;
  grid-template-columns:
    47px 1fr 39px;
  align-items: center;
  gap: 11px;
}

.cst-menu-logo {
  width: 47px;
  height: 47px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background:
    linear-gradient(
      145deg,
      #0e7dea,
      #6339ee
    );
  box-shadow:
    0 10px 24px rgba(28, 104, 220, 0.25);
  font-size: 22px;
  font-weight: 900;
}

.cst-menu-heading > div:nth-child(2) {
  min-width: 0;
  display: grid;
}

.cst-menu-heading strong {
  color: #172e4b;
  font-size: 16px;
  line-height: 1.2;
}

.cst-menu-heading small {
  margin-top: 4px;
  color: #71839a;
  font-size: 11px;
}

.cst-menu-close {
  width: 39px;
  height: 39px;
  border: 0;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: #61758e;
  background: #edf3fa;
  font-size: 25px;
  cursor: pointer;
}

.cst-menu-grid {
  display: grid;
  gap: 10px;
}

.cst-tool {
  width: 100%;
  min-height: 78px;
  padding: 11px 13px;
  border:
    1px solid #dbe7f3;
  border-radius: 19px;
  display: grid;
  grid-template-columns:
    49px 1fr 22px;
  align-items: center;
  gap: 12px;
  color: #18334f;
  text-align: left;
  background: #ffffff;
  box-shadow:
    0 7px 20px rgba(31, 71, 116, 0.07);
  cursor: pointer;
  -webkit-tap-highlight-color:
    transparent;
}

.cst-tool:active {
  transform: scale(0.985);
}

.cst-tool-icon {
  width: 49px;
  height: 49px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 23px;
}

.cst-tool-copy {
  min-width: 0;
  display: grid;
}

.cst-tool-copy strong {
  font-size: 15px;
  line-height: 1.15;
}

.cst-tool-copy small {
  margin-top: 4px;
  color: #738399;
  font-size: 11px;
  line-height: 1.35;
}

.cst-tool-arrow {
  color: #8fa1b5;
  font-size: 27px;
}

.cst-tool-chat {
  border-color:
    rgba(29, 120, 230, 0.2);
  background:
    linear-gradient(
      135deg,
      #eef7ff,
      #ffffff
    );
}

.cst-tool-chat
.cst-tool-icon {
  background: #dceeff;
}

.cst-tool-experts
.cst-tool-icon {
  background: #ede5ff;
}

.cst-tool-upload
.cst-tool-icon {
  background: #e4f8ef;
}

.cst-tool-screen
.cst-tool-icon {
  background: #fff0df;
}

.cst-tool-help
.cst-tool-icon {
  background: #ffe8e8;
}

.cst-menu-footer {
  margin: 12px 3px 2px;
  color: #75869a;
  text-align: center;
  font-size: 9px;
  line-height: 1.5;
}

@media (max-width: 520px) {
  #carbi-simple-tools-launcher {
    right: 10px;
    bottom:
      calc(
        84px +
        env(safe-area-inset-bottom)
      );
    width:
      min(230px, calc(100vw - 20px));
  }

  #carbi-simple-tools-menu {
    right: 8px;
    bottom:
      calc(
        158px +
        env(safe-area-inset-bottom)
      );
    width:
      calc(100vw - 16px);
    max-height:
      calc(100vh - 177px);
    padding: 12px;
    border-radius: 24px;
  }

  .cst-tool {
    min-height: 74px;
  }
}

@media (max-width: 370px) {
  #carbi-simple-tools-launcher {
    width: 205px;
  }

  .cst-launcher-copy strong {
    font-size: 14px;
  }

  .cst-launcher-copy small {
    font-size: 10px;
  }

  .cst-tool-copy strong {
    font-size: 14px;
  }
}
