body.askcarbi-work-center-open {
  overflow: hidden !important;
}

#askcarbi-smart-work-launcher {
  position: fixed;
  right: 18px;
  bottom: 98px;
  z-index: 9988;
  min-width: 205px;
  min-height: 60px;
  padding: 9px 12px;
  border: 1px solid rgba(25, 119, 230, 0.18);
  border-radius: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #142441;
  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,.98),
      rgba(230,244,255,.98)
    );
  box-shadow:
    0 18px 48px rgba(24, 79, 151, .22);
  cursor: pointer;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

#askcarbi-smart-work-launcher:hover {
  transform: translateY(-1px);
}

.awc-launcher-icon {
  width: 39px;
  height: 39px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background:
    linear-gradient(
      145deg,
      #eaf6ff,
      #d7edff
    );
  font-size: 21px;
}

.awc-launcher-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  text-align: left;
}

.awc-launcher-copy strong {
  font-size: 13px;
  line-height: 1.1;
}

.awc-launcher-copy small {
  color: #1876df;
  font-size: 11px;
  font-weight: 750;
}

.awc-launcher-arrow {
  margin-left: auto;
  color: #1678e6;
  font-size: 25px;
  line-height: 1;
}

#askcarbi-smart-work-center {
  position: fixed;
  inset: 0;
  z-index: 10080;
  display: grid;
  place-items: center;
  padding: 20px;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.awc-backdrop {
  position: absolute;
  inset: 0;
  background:
    rgba(19, 34, 59, .48);
  backdrop-filter:
    blur(14px);
  -webkit-backdrop-filter:
    blur(14px);
}

.awc-sheet {
  position: relative;
  width: min(1020px, 96vw);
  max-height: min(900px, 94vh);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 32px;
  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,.99),
      rgba(239,247,255,.99)
    );
  box-shadow:
    0 36px 100px rgba(11, 39, 81, .34);
}

.awc-header {
  min-height: 90px;
  padding: 18px 22px;
  border-bottom:
    1px solid rgba(30, 104, 187, .1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background:
    rgba(255,255,255,.78);
}

.awc-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.awc-brand img {
  width: 53px;
  height: 53px;
  object-fit: contain;
  border-radius: 16px;
}

.awc-brand small,
.awc-section-heading small {
  display: block;
  margin-bottom: 4px;
  color: #1779e7;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
}

.awc-brand h2 {
  margin: 0;
  color: #12223e;
  font-size:
    clamp(21px, 3vw, 30px);
  line-height: 1.1;
}

.awc-close {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: #61728d;
  background: #eaf4ff;
  cursor: pointer;
  font-size: 29px;
  line-height: 1;
}

.awc-content {
  max-height:
    calc(min(900px, 94vh) - 90px);
  overflow-y: auto;
  padding: 22px;
}

.awc-mode-section,
.awc-start-section {
  padding: 20px;
  border: 1px solid rgba(22, 107, 208, .1);
  border-radius: 25px;
  background: rgba(255,255,255,.82);
}

.awc-start-section {
  margin-top: 18px;
}

.awc-section-heading {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.awc-section-heading h3 {
  margin: 0;
  color: #172641;
  font-size: 19px;
}

.awc-current-mode {
  padding: 8px 12px;
  border-radius: 999px;
  color: #176fd2;
  background: #e7f3ff;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.awc-mode-grid {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.awc-mode-card {
  min-height: 92px;
  padding: 13px;
  border: 1px solid rgba(37, 101, 180, .13);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1a2944;
  background: #fff;
  cursor: pointer;
  text-align: left;
}

.awc-mode-card.selected {
  border-color: rgba(18, 120, 235, .58);
  background:
    linear-gradient(
      135deg,
      #eef8ff,
      #e3f1ff
    );
  box-shadow:
    0 11px 28px rgba(23, 115, 220, .12);
}

.awc-mode-icon {
  width: 49px;
  height: 49px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: #eaf5ff;
  font-size: 24px;
}

.awc-mode-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.awc-mode-copy strong {
  font-size: 14px;
}

.awc-mode-copy small {
  color: #6c7b93;
  font-size: 11px;
  line-height: 1.35;
}

.awc-check {
  margin-left: auto;
  color: #1680ef;
  font-size: 20px;
  font-weight: 900;
}

.awc-starter-grid {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.awc-starter {
  min-height: 56px;
  padding: 12px 14px;
  border:
    1px solid rgba(26, 101, 184, .12);
  border-radius: 17px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #24344f;
  background: #f8fbff;
  cursor: pointer;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
}

.awc-starter span {
  color: #1480ed;
  font-size: 18px;
}

.awc-custom-form {
  margin-top: 17px;
}

.awc-custom-form > label {
  display: block;
  margin-bottom: 8px;
  color: #263750;
  font-size: 12px;
  font-weight: 800;
}

.awc-custom-row {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr) auto;
  gap: 10px;
  align-items: stretch;
}

.awc-custom-row textarea {
  min-height: 92px;
  resize: vertical;
  padding: 14px;
  border:
    1px solid rgba(29, 101, 185, .2);
  border-radius: 18px;
  outline: none;
  color: #17243b;
  background: #fff;
  font: 500 14px/1.45
    Inter,
    system-ui,
    sans-serif;
}

.awc-custom-row textarea:focus {
  border-color: #1882ef;
  box-shadow:
    0 0 0 4px rgba(24, 130, 239, .1);
}

.awc-primary {
  min-width: 150px;
  border: 0;
  border-radius: 18px;
  padding: 0 20px;
  color: #fff;
  background:
    linear-gradient(
      135deg,
      #18a3f6,
      #1263e8
    );
  box-shadow:
    0 13px 30px rgba(15, 103, 224, .25);
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
}

.awc-primary span {
  margin-left: 8px;
  font-size: 20px;
}

.awc-account-notice {
  margin-top: 18px;
  padding: 14px 15px;
  border:
    1px solid rgba(23, 106, 199, .12);
  border-radius: 19px;
  display: grid;
  grid-template-columns:
    auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  background: #f0f7ff;
}

.awc-account-notice > span {
  width: 39px;
  height: 39px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: #fff;
}

.awc-account-notice strong {
  display: block;
  color: #1a2b47;
  font-size: 12px;
}

.awc-account-notice p {
  margin: 4px 0 0;
  color: #6e7d94;
  font-size: 11px;
  line-height: 1.35;
}

.awc-account-notice button {
  min-height: 40px;
  padding: 0 15px;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: #1678e6;
  cursor: pointer;
  font-weight: 800;
}

.awc-account-notice.signed-in {
  background: #ecfbf4;
}

@media (max-width: 720px) {
  #askcarbi-smart-work-center {
    padding: 0;
    place-items: end center;
  }

  .awc-sheet {
    width: 100%;
    max-height: 94vh;
    border-radius: 28px 28px 0 0;
  }

  .awc-header {
    min-height: 80px;
    padding: 15px;
  }

  .awc-brand img {
    width: 44px;
    height: 44px;
  }

  .awc-brand h2 {
    font-size: 21px;
  }

  .awc-content {
    max-height: calc(94vh - 80px);
    padding: 14px;
  }

  .awc-mode-section,
  .awc-start-section {
    padding: 14px;
    border-radius: 21px;
  }

  .awc-mode-grid,
  .awc-starter-grid {
    grid-template-columns: 1fr;
  }

  .awc-mode-card {
    min-height: 78px;
  }

  .awc-custom-row {
    grid-template-columns: 1fr;
  }

  .awc-primary {
    min-height: 52px;
  }

  .awc-account-notice {
    grid-template-columns:
      auto minmax(0, 1fr);
  }

  .awc-account-notice button {
    grid-column: 1 / -1;
  }

  #askcarbi-smart-work-launcher {
    right: 12px;
    bottom: 92px;
    min-width: 182px;
    min-height: 55px;
  }
}
