.my-assistant-launcher {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9998;
  width: 62px;
  height: 62px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, #5037ef 0%, #7b4eff 52%, #387cf4 100%);
  box-shadow: 0 20px 48px rgba(68, 48, 205, 0.34);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.my-assistant-launcher:hover,
.my-assistant-launcher:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(68, 48, 205, 0.42);
}

.my-assistant-launcher svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.my-assistant-panel {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  width: min(452px, calc(100vw - 28px));
  height: min(730px, calc(100svh - 44px));
  min-height: 480px;
  overflow: hidden;
  border: 1px solid rgba(31, 24, 67, 0.1);
  border-radius: 30px;
  color: #171523;
  background: #fff;
  box-shadow: 0 34px 90px rgba(24, 19, 59, 0.24);
  grid-template-rows: auto minmax(0, 1fr) auto;
  isolation: isolate;
  display: none;
}

.my-assistant-panel.is-open {
  display: grid;
  animation: myAssistantOpen 220ms cubic-bezier(0.2, 0.78, 0.25, 1) both;
}

.my-assistant-panel,
.my-assistant-panel * {
  box-sizing: border-box;
}

.my-assistant-header {
  position: relative;
  z-index: 2;
  min-height: 82px;
  padding: 14px 14px 13px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 8%, rgba(167, 132, 255, 0.78), transparent 31%),
    linear-gradient(118deg, #241858 0%, #4731c4 56%, #7150f2 100%);
  display: flex;
  align-items: center;
  gap: 11px;
}

.my-assistant-logo {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  padding: 2px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 26px rgba(18, 12, 61, 0.25);
  display: grid;
  place-items: center;
}

.my-assistant-logo img {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  object-fit: cover;
  display: block;
}

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

.my-assistant-heading strong {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.015em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.my-assistant-heading span {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.8125rem;
  line-height: 1.25;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.my-assistant-language-picker {
  position: relative;
  flex: 0 0 auto;
}

.my-assistant-language-picker summary {
  min-height: 38px;
  max-width: 112px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.my-assistant-language-picker summary::-webkit-details-marker {
  display: none;
}

.my-assistant-language-picker summary:hover,
.my-assistant-language-picker summary:focus-visible,
.my-assistant-language-picker[open] summary {
  background: rgba(255, 255, 255, 0.2);
}

.my-assistant-language-globe {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  display: grid;
  place-items: center;
}

.my-assistant-language-globe svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.my-assistant-language-long {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.my-assistant-language-short {
  display: none;
}

.my-assistant-language-chevron {
  flex: 0 0 auto;
  margin-top: -2px;
  font-size: 0.9rem;
  transition: transform 160ms ease;
}

.my-assistant-language-picker[open] .my-assistant-language-chevron {
  transform: rotate(180deg);
}

.my-assistant-language-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 12;
  width: min(230px, calc(100vw - 88px));
  max-height: min(360px, calc(100svh - 140px));
  padding: 7px;
  overflow-y: auto;
  border: 1px solid rgba(46, 34, 102, 0.12);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 48px rgba(24, 17, 66, 0.26);
}

.my-assistant-language-option {
  width: 100%;
  min-height: 39px;
  padding: 8px 10px;
  border: 0;
  border-radius: 10px;
  color: #2d2937;
  text-align: left;
  background: transparent;
  font-size: 0.8125rem;
  line-height: 1.25;
  font-weight: 670;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.my-assistant-language-option:hover,
.my-assistant-language-option:focus-visible,
.my-assistant-language-option[aria-current="true"] {
  color: #5138d5;
  background: #f0edff;
}

.my-assistant-language-code {
  flex: 0 0 auto;
  color: #888293;
  font-size: 0.72rem;
  font-weight: 760;
}

.my-assistant-close {
  flex: 0 0 auto;
  width: 39px;
  height: 39px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  display: grid;
  place-items: center;
}

.my-assistant-close:hover,
.my-assistant-close:focus-visible {
  background: rgba(255, 255, 255, 0.2);
}

.my-assistant-close svg,
.my-assistant-send svg,
.my-assistant-category-icon svg,
.my-assistant-support-icon svg,
.my-assistant-form-preview-icon svg,
.my-assistant-form-review-icon svg,
.my-assistant-attachment-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.my-assistant-close svg {
  width: 21px;
  height: 21px;
}

.my-assistant-body {
  min-height: 0;
  padding: 16px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  background:
    radial-gradient(circle at 100% 0%, rgba(112, 79, 241, 0.08), transparent 26%),
    linear-gradient(180deg, #fcfbff 0%, #f8f7fd 100%);
  scroll-behavior: smooth;
}

.my-assistant-bubble {
  width: fit-content;
  max-width: 92%;
  padding: 13px 15px;
  border-radius: 19px;
  font-size: 0.9375rem;
  line-height: 1.52;
  font-weight: 540;
  overflow-wrap: anywhere;
}

.my-assistant-bubble p {
  margin: 0;
}

.my-assistant-bubble p + p {
  margin-top: 9px;
}

.my-assistant-bubble--bot {
  margin-right: auto;
  color: #2a2735;
  background: #fff;
  border: 1px solid rgba(55, 45, 105, 0.09);
  border-bottom-left-radius: 7px;
  box-shadow: 0 8px 24px rgba(35, 27, 78, 0.06);
}

.my-assistant-bubble--user {
  margin: 0 0 12px auto;
  color: #fff;
  background: linear-gradient(135deg, #4a34d4, #7652ed);
  border-bottom-right-radius: 7px;
  box-shadow: 0 9px 24px rgba(75, 52, 212, 0.18);
}

.my-assistant-intro {
  max-width: 100%;
}

.my-assistant-section-title {
  margin: 18px 2px 10px;
  color: #22202b;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.01em;
}

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

.my-assistant-category {
  min-width: 0;
  min-height: 126px;
  padding: 13px;
  border: 1px solid rgba(64, 48, 141, 0.1);
  border-radius: 18px;
  color: #24212f;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 9px 26px rgba(39, 30, 88, 0.055);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.my-assistant-category:hover,
.my-assistant-category:focus-visible {
  border-color: rgba(88, 61, 223, 0.28);
  box-shadow: 0 13px 32px rgba(54, 39, 128, 0.11);
  transform: translateY(-2px);
}

.my-assistant-category-icon,
.my-assistant-support-icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  color: #5a42dd;
  background: #eeebff;
  display: grid;
  place-items: center;
}

.my-assistant-category-icon svg,
.my-assistant-support-icon svg {
  width: 20px;
  height: 20px;
}

.my-assistant-category-copy {
  min-width: 0;
  display: block;
}

.my-assistant-category-copy strong,
.my-assistant-support-copy strong {
  display: block;
  color: inherit;
  font-size: 0.875rem;
  line-height: 1.28;
  font-weight: 790;
  overflow-wrap: anywhere;
}

.my-assistant-category-copy > span,
.my-assistant-support-copy > span {
  display: block;
  margin-top: 5px;
  color: #767181;
  font-size: 0.78rem;
  line-height: 1.38;
  font-weight: 560;
  overflow-wrap: anywhere;
}

.my-assistant-support-card {
  width: 100%;
  min-height: 84px;
  margin-top: 11px;
  padding: 13px 14px;
  border: 1px solid rgba(91, 61, 224, 0.2);
  border-radius: 19px;
  color: #fff;
  text-align: left;
  background:
    radial-gradient(circle at 92% 10%, rgba(139, 115, 255, 0.75), transparent 29%),
    linear-gradient(120deg, #2f226e, #583ad4);
  box-shadow: 0 13px 30px rgba(65, 44, 164, 0.2);
  cursor: pointer;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.my-assistant-support-card:hover,
.my-assistant-support-card:focus-visible {
  box-shadow: 0 17px 38px rgba(65, 44, 164, 0.28);
}

.my-assistant-support-card .my-assistant-support-icon {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.my-assistant-support-card .my-assistant-support-copy > span {
  color: rgba(255, 255, 255, 0.74);
}

.my-assistant-support-copy {
  min-width: 0;
}

.my-assistant-support-card--compact {
  min-height: 68px;
  margin-top: 11px;
  padding: 10px 12px;
  border-radius: 16px;
  gap: 10px;
}

.my-assistant-support-card--compact .my-assistant-support-icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

.my-assistant-support-card--compact .my-assistant-support-icon svg {
  width: 18px;
  height: 18px;
}

.my-assistant-support-card--compact .my-assistant-support-copy strong {
  font-size: 0.8125rem;
  line-height: 1.22;
}

.my-assistant-support-card--compact .my-assistant-support-copy > span {
  margin-top: 3px;
  font-size: 0.75rem;
  line-height: 1.3;
}

.my-assistant-arrow {
  flex: 0 0 auto;
  color: currentColor;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 700;
}

.my-assistant-toolbar {
  margin-bottom: 12px;
}

.my-assistant-back {
  min-height: 38px;
  padding: 7px 11px;
  border: 1px solid rgba(63, 46, 145, 0.1);
  border-radius: 11px;
  color: #5942d5;
  background: #fff;
  font-size: 0.8125rem;
  line-height: 1.2;
  font-weight: 750;
  cursor: pointer;
}

.my-assistant-category-heading {
  margin-bottom: 12px;
  padding: 14px;
  border: 1px solid rgba(69, 51, 159, 0.1);
  border-radius: 18px;
  background: linear-gradient(135deg, #fff, #f2efff);
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.my-assistant-category-heading h2 {
  margin: 1px 0 0;
  color: #27232f;
  font-size: 1rem;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: -0.015em;
  overflow-wrap: anywhere;
}

.my-assistant-category-heading p {
  margin: 5px 0 0;
  color: #706b79;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 560;
}

.my-assistant-topic-list {
  border: 1px solid rgba(61, 47, 129, 0.09);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
}

.my-assistant-topic {
  width: 100%;
  min-height: 51px;
  padding: 12px 13px;
  border: 0;
  border-bottom: 1px solid rgba(61, 47, 129, 0.075);
  color: #302d39;
  text-align: left;
  background: transparent;
  font-size: 0.875rem;
  line-height: 1.35;
  font-weight: 650;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.my-assistant-topic:last-child {
  border-bottom: 0;
}

.my-assistant-topic:hover,
.my-assistant-topic:focus-visible {
  color: #4d35d1;
  background: #f2efff;
}

.my-assistant-topic > span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.my-assistant-answer-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.my-assistant-secondary,
.my-assistant-primary {
  min-height: 40px;
  padding: 9px 12px;
  border-radius: 12px;
  font-size: 0.8125rem;
  line-height: 1.2;
  font-weight: 750;
  cursor: pointer;
  overflow-wrap: anywhere;
}

.my-assistant-secondary {
  border: 1px solid rgba(69, 49, 166, 0.12);
  color: #5740d2;
  background: #fff;
}

.my-assistant-primary {
  border: 1px solid transparent;
  color: #fff;
  background: linear-gradient(135deg, #4932cc, #7550ed);
  box-shadow: 0 8px 20px rgba(77, 52, 203, 0.18);
}

.my-assistant-secondary:hover,
.my-assistant-secondary:focus-visible {
  background: #f0edff;
}

.my-assistant-primary:hover,
.my-assistant-primary:focus-visible {
  box-shadow: 0 11px 25px rgba(77, 52, 203, 0.25);
}

.my-assistant-panel.is-form-mode {
  grid-template-rows: auto minmax(0, 1fr);
}

.my-assistant-panel.is-form-mode .my-assistant-input {
  display: none;
}

.my-assistant-form-shell {
  width: 100%;
}

.my-assistant-form-heading {
  margin-bottom: 10px;
  padding: 14px;
  border: 1px solid rgba(78, 55, 189, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 6%, rgba(121, 83, 239, 0.13), transparent 35%),
    #fff;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.my-assistant-form-preview-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #4d35d5, #7d56ee);
  box-shadow: 0 10px 24px rgba(76, 52, 205, 0.2);
  display: grid;
  place-items: center;
}

.my-assistant-form-preview-icon svg {
  width: 21px;
  height: 21px;
}

.my-assistant-form-heading-copy {
  min-width: 0;
}

.my-assistant-form-heading h2 {
  margin: 0;
  color: #211d2b;
  font-size: 1.05rem;
  line-height: 1.25;
  font-weight: 820;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
}

.my-assistant-form-heading p {
  margin: 5px 0 0;
  color: #6e6876;
  font-size: 0.8125rem;
  line-height: 1.42;
  font-weight: 540;
}

.my-assistant-required-note {
  display: block;
  margin-top: 5px;
  color: #817b89;
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 600;
}

.my-assistant-preview-notice {
  margin-bottom: 12px;
  padding: 10px 11px;
  border: 1px solid rgba(89, 65, 207, 0.11);
  border-radius: 14px;
  background: #f2efff;
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.my-assistant-status {
  flex: 0 0 auto;
  margin: 0;
  padding: 6px 9px;
  border-radius: 999px;
  color: #5b42d7;
  background: #fff;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 780;
}

.my-assistant-preview-notice p {
  margin: 0;
  color: #625c70;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 560;
}

.my-assistant-support-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px 10px;
}

.my-assistant-form-field {
  min-width: 0;
}

.my-assistant-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.my-assistant-form-field--full,
.my-assistant-form-privacy,
.my-assistant-form-general-error,
.my-assistant-form-actions {
  grid-column: 1 / -1;
}

.my-assistant-form-label {
  display: block;
  margin: 0 0 6px;
  color: #302c39;
  font-size: 0.8125rem;
  line-height: 1.3;
  font-weight: 760;
}

.my-assistant-required {
  color: #6646df;
}

.my-assistant-support-form input,
.my-assistant-support-form select,
.my-assistant-support-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 10px 11px;
  border: 1px solid rgba(51, 39, 107, 0.14);
  border-radius: 12px;
  outline: none;
  color: #282430;
  background: #fff;
  font: inherit;
  font-size: 0.875rem;
  line-height: 1.35;
  font-weight: 540;
}

.my-assistant-support-form textarea {
  min-height: 116px;
  resize: vertical;
}

.my-assistant-support-form select {
  cursor: pointer;
}

.my-assistant-support-form input::placeholder,
.my-assistant-support-form textarea::placeholder {
  color: #908a98;
}

.my-assistant-support-form input:focus,
.my-assistant-support-form select:focus,
.my-assistant-support-form textarea:focus {
  border-color: rgba(82, 57, 210, 0.44);
  box-shadow: 0 0 0 4px rgba(83, 59, 211, 0.08);
}

.my-assistant-support-form [aria-invalid="true"] {
  border-color: rgba(190, 54, 80, 0.55);
  box-shadow: 0 0 0 4px rgba(190, 54, 80, 0.07);
}

.my-assistant-form-hint,
.my-assistant-message-count {
  display: block;
  margin-top: 5px;
  color: #7e7887;
  font-size: 0.75rem;
  line-height: 1.35;
  font-weight: 540;
}

.my-assistant-message-count {
  text-align: right;
}

.my-assistant-form-error {
  display: block;
  margin-top: 5px;
  color: #a62e4b;
  font-size: 0.75rem;
  line-height: 1.35;
  font-weight: 680;
}

.my-assistant-form-error[hidden],
.my-assistant-form-general-error[hidden] {
  display: none;
}

.my-assistant-attachment-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.my-assistant-optional {
  flex: 0 0 auto;
  padding: 4px 7px;
  border-radius: 999px;
  color: #756e80;
  background: #efedf5;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 680;
}

.my-assistant-attachment-box {
  min-height: 74px;
  padding: 11px;
  border: 1px dashed rgba(83, 58, 201, 0.28);
  border-radius: 14px;
  background: rgba(245, 243, 252, 0.78);
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 9px;
}

.my-assistant-attachment-icon {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  color: #5a42d7;
  background: #e9e5ff;
  display: grid;
  place-items: center;
}

.my-assistant-attachment-icon svg {
  width: 19px;
  height: 19px;
}

.my-assistant-file-button,
.my-assistant-file-remove {
  border: 1px solid rgba(72, 51, 174, 0.14);
  color: #553ed0;
  background: #fff;
  font: inherit;
  font-size: 0.8125rem;
  line-height: 1.2;
  font-weight: 740;
  cursor: pointer;
}

.my-assistant-file-button {
  min-height: 36px;
  padding: 8px 10px;
  border-radius: 10px;
}

.my-assistant-attachment-box .my-assistant-form-hint {
  margin: 0;
}

.my-assistant-attachment-list {
  margin: 7px 0 0;
  padding: 0;
  list-style: none;
}

.my-assistant-attachment-item {
  margin-top: 6px;
  padding: 8px 9px;
  border: 1px solid rgba(66, 51, 137, 0.09);
  border-radius: 11px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.my-assistant-attachment-copy {
  min-width: 0;
}

.my-assistant-attachment-copy strong,
.my-assistant-attachment-copy span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.my-assistant-attachment-copy strong {
  color: #302c39;
  font-size: 0.8125rem;
  line-height: 1.3;
  font-weight: 700;
}

.my-assistant-attachment-copy span {
  margin-top: 2px;
  color: #817b89;
  font-size: 0.75rem;
  line-height: 1.2;
}

.my-assistant-file-remove {
  flex: 0 0 auto;
  padding: 6px 8px;
  border-radius: 8px;
}

.my-assistant-file-button:hover,
.my-assistant-file-button:focus-visible,
.my-assistant-file-remove:hover,
.my-assistant-file-remove:focus-visible {
  background: #efecff;
}

.my-assistant-form-privacy {
  margin: 0;
  color: #756f7d;
  font-size: 0.75rem;
  line-height: 1.45;
  font-weight: 540;
}

.my-assistant-form-privacy a {
  color: #563fd1;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.my-assistant-form-general-error {
  margin: 0;
  padding: 9px 10px;
  border-radius: 11px;
  color: #972844;
  background: #fff0f3;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 680;
}

.my-assistant-form-actions,
.my-assistant-form-review-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.my-assistant-form-review {
  min-height: 100%;
  padding: 24px 18px;
  border: 1px solid rgba(78, 55, 189, 0.12);
  border-radius: 22px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 5%, rgba(121, 83, 239, 0.13), transparent 30%),
    #fff;
  box-shadow: 0 16px 40px rgba(44, 33, 100, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.my-assistant-form-review-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 13px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #4932cd, #7a55ed);
  box-shadow: 0 13px 28px rgba(76, 52, 205, 0.22);
  display: grid;
  place-items: center;
}

.my-assistant-form-review-icon svg {
  width: 28px;
  height: 28px;
}

.my-assistant-form-review h2 {
  margin: 0;
  color: #211d2b;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 820;
  letter-spacing: -0.02em;
}

.my-assistant-form-review > .my-assistant-form-review-message {
  max-width: 350px;
  margin: 9px 0 10px;
  color: #6e6876;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 540;
}

.my-assistant-form-review > .my-assistant-form-review-notice {
  width: 100%;
  max-width: 380px;
  margin: 0 0 16px;
  padding: 10px 12px;
  border: 1px solid rgba(76, 52, 205, 0.1);
  border-radius: 11px;
  color: #6e6876;
  background: #f8f6ff;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 540;
  text-align: left;
}

.my-assistant-form-summary {
  width: 100%;
  margin-bottom: 16px;
  padding: 12px;
  border: 1px solid rgba(65, 49, 139, 0.09);
  border-radius: 14px;
  text-align: left;
  background: #f8f7fc;
}

.my-assistant-form-summary h3 {
  margin: 0 0 8px;
  color: #2b2733;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 790;
}

.my-assistant-form-summary dl {
  margin: 0;
}

.my-assistant-form-summary-row {
  padding: 7px 0;
  border-top: 1px solid rgba(65, 49, 139, 0.07);
  display: grid;
  grid-template-columns: minmax(100px, 0.75fr) minmax(0, 1.25fr);
  gap: 10px;
}

.my-assistant-form-summary dt,
.my-assistant-form-summary dd {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.my-assistant-form-summary dt {
  color: #777180;
  font-weight: 650;
}

.my-assistant-form-summary dd {
  color: #302c39;
  font-weight: 700;
}

.my-assistant-input {
  min-height: 72px;
  padding: 12px 13px 13px;
  border-top: 1px solid rgba(42, 32, 89, 0.08);
  background: rgba(255, 255, 255, 0.96);
  display: flex;
  align-items: center;
  gap: 9px;
}

.my-assistant-input input {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 46px;
  padding: 11px 15px;
  border: 1px solid rgba(50, 39, 104, 0.12);
  border-radius: 15px;
  outline: none;
  color: #26222f;
  background: #f7f5fc;
  font: inherit;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 540;
}

.my-assistant-input input::placeholder {
  color: #8a8491;
}

.my-assistant-input input:focus {
  border-color: rgba(82, 57, 210, 0.42);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(83, 59, 211, 0.08);
}

.my-assistant-send {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, #4932cd, #7752ec);
  box-shadow: 0 9px 22px rgba(75, 50, 204, 0.22);
  cursor: pointer;
  display: grid;
  place-items: center;
}

.my-assistant-send svg {
  width: 21px;
  height: 21px;
}

.my-assistant-panel :focus-visible,
.my-assistant-launcher:focus-visible {
  outline: 3px solid rgba(99, 76, 232, 0.36);
  outline-offset: 2px;
}

@keyframes myAssistantOpen {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 560px) {
  .my-assistant-launcher {
    right: 15px;
    bottom: 15px;
    width: 58px;
    height: 58px;
    border-radius: 20px;
  }

  .my-assistant-panel {
    inset: 0;
    width: 100vw;
    height: 100svh;
    min-height: 0;
    border: 0;
    border-radius: 0;
  }

  .my-assistant-header {
    min-height: 76px;
    padding: max(12px, env(safe-area-inset-top)) 12px 11px;
  }

  .my-assistant-logo {
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }

  .my-assistant-logo img {
    width: 40px;
    height: 40px;
  }

  .my-assistant-language-picker summary {
    max-width: 68px;
    padding-inline: 8px;
  }

  .my-assistant-language-long {
    display: none;
  }

  .my-assistant-language-short {
    display: inline;
  }

  .my-assistant-body {
    padding: 13px;
  }

  .my-assistant-category {
    min-height: 122px;
    padding: 12px;
  }

  .my-assistant-input {
    padding: 10px 11px max(11px, env(safe-area-inset-bottom));
  }
}

@media (max-width: 420px) {
  .my-assistant-support-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .my-assistant-form-field--full,
  .my-assistant-form-privacy,
  .my-assistant-form-general-error,
  .my-assistant-form-actions {
    grid-column: 1;
  }

  .my-assistant-preview-notice {
    flex-direction: column;
  }

  .my-assistant-attachment-box {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .my-assistant-attachment-box .my-assistant-form-hint {
    grid-column: 1 / -1;
  }

  .my-assistant-form-actions > *,
  .my-assistant-form-review-actions > * {
    flex: 1 1 140px;
  }
}

@media (max-width: 370px) {
  .my-assistant-category-grid {
    grid-template-columns: 1fr;
  }

  .my-assistant-category {
    min-height: 96px;
    flex-direction: row;
  }
}

@media (prefers-reduced-motion: reduce) {
  .my-assistant-panel.is-open,
  .my-assistant-panel *,
  .my-assistant-launcher {
    animation-duration: 0.001ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
