/* Host styles for Webflow Shadow DOM custom elements */
:host {
  display: block !important;
  box-sizing: border-box;
  min-height: 400px;
  width: 100%;
}

:host {
  --ink: #0e0d0c;
  --body-copy: #3f3e3c;
  --muted: #7a7977;
  --violet: #6b4fff;
  --atlas-violet: #7638fa;
  --line-soft: #ececf0;
  --green: #36a56d;
  --green-dark: #287e55;
  --green-soft: #dff5e9;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "intervariable";
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

button,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.page {
  min-height: 100vh;
  overflow-x: clip;
}

.hero {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 32px 24px;
}

.persona-carousel-embed {
  width: min(1160px, 100%);
}

.atlas-card {
  background: #fff;
  border-radius: 12px;
  box-shadow:
    0 0 1px rgba(0, 0, 0, 0.2),
    0 2px 4px rgba(0, 0, 0, 0.04);
  flex: 0 0 auto;
  font-family: var(--font-inter), Inter, Arial, sans-serif;
  height: auto;
  overflow: hidden;
  padding-top: 0;
  scroll-margin-top: 24px;
  width: min(762px, calc(100vw - 32px));
  overflow-y: scroll;
}

:focus-visible {
  outline: 2px solid var(--atlas-violet);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .hero {
    gap: 48px;
  }
}

@media (max-width: 640px) {
  .hero {
    gap: 40px;
    padding: 24px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

:host {
  --atlas-shell-height: 760px;
  display: block !important;
  height: var(--atlas-shell-height);
  max-width: 100%;
  min-height: var(--atlas-shell-height);
  width: 100%;
}

.atlas-widget-shell,
.atlas-widget-shell * {
  box-sizing: border-box;
}

.atlas-widget-shell {
  --atlas-shell-height: 760px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow:
    0 0 1px 0 rgba(0, 0, 0, 0.2),
    0 2px 4px 0 rgba(0, 0, 0, 0.04);
  display: block;
  font-family: Inter, Arial, Helvetica, sans-serif;
  height: var(--atlas-shell-height);
  margin: 0 auto;
  max-width: 765px;
  min-height: var(--atlas-shell-height);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.atlas-widget {
  --atlas-shell-height: 760px;
  --widget-surface: #ffffff;
  --widget-card: #f6f4f2;
  --widget-text: #0e0d0c;
  --widget-muted: #7a7977;
  --widget-violet: #7638fa;
  background: var(--widget-surface);
  color: var(--widget-text);
  display: flex;
  flex-direction: column;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-feature-settings: "ss07" 1;
  height: var(--atlas-shell-height);
  letter-spacing: -0.32px;
  line-height: 1.4;
  min-height: var(--atlas-shell-height);
  opacity: 0;
  overflow: hidden;
  position: relative;
  transform: translateY(12px);
  transition:
    opacity 500ms ease,
    transform 500ms ease;
  width: 100%;
}

.atlas-widget-loaded {
  opacity: 1;
  transform: translateY(0);
}

.atlas-widget.atlas-widget-preview {
  --atlas-shell-height: 100%;
  height: 100%;
  min-height: 0;
  opacity: 1;
  overflow: hidden;
  transform: none;
  width: 100%;
}

.atlas-widget.atlas-widget-preview .atlas-widget-context-agent {
  display: none;
}

.atlas-widget p,
.atlas-widget a,
.atlas-widget button,
.atlas-widget textarea,
.atlas-widget form,
.atlas-widget header,
.atlas-widget section,
.atlas-widget label {
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.atlas-widget p,
.atlas-widget form,
.atlas-widget label {
  margin: 0;
}

.atlas-widget button,
.atlas-widget textarea {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
}

.atlas-widget button {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.atlas-widget button:focus-visible {
  outline: 2px solid rgba(107, 79, 255, 0.42);
  outline-offset: 3px;
}

.atlas-widget-header {
  align-items: center;
  background: #fff;
  display: flex;
  flex: 0 0 70px;
  justify-content: space-between;
  min-height: 70px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  z-index: 2;
}

.atlas-widget-header-start,
.atlas-widget-header-end,
.atlas-widget-new-chat,
.atlas-widget-composer-controls,
.atlas-widget-composer-tools,
.atlas-widget-context,
.atlas-widget-response-status,
.atlas-widget-bullet,
.atlas-widget-status,
.atlas-widget-action {
  align-items: center;
  display: flex;
}

.atlas-widget-header-start {
  gap: 12px;
  min-width: 0;
}

.atlas-widget-header-end {
  flex: 0 0 auto;
  gap: 24px;
}

.atlas-widget-header-title {
  color: #000;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atlas-widget-header-chrome {
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

.atlas-widget-new-chat {
  background: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  flex: 0 0 auto;
  gap: 12px;
  padding: 0;
}

.atlas-widget-workspace {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
  overflow: hidden;
  padding: 32px 24px;
}

.atlas-widget-conversation {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.atlas-widget-conversation-column {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.atlas-widget-turn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.atlas-widget-user-row {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 54px;
  width: 100%;
}

.atlas-widget-message-enter,
.atlas-widget-response-enter {
  animation: atlasMessageEnter 420ms ease both;
}

@keyframes atlasMessageEnter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.atlas-widget-user-message {
  align-items: center;
  background: var(--widget-card);
  border-radius: 8px;
  color: var(--widget-text);
  display: flex;
  margin: 0;
  min-height: 54px;
  padding: 16px 20px;
  white-space: pre-wrap;
}

.atlas-widget-response {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: min(600px, 100%);
}

.atlas-widget-status {
  color: #7a7977;
  gap: 8px;
  min-height: 36px;
  padding: 6px;
  width: 100%;
}

.atlas-widget-status-dot {
  background: #7a7977;
  border-radius: 200px;
  flex: 0 0 2px;
  height: 2px;
  width: 2px;
}

.atlas-widget-planning {
  animation: planningShimmer 1.8s ease-in-out infinite;
  background-image: radial-gradient(
    circle at 40% 50%,
    #0e0d0c 0%,
    #353433 25%,
    #5c5b59 50%,
    #a9a8a6 100%
  );
  background-size: 180% 180%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0;
  padding: 6px;
}

@keyframes planningShimmer {
  0%,
  100% {
    background-position: 30% 40%;
  }

  50% {
    background-position: 70% 60%;
  }
}

.atlas-widget-reasoning {
  display: flex;
  gap: 8px;
  padding: 0 6px;
  width: 100%;
}

.atlas-widget-reasoning-rail {
  align-self: stretch;
  background: #dddcda;
  flex: 0 0 1px;
  margin: 0 9.5px;
  width: 1px;
}

.atlas-widget-reasoning-body {
  color: #7a7977;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 16px 0;
}

.atlas-widget-reasoning-body p {
  margin: 0;
  width: 100%;
}

.atlas-widget-action {
  gap: 8px;
  width: 100%;
}

.atlas-widget-action-mark {
  align-items: center;
  background: #f6f4f2;
  border: 1px solid #dddcda;
  border-radius: 4px;
  display: flex;
  flex: 0 0 24px;
  height: 24px;
  justify-content: center;
  overflow: hidden;
  width: 24px;
}

.atlas-widget-action-glyph {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  display: block;
  height: 12px;
  width: 12px;
}

.atlas-widget-action-glyph-conversation {
  background-image: url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2F57a07ba33d78cc296784-action-file-text.svg);
}

.atlas-widget-action-glyph-data {
  background-image: url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2F2574fde0e8c30e123084-action-terminal.svg);
}

.atlas-widget-action-glyph-action {
  background-image: url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2Fec6df810e74eec9c3f0b-action-box.svg);
}

.atlas-widget-response-body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 6px;
  width: 100%;
}

.atlas-widget-response-text {
  margin: 0;
  width: 100%;
}

.atlas-widget-bullet {
  align-items: flex-start;
  gap: 8px;
  min-height: 22px;
  padding-left: 6px;
  width: 100%;
}

.atlas-widget-bullet-dot {
  background: var(--widget-text);
  border-radius: 50%;
  flex: 0 0 4px;
  height: 4px;
  margin-top: 9px;
  width: 4px;
}

.atlas-widget-accent,
.atlas-widget-bullet-link {
  color: #6b4fff;
}

.atlas-widget-bullet-link {
  text-underline-offset: 3px;
}

.atlas-widget-composer {
  align-items: flex-start;
  background: #fff;
  border: 0.5px solid #a093fd;
  border-radius: 8px;
  box-shadow:
    0 0 1px 0 rgba(0, 0, 0, 0.2),
    0 2px 4px 0 rgba(0, 0, 0, 0.04);
  display: flex;
  flex: 0 0 120px;
  flex-direction: column;
  height: 120px;
  justify-content: space-between;
  overflow: hidden;
  padding: 16px 22px;
  width: 100%;
}

.atlas-widget-composer-input {
  background: transparent;
  border: 0;
  caret-color: var(--widget-text);
  color: var(--widget-text);
  min-height: 22px;
  outline: 0;
  overflow: hidden;
  padding: 0;
  resize: none;
  width: 100%;
}

.atlas-widget-composer-input::placeholder {
  color: var(--widget-text);
  opacity: 1;
}

.atlas-widget-composer-input:disabled {
  -webkit-text-fill-color: var(--widget-muted);
  color: var(--widget-muted);
  opacity: 1;
}

.atlas-widget-composer-input:focus,
.atlas-widget-composer-input:focus-visible {
  outline: none;
}

.atlas-widget-composer-controls {
  height: 20px;
  justify-content: space-between;
  min-height: 20px;
  width: 100%;
}

.atlas-widget-composer-tools {
  color: var(--widget-muted);
  flex: 1 1 auto;
  flex-wrap: nowrap;
  gap: 24px;
  min-width: 0;
  overflow: hidden;
}

.atlas-widget-tool {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: not-allowed;
  display: grid;
  height: 20px;
  padding: 0;
  place-items: center;
  width: 20px;
}

.atlas-widget-context {
  background: transparent;
  border: 0;
  color: var(--widget-muted);
  cursor: not-allowed;
  gap: 6px;
  justify-content: center;
  min-height: 20px;
  padding: 0;
  white-space: nowrap;
}

.atlas-widget-send {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: grid;
  flex: 0 0 20px;
  height: 20px;
  padding: 0;
  place-items: center;
  width: 20px;
}

.atlas-widget-send:disabled {
  cursor: default;
  opacity: 0.35;
}

.atlas-widget-icon,
.atlas-widget-icon-chevron {
  background-repeat: no-repeat;
  display: block;
  flex: 0 0 auto;
}

.atlas-widget-icon {
  height: 20px;
  width: 20px;
}

.atlas-widget-icon-new-chat {
  background-image: url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2F1426cde2ca827ae7453a-new-chat.svg);
  background-position: center;
  background-size: 20px 20px;
}

.atlas-widget-icon-menu {
  background-image:
    url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2F8fb28da708131c99430c-menu-line.svg),
    url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2F8fb28da708131c99430c-menu-line.svg),
    url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2F8fb28da708131c99430c-menu-line.svg);
  background-position:
    2.58px 3.42px,
    2.58px 9.25px,
    2.58px 15.08px;
  background-size:
    14.83px 1.5px,
    14.83px 1.5px,
    14.83px 1.5px;
}

.atlas-widget-icon-expand {
  background-image: url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2F1a08433bd3519ec80453-expand.svg);
  background-position: center;
  background-size: 20px 20px;
}

.atlas-widget-icon-close {
  background-image:
    url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2Fe268d5123ae28e9d9c21-close-1.svg),
    url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2F402cfe47ec0b2a4f0927-close-2.svg);
  background-position:
    4.25px 4.25px,
    4.25px 4.25px;
  background-size:
    11.5px 11.5px,
    11.5px 11.5px;
}

.atlas-widget-icon-attach {
  background-image: url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2F387b798a9d7703f04a37-attach.svg);
  background-position: 1.75px 0.92px;
  background-size: 17.05px 18.17px;
}

.atlas-widget-icon-mic {
  background-image:
    url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2Fe2eb279577d27f42c271-mic-1.svg),
    url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2F0ce1b7e8f025b4e86a9e-mic-2.svg),
    url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2F4be464dc8e65fb98066b-mic-3.svg);
  background-position:
    9.25px 15.08px,
    3.42px 7.58px,
    6.75px 0.92px;
  background-size:
    1.5px 4px,
    13.17px 9px,
    6.5px 12.33px;
}

.atlas-widget-icon-doc {
  background-image:
    url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2F7ada9790151d74ff2eab-doc-1.svg),
    url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2F57fe4e9280b04a594052-doc-2.svg),
    url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2Fb0a5948b0debfe96c297-doc-3.svg),
    url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2Fc0ae18b2018ddd942345-doc-4.svg),
    url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2Fc0ae18b2018ddd942345-doc-4.svg);
  background-position:
    2.58px 0.92px,
    10.92px 0.92px,
    5.92px 6.75px,
    5.92px 10.08px,
    5.92px 13.42px;
  background-size:
    14.83px 18.17px,
    6.5px 6.5px,
    3.17px 1.5px,
    8.17px 1.5px,
    8.17px 1.5px;
}

.atlas-widget-icon-context {
  background-image: url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2F555f203403aa4fe7483f-context.svg);
  background-position: center;
  background-size: 16px 16px;
}

.atlas-widget-icon-chevron {
  background-image: url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2Fe7c6196fc9de8c026ee4-chevron.svg);
  background-position: center;
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
}

.atlas-widget-icon-send {
  background-image:
    url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2F07d4b6e3ea5c1cf49702-send-1.svg),
    url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2Fbddc740a49bec9fa984e-send-2.svg);
  background-position:
    11.75px 5.08px,
    2.58px 9.25px;
  background-size:
    5.67px 9.83px,
    14.83px 6.5px;
}

.atlas-widget-icon-working {
  background-image: url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2Fdb52e3e12fb86af8b284-working.svg);
  background-position: center;
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
}

.atlas-widget-icon-working-live {
  animation: atlasWorkingPulse 1.2s ease-in-out infinite;
}

@keyframes atlasWorkingPulse {
  0%,
  100% {
    opacity: 0.52;
  }

  50% {
    opacity: 1;
  }
}

.atlas-widget-sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (max-width: 760px) {
  .atlas-widget-header-end {
    gap: 16px;
  }

  .atlas-widget-workspace {
    padding: 24px 20px;
  }

  .atlas-widget-composer-tools {
    gap: 18px;
  }

  .atlas-widget-context {
    display: none;
  }
}

@media (max-width: 720px) {
  .atlas-widget {
    font-size: 14px;
    letter-spacing: -0.28px;
  }

  .atlas-widget-header {
    flex-basis: auto;
    min-height: 0;
    padding: 20px;
  }

  .atlas-widget-header-start {
    gap: 10.5px;
  }

  .atlas-widget-header-end {
    gap: 21px;
  }

  .atlas-widget-header .atlas-widget-icon,
  .atlas-widget-composer-controls .atlas-widget-icon {
    transform: scale(0.875);
    transform-origin: center;
  }

  .atlas-widget-new-chat {
    display: none;
  }

  .atlas-widget-workspace {
    justify-content: space-between;
    padding: 20px;
  }

  .atlas-widget-user-row {
    min-height: 47.25px;
  }

  .atlas-widget-user-message {
    min-height: 47.25px;
    padding: 14px 17.5px;
  }

  .atlas-widget-composer {
    flex-basis: 105px;
    height: 105px;
    padding: 16px;
  }

  .atlas-widget-composer-tools {
    gap: 21px;
  }

  .atlas-widget-icon-context {
    display: none;
  }

  .atlas-widget-tool:has(.atlas-widget-icon-context) {
    display: none;
  }
}

@media (max-width: 460px) {
  .atlas-widget-header {
    padding: 20px;
  }

  .atlas-widget-user-message {
    height: auto;
    min-height: 47.25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .atlas-widget {
    transition: none;
  }

  .atlas-widget-message-enter,
  .atlas-widget-response-enter,
  .atlas-widget-planning,
  .atlas-widget-icon-working-live {
    animation: none;
  }

  .atlas-widget-planning {
    background: none;
    color: var(--widget-muted);
    -webkit-text-fill-color: var(--widget-muted);
  }
}

:host {
  display: block !important;
  box-sizing: border-box;
  width: 100%;
}

.conversation-carousel,
.conversation-carousel * {
  box-sizing: border-box;
}

.conversation-carousel {
  align-items: center;
  color: var(--ink, #0e0d0c);
  display: grid;
  font-family: "intervariable";
  gap: 48px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.conversation-carousel-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
  min-width: 0;
}

.conversation-carousel-intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.conversation-carousel-eyebrow {
  align-items: center;
  color: var(--body-copy, #3f3e3c);
  display: flex;
  font-family:
    var(--font-ibm-plex-mono), "IBM Plex Mono", ui-monospace, monospace;
  font-feature-settings: "salt" 1;
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}

.conversation-carousel-eyebrow-mark {
  background: var(--violet, #6b4fff);
  flex: 0 0 8px;
  height: 8px;
  width: 8px;
}

.conversation-carousel-heading {
  color: #0d0d0c;
  font-feature-settings:
    "ss07" 1,
    "ss08" 1;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -1.44px;
}

.conversation-carousel-tabs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 100%;
}

.conversation-carousel-tab {
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-top: 1px solid #dddcda;
  color: #a9a8a6;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font: inherit;
  gap: 16px;
  min-width: 0;
  padding: 20px 0 0;
  position: relative;
  text-align: left;
  transition: color 320ms ease;
  width: 100%;
}

.conversation-carousel-tab:last-of-type {
  border-bottom: 1px solid #dddcda;
  padding-bottom: 20px;
}

.conversation-carousel-tab-progress {
  animation: conversationProgress 8s linear;
  background: var(--violet, #6b4fff);
  height: 2px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -1px;
  width: 100%;
}

.conversation-carousel-paused .conversation-carousel-tab-progress {
  animation-play-state: paused;
}

.conversation-carousel-tab-active {
  color: var(--ink, #0e0d0c);
}

.conversation-carousel-tab-category {
  align-items: center;
  color: var(--body-copy, #3f3e3c);
  display: flex;
  font-family:
    var(--font-ibm-plex-mono), "IBM Plex Mono", ui-monospace, monospace;
  font-feature-settings: "salt" 1;
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.conversation-carousel-tab-category-mark {
  background: var(--violet, #6b4fff);
  flex: 0 0 8px;
  height: 8px;
  width: 8px;
}

.conversation-carousel-tab-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.conversation-carousel-tab-title,
.conversation-carousel-tab-subtitle {
  font-feature-settings: "ss07" 1;
}

.conversation-carousel-tab-title {
  font-family: "Inter Variable", Intervariable, intervariable, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  letter-spacing: -0.6px;
  line-height: 1.2;
}

.conversation-carousel-tab-subtitle {
  color: var(--body-copy, #3f3e3c);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.4;
}

.conversation-carousel-preview {
  background:
    url("https://cdn.prod.website-files.com/63cc1eef179b054a9306598d/6a95bea6f0b2422917075189_Mobile_OnYourPlate.avif")
      center / cover no-repeat,
    #fff;
  border-radius: 12px;
  box-shadow: inset 0 0 0 0.5px rgba(0, 0, 0, 0.1);
  height: 520px;
  min-width: 0;
  overflow: hidden;
  padding: 0 32px 36px;
  position: relative;
}

.conversation-carousel-window {
  background: rgb(0 0 0 / 0.02);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  height: 100%;
  overflow: hidden;
  padding: 4px;
  padding-top: 0;
}

.conversation-carousel-window .atlas-widget {
  background: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow:
    0 0 1px 0 rgba(0, 0, 0, 0.2),
    0 2px 4px 0 rgba(0, 0, 0, 0.04);
  height: 100%;
}

.conversation-carousel-live {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@keyframes conversationProgress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes conversationProgressMobile {
  from {
    width: 0;
  }

  to {
    width: 68.4%;
  }
}

@media (max-width: 1100px) {
  .conversation-carousel {
    align-items: stretch;
    gap: 0;
    grid-template-columns: 1fr;
  }

  .conversation-carousel-copy,
  .conversation-carousel-tabs {
    display: contents;
  }

  .conversation-carousel-copy {
    min-height: 0;
  }

  .conversation-carousel-intro {
    gap: 16px;
    margin-bottom: 32px;
    order: -1;
  }

  .conversation-carousel-eyebrow {
    font-size: 14px;
  }

  .conversation-carousel-eyebrow-mark {
    background: #c1bafe;
  }

  .conversation-carousel-heading {
    color: #0e0d0c;
    font-size: 36px;
    letter-spacing: -0.03em;
    line-height: 1.1;
    max-width: none;
  }

  .conversation-carousel-tab {
    border-top: 1px solid #dddcda;
    gap: 12px;
    order: calc(var(--tab-index, 0) * 2 + 1);
    padding: 16px 0;
  }

  .conversation-carousel-tab:last-of-type {
    border-bottom: 1px solid #dddcda;
    padding-bottom: 16px;
  }

  .conversation-carousel-tab-active {
    padding-bottom: 0;
  }

  .conversation-carousel-tab-progress {
    animation-name: conversationProgressMobile;
    height: 1px;
  }

  .conversation-carousel-tab-category {
    font-size: 14px;
  }

  .conversation-carousel-preview {
    border-radius: 12px;
    box-shadow: inset 0 0 0 0.5px rgba(0, 0, 0, 0.1);
    height: 323px;
    margin: 16px 0;
    order: calc(var(--active, 0) * 2 + 2);
    padding: 0 20px 22px;
    width: 100%;
  }

  .conversation-carousel-window {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 2px;
    padding-top: 0;
  }

  .conversation-carousel-window .atlas-widget {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow:
      0 0 0.6px 0 rgba(0, 0, 0, 0.2),
      0 1px 2px 0 rgba(0, 0, 0, 0.04);
    font-size: 10px;
    letter-spacing: -0.2px;
  }

  .conversation-carousel-window .atlas-widget-workspace {
    padding: 20px 15px;
  }

  .conversation-carousel-window .atlas-widget-user-row,
  .conversation-carousel-window .atlas-widget-user-message {
    min-height: 34px;
  }

  .conversation-carousel-window .atlas-widget-user-message {
    padding: 10px 12px;
  }

  .conversation-carousel-window .atlas-widget-composer {
    flex-basis: 74px;
    height: 74px;
    padding: 10px 14px;
  }

  .conversation-carousel-window .atlas-widget-composer-tools {
    gap: 15px;
  }

  .conversation-carousel-window .atlas-widget-context {
    display: flex;
  }

  .conversation-carousel-window
    .atlas-widget-composer-controls
    .atlas-widget-icon {
    transform: scale(0.62);
  }

  .conversation-carousel-tab-subtitle {
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.4;
  }
}

@media (prefers-reduced-motion: reduce) {
  .conversation-carousel-tab {
    transition: none;
  }

  .conversation-carousel-tab-progress {
    animation: none;
    width: 42%;
  }
}

@media (max-width: 1100px) and (prefers-reduced-motion: reduce) {
  .conversation-carousel-tab-progress {
    width: 68.4%;
  }
}

