.ai-helper-v35-page {
  --aih-panel: #ffffff;
  --aih-page: #f6fbff;
  --aih-soft: #eef8fe;
  --aih-line: rgba(131, 170, 196, .34);
  --aih-line-strong: rgba(96, 148, 181, .42);
  --aih-blue: #0087b5;
  --aih-blue-2: #0074ad;
  --aih-purple: #6d43d8;
  --aih-text: #082c55;
  --aih-muted: #58718a;
  min-height: calc(100vh - 72px);
  padding: 32px 38px 52px;
  color: var(--aih-text);
  background:
    linear-gradient(180deg, #f8fcff 0%, #eef7fc 100%);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", Arial, sans-serif;
}

.ai-helper-v35-page * {
  box-sizing: border-box;
  letter-spacing: 0;
}

body:has(.ai-helper-v35-page) .footer {
  display: none;
}

.aih-v35-drawer-layer,
.aih-v35-drawer-layer * {
  box-sizing: border-box;
}

.ai-helper-v35-page button,
.ai-helper-v35-page input,
.ai-helper-v35-page select,
.ai-helper-v35-page textarea {
  font: inherit;
}

.ai-helper-v35-page .aih-v35-titlebar {
  width: 100%;
  margin: 0 0 22px;
  align-items: center;
  justify-content: space-between;
}

.ai-helper-v35-page .aih-v35-titleline {
  justify-content: flex-start;
}

.ai-helper-v35-page .aih-v35-titleline h1 {
  color: var(--aih-text);
  font-size: 32px;
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: 0;
}

.ai-helper-v35-page .aih-v35-title-actions {
  justify-content: flex-end;
  margin-left: auto;
}

.ai-helper-v35-page .aih-v35-title-actions button,
.ai-helper-v35-page .aih-v35-pro {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid var(--aih-line-strong);
  border-radius: 13px;
  background: rgba(255, 255, 255, .86);
  color: var(--aih-text);
  padding: 0 16px;
  font-size: 13.5px;
  font-weight: 760;
  box-shadow: inset 0 1px rgba(255, 255, 255, .78);
  transition:
    transform .22s cubic-bezier(.22, 1, .36, 1),
    box-shadow .22s cubic-bezier(.22, 1, .36, 1),
    border-color .22s cubic-bezier(.22, 1, .36, 1);
}

.ai-helper-v35-page .aih-v35-title-actions button span,
.ai-helper-v35-page .aih-v35-pro span {
  display: grid;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  place-items: center;
}

.ai-helper-v35-page .aih-v35-title-actions button svg,
.ai-helper-v35-page .aih-v35-pro svg {
  width: 18px;
  height: 18px;
}

.ai-helper-v35-page .aih-v35-title-actions button:hover,
.ai-helper-v35-page .aih-v35-pro:hover {
  border-color: rgba(0, 135, 181, .42);
  box-shadow: 0 10px 24px rgba(20, 76, 115, .1);
  transform: translateY(-1px);
}

.ai-helper-v35-page .aih-v35-pro {
  color: var(--aih-purple);
  background: #f4efff;
  border-color: #d8c8ff;
}

.ai-helper-v35-page .aih-v35-workspace,
.ai-helper-v35-page .aih-v35-workspace.has-result {
  width: 100%;
  min-height: 656px;
  border: 1px solid var(--aih-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: none;
}

.ai-helper-v35-page .aih-v35-workspace {
  gap: 18px;
  padding: 68px 58px 54px;
}

.ai-helper-v35-page .aih-v35-workspace.has-result {
  align-items: start;
  justify-items: center;
  padding: 16px 66px 42px;
  background: #fff;
}

.ai-helper-v35-page .aih-v35-intro h2 {
  color: #0a255b;
  font-size: 40px;
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: 0;
}

.ai-helper-v35-page .aih-v35-intro p {
  margin: 14px 0 28px;
  color: #6a7fb1;
  font-size: 16px;
  line-height: 1.35;
}

.ai-helper-v35-page .aih-v35-composer {
  position: relative;
  display: grid;
  grid-template-rows: minmax(144px, 1fr) auto;
  width: min(970px, 96%);
  min-height: 276px;
  overflow: visible;
  border: 1px solid #aebfda;
  border-radius: 15px;
  background: rgba(255, 255, 255, .92);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .9),
    0 8px 24px rgba(18, 47, 99, .05);
}

.ai-helper-v35-page .aih-v35-composer:focus-within {
  border-color: #5475ad;
  box-shadow:
    0 0 0 3px rgba(21, 73, 151, .08),
    0 14px 34px rgba(18, 47, 99, .07);
}

.ai-helper-v35-page .aih-v35-input {
  display: grid;
  min-height: 0;
}

.ai-helper-v35-page .aih-v35-input textarea {
  width: 100%;
  height: 100%;
  min-height: 144px;
  padding: 24px 22px;
  color: #0b2458;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.55;
}

.ai-helper-v35-page .aih-v35-input textarea::placeholder {
  color: #7890c1;
}

.ai-helper-v35-page .aih-v35-compose-actions {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 86px;
  padding: 10px 18px 15px;
}

.ai-helper-v35-page .aih-v35-settings-guide {
  grid-column: 1 / -1;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  min-height: 50px;
  margin: 0 0 4px;
  padding: 9px 10px;
  border: 1px solid #b9d7ec;
  border-radius: 13px;
  background: #f1f9ff;
}

.ai-helper-v35-page .aih-v35-settings-guide p {
  color: #45617c;
  font-size: 13.5px;
  font-weight: 450;
  line-height: 1.38;
}

.ai-helper-v35-page .aih-v35-settings-guide b {
  color: #0b2d66;
  font-weight: 760;
}

.ai-helper-v35-page .aih-v35-settings-guide button {
  min-height: 32px;
  border-radius: 10px;
  font-size: 13px;
}

.ai-helper-v35-page .aih-v35-controls {
  grid-template-columns: 190px 148px 164px;
  gap: 8px;
  margin: 0;
}

.ai-helper-v35-page .aih-v35-controls button {
  min-height: 50px;
  border: 1px solid #d6deeb;
  border-radius: 13px;
  background: #fbfcfe;
  color: #0b2d66;
  transition:
    transform .2s cubic-bezier(.22, 1, .36, 1),
    border-color .2s cubic-bezier(.22, 1, .36, 1),
    background .2s cubic-bezier(.22, 1, .36, 1);
}

.ai-helper-v35-page .aih-v35-controls button:hover,
.ai-helper-v35-page .aih-v35-controls button.active {
  border-color: rgba(0, 135, 181, .48);
  background: #f0f9ff;
}

.ai-helper-v35-page .aih-v35-controls small {
  color: #7281a0;
  font-size: 12px;
  font-weight: 760;
}

.ai-helper-v35-page .aih-v35-controls b {
  color: #0b2d66;
  font-size: 13.5px;
  font-weight: 760;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.ai-helper-v35-page .aih-v35-choice-panel {
  position: absolute;
  bottom: 74px;
  z-index: 25;
  display: grid;
  gap: 2px;
  width: 318px;
  padding: 8px;
  border: 1px solid #cfdeec;
  border-radius: 14px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 64px rgba(8, 44, 85, .18);
  transform-origin: 26px 100%;
  animation: aihPopoverIn .2s cubic-bezier(.22, 1, .36, 1);
}

.ai-helper-v35-page .aih-v35-choice-panel.helper {
  left: 18px;
}

.ai-helper-v35-page .aih-v35-choice-panel.volume {
  left: 216px;
  width: 286px;
}

.ai-helper-v35-page .aih-v35-choice-panel.format {
  left: 372px;
  width: 286px;
}

.ai-helper-v35-page .aih-v35-choice-panel button {
  display: grid;
  gap: 3px;
  min-height: 42px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #0d2b63;
  padding: 10px;
  text-align: left;
}

.ai-helper-v35-page .aih-v35-choice-panel button:hover,
.ai-helper-v35-page .aih-v35-choice-panel button.active {
  background: #edf8ff;
}

.ai-helper-v35-page .aih-v35-choice-panel.helper button.active {
  background: #f1ebff;
}

.ai-helper-v35-page .aih-v35-choice-panel b {
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.15;
}

.ai-helper-v35-page .aih-v35-choice-panel small {
  color: #647b93;
  font-size: 12.5px;
  font-weight: 450;
  line-height: 1.25;
}

.ai-helper-v35-page .aih-v35-choice-panel p {
  margin: 10px 10px 5px;
  color: #758aa0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.ai-helper-v35-page .aih-v35-compose-tools {
  justify-content: flex-end;
  gap: 12px;
}

.ai-helper-v35-page .aih-v35-icon {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  border: 0;
  border-radius: 13px;
  background: transparent;
  color: #113779;
  line-height: 0;
  transition:
    background .2s cubic-bezier(.22, 1, .36, 1),
    transform .2s cubic-bezier(.22, 1, .36, 1);
}

.ai-helper-v35-page .aih-v35-icon svg {
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.ai-helper-v35-page .aih-v35-icon:hover {
  background: #edf5fb;
  transform: translateY(-1px);
}

.ai-helper-v35-page .aih-v35-counter {
  min-width: 76px;
  color: #7a879c;
  font-size: 12.5px;
  font-weight: 700;
  text-align: right;
}

.ai-helper-v35-page .aih-v35-send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 174px;
  min-height: 54px;
  height: 54px;
  border-radius: 13px;
  background: linear-gradient(180deg, #0897c6, #007cb3);
  color: #fff;
  font-size: 15px;
  font-weight: 760;
  box-shadow: none;
  transition:
    transform .2s cubic-bezier(.22, 1, .36, 1),
    box-shadow .2s cubic-bezier(.22, 1, .36, 1),
    background .2s cubic-bezier(.22, 1, .36, 1);
}

.ai-helper-v35-page .aih-v35-send:hover {
  background: linear-gradient(180deg, #0790bd, #006ea8);
  box-shadow: none;
  transform: translateY(-1px);
}

.ai-helper-v35-page .aih-v35-send span,
.ai-helper-v35-page .aih-v35-answer header > span,
.ai-helper-v35-page .aih-v35-result-head > div > span,
.ai-helper-v35-page .aih-v35-followup-shell > header > div > span,
.aih-v35-catalog-grid .aih-v35-specialist > i {
  display: grid;
  place-items: center;
  overflow: hidden;
  aspect-ratio: 1;
  box-sizing: border-box;
}

.ai-helper-v35-page .aih-v35-quick-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  width: min(1070px, 100%);
  margin: 38px auto 0;
}

.ai-helper-v35-page .aih-v35-quick-grid button,
.ai-helper-v35-page .aih-v35-other-grid button {
  position: relative;
  border: 1px solid #d5dfeb;
  border-radius: 13px;
  background: rgba(255, 255, 255, .92);
  color: #0d2b63;
  box-shadow: none;
  transition:
    transform .2s cubic-bezier(.22, 1, .36, 1),
    box-shadow .2s cubic-bezier(.22, 1, .36, 1),
    border-color .2s cubic-bezier(.22, 1, .36, 1),
    background .2s cubic-bezier(.22, 1, .36, 1);
}

.ai-helper-v35-page .aih-v35-quick-grid button {
  min-height: 80px;
  padding: 14px 15px;
}

.ai-helper-v35-page .aih-v35-quick-grid button:hover,
.ai-helper-v35-page .aih-v35-other-grid button:hover {
  border-color: rgba(0, 135, 181, .36);
  background: #fbfdff;
  box-shadow: 0 12px 26px rgba(12, 45, 89, .08);
  transform: translateY(-2px);
}

.ai-helper-v35-page .aih-v35-quick-grid i,
.ai-helper-v35-page .aih-v35-other-grid i {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  border: 1px solid #c7edf5;
  background: linear-gradient(180deg, #f4fbff 0%, #e5f7fd 100%);
  color: #0093a6;
  box-shadow: inset 0 1px rgba(255, 255, 255, .86);
}

.ai-helper-v35-page .aih-v35-quick-grid i svg,
.ai-helper-v35-page .aih-v35-other-grid i svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.ai-helper-v35-page .aih-v35-quick-grid span,
.ai-helper-v35-page .aih-v35-other-grid span {
  display: grid;
  min-width: 0;
  gap: 4px;
  font-size: 14px;
  line-height: 1.22;
}

.ai-helper-v35-page .aih-v35-quick-grid span b,
.ai-helper-v35-page .aih-v35-other-grid span b {
  font-size: 14px;
  font-weight: 780;
  line-height: 1.22;
}

.ai-helper-v35-page .aih-v35-other-grid span small {
  color: #526e88;
  font-size: 13px;
  font-weight: 450;
  line-height: 1.3;
}

.ai-helper-v35-page .aih-v35-other-grid button {
  min-height: 68px;
  padding: 13px 48px 13px 14px;
}

.ai-helper-v35-page .aih-v35-other-grid {
  width: 100%;
  gap: 10px;
}

.ai-helper-v35-page .aih-v35-other-grid button {
  align-items: center;
  min-height: 72px;
  border-radius: 11px;
  padding: 12px 48px 12px 13px;
}

.ai-helper-v35-page .aih-v35-other-grid i {
  flex-basis: 39px;
  width: 39px;
  height: 39px;
  border-radius: 11px;
}

.ai-helper-v35-page .aih-v35-other-grid span {
  align-content: center;
  gap: 3px;
}

.ai-helper-v35-page .aih-v35-other-grid span small {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ai-helper-v35-page .aih-v35-other-grid button em {
  position: absolute;
  right: 14px;
  top: 50%;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--aih-blue-2);
  transform: translateY(-50%);
}

.ai-helper-v35-page .aih-v35-other-grid button em svg {
  width: 19px;
  height: 19px;
}

.ai-helper-v35-page .aih-v35-more {
  gap: 8px;
  min-height: 36px;
  margin: 27px auto 0;
  color: var(--aih-blue);
  font-size: 15px;
  font-weight: 760;
}

.ai-helper-v35-page .aih-v35-more span,
.ai-helper-v35-page .aih-v35-more svg {
  color: var(--aih-blue);
}

.aih-v35-drawer-layer {
  position: fixed;
  inset: 0;
  z-index: 95;
  pointer-events: auto;
}

.aih-v35-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(8, 35, 68, .54);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: aihFadeIn .18s cubic-bezier(.22, 1, .36, 1);
}

.aih-v35-drawer-layer .aih-v35-drawer {
  position: relative;
  z-index: 1;
  overflow: auto;
  border: 1px solid #c8dced;
  background: #fff;
  box-shadow: 0 28px 72px rgba(3, 47, 95, .28);
}

.aih-v35-drawer-layer.is-side .aih-v35-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(820px, calc(100vw - 268px));
  height: 100vh;
  max-height: 100vh;
  padding: 26px 22px 72px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  background: #f8fcff;
  animation: aihSideIn .24s cubic-bezier(.22, 1, .36, 1);
}

.aih-v35-drawer-layer.is-modal .aih-v35-drawer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(930px, calc(100vw - 48px));
  max-height: calc(100vh - 96px);
  padding: 0;
  border-radius: 22px;
  animation: aihModalIn .24s cubic-bezier(.22, 1, .36, 1);
  transform: translate(-50%, -50%);
}

.aih-v35-drawer-layer.is-modal .aih-v35-drawer.aih-v35-drawer-confirm {
  width: min(430px, calc(100vw - 48px));
}

.aih-v35-drawer-layer .aih-v35-drawer header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
}

.aih-v35-drawer-layer.is-side .aih-v35-drawer header {
  padding: 0 0 20px;
  border-bottom: 1px solid #d6e6f0;
}

.aih-v35-drawer-layer.is-modal .aih-v35-drawer header {
  padding: 28px 26px 22px;
  border-bottom: 1px solid #d6e6f0;
}

.aih-v35-drawer-layer .aih-v35-drawer header small {
  color: var(--aih-blue-2);
  font-size: 12px;
  font-weight: 820;
  line-height: 1.1;
  text-transform: uppercase;
}

.aih-v35-drawer-layer .aih-v35-drawer header h2 {
  margin: 8px 0 0;
  color: var(--aih-text);
  font-size: 30px;
  font-weight: 520;
  line-height: 1.1;
}

.aih-v35-drawer-layer .aih-v35-drawer header p {
  margin: 9px 0 0;
  color: var(--aih-muted);
  font-size: 15px;
  line-height: 1.35;
}

.aih-v35-drawer-layer .aih-v35-drawer header > button {
  display: grid;
  width: 44px;
  min-width: 44px;
  min-height: 44px;
  place-items: center;
  border: 0;
  border-radius: 12px;
  background: #edf5fb;
  color: #536d86;
  padding: 0;
  font-size: 0;
  line-height: 1;
}

.aih-v35-drawer-layer .aih-v35-drawer header > button svg {
  width: 22px;
  height: 22px;
  stroke-width: 2;
}

.aih-v35-drawer-layer .aih-v35-drawer > div {
  display: grid;
  gap: 12px;
}

.aih-v35-drawer-layer.is-modal .aih-v35-drawer > div {
  padding: 20px;
  background: #f8fcff;
}

.aih-v35-drawer-tools,
.aih-v35-catalog-filters,
.aih-v35-catalog-tabs {
  display: flex;
  gap: 8px;
}

.aih-v35-drawer-tools,
.aih-v35-catalog-filters {
  align-items: center;
  margin-top: 14px;
}

.aih-v35-drawer-tools {
  display: grid;
  grid-template-columns: minmax(260px, 360px) repeat(3, max-content);
  justify-content: start;
}

.aih-v35-catalog-filters {
  display: grid;
  grid-template-columns: minmax(260px, 380px) 220px;
  justify-content: start;
}

.aih-v35-drawer-tools label,
.aih-v35-catalog-filters label {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 40px;
  border: 1px solid #cbddea;
  border-radius: 12px;
  background: #fff;
  padding: 0 12px;
}

.aih-v35-drawer-tools label svg,
.aih-v35-catalog-filters label svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  color: var(--aih-blue-2);
  stroke-width: 1.9;
}

.aih-v35-drawer-tools input,
.aih-v35-catalog-filters input,
.aih-v35-catalog-filters select {
  width: 100%;
  min-height: 38px;
  border: 0;
  outline: 0;
  color: var(--aih-text);
  background: transparent;
  font-size: 14px;
}

.aih-v35-catalog-filters select {
  width: 220px;
  border: 1px solid #cbddea;
  border-radius: 12px;
  background: #fff;
  padding: 0 12px;
  font-size: 14px;
}

.aih-v35-drawer-tools button,
.aih-v35-catalog-tabs button {
  min-height: 42px;
  border: 1px solid #cbddea;
  border-radius: 10px;
  background: #fff;
  color: #315674;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 700;
}

.aih-v35-drawer-tools button.active,
.aih-v35-catalog-tabs button.active {
  border-color: var(--aih-blue-2);
  color: var(--aih-blue-2);
  background: #f0f9ff;
}

.aih-v35-safe-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 4px 10px;
  border: 1px solid #b8e1d4;
  border-radius: 12px;
  background: #edf9f5;
  color: #1b765f;
  padding: 12px 14px;
}

.aih-v35-safe-note > i {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #1b765f;
  font-style: normal;
}

.aih-v35-safe-note > i svg {
  width: 17px;
  height: 17px;
  stroke-width: 2;
}

.aih-v35-safe-note > span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.aih-v35-safe-note b {
  font-size: 13.5px;
  line-height: 1.3;
}

.aih-v35-safe-note > b:only-child {
  grid-column: 1 / -1;
}

.aih-v35-safe-note small {
  color: #347b68;
  font-size: 13px;
  font-weight: 450;
}

.aih-v35-group-label {
  margin: 12px 0 0;
  color: #607891;
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.aih-v35-catalog-grid > .aih-v35-group-label {
  grid-column: 1 / -1;
}

.aih-v35-drawer-layer .aih-v35-drawer article {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 4px 12px;
  align-items: center;
  border: 1px solid #d5dfeb;
  border-radius: 13px;
  background: #fff;
  padding: 13px;
}

.aih-v35-drawer-layer .aih-v35-drawer-history article {
  grid-template-columns: 38px minmax(0, 1fr) 64px;
  gap: 4px 12px;
  min-height: 74px;
}

.aih-v35-drawer-layer .aih-v35-drawer article.active {
  border-color: #9cc4e2;
  background: #fbfdff;
}

.aih-v35-drawer-layer .aih-v35-drawer-history article.pinned {
  border-color: #9cc4e2;
  background: #fbfdff;
}

.aih-v35-drawer-layer .aih-v35-drawer article i,
.aih-v35-drawer-layer .aih-v35-drawer article > span {
  display: grid;
  grid-row: 1 / 4;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: #e8f6fd;
  color: #0790a0;
  font-style: normal;
}

.aih-v35-drawer-layer .aih-v35-drawer article svg {
  width: 20px;
  height: 20px;
}

.aih-v35-drawer-layer .aih-v35-drawer article b {
  color: var(--aih-text);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.aih-v35-drawer-layer .aih-v35-drawer-history article b,
.aih-v35-drawer-layer .aih-v35-drawer-history article p,
.aih-v35-drawer-layer .aih-v35-drawer-history article small {
  grid-column: 2;
}

.aih-v35-drawer-layer .aih-v35-drawer-history article b {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.aih-v35-history-pin {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  border-radius: 999px;
  background: #fff4d8;
  color: #a56c00;
  padding: 0 7px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.aih-v35-drawer-layer .aih-v35-drawer article p,
.aih-v35-drawer-layer .aih-v35-drawer article strong {
  margin: 0;
  color: #536d86;
  font-size: 14px;
  font-weight: 450;
  line-height: 1.35;
}

.aih-v35-drawer-layer .aih-v35-drawer article small {
  color: var(--aih-blue-2);
  font-size: 12px;
  font-weight: 720;
}

.aih-v35-drawer-layer .aih-v35-drawer article em {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  width: 64px;
  color: #0b2d66;
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.aih-v35-history-more {
  grid-column: 3;
  grid-row: 2 / 4;
  align-self: end;
  justify-self: end;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #cde6f4;
  border-radius: 11px;
  background: #eef8fe;
  color: #0b2d66;
}

.aih-v35-history-more svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

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

.aih-v35-catalog-grid .aih-v35-specialist {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 5px 13px;
  align-items: start;
  min-height: 154px;
  padding: 14px;
}

.aih-v35-catalog-grid .aih-v35-specialist > i {
  grid-column: 1;
  grid-row: 1 / 5;
}

.aih-v35-catalog-grid .aih-v35-specialist > small,
.aih-v35-catalog-grid .aih-v35-specialist > b,
.aih-v35-catalog-grid .aih-v35-specialist > p,
.aih-v35-catalog-grid .aih-v35-specialist > strong {
  grid-column: 2;
}

.aih-v35-catalog-grid .aih-v35-specialist > small {
  color: var(--aih-blue-2);
  font-size: 12px;
  line-height: 1.1;
}

.aih-v35-drawer-layer .aih-v35-catalog-grid .aih-v35-specialist > b {
  font-size: 15.5px;
}

.aih-v35-drawer-layer .aih-v35-catalog-grid .aih-v35-specialist > p,
.aih-v35-drawer-layer .aih-v35-catalog-grid .aih-v35-specialist > strong {
  font-size: 13.8px;
  line-height: 1.35;
}

.aih-v35-catalog-grid .aih-v35-specialist > button {
  position: static;
  grid-column: 3;
  grid-row: 4 / 5;
  align-self: end;
  justify-self: end;
  min-width: 78px;
  min-height: 34px;
  border: 0;
  border-radius: 9px;
  background: var(--aih-blue-2);
  color: #fff;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 760;
}

.aih-v35-catalog-grid .aih-v35-specialist > em {
  position: static;
  grid-column: 3;
  grid-row: 1 / 2;
  justify-self: end;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 10px;
  background: #f2f7fb;
  color: #7a90a6;
}

.aih-v35-catalog-grid .aih-v35-specialist.active > em {
  background: #fff3d2;
  color: #ce8800;
}

.aih-v35-side-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(820px, calc(100vw - 268px));
  min-height: 50px;
  border-top: 1px solid #d6e6f0;
  background: #fff;
  padding: 0 22px;
}

.aih-v35-side-footer span {
  color: #647b93;
  font-size: 13px;
}

.aih-v35-side-footer button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  color: var(--aih-purple);
  font-size: 13.5px;
  font-weight: 800;
}

.aih-v35-source-list {
  display: grid;
  gap: 12px;
}

.aih-v35-drawer-layer .aih-v35-drawer .aih-v35-source-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 14px;
  align-items: start;
  min-height: 118px;
  padding: 16px;
}

.aih-v35-drawer-layer .aih-v35-drawer .aih-v35-source-list article span,
.aih-v35-drawer-layer .aih-v35-drawer .aih-v35-source-list article h3,
.aih-v35-drawer-layer .aih-v35-drawer .aih-v35-source-list article small {
  grid-column: 1;
}

.aih-v35-drawer-layer .aih-v35-drawer .aih-v35-source-list article span {
  color: var(--aih-blue-2);
  font-size: 12px;
  font-weight: 820;
  line-height: 1.12;
  text-transform: uppercase;
}

.aih-v35-drawer-layer .aih-v35-drawer .aih-v35-source-list article h3 {
  margin: 0;
  color: var(--aih-text);
  font-size: 16px;
  font-weight: 760;
  line-height: 1.25;
}

.aih-v35-drawer-layer .aih-v35-drawer .aih-v35-source-list article small {
  color: #607891;
  font-size: 13.5px;
  font-weight: 520;
  line-height: 1.32;
}

.aih-v35-drawer-layer .aih-v35-drawer .aih-v35-source-list article button {
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: end;
  min-height: 36px;
  border: 0;
  border-radius: 10px;
  background: #eef8fe;
  color: var(--aih-blue-2);
  padding: 0 12px;
  font-size: 13px;
  font-weight: 760;
}

.aih-v35-source-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid #d6e6f0;
  padding: 14px 0 0;
}

.aih-v35-source-footer span {
  color: #647b93;
  font-size: 13.5px;
  line-height: 1.3;
}

.aih-v35-source-footer button {
  border: 0;
  background: transparent;
  color: var(--aih-blue-2);
  padding: 0;
  font-size: 13.5px;
  font-weight: 820;
}

.ai-helper-v35-page .aih-v35-result {
  width: min(1042px, 100%);
  margin: 12px auto 0;
  overflow: hidden;
  border: 1px solid #d5dfeb;
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
}

.ai-helper-v35-page .aih-v35-result-head {
  padding: 14px 18px;
  border-bottom: 1px solid #d5dfeb;
}

.ai-helper-v35-page .aih-v35-result-head > div > span,
.ai-helper-v35-page .aih-v35-answer header > span {
  flex: 0 0 39px;
  width: 39px;
  min-width: 39px;
  max-width: 39px;
  height: 39px;
  min-height: 39px;
  border-radius: 12px;
  border: 1px solid #c7edf5;
  background: #e8f6fd;
  color: var(--aih-blue-2);
}

.ai-helper-v35-page .aih-v35-result-head > div > span svg,
.ai-helper-v35-page .aih-v35-answer header > span svg {
  display: block;
  width: 19px;
  height: 19px;
  stroke-width: 2;
}

.ai-helper-v35-page .aih-v35-result-head button[data-aih-drawer] {
  display: inline-flex;
  gap: 8px;
  color: var(--aih-text);
  font-size: 14px;
}

.ai-helper-v35-page .aih-v35-result-head button[data-aih-drawer] b {
  color: var(--aih-blue-2);
  font-size: 13px;
  font-weight: 820;
}

.ai-helper-v35-page .aih-v35-result-head > button {
  min-height: 38px;
  border-radius: 10px;
  color: var(--aih-text);
  font-size: 13.5px;
}

.ai-helper-v35-page .aih-v35-message {
  justify-self: end;
  width: min(760px, 74%);
  margin: 18px 18px 0;
  border-color: #c9dcec;
  background: #f3f8fd;
  box-shadow: none;
}

.ai-helper-v35-page .aih-v35-message header strong {
  color: var(--aih-blue-2);
  font-size: 13px;
}

.ai-helper-v35-page .aih-v35-message p {
  color: #315674;
  font-size: 14px;
}

.ai-helper-v35-page .aih-v35-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 20px 18px 18px;
  border-bottom: 1px solid #d5dfeb;
}

.ai-helper-v35-page .aih-v35-progress span {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 0;
  background: transparent;
  padding: 0;
}

.ai-helper-v35-page .aih-v35-progress span::after {
  content: "";
  position: absolute;
  left: 42px;
  right: -8px;
  top: 16px;
  z-index: 0;
  height: 2px;
  border-radius: 999px;
  background: #d7e3ec;
}

.ai-helper-v35-page .aih-v35-progress span:last-child::after {
  display: none;
}

.ai-helper-v35-page .aih-v35-progress i {
  position: relative;
  z-index: 1;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: #fff;
  color: var(--green);
  font-style: normal;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.ai-helper-v35-page .aih-v35-progress i svg {
  display: block;
  width: 16px;
  height: 16px;
  stroke-width: 2.7;
}

.ai-helper-v35-page .aih-v35-progress .current i {
  color: var(--aih-purple);
  box-shadow: 0 0 0 4px rgba(109, 67, 216, .1);
}

.ai-helper-v35-page .aih-v35-progress b {
  position: relative;
  z-index: 1;
  color: #236352;
  background: #fff;
  padding-right: 5px;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.24;
}

.ai-helper-v35-page .aih-v35-progress .current b {
  color: var(--aih-purple);
}

.ai-helper-v35-page .aih-v35-answer {
  gap: 14px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 18px;
}

.ai-helper-v35-page .aih-v35-answer > header {
  justify-content: flex-start;
  gap: 11px;
}

.ai-helper-v35-page .aih-v35-answer header strong {
  color: var(--aih-text);
  font-size: 14px;
  font-weight: 820;
}

.ai-helper-v35-page .aih-v35-main-answer {
  overflow: hidden;
  border: 1px solid #cddfec;
  border-radius: 13px;
  background: #fff;
  padding: 0;
}

.ai-helper-v35-page .aih-v35-main-answer > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px 12px;
  border-bottom: 1px solid #d5dfeb;
  background: #f8fcff;
}

.ai-helper-v35-page .aih-v35-main-answer h2 {
  margin: 4px 0 0;
  color: var(--aih-text);
  font-size: 18px;
  font-weight: 760;
  line-height: 1.18;
}

.ai-helper-v35-page .aih-v35-main-answer header small {
  color: var(--aih-blue-2);
  font-size: 12px;
  font-weight: 820;
  line-height: 1.1;
  text-transform: uppercase;
}

.ai-helper-v35-page .aih-v35-main-answer header p {
  margin: 4px 0 0;
  color: #6b8196;
  font-size: 13px;
}

.ai-helper-v35-page .aih-v35-result-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: max-content;
}

.ai-helper-v35-page .aih-v35-version-picker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ai-helper-v35-page .aih-v35-version-picker > span {
  color: var(--aih-blue-2);
  font-size: 13px;
  font-weight: 800;
}

.ai-helper-v35-page .aih-v35-version-picker > button,
.ai-helper-v35-page .aih-v35-result-controls > button {
  min-height: 40px;
  border: 1px solid #c9dcec;
  border-radius: 10px;
  background: #fff;
  color: var(--aih-text);
  padding: 0 12px;
  font-size: 13.5px;
  font-weight: 720;
}

.ai-helper-v35-page .aih-v35-version-picker > button,
.ai-helper-v35-page .aih-v35-result-controls > button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ai-helper-v35-page .aih-v35-version-picker > button {
  min-width: 118px;
  justify-content: space-between;
}

.ai-helper-v35-page .aih-v35-version-picker > button b {
  font-size: 13.5px;
  font-weight: 760;
}

.ai-helper-v35-page .aih-v35-version-picker > button i {
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  color: #607891;
  transition: transform .2s cubic-bezier(.22, 1, .36, 1);
}

.ai-helper-v35-page .aih-v35-version-picker.open > button i {
  transform: rotate(180deg);
}

.ai-helper-v35-page .aih-v35-version-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 18;
  display: grid;
  gap: 5px;
  width: 220px;
  padding: 8px;
  border: 1px solid #cbddea;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(8, 44, 85, .14);
  transform-origin: 90% 0;
  animation: aihPopoverIn .2s cubic-bezier(.22, 1, .36, 1);
}

.ai-helper-v35-page .aih-v35-version-menu button {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 38px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #315674;
  padding: 0 9px;
  text-align: left;
}

.ai-helper-v35-page .aih-v35-version-menu button:hover,
.ai-helper-v35-page .aih-v35-version-menu button.active {
  background: #edf8ff;
  color: var(--aih-blue-2);
}

.ai-helper-v35-page .aih-v35-version-menu button span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
}

.ai-helper-v35-page .aih-v35-version-menu button b {
  font-size: 13.5px;
  font-weight: 760;
  line-height: 1.15;
}

.ai-helper-v35-page .aih-v35-version-menu svg {
  width: 17px;
  height: 17px;
}

.ai-helper-v35-page .aih-v35-result-controls > button {
  color: var(--aih-blue-2);
}

.ai-helper-v35-page .aih-v35-result-controls > button svg {
  width: 17px;
  height: 17px;
}

.ai-helper-v35-page .aih-v35-version-body {
  min-height: 340px;
  padding: 28px 24px;
  color: #143c61;
  font-size: 15px;
  font-weight: 450;
  line-height: 1.68;
  white-space: pre-line;
}

.ai-helper-v35-page .aih-v35-version-body.is-editing {
  outline: 3px solid rgba(0, 135, 181, .14);
  outline-offset: -3px;
  background: #fbfdff;
}

.ai-helper-v35-page .aih-v35-main-answer > footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  border-top: 1px solid #d5dfeb;
  padding: 10px 16px;
}

.ai-helper-v35-page .aih-v35-main-answer > footer small {
  margin-right: auto;
  color: #7a879c;
  font-size: 13px;
  font-weight: 500;
}

.ai-helper-v35-page .aih-v35-answer > footer button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  border: 1px solid #c9dcec;
  border-radius: 10px;
  background: #fff;
  color: #315674;
  padding: 0 14px;
  font-size: 13.5px;
  font-weight: 720;
}

.ai-helper-v35-page .aih-v35-answer > footer button svg {
  width: 16px;
  height: 16px;
  stroke-width: 1.9;
}

.ai-helper-v35-page .aih-v35-answer > footer.aih-v35-answer-check {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: start;
  border-top: 0;
  padding-top: 0;
  gap: 8px;
}

.ai-helper-v35-page .aih-v35-answer-check button,
.ai-helper-v35-page .aih-v35-boundary-details summary {
  min-height: 44px;
  justify-content: flex-start;
  padding: 0 13px;
}

.ai-helper-v35-page .aih-v35-answer-check button span,
.ai-helper-v35-page .aih-v35-answer-check button i,
.ai-helper-v35-page .aih-v35-boundary-details summary > i {
  display: grid;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  place-items: center;
  font-style: normal;
}

.ai-helper-v35-page .aih-v35-answer-check button b {
  min-width: 0;
  font-size: 13.5px;
  font-weight: 760;
  line-height: 1.18;
}

.ai-helper-v35-page .aih-v35-answer-check .aih-v35-source-summary {
  color: var(--aih-blue-2);
}

.ai-helper-v35-page .aih-v35-answer-check .aih-v35-source-summary {
  justify-content: space-between;
  background: #f4fbff;
}

.ai-helper-v35-page .aih-v35-answer-check .aih-v35-source-summary b {
  margin-right: auto;
}

.ai-helper-v35-page .aih-v35-boundary-details {
  min-width: 0;
  border: 1px solid #c9dcec;
  border-radius: 10px;
  background: #fff;
  color: #315674;
  overflow: hidden;
}

.ai-helper-v35-page .aih-v35-boundary-details summary {
  display: grid;
  grid-template-columns: minmax(170px, max-content) minmax(0, 1fr) 18px;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  cursor: pointer;
  list-style: none;
}

.ai-helper-v35-page .aih-v35-boundary-details summary::-webkit-details-marker {
  display: none;
}

.ai-helper-v35-page .aih-v35-boundary-details summary span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: var(--aih-blue-2);
}

.ai-helper-v35-page .aih-v35-boundary-details summary span svg,
.ai-helper-v35-page .aih-v35-boundary-details summary > i svg {
  display: block;
  width: 17px;
  height: 17px;
  stroke-width: 2;
}

.ai-helper-v35-page .aih-v35-boundary-details summary b {
  font-size: 13.5px;
  font-weight: 780;
  line-height: 1.18;
}

.ai-helper-v35-page .aih-v35-boundary-details summary small {
  min-width: 0;
  color: #536d86;
  font-size: 13.5px;
  font-weight: 760;
  line-height: 1.18;
}

.ai-helper-v35-page .aih-v35-boundary-details summary > i {
  justify-self: end;
  color: #607891;
  transition: transform .2s cubic-bezier(.22, 1, .36, 1);
}

.ai-helper-v35-page .aih-v35-boundary-details[open] summary > i {
  transform: rotate(180deg);
}

.ai-helper-v35-page .aih-v35-boundary-details > div {
  display: grid;
  gap: 8px;
  border-top: 1px solid #d5dfeb;
  background: #f8fcff;
  padding: 12px;
  animation: aihContextIn .22s cubic-bezier(.22, 1, .36, 1);
}

.ai-helper-v35-page .aih-v35-boundary-details section {
  display: grid;
  gap: 4px;
  border: 1px solid #d5dfeb;
  border-radius: 10px;
  background: #fff;
  padding: 11px 12px;
}

.ai-helper-v35-page .aih-v35-boundary-details section b {
  color: var(--aih-text);
  font-size: 13.8px;
  font-weight: 800;
  line-height: 1.2;
}

.ai-helper-v35-page .aih-v35-boundary-details section p {
  margin: 0;
  color: #607891;
  font-size: 13.5px;
  line-height: 1.36;
}

.ai-helper-v35-page .aih-v35-answer-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: -2px;
}

.ai-helper-v35-page .aih-v35-answer-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  border: 1px solid #c9dcec;
  border-radius: 10px;
  background: #fff;
  color: #315674;
  padding: 0 13px;
  font-size: 13.5px;
  font-weight: 760;
  transition:
    background .18s cubic-bezier(.22, 1, .36, 1),
    border-color .18s cubic-bezier(.22, 1, .36, 1),
    color .18s cubic-bezier(.22, 1, .36, 1);
}

.ai-helper-v35-page .aih-v35-answer-actions button:hover,
.ai-helper-v35-page .aih-v35-answer-actions button.active,
.ai-helper-v35-page .aih-v35-answer-actions button.is-done {
  border-color: #9cc4e2;
  background: #eef8fe;
  color: var(--aih-blue-2);
}

.ai-helper-v35-page .aih-v35-answer-actions button b {
  font-size: 13.5px;
  font-weight: 760;
}

.ai-helper-v35-page .aih-v35-answer-actions button span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
}

.ai-helper-v35-page .aih-v35-answer-actions .icon-only {
  width: 40px;
  padding: 0;
}

.ai-helper-v35-page .aih-v35-answer-actions svg {
  width: 17px;
  height: 17px;
}

.ai-helper-v35-page .aih-v35-followup-shell {
  display: grid;
  gap: 12px;
  margin-top: 4px;
  border: 1px solid #cddfec;
  border-radius: 13px;
  background: #f8fcff;
  padding: 14px;
}

.ai-helper-v35-page .aih-v35-followup-shell > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.ai-helper-v35-page .aih-v35-followup-shell > header > div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ai-helper-v35-page .aih-v35-followup-shell > header span {
  display: grid;
  width: 34px;
  min-width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #c7edf5;
  border-radius: 11px;
  background: #e8f6fd;
  color: var(--aih-blue-2);
}

.ai-helper-v35-page .aih-v35-followup-shell > header span svg {
  display: block;
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.ai-helper-v35-page .aih-v35-followup-shell > header p {
  display: grid;
  gap: 1px;
  margin: 0;
}

.ai-helper-v35-page .aih-v35-followup-shell > header small {
  color: #6b8196;
  font-size: 12.5px;
  font-weight: 760;
}

.ai-helper-v35-page .aih-v35-followup-shell > header strong {
  color: var(--aih-text);
  font-size: 14px;
  font-weight: 820;
}

.ai-helper-v35-page .aih-v35-followup-shell > header button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  border: 1px solid #c9dcec;
  border-radius: 10px;
  background: #fff;
  color: #315674;
  padding: 0 12px;
  font-size: 13.5px;
  font-weight: 760;
}

.ai-helper-v35-page .aih-v35-followup-shell > header button > svg {
  display: block;
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  stroke-width: 2;
}

.ai-helper-v35-page .aih-v35-followup-shell > header button i {
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  transition: transform .2s cubic-bezier(.22, 1, .36, 1);
}

.ai-helper-v35-page .aih-v35-followup-shell > header button[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.ai-helper-v35-page .aih-v35-context-scope-shell {
  display: grid;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition:
    max-height .26s cubic-bezier(.22, 1, .36, 1),
    opacity .2s cubic-bezier(.22, 1, .36, 1),
    transform .2s cubic-bezier(.22, 1, .36, 1),
    visibility 0s linear .26s;
}

.ai-helper-v35-page .aih-v35-context-scope-shell.is-open {
  max-height: 360px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    max-height .3s cubic-bezier(.22, 1, .36, 1),
    opacity .22s cubic-bezier(.22, 1, .36, 1),
    transform .22s cubic-bezier(.22, 1, .36, 1),
    visibility 0s;
}

.ai-helper-v35-page .aih-v35-context-scope-shell > div {
  min-height: 0;
}

.ai-helper-v35-page .aih-v35-context-scope {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  animation: aihContextIn .22s cubic-bezier(.22, 1, .36, 1);
}

.ai-helper-v35-page .aih-v35-context-scope label {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 70px;
  border: 1px solid #d5dfeb;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  padding: 10px;
}

.ai-helper-v35-page .aih-v35-context-scope label.disabled {
  cursor: default;
  background: #f8fbfe;
  opacity: .78;
}

.ai-helper-v35-page .aih-v35-context-scope input {
  appearance: none;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid #badbea;
  border-radius: 10px;
  background: #eef8fe;
  color: var(--aih-blue-2);
  cursor: pointer;
}

.ai-helper-v35-page .aih-v35-context-scope input::before {
  content: "";
  width: 12px;
  height: 7px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0;
  transform: translateY(-1px) rotate(-45deg) scale(.75);
  transition:
    opacity .16s cubic-bezier(.22, 1, .36, 1),
    transform .16s cubic-bezier(.22, 1, .36, 1);
}

.ai-helper-v35-page .aih-v35-context-scope input:checked::before {
  opacity: 1;
  transform: translateY(-1px) rotate(-45deg) scale(1);
}

.ai-helper-v35-page .aih-v35-context-scope input:disabled {
  cursor: default;
  background: #edf2f6;
  color: #9badbd;
}

.ai-helper-v35-page .aih-v35-context-scope label span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.ai-helper-v35-page .aih-v35-context-scope label b {
  color: var(--aih-text);
  font-size: 13.8px;
  font-weight: 800;
  line-height: 1.2;
}

.ai-helper-v35-page .aih-v35-context-scope label small {
  color: #607891;
  font-size: 13px;
  font-weight: 480;
  line-height: 1.28;
}

.ai-helper-v35-page .aih-v35-context-scope > p {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  color: #607891;
  font-size: 13px;
  line-height: 1.3;
}

.ai-helper-v35-page .aih-v35-followup-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ai-helper-v35-page .aih-v35-followup-chips button {
  min-height: 36px;
  border: 1px solid #c9dcec;
  border-radius: 999px;
  background: #fff;
  color: #315674;
  padding: 0 13px;
  font-size: 13.5px;
  font-weight: 760;
}

.ai-helper-v35-page .aih-v35-followup-chips button:hover {
  border-color: #9cc4e2;
  color: var(--aih-blue-2);
  background: #eef8fe;
}

.ai-helper-v35-page .aih-v35-followup-shell .aih-v35-composer.compact {
  width: 100%;
  min-height: 148px;
  border-color: #c9dcec;
  background: #fff;
  box-shadow: none;
}

.ai-helper-v35-page .aih-v35-followup-shell .aih-v35-composer.compact .aih-v35-input textarea {
  min-height: 80px;
  padding: 16px;
  font-size: 14.5px;
}

.ai-helper-v35-page .aih-v35-followup-shell .aih-v35-composer.compact .aih-v35-compose-actions {
  min-height: 62px;
  padding: 8px 12px 10px;
}

.aih-v35-confirm {
  display: grid;
  gap: 18px;
  padding: 8px;
  background: #fff;
}

.aih-v35-confirm > i {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 14px;
  background: #e8f6fd;
  color: var(--aih-blue-2);
  font-style: normal;
}

.aih-v35-confirm > p {
  display: grid;
  gap: 10px;
  margin: 0;
}

.aih-v35-confirm > p b {
  color: var(--aih-blue-2);
  font-size: 12px;
  font-weight: 820;
  line-height: 1.1;
  text-transform: uppercase;
}

.aih-v35-confirm > p small {
  color: #6b8196;
  font-size: 13.5px;
  line-height: 1.35;
}

.aih-v35-confirm > p strong {
  color: var(--aih-text);
  font-size: 24px;
  font-weight: 560;
  line-height: 1.12;
}

.aih-v35-confirm > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.aih-v35-confirm button {
  min-height: 42px;
  border: 1px solid #93aeca;
  border-radius: 12px;
  background: transparent;
  color: #315674;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 760;
}

.aih-v35-confirm button.primary {
  border-color: transparent;
  background: linear-gradient(180deg, #0897c6, #007cb3);
  color: #fff;
}

.aih-v35-confirm button.secondary {
  background: #fff;
  color: var(--aih-text);
}

@keyframes aihPopoverIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes aihFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes aihSideIn {
  from {
    opacity: 0;
    transform: translateX(24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes aihModalIn {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 18px)) scale(.98);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes aihContextIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1180px) {
  .ai-helper-v35-page .aih-v35-workspace {
    padding: 48px 28px 42px;
  }

  .ai-helper-v35-page .aih-v35-quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aih-v35-catalog-grid,
  .ai-helper-v35-page .aih-v35-progress {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  body:has(.ai-helper-v35-page) {
    min-width: 0;
  }

  body:has(.ai-helper-v35-page) .app-shell {
    display: block;
    background: var(--aih-page);
  }

  body:has(.ai-helper-v35-page) .sidebar {
    display: none;
  }

  body:has(.ai-helper-v35-page) .topbar {
    position: static;
    flex-wrap: wrap;
    height: auto;
    min-height: 72px;
    padding: 12px;
  }

  .ai-helper-v35-page {
    min-height: calc(100vh - 72px);
    padding: 20px 14px 36px;
  }

  .ai-helper-v35-page .aih-v35-titlebar,
  .ai-helper-v35-page .aih-v35-titleline,
  .ai-helper-v35-page .aih-v35-title-actions {
    align-items: stretch;
    width: 100%;
  }

  .ai-helper-v35-page .aih-v35-titlebar {
    display: grid;
  }

  .ai-helper-v35-page .aih-v35-titleline {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
    gap: 10px;
  }

  .ai-helper-v35-page .aih-v35-titleline h1 {
    font-size: 28px;
  }

  .ai-helper-v35-page .aih-v35-pro {
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
  }

  body:has(.ai-helper-v35-page) .footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    min-width: 0;
    padding: 8px 14px;
    font-size: 12px;
  }

  body:has(.ai-helper-v35-page) .footer span,
  body:has(.ai-helper-v35-page) .footer button {
    min-width: 0;
    border-left: 0;
    padding: 5px 4px;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .ai-helper-v35-page .aih-v35-title-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .ai-helper-v35-page .aih-v35-workspace,
  .ai-helper-v35-page .aih-v35-workspace.has-result {
    min-height: auto;
    padding: 26px 14px;
  }

  .ai-helper-v35-page .aih-v35-intro h2 {
    font-size: 30px;
  }

  .ai-helper-v35-page .aih-v35-compose-actions,
  .ai-helper-v35-page .aih-v35-controls,
  .ai-helper-v35-page .aih-v35-compose-tools,
  .ai-helper-v35-page .aih-v35-quick-grid,
  .ai-helper-v35-page .aih-v35-other-grid,
  .aih-v35-catalog-grid,
  .ai-helper-v35-page .aih-v35-progress {
    grid-template-columns: 1fr;
  }

  .ai-helper-v35-page .aih-v35-compose-tools {
    display: grid;
    grid-template-columns: 42px 42px 1fr;
    width: 100%;
  }

  .ai-helper-v35-page .aih-v35-settings-guide {
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: start;
    gap: 8px 10px;
  }

  .ai-helper-v35-page .aih-v35-settings-guide button {
    grid-column: 2;
    justify-self: start;
    padding: 0 14px;
  }

  .ai-helper-v35-page .aih-v35-counter {
    justify-self: end;
  }

  .ai-helper-v35-page .aih-v35-send {
    grid-column: 1 / -1;
    width: 100%;
  }

  .ai-helper-v35-page .aih-v35-choice-panel,
  .ai-helper-v35-page .aih-v35-choice-panel.helper,
  .ai-helper-v35-page .aih-v35-choice-panel.volume,
  .ai-helper-v35-page .aih-v35-choice-panel.format {
    position: static;
    width: 100%;
    margin-top: 8px;
  }

  .aih-v35-drawer-layer.is-side .aih-v35-drawer,
  .aih-v35-side-footer {
    width: 100vw;
    max-width: 100vw;
  }

  .aih-v35-drawer-layer.is-modal .aih-v35-drawer {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 48px);
  }

  .aih-v35-drawer-layer .aih-v35-drawer header h2 {
    font-size: 24px;
  }

  .aih-v35-drawer-tools,
  .aih-v35-catalog-filters,
  .aih-v35-catalog-tabs {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .aih-v35-catalog-filters select {
    width: 100%;
  }

  .aih-v35-drawer-layer .aih-v35-drawer-history article {
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
    gap: 4px 12px;
  }

  .aih-v35-drawer-layer .aih-v35-drawer-history article i {
    grid-column: 1;
    grid-row: 1 / 5;
    width: 42px;
    height: 42px;
  }

  .aih-v35-drawer-layer .aih-v35-drawer-history article b,
  .aih-v35-drawer-layer .aih-v35-drawer-history article p,
  .aih-v35-drawer-layer .aih-v35-drawer-history article small,
  .aih-v35-drawer-layer .aih-v35-drawer-history article em,
  .aih-v35-drawer-layer .aih-v35-drawer-history article .aih-v35-history-more {
    grid-column: 2;
    justify-self: start;
  }

  .aih-v35-drawer-layer .aih-v35-drawer-history article p {
    margin-top: 4px;
  }

  .aih-v35-drawer-layer .aih-v35-drawer-history article em {
    width: auto;
    margin-top: 2px;
    font-size: 14px;
  }

  .aih-v35-drawer-layer .aih-v35-drawer-history article .aih-v35-history-more {
    grid-row: auto;
    width: 38px;
    height: 34px;
    margin-top: 4px;
  }

  .ai-helper-v35-page .aih-v35-message {
    width: 100%;
    margin: 12px 0 0;
  }

  .ai-helper-v35-page .aih-v35-main-answer > header {
    grid-template-columns: 1fr;
  }

  .ai-helper-v35-page .aih-v35-main-answer > footer,
  .ai-helper-v35-page .aih-v35-answer > footer.aih-v35-answer-check,
  .ai-helper-v35-page .aih-v35-answer-actions,
  .ai-helper-v35-page .aih-v35-followup-shell > header {
    align-items: stretch;
    flex-direction: column;
  }

  .ai-helper-v35-page .aih-v35-answer > footer.aih-v35-answer-check,
  .ai-helper-v35-page .aih-v35-context-scope {
    grid-template-columns: 1fr;
  }

  .ai-helper-v35-page .aih-v35-boundary-details summary {
    grid-template-columns: minmax(0, 1fr) 18px;
    gap: 4px 9px;
    padding: 9px 12px;
  }

  .ai-helper-v35-page .aih-v35-boundary-details summary span {
    grid-column: 1;
    min-width: 0;
  }

  .ai-helper-v35-page .aih-v35-boundary-details summary small {
    grid-column: 1 / -1;
    padding-left: 24px;
    font-size: 13px;
  }

  .ai-helper-v35-page .aih-v35-boundary-details summary > i {
    grid-column: 2;
    grid-row: 1;
  }

  .aih-v35-drawer-layer .aih-v35-drawer .aih-v35-source-list article {
    grid-template-columns: 1fr;
  }

  .aih-v35-drawer-layer .aih-v35-drawer .aih-v35-source-list article button {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }

  .ai-helper-v35-page .aih-v35-result-controls {
    justify-content: flex-start;
    flex-wrap: wrap;
    min-width: 0;
  }

  .ai-helper-v35-page .aih-v35-version-picker,
  .ai-helper-v35-page .aih-v35-version-picker > button {
    width: 100%;
  }

  .ai-helper-v35-page .aih-v35-version-menu {
    left: 0;
    right: auto;
    width: 100%;
  }

  .ai-helper-v35-page .aih-v35-answer-actions {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .ai-helper-v35-page .aih-v35-answer-actions button {
    width: 100%;
  }

  .ai-helper-v35-page .aih-v35-answer-actions button:not(.icon-only) {
    grid-column: span 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-helper-v35-page *,
  .aih-v35-drawer-layer * {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}
