.assistant-header-actions {
  display: none;
  align-items: center;
  gap: 12px;
}

.assistant-header-actions > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #6b665f;
  font-size: 12px;
  font-weight: 680;
}

.assistant-header-actions > span svg {
  width: 15px;
  color: #20a85a;
}

.assistant-mode .social-tabs,
.assistant-mode .timezone-wrap,
.assistant-mode .account-switcher,
.assistant-mode .drive-header-actions {
  display: none;
}

.assistant-mode .assistant-header-actions {
  display: flex;
}

.assistant-mode .view {
  height: calc(100vh - 58px);
}

#assistantView {
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 8%, rgba(207, 245, 220, .46), transparent 28%),
    linear-gradient(180deg, #fbfcf9 0%, #f7f8f4 100%);
}

.assistant-workspace {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(1040px, calc(100% - 56px));
  height: 100%;
  margin: 0 auto;
  color: #2c2a27;
}

.assistant-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 4px 22px;
  border-bottom: 1px solid rgba(221, 219, 212, .78);
}

.assistant-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 6px;
  color: #16934c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.assistant-eyebrow svg {
  width: 15px;
}

.assistant-hero h1 {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.2;
  letter-spacing: -.035em;
}

.assistant-hero p {
  max-width: 680px;
  margin: 8px 0 0;
  color: #77716a;
  font-size: 13px;
  line-height: 1.65;
}

.assistant-hero p b {
  color: #218d50;
}

.assistant-hero > button {
  display: grid;
  grid-template-columns: 34px auto;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  min-width: 205px;
  padding: 12px 14px;
  border: 1px solid #deddd7;
  border-radius: 14px;
  background: rgba(255, 255, 255, .84);
  color: #393632;
  text-align: left;
  box-shadow: 0 8px 28px rgba(63, 68, 55, .05);
}

.assistant-hero > button:hover {
  border-color: #94d6aa;
  background: #fff;
}

.assistant-hero > button svg {
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 10px;
  background: #eaf8ee;
  color: #18994e;
}

.assistant-hero > button span {
  font-size: 13px;
  font-weight: 760;
}

.assistant-hero > button small {
  margin-top: 2px;
  color: #89837b;
  font-size: 10.5px;
}

.assistant-thread {
  min-height: 0;
  padding: 30px 12px 24px;
  overflow: auto;
  scroll-behavior: smooth;
}

.assistant-message {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  max-width: 860px;
  margin: 0 auto 28px;
}

.assistant-message-user {
  grid-template-columns: minmax(0, 1fr) 34px;
}

.assistant-avatar {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: #171816;
  color: white;
}

.assistant-message-user .assistant-avatar {
  grid-column: 2;
  background: #deddd7;
  color: #57534e;
  font-size: 11px;
  font-weight: 800;
}

.assistant-avatar svg {
  width: 16px;
}

.assistant-bubble {
  min-width: 0;
}

.assistant-message-user .assistant-bubble {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  max-width: 720px;
  padding: 13px 16px;
  border: 1px solid #dcddd7;
  border-radius: 17px 5px 17px 17px;
  background: #fff;
}

.assistant-message-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
}

.assistant-message-meta b {
  font-size: 12px;
}

.assistant-message-meta span {
  color: #a09b93;
  font-size: 10px;
}

.assistant-bubble > p,
.assistant-answer > p {
  margin: 0;
  color: #504c47;
  font-size: 13.5px;
  line-height: 1.75;
}

.assistant-starter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.assistant-starter-grid button {
  display: flex;
  gap: 10px;
  min-width: 0;
  padding: 12px;
  border: 1px solid #deddd6;
  border-radius: 13px;
  background: rgba(255, 255, 255, .82);
  color: #47433f;
  text-align: left;
}

.assistant-starter-grid button:hover {
  border-color: #83d4a0;
  transform: translateY(-1px);
}

.assistant-starter-grid svg {
  flex: 0 0 auto;
  width: 17px;
  color: #20a85a;
}

.assistant-starter-grid span {
  display: grid;
  gap: 4px;
}

.assistant-starter-grid b {
  font-size: 11.5px;
}

.assistant-starter-grid small {
  overflow: hidden;
  color: #8b867f;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.assistant-user-context {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  margin-bottom: 8px;
}

.assistant-user-context span,
.assistant-source-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  border: 1px solid #dbe8de;
  border-radius: 999px;
  background: #f4fbf6;
  color: #34704a;
  font-size: 10px;
  font-weight: 680;
}

.assistant-user-context svg,
.assistant-source-chip svg {
  width: 12px;
}

.assistant-message-user .assistant-bubble > p {
  color: #36332f;
}

.assistant-answer {
  padding: 2px 0 0;
}

.assistant-answer-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  color: #188c49;
  font-size: 11px;
  font-weight: 760;
}

.assistant-answer-label svg {
  width: 14px;
}

.assistant-answer h3 {
  margin: 0 0 9px;
  font-size: 17px;
  letter-spacing: -.02em;
}

.assistant-answer ol {
  display: grid;
  gap: 10px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
  counter-reset: assistant-step;
}

.assistant-answer li {
  position: relative;
  padding: 12px 14px 12px 45px;
  border: 1px solid #e2e1dc;
  border-radius: 13px;
  background: rgba(255, 255, 255, .7);
  color: #5b5650;
  font-size: 12.5px;
  line-height: 1.62;
  counter-increment: assistant-step;
}

.assistant-answer li::before {
  position: absolute;
  top: 12px;
  left: 13px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: #e9f7ed;
  color: #198d49;
  font-size: 10px;
  font-weight: 800;
  content: counter(assistant-step);
}

.assistant-answer li b {
  color: #292724;
}

.assistant-sources {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
}

.assistant-sources > span {
  color: #918b83;
  font-size: 10px;
  font-weight: 700;
}

button.assistant-source-chip {
  cursor: pointer;
}

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

.assistant-answer-actions button,
.assistant-artifact-actions button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid #dddcd6;
  border-radius: 9px;
  background: #fff;
  color: #5c5751;
  font-size: 11px;
  font-weight: 700;
}

.assistant-answer-actions button:first-child {
  border-color: #9adaae;
  background: #eefaf2;
  color: #177d43;
}

.assistant-answer-actions svg,
.assistant-artifact-actions svg {
  width: 14px;
}

.assistant-loading {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 34px;
}

.assistant-loading i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #42b76d;
  animation: assistant-pulse 1s infinite ease-in-out;
}

.assistant-loading i:nth-child(2) {
  animation-delay: .14s;
}

.assistant-loading i:nth-child(3) {
  animation-delay: .28s;
}

@keyframes assistant-pulse {
  0%, 70%, 100% { opacity: .3; transform: translateY(0); }
  35% { opacity: 1; transform: translateY(-4px); }
}

.assistant-artifact-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
  padding: 12px;
  border: 1px solid #cfe4d5;
  border-radius: 14px;
  background: #f7fcf8;
}

.assistant-artifact-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: #dcf3e3;
  color: #188e49;
}

.assistant-artifact-icon svg {
  width: 19px;
}

.assistant-artifact-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.assistant-artifact-copy b {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.assistant-artifact-copy small {
  color: #7c7770;
  font-size: 10px;
}

.assistant-artifact-actions {
  display: flex;
  gap: 6px;
}

.assistant-composer-zone {
  position: relative;
  z-index: 4;
  padding: 10px 12px 18px;
  background: linear-gradient(180deg, rgba(248, 249, 245, 0), #f8f9f5 25%);
}

.assistant-context-strip {
  display: none;
  flex-wrap: wrap;
  gap: 7px;
  width: min(860px, 100%);
  margin: 0 auto 8px;
}

.assistant-context-strip.show {
  display: flex;
}

.assistant-context-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 250px;
  padding: 6px 7px 6px 9px;
  border: 1px solid #dce4dc;
  border-radius: 9px;
  background: #fff;
  color: #45413d;
  font-size: 10.5px;
}

.assistant-context-item > svg {
  width: 13px;
  color: #209653;
}

.assistant-context-item span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.assistant-context-item small {
  color: #969087;
  white-space: nowrap;
}

.assistant-context-item button {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #a29c93;
}

.assistant-context-item button:hover {
  background: #eee;
}

.assistant-context-item button svg {
  width: 12px;
}

.assistant-composer {
  position: relative;
  width: min(860px, 100%);
  margin: 0 auto;
  padding: 13px 14px 11px;
  border: 1px solid #d9d9d3;
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 40px rgba(43, 51, 39, .1);
}

.assistant-composer:focus-within {
  border-color: #84cfa0;
  box-shadow: 0 14px 42px rgba(33, 142, 76, .1);
}

.assistant-composer textarea {
  display: block;
  width: 100%;
  max-height: 130px;
  min-height: 28px;
  padding: 1px 2px;
  border: 0;
  outline: 0;
  resize: none;
  background: transparent;
  color: #302e2b;
  font: inherit;
  font-size: 13px;
  line-height: 1.6;
}

.assistant-composer textarea::placeholder {
  color: #aaa59d;
}

.assistant-composer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 9px;
}

.assistant-composer-bottom > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.assistant-tool-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 0 9px;
  border: 1px solid #e2e0da;
  border-radius: 9px;
  background: #fafaf8;
  color: #5d5852;
  font-size: 10.5px;
  font-weight: 700;
}

.assistant-tool-btn:hover {
  border-color: #9cd5ae;
  color: #18864a;
}

.assistant-tool-btn svg {
  width: 14px;
}

.assistant-context-count {
  color: #9c968e;
  font-size: 10px;
}

.assistant-send {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 10px;
  background: #232522;
  color: #fff;
}

.assistant-send:hover {
  background: #15964b;
}

.assistant-send:disabled {
  opacity: .4;
}

.assistant-send svg {
  width: 16px;
}

.assistant-privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 8px 0 0;
  color: #9b968e;
  font-size: 9.5px;
}

.assistant-privacy svg {
  width: 11px;
}

.assistant-mention-menu {
  position: absolute;
  right: 12px;
  bottom: calc(100% + 8px);
  left: 12px;
  display: none;
  max-height: 280px;
  padding: 7px;
  overflow: auto;
  border: 1px solid #d9d8d2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(45, 49, 42, .16);
}

.assistant-mention-menu.open {
  display: grid;
  gap: 4px;
}

.assistant-mention-head {
  display: flex;
  justify-content: space-between;
  padding: 5px 7px 7px;
  color: #8f8981;
  font-size: 10px;
}

.assistant-mention-menu button {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  padding: 8px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #46423e;
  text-align: left;
}

.assistant-mention-menu button:hover,
.assistant-mention-menu button.selected {
  background: #f0f8f2;
}

.assistant-mention-icon,
.assistant-picker-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #eef4ef;
  color: #258e50;
}

.assistant-mention-icon svg,
.assistant-picker-icon svg {
  width: 15px;
}

.assistant-mention-menu button > span:nth-child(2) {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.assistant-mention-menu b {
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.assistant-mention-menu small {
  color: #928d85;
  font-size: 9.5px;
}

.assistant-mention-menu button > svg {
  width: 15px;
  color: #229653;
}

.assistant-layer {
  position: fixed;
  z-index: 220;
  inset: 0;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(35, 36, 33, .32);
  backdrop-filter: blur(5px);
}

.assistant-layer.open {
  display: grid;
}

.assistant-dialog {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(860px, 100%);
  max-height: min(720px, calc(100vh - 40px));
  border: 1px solid #deddd7;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 28px 80px rgba(31, 34, 29, .2);
}

.assistant-dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px 15px;
  border-bottom: 1px solid #eceae5;
}

.assistant-dialog-head h2 {
  margin: 0;
  font-size: 17px;
}

.assistant-dialog-head p {
  margin: 4px 0 0;
  color: #8e8880;
  font-size: 10.5px;
}

.assistant-dialog-head > button {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 9px;
  background: #f5f4f1;
  color: #716c66;
}

.assistant-dialog-head svg {
  width: 15px;
}

.assistant-dialog-body {
  min-height: 0;
  padding: 16px 20px;
  overflow: auto;
}

.assistant-dialog-foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 13px 20px;
  border-top: 1px solid #eceae5;
  background: #faf9f7;
}

.assistant-dialog-foot > span {
  margin-right: auto;
  color: #8f8a82;
  font-size: 10.5px;
}

.assistant-dialog-foot button {
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid #dcdad4;
  border-radius: 9px;
  background: #fff;
  color: #514d48;
  font-size: 11px;
  font-weight: 700;
}

.assistant-dialog-foot button.primary {
  border-color: #1f9a52;
  background: #1f9a52;
  color: #fff;
}

.assistant-dialog-foot button:disabled {
  opacity: .45;
}

.assistant-picker-top {
  display: flex;
  gap: 10px;
  margin-bottom: 13px;
}

.assistant-picker-search {
  flex: 1;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #deddd7;
  border-radius: 10px;
  outline: 0;
  font: inherit;
  font-size: 11.5px;
}

.assistant-picker-search:focus {
  border-color: #77c995;
}

.assistant-picker-tabs {
  display: flex;
  padding: 3px;
  border: 1px solid #deddd7;
  border-radius: 10px;
  background: #f7f6f3;
}

.assistant-picker-tabs button {
  padding: 0 10px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #77716a;
  font-size: 10.5px;
}

.assistant-picker-tabs button.active {
  background: #fff;
  color: #207d47;
  box-shadow: 0 1px 4px rgba(30, 40, 30, .09);
}

.assistant-picker-list {
  display: grid;
  gap: 6px;
}

.assistant-picker-file {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 24px;
  gap: 10px;
  align-items: center;
  width: 100%;
  padding: 9px;
  border: 1px solid transparent;
  border-radius: 11px;
  background: #fafaf8;
  color: #403d39;
  text-align: left;
}

.assistant-picker-file:hover {
  border-color: #c6dfce;
}

.assistant-picker-file.selected {
  border-color: #82ca9b;
  background: #f0faf3;
}

.assistant-picker-file > span:nth-child(2) {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.assistant-picker-file b {
  overflow: hidden;
  font-size: 11.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.assistant-picker-file small {
  color: #8a857e;
  font-size: 9.5px;
}

.assistant-picker-check {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid #d5d3cd;
  border-radius: 7px;
  color: transparent;
}

.assistant-picker-file.selected .assistant-picker-check {
  border-color: #209954;
  background: #209954;
  color: #fff;
}

.assistant-picker-check svg {
  width: 12px;
}

.assistant-picker-empty {
  padding: 56px 20px;
  color: #99938b;
  text-align: center;
  font-size: 12px;
}

.assistant-artifact-form {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: 18px;
}

.assistant-artifact-settings {
  display: grid;
  align-content: start;
  gap: 15px;
}

.assistant-artifact-settings > label {
  display: grid;
  gap: 7px;
  color: #625d57;
  font-size: 10.5px;
  font-weight: 700;
}

.assistant-artifact-settings input[type="text"] {
  min-height: 38px;
  padding: 0 11px;
  border: 1px solid #dcdad4;
  border-radius: 10px;
  outline: 0;
  font: inherit;
  font-size: 11.5px;
}

.assistant-format-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.assistant-format-grid button {
  display: grid;
  justify-items: start;
  gap: 7px;
  padding: 10px;
  border: 1px solid #dfddd7;
  border-radius: 11px;
  background: #fff;
  color: #5b5650;
  text-align: left;
}

.assistant-format-grid button.active {
  border-color: #77c993;
  background: #eef9f1;
  color: #197f44;
}

.assistant-format-grid svg {
  width: 17px;
}

.assistant-format-grid b {
  font-size: 10.5px;
}

.assistant-destination-grid {
  display: grid;
  gap: 7px;
}

.assistant-destination-grid label {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 16px;
  gap: 9px;
  align-items: center;
  padding: 10px;
  border: 1px solid #e0ded8;
  border-radius: 11px;
  background: #fafaf8;
  cursor: pointer;
}

.assistant-destination-grid label:has(input:checked) {
  border-color: #80cb99;
  background: #f1faf4;
}

.assistant-destination-grid > label > svg {
  width: 18px;
  color: #218e4d;
}

.assistant-destination-grid span {
  display: grid;
  gap: 2px;
}

.assistant-destination-grid b {
  font-size: 10.5px;
}

.assistant-destination-grid small {
  color: #8e8880;
  font-size: 9px;
}

.assistant-destination-grid input {
  accent-color: #1f9952;
}

.assistant-artifact-preview {
  min-height: 360px;
  padding: 24px;
  border: 1px solid #dfddd7;
  border-radius: 13px;
  background: #f8f8f5;
}

.assistant-artifact-preview > span {
  color: #a09a92;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.assistant-artifact-preview h3 {
  margin: 12px 0 8px;
  font-size: 20px;
  line-height: 1.25;
}

.assistant-artifact-preview > p {
  margin: 0 0 18px;
  color: #777169;
  font-size: 10.5px;
  line-height: 1.55;
}

.assistant-preview-section {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e3e1dc;
}

.assistant-preview-section b {
  font-size: 11px;
}

.assistant-preview-section ol {
  display: grid;
  gap: 7px;
  margin: 9px 0 0;
  padding-left: 18px;
  color: #645f59;
  font-size: 10px;
  line-height: 1.5;
}

.assistant-origin-note {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: #6d776c;
  font-size: 9.5px;
}

.assistant-origin-note svg {
  width: 12px;
  color: #229651;
}

.assistant-toast {
  position: fixed;
  z-index: 260;
  right: 24px;
  bottom: 24px;
  padding: 11px 15px;
  border-radius: 11px;
  background: #232522;
  color: #fff;
  font-size: 11px;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: .2s ease;
}

.assistant-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.drive-row.drive-highlight,
.drive-card.drive-highlight {
  animation: assistant-highlight 1.7s ease;
}

@keyframes assistant-highlight {
  0%, 100% { box-shadow: none; }
  25%, 75% { background: #eaf8ee; box-shadow: inset 0 0 0 1px #75c793; }
}

@media (max-width: 900px) {
  .assistant-mode #assistantView {
    min-height: 0;
    height: calc(100dvh - 126px);
    overflow: hidden;
  }

  .assistant-mode .topbar {
    flex-direction: row;
    align-items: center;
  }

  .assistant-mode .top-actions {
    width: auto;
    margin-left: auto;
  }

  .assistant-workspace {
    width: calc(100% - 28px);
  }

  .assistant-hero {
    padding-top: 22px;
  }

  .assistant-hero > button {
    min-width: 180px;
  }

  .assistant-starter-grid {
    grid-template-columns: 1fr;
  }

  .assistant-artifact-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .assistant-mode #assistantView {
    min-height: 0;
    height: calc(100dvh - 175px);
    overflow: hidden;
  }

  .assistant-mode .topbar {
    display: flex;
    min-height: 58px;
    padding: 10px 14px;
  }

  .assistant-header-actions > span {
    display: none;
  }

  .assistant-header-actions .ghost-btn {
    min-width: 36px;
    padding: 0 9px;
    font-size: 0;
  }

  .assistant-header-actions .ghost-btn svg {
    margin: 0;
  }

  .assistant-workspace {
    width: 100%;
  }

  .assistant-hero {
    align-items: flex-start;
    padding: 18px 16px 15px;
  }

  .assistant-hero h1 {
    font-size: 23px;
  }

  .assistant-hero p {
    font-size: 11px;
  }

  .assistant-hero > button {
    grid-template-columns: 30px;
    min-width: 0;
    padding: 7px;
  }

  .assistant-hero > button svg {
    width: 30px;
    height: 30px;
  }

  .assistant-hero > button span,
  .assistant-hero > button small {
    display: none;
  }

  .assistant-thread {
    padding: 22px 14px 16px;
  }

  .assistant-message {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 9px;
    margin-bottom: 22px;
  }

  .assistant-message-user {
    grid-template-columns: minmax(0, 1fr) 30px;
  }

  .assistant-avatar {
    width: 30px;
    height: 30px;
  }

  .assistant-starter-grid {
    gap: 7px;
  }

  .assistant-starter-grid button {
    padding: 10px;
  }

  .assistant-artifact-card {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .assistant-artifact-actions {
    grid-column: 1 / -1;
  }

  .assistant-composer-zone {
    padding-right: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
  }

  .assistant-context-count {
    display: none;
  }

  .assistant-layer {
    align-items: end;
    padding: 0;
  }

  .assistant-dialog {
    width: 100%;
    max-height: 88dvh;
    border-radius: 20px 20px 0 0;
  }

  .assistant-picker-top {
    flex-direction: column;
  }

  .assistant-picker-tabs {
    min-height: 34px;
  }

  .assistant-picker-tabs button {
    flex: 1;
  }

  .assistant-format-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
