body.relaunch-experience {
  background: var(--vgn-background);
  color: var(--vgn-on-background);
  font: var(--vgn-body-base);
}

body.relaunch-experience h1,
body.relaunch-experience h2,
body.relaunch-experience h3,
body.relaunch-experience .font-display,
body.relaunch-experience .font-display-lg,
body.relaunch-experience .font-headline-md {
  font-family: var(--vgn-font-display);
  letter-spacing: -0.02em;
}

body.relaunch-experience .font-display-lg {
  font: var(--vgn-display-lg);
}

body.relaunch-experience .font-headline-md {
  font: var(--vgn-headline-md);
}

body.relaunch-experience .font-body-sm,
body.relaunch-experience .text-body-sm {
  font: var(--vgn-body-sm);
}

body.relaunch-experience .font-data-mono,
body.relaunch-experience .tabular {
  font: var(--vgn-data-mono);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}

body.relaunch-experience .font-label-uppercase,
body.relaunch-experience .text-label-uppercase {
  font: var(--vgn-label-uppercase);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.relaunch-experience .material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body.relaunch-experience .bg-background {
  background-color: var(--vgn-background);
}

body.relaunch-experience .text-on-surface,
body.relaunch-experience .text-on-background {
  color: var(--vgn-on-surface);
}

body.relaunch-experience .text-on-surface-variant {
  color: var(--vgn-on-surface-variant);
}

body.relaunch-experience .text-secondary-container {
  color: var(--vgn-secondary-container);
}

body.relaunch-experience .border-outline-variant {
  border-color: var(--vgn-outline-variant);
}

body.relaunch-experience .card,
body.relaunch-experience .source-card {
  background: color-mix(in srgb, var(--vgn-surface-container-lowest) 94%, transparent);
  border: 1px solid var(--vgn-outline-variant);
  border-radius: var(--vgn-radius-lg);
  box-shadow: var(--vgn-shadow-card);
}

body.relaunch-experience .card:hover,
body.relaunch-experience .source-card:hover {
  border-color: color-mix(in srgb, var(--vgn-outline) 72%, var(--vgn-secondary-container));
}

body.relaunch-experience .btn-primary {
  background: var(--vgn-secondary-container);
  color: var(--vgn-on-secondary);
  border: 1px solid var(--vgn-secondary);
  box-shadow: var(--vgn-shadow-card);
  transition: background-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

body.relaunch-experience .btn-primary:hover {
  background: color-mix(in srgb, var(--vgn-secondary-container) 88%, var(--vgn-secondary));
  transform: translateY(-1px);
  box-shadow: var(--vgn-shadow-panel);
}

body.relaunch-experience .btn-secondary {
  background: var(--vgn-surface-container);
  color: var(--vgn-on-surface);
  border: 1px solid var(--vgn-outline-variant);
  transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

body.relaunch-experience .btn-secondary:hover {
  background: var(--vgn-surface-container-high);
  border-color: var(--vgn-primary);
  transform: translateY(-1px);
}

body.relaunch-experience aside.fixed {
  width: 16rem;
  background: var(--vgn-surface-container-lowest);
  border-right: 1px solid var(--vgn-outline-variant);
  box-shadow: none;
  padding: 1rem;
  gap: 0.5rem;
}

body.relaunch-experience aside.fixed > div:first-child {
  margin-bottom: 2rem;
  padding-inline: 0.5rem;
}

body.relaunch-experience aside.fixed > div:first-child .text-xs:first-child {
  color: var(--vgn-on-surface-variant);
  font: var(--vgn-data-mono);
  text-transform: none;
  letter-spacing: -0.01em;
}

body.relaunch-experience aside.fixed > div:first-child .font-display {
  color: var(--vgn-primary);
  font: 800 18px/1.15 var(--vgn-font-display);
}

body.relaunch-experience .sidebar-link {
  border-radius: var(--vgn-radius-lg);
  color: var(--vgn-on-surface-variant);
  padding: 0.75rem 1rem;
  transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
}

body.relaunch-experience .sidebar-link:hover {
  background: color-mix(in srgb, var(--vgn-surface-container-highest) 72%, transparent);
  color: var(--vgn-primary);
}

body.relaunch-experience .sidebar-link:hover .material-symbols-outlined {
  transform: scale(1.08);
}

body.relaunch-experience .sidebar-link.active {
  background: var(--vgn-surface-container-lowest);
  color: var(--vgn-secondary-container);
  border: 1px solid color-mix(in srgb, var(--vgn-outline-variant) 70%, transparent);
  box-shadow: var(--vgn-shadow-card);
}

body.relaunch-experience .sidebar-link.active .material-symbols-outlined {
  color: var(--vgn-secondary-container);
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24;
}

body.relaunch-experience main.ml-\[264px\],
body.relaunch-experience header.sticky,
body.relaunch-experience .ml-\[264px\] {
  margin-left: 16rem;
}

body.relaunch-experience header.sticky {
  background: color-mix(in srgb, var(--vgn-surface-container-lowest) 88%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--vgn-outline-variant);
  padding: 1rem 2rem;
}

body.relaunch-experience header.sticky h1,
body.relaunch-experience main header h1,
body.relaunch-experience main header h2 {
  color: var(--vgn-on-surface);
}

body.relaunch-experience section.p-8,
body.relaunch-experience section.p-6 {
  padding: var(--vgn-margin);
}

body.relaunch-experience .grid.grid-cols-12 {
  gap: var(--vgn-gutter);
}

body.relaunch-experience .bar {
  height: 0.5rem;
  background: var(--vgn-surface-container);
  border-radius: var(--vgn-radius-xl);
  overflow: hidden;
}

body.relaunch-experience .bar span {
  background: var(--vgn-secondary-container);
}

body.relaunch-experience table {
  border-collapse: collapse;
}

body.relaunch-experience thead {
  background: var(--vgn-surface-container-low);
}

body.relaunch-experience tbody tr {
  transition: background-color 150ms ease;
}

body.relaunch-experience tbody tr:hover {
  background: color-mix(in srgb, var(--vgn-surface-container-low) 52%, transparent);
}

body.relaunch-experience .pill {
  border-radius: var(--vgn-radius-xl);
  border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
  font: 700 12px/1 var(--vgn-font-body);
}

body.relaunch-experience .chat-scroll {
  height: calc(100vh - 214px);
  padding: var(--vgn-margin) 0;
  scroll-behavior: smooth;
}

body.relaunch-experience .chat-scroll > div.card,
body.relaunch-experience .chat-scroll > div:not(.bg-primary-container) {
  background: var(--vgn-surface-container-lowest);
  border: 1px solid var(--vgn-outline-variant);
  border-radius: var(--vgn-radius-xl) var(--vgn-radius-xl) var(--vgn-radius-xl) var(--vgn-radius-sm);
  box-shadow: var(--vgn-shadow-card);
}

body.relaunch-experience .chat-scroll > div.bg-primary-container {
  background: var(--vgn-primary-container);
  color: var(--vgn-on-primary);
  border: 1px solid color-mix(in srgb, var(--vgn-outline-variant) 20%, transparent);
  border-radius: var(--vgn-radius-xl) var(--vgn-radius-xl) var(--vgn-radius-sm) var(--vgn-radius-xl);
  box-shadow: var(--vgn-shadow-card);
}

body.relaunch-experience #chatForm {
  background: var(--vgn-surface-container-lowest);
  border: 1px solid var(--vgn-outline-variant);
  border-radius: var(--vgn-radius-xl);
  box-shadow: var(--vgn-shadow-card);
}

body.relaunch-experience #chatForm:focus-within {
  border-color: var(--vgn-primary);
  box-shadow: 0 0 0 1px var(--vgn-primary), var(--vgn-shadow-card);
}

body.relaunch-experience #chatInput {
  background: transparent;
  color: var(--vgn-on-surface);
  font: var(--vgn-body-base);
  resize: none;
}

body.relaunch-experience .drawer {
  background: var(--vgn-surface-container-lowest);
  border-left: 1px solid var(--vgn-outline-variant);
  box-shadow: var(--vgn-shadow-drawer);
}

body.relaunch-experience .upload-zone {
  background: var(--vgn-background);
  border-color: var(--vgn-outline-variant);
}

body.relaunch-experience .upload-zone:hover {
  background: color-mix(in srgb, var(--vgn-secondary-fixed) 22%, var(--vgn-surface-container-lowest));
  border-color: var(--vgn-secondary-container);
}

/* Hamburger button: hidden on desktop, shown on mobile */
.mobile-nav-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 12px;
  border: 1px solid var(--vgn-outline-variant, #c6c6cd);
  background: var(--vgn-surface-container-lowest, #fff);
  color: var(--vgn-on-surface, #1b1b1f);
  cursor: pointer;
  transition: background-color 150ms ease, border-color 150ms ease;
}
.mobile-nav-btn:hover { background: var(--vgn-surface-container-highest, #eceef4); border-color: var(--vgn-primary, #fd761a); }
.mobile-nav-btn .material-symbols-outlined { font-size: 24px; }

/* Mobile drawer backdrop */
.nav-backdrop {
  position: fixed; inset: 0;
  background: rgba(11,28,48,.42);
  z-index: 90;
  opacity: 0;
  transition: opacity 220ms ease;
}
.nav-backdrop.show { opacity: 1; }

@media (max-width: 767px) {
  /* Show hamburger on mobile */
  .mobile-nav-btn { display: inline-flex; }

  /* Sidebar becomes an off-canvas drawer */
  body.relaunch-experience aside.fixed {
    display: flex !important;
    transform: translateX(-100%);
    transition: transform 260ms cubic-bezier(.32,.72,0,1);
    z-index: 100;
    width: min(82vw, 18rem);
    box-shadow: 18px 0 40px rgba(11,28,48,.18);
    will-change: transform;
  }
  body.relaunch-experience.nav-open aside.fixed {
    transform: translateX(0);
  }

  /* Remove desktop offset on mobile */
  body.relaunch-experience main.ml-\[264px\],
  body.relaunch-experience header.sticky,
  body.relaunch-experience .ml-\[264px\],
  body.relaunch-experience main.ml-0,
  body.relaunch-experience .md\:ml-64 {
    margin-left: 0 !important;
  }

  body.relaunch-experience header.sticky { padding-inline: 1rem; }

  body.relaunch-experience section.p-8,
  body.relaunch-experience section.p-6 {
    padding: 1rem;
  }

  /* Prevent horizontal overflow site-wide on mobile */
  body.relaunch-experience { overflow-x: hidden; }
  body.relaunch-experience main { max-width: 100vw; overflow-x: hidden; }
}

/* Relaunch chat stabilization: responsive layout, no clipping, visible agent work state */
body.relaunch-experience #chat-shell.chat-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  height: 100vh;
  min-height: 0;
  overflow: hidden;
  margin-left: 16rem;
  background: var(--vgn-background);
}

body.relaunch-experience .chat-panel {
  min-width: 0;
  min-height: 0;
  height: 100vh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
}

body.relaunch-experience .chat-header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem clamp(1rem, 2vw, 1.6rem);
  position: relative;
  z-index: 4;
}

body.relaunch-experience .chat-title-group {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

body.relaunch-experience .agent-status-line {
  overflow-wrap: anywhere;
  white-space: normal;
  line-height: 1.35;
}

body.relaunch-experience .chat-header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

body.relaunch-experience .chat-transcript {
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1rem, 2.5vw, 2rem);
  scroll-behavior: smooth;
}

body.relaunch-experience .chat-day-divider {
  display: grid;
  grid-template-columns: minmax(24px, 1fr) auto minmax(24px, 1fr);
  align-items: center;
  gap: 1rem;
  width: 100%;
  color: var(--vgn-on-surface-variant);
  font: var(--vgn-label-uppercase);
  letter-spacing: 0.04em;
}

body.relaunch-experience .chat-day-divider div {
  height: 1px;
  background: var(--vgn-outline-variant);
}

body.relaunch-experience .chat-message {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

body.relaunch-experience .chat-message-user {
  display: flex;
  justify-content: flex-end;
}

body.relaunch-experience .chat-message-assistant {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
}

body.relaunch-experience .assistant-avatar {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--vgn-surface-container-high);
  color: var(--vgn-primary);
  border: 1px solid color-mix(in srgb, var(--vgn-outline-variant) 60%, transparent);
  margin-top: 0.25rem;
}

body.relaunch-experience .assistant-avatar .material-symbols-outlined {
  font-size: 18px;
}

body.relaunch-experience .assistant-content {
  min-width: 0;
  max-width: min(100%, 920px);
}

body.relaunch-experience .chat-bubble {
  min-width: 0;
  max-width: 100%;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: normal;
  box-shadow: var(--vgn-shadow-card);
}

body.relaunch-experience .chat-bubble > p {
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: normal;
  line-height: 1.55;
}

body.relaunch-experience .chat-bubble-user {
  width: fit-content;
  max-width: min(760px, calc(100% - 1rem));
  background: var(--vgn-primary-container);
  color: var(--vgn-on-primary);
  border: 1px solid color-mix(in srgb, var(--vgn-outline-variant) 20%, transparent);
  border-radius: var(--vgn-radius-xl) var(--vgn-radius-xl) var(--vgn-radius-sm) var(--vgn-radius-xl);
  padding: 0.95rem 1.05rem;
}

body.relaunch-experience .chat-bubble-assistant {
  background: var(--vgn-surface-container-lowest);
  color: var(--vgn-on-surface);
  border: 1px solid var(--vgn-outline-variant);
  border-radius: var(--vgn-radius-xl) var(--vgn-radius-xl) var(--vgn-radius-xl) var(--vgn-radius-sm);
  padding: clamp(1rem, 2vw, 1.35rem);
}

body.relaunch-experience .chat-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

body.relaunch-experience .chat-meta-user {
  justify-content: flex-end;
}

body.relaunch-experience .agent-trace {
  overflow: visible;
}

body.relaunch-experience .agent-trace li {
  min-width: 0;
}

body.relaunch-experience .agent-trace b,
body.relaunch-experience .agent-trace span {
  overflow-wrap: anywhere;
}

body.relaunch-experience .chat-composer {
  position: relative;
  z-index: 5;
  padding: 0.85rem clamp(1rem, 2vw, 1.6rem) 1rem;
}

body.relaunch-experience .quick-prompts {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.1rem 0 0.55rem;
  scrollbar-width: thin;
}

body.relaunch-experience .quick-prompt-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  flex: 0 0 auto;
  min-height: 34px;
  max-width: min(360px, 72vw);
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--vgn-outline-variant);
  background: var(--vgn-surface-container-lowest);
  color: var(--vgn-on-surface-variant);
  font: var(--vgn-body-sm);
  white-space: normal;
  text-align: left;
  line-height: 1.2;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

body.relaunch-experience .quick-prompt-chip:hover:not(:disabled) {
  background: var(--vgn-surface-container-high);
  border-color: var(--vgn-primary);
  color: var(--vgn-primary);
}

body.relaunch-experience .quick-prompt-chip:disabled {
  opacity: 0.55;
  cursor: progress;
}

body.relaunch-experience .quick-prompt-chip .material-symbols-outlined {
  font-size: 16px;
  flex: 0 0 auto;
}

body.relaunch-experience .chat-form {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: end;
  gap: 0.6rem;
  background: var(--vgn-surface-container-lowest);
  border: 1px solid var(--vgn-outline-variant);
  border-radius: var(--vgn-radius-xl);
  box-shadow: var(--vgn-shadow-card);
  padding: 0.55rem;
}

body.relaunch-experience .chat-form:focus-within {
  border-color: var(--vgn-primary);
  box-shadow: 0 0 0 1px var(--vgn-primary), var(--vgn-shadow-card);
}

body.relaunch-experience .chat-input {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  max-height: 150px;
  resize: vertical;
  overflow-y: auto;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--vgn-on-surface);
  font: var(--vgn-body-base);
  padding: 0.55rem 0.25rem;
}

body.relaunch-experience .chat-input::placeholder {
  color: color-mix(in srgb, var(--vgn-on-surface-variant) 80%, transparent);
}

body.relaunch-experience .chat-form-icon,
body.relaunch-experience .chat-send-button {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 0.75rem;
  flex: 0 0 auto;
}

body.relaunch-experience .chat-form-icon {
  color: var(--vgn-on-surface-variant);
}

body.relaunch-experience .chat-send-button {
  background: var(--vgn-secondary-container);
  color: white;
}

body.relaunch-experience .chat-send-button:disabled {
  opacity: 0.55;
  cursor: progress;
}

body.relaunch-experience .chat-composer-note {
  margin-top: 0.45rem;
  text-align: center;
  color: var(--vgn-outline);
  font: var(--vgn-data-mono);
  font-size: 10px;
  overflow-wrap: anywhere;
}

body.relaunch-experience .typing::after {
  content: ' ▍';
  color: var(--vgn-secondary-container);
  animation: vgn-chat-caret 0.9s steps(2, start) infinite;
}

@keyframes vgn-chat-caret {
  50% { opacity: 0; }
}

body.relaunch-experience .chat-context-panel {
  min-width: 0;
  height: 100vh;
  overflow-y: auto;
  border-left: 1px solid var(--vgn-outline-variant);
  background: var(--vgn-surface-container-lowest);
}

body.relaunch-experience .chat-context-inner {
  padding: 1.35rem;
}

body.relaunch-experience .chat-context-inner h3,
body.relaunch-experience .context-section h4 {
  margin: 0 0 1rem;
  color: var(--vgn-on-surface-variant);
  font: var(--vgn-label-uppercase);
  letter-spacing: 0.08em;
}

body.relaunch-experience .context-card {
  background: var(--vgn-surface);
  border: 1px solid var(--vgn-outline-variant);
  border-radius: var(--vgn-radius-lg);
  padding: 1rem;
  margin-bottom: 1.25rem;
}

body.relaunch-experience .context-client {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

body.relaunch-experience .context-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 0.75rem;
  background: var(--vgn-primary-container);
  color: white;
  font: 800 18px/1 var(--vgn-font-display);
}

body.relaunch-experience .context-client h4 {
  margin: 0;
  color: var(--vgn-primary);
  font: 800 16px/1.15 var(--vgn-font-display);
  overflow-wrap: anywhere;
}

body.relaunch-experience .context-client p {
  margin: 0.15rem 0 0;
  color: var(--vgn-on-surface-variant);
  font: var(--vgn-data-mono);
  overflow-wrap: anywhere;
}

body.relaunch-experience .context-stats > div {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0;
  border-top: 1px solid color-mix(in srgb, var(--vgn-outline-variant) 55%, transparent);
}

body.relaunch-experience .context-stats span,
body.relaunch-experience .context-timeline span {
  color: var(--vgn-on-surface-variant);
  font: var(--vgn-body-sm);
}

body.relaunch-experience .context-stats b {
  color: var(--vgn-secondary-container);
  font: var(--vgn-data-mono);
  text-align: right;
}

body.relaunch-experience .context-section {
  margin-bottom: 1.35rem;
}

body.relaunch-experience .context-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

body.relaunch-experience .context-tags span {
  border-radius: 0.55rem;
  border: 1px solid color-mix(in srgb, var(--vgn-outline-variant) 55%, transparent);
  background: var(--vgn-surface-container-high);
  color: var(--vgn-on-surface);
  padding: 0.35rem 0.5rem;
  font: var(--vgn-data-mono);
  font-size: 11px;
}

body.relaunch-experience .context-timeline {
  border-left: 2px solid var(--vgn-outline-variant);
  margin-left: 0.45rem;
  display: grid;
  gap: 0.85rem;
}

body.relaunch-experience .context-timeline > div {
  position: relative;
  padding-left: 0.9rem;
}

body.relaunch-experience .context-timeline > div::before {
  content: '';
  position: absolute;
  left: -5px;
  top: 0.4rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--vgn-secondary-container);
}

body.relaunch-experience .context-timeline p {
  margin: 0;
  color: var(--vgn-primary);
  font: var(--vgn-body-sm);
  overflow-wrap: anywhere;
}

@media (max-width: 1279px) {
  body.relaunch-experience #chat-shell.chat-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  body.relaunch-experience .chat-context-panel {
    display: none;
  }
}

@media (max-width: 767px) {
  body.relaunch-experience #chat-shell.chat-shell {
    margin-left: 0;
    height: 100dvh;
  }

  body.relaunch-experience .chat-panel,
  body.relaunch-experience .chat-context-panel {
    height: 100dvh;
  }

  body.relaunch-experience .chat-header {
    min-height: auto;
    padding: 0.7rem 0.85rem;
    gap: 0.5rem;
  }

  /* Keep "+ Neuer Chat" reachable on mobile but compact */
  body.relaunch-experience .chat-header-actions {
    display: flex;
    gap: 0.4rem;
    flex-shrink: 0;
  }
  body.relaunch-experience .chat-header-actions button {
    padding: 0.45rem 0.6rem;
    font-size: 11px;
    white-space: nowrap;
  }

  /* Title group must shrink, not push content off-screen */
  body.relaunch-experience .chat-title-group { min-width: 0; flex: 1 1 auto; }
  body.relaunch-experience .chat-title-group h2 { font-size: 16px; }
  body.relaunch-experience .agent-status-line { font-size: 11px; }

  body.relaunch-experience .chat-transcript {
    padding: 0.85rem;
    gap: 0.85rem;
  }

  body.relaunch-experience .chat-day-divider {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    text-align: center;
  }

  body.relaunch-experience .chat-day-divider div {
    display: none;
  }

  body.relaunch-experience .chat-message-assistant {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 0.55rem;
  }

  body.relaunch-experience .assistant-avatar {
    width: 28px;
    height: 28px;
  }

  body.relaunch-experience .chat-bubble-user {
    max-width: calc(100vw - 2rem);
  }

  body.relaunch-experience .chat-composer {
    padding: 0.7rem 0.85rem 0.8rem;
  }

  body.relaunch-experience .chat-form {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body.relaunch-experience .chat-form-icon {
    display: none;
  }

  body.relaunch-experience .quick-prompt-chip {
    max-width: 82vw;
  }
}
