/* 小铅机会官 — Hub 右栏 + 窄屏抽屉 */

.io-officer-mount {
  font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, 'PingFang SC', sans-serif);
  --io-top-offset: 44px;
  --io-panel-height: calc(100vh - var(--io-top-offset));
}

.io-fab-wrap {
  --io-top-offset: 44px;
  --io-panel-height: calc(100vh - var(--io-top-offset));
}

.io-column {
  position: sticky;
  top: var(--io-top-offset);
  height: var(--io-panel-height);
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.io-column__panel {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(42, 168, 188, 0.22);
  background:
    linear-gradient(180deg, rgba(24, 34, 52, 0.98) 0%, rgba(18, 26, 40, 0.99) 100%);
  box-shadow: -8px 0 32px rgba(6, 11, 20, 0.22), inset 1px 0 0 rgba(255, 255, 255, 0.04);
}

.io-column.is-collapsed .io-column__panel {
  display: none;
}

.io-column__rail {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 56px;
  padding: 14px 8px;
  border: none;
  border-left: 1px solid rgba(42, 168, 188, 0.18);
  background: rgba(22, 31, 47, 0.96);
  color: #e8cb6e;
  cursor: pointer;
  position: sticky;
  top: var(--io-top-offset);
  height: var(--io-panel-height);
  box-shadow: -4px 0 20px rgba(6, 11, 20, 0.18);
}

.io-column.is-collapsed .io-column__rail {
  display: flex;
}

.io-column__rail img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(224, 184, 74, 0.35);
}

.io-column__rail span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.io-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(42, 168, 188, 0.14);
  background: linear-gradient(180deg, rgba(42, 168, 188, 0.06) 0%, transparent 100%);
  flex-shrink: 0;
}

.io-head__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.io-head__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(224, 184, 74, 0.45);
  box-shadow: 0 0 16px rgba(42, 168, 188, 0.15);
  flex-shrink: 0;
}

.io-panel__title {
  font-size: 15px;
  font-weight: 700;
  color: #f4f7fb;
  margin: 0;
  line-height: 1.2;
}

.io-head__status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #9eacc0;
  margin-top: 2px;
}

.io-head__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2fae86;
  box-shadow: 0 0 8px rgba(47, 174, 134, 0.65);
}

.io-panel__close {
  border: 1px solid rgba(180, 199, 224, 0.15);
  background: rgba(255, 255, 255, 0.04);
  color: #9eacc0;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 10px;
  border-radius: 8px;
  flex-shrink: 0;
}

.io-panel__close:hover {
  color: #f4f7fb;
  border-color: rgba(42, 168, 188, 0.35);
}

.io-panel__chips {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  padding: 10px 14px 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(42, 168, 188, 0.35) transparent;
  flex-shrink: 0;
}

.io-panel__chips::-webkit-scrollbar {
  height: 4px;
}

.io-panel__chips::-webkit-scrollbar-thumb {
  background: rgba(42, 168, 188, 0.35);
  border-radius: 4px;
}

.io-chip {
  border: 1px solid rgba(42, 168, 188, 0.28);
  background: rgba(42, 168, 188, 0.06);
  color: #cbd5e2;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
  flex-shrink: 0;
  white-space: nowrap;
}

.io-chip:hover {
  border-color: rgba(224, 184, 74, 0.55);
  color: #e8cb6e;
  background: rgba(224, 184, 74, 0.08);
}

.io-panel__body {
  flex: 1;
  overflow-y: auto;
  padding: 14px 14px 8px;
  min-height: min(56vh, 640px);
}

.io-thread {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}

.io-thread--user {
  flex-direction: row-reverse;
}

.io-thread__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}

.io-thread__avatar--user {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(224, 184, 74, 0.35), rgba(224, 184, 74, 0.12));
  border: 1px solid rgba(224, 184, 74, 0.35);
  color: #e8cb6e;
  font-size: 13px;
  font-weight: 700;
}

.io-thread__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: calc(100% - 44px);
}

.io-pipeline {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 2px 2px 4px;
  font-size: 12px;
  line-height: 1.35;
  color: #9eacc0;
}

.io-pipeline--summary {
  font-size: 11px;
  color: #64748b;
  padding: 0 2px 2px;
}

.io-pipeline__step {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 3px 6px;
  border-radius: 6px;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.io-pipeline__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.io-pipeline__hint {
  font-size: 11px;
  color: #c5d0de;
  line-height: 1.35;
}

.io-pipeline__icon {
  width: 14px;
  flex-shrink: 0;
  text-align: center;
  font-size: 11px;
  line-height: 1;
}

.io-pipeline__step.is-done .io-pipeline__icon {
  color: #6ee7b7;
}

.io-pipeline__step.is-done .io-pipeline__label {
  color: #94a3b8;
}

.io-pipeline__step.is-skipped {
  opacity: 0.55;
}

.io-pipeline__step.is-skipped .io-pipeline__label {
  color: #64748b;
}

.io-pipeline__step.is-active {
  background: rgba(224, 184, 74, 0.1);
  border-left: 2px solid #e8cb6e;
  padding-left: 4px;
}

.io-pipeline__step.is-active .io-pipeline__icon {
  color: #e8cb6e;
  animation: io-pipeline-pulse 1.2s ease-in-out infinite;
}

.io-pipeline__step.is-active .io-pipeline__label {
  color: #e2e8f0;
}

@keyframes io-pipeline-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.92); }
}

.io-pipeline__step.is-pending .io-pipeline__icon {
  color: #5a6a82;
}

.io-pipeline__step.is-pending .io-pipeline__label {
  color: #8b9bb3;
}

.io-bubble.io-msg--streaming:empty {
  min-height: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.io-bubble {
  max-width: calc(100% - 44px);
  font-size: 15px;
  line-height: 1.75;
  word-break: break-word;
}

.io-bubble--bot {
  padding: 12px 14px;
  border-radius: 12px 12px 12px 4px;
  background: rgba(38, 52, 75, 0.72);
  border: 1px solid rgba(42, 168, 188, 0.18);
  color: #f1f5f9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.io-bubble--user {
  padding: 10px 14px;
  border-radius: 12px 12px 4px 12px;
  background: linear-gradient(135deg, rgba(224, 184, 74, 0.22) 0%, rgba(224, 184, 74, 0.08) 100%);
  border: 1px solid rgba(224, 184, 74, 0.35);
  color: #f4f7fb;
}

.io-bubble.io-msg--streaming {
  opacity: 0.92;
}

.io-bubble.io-msg--md { white-space: normal; }

.io-bubble.io-msg--md p {
  margin: 0 0 0.75em;
  color: #e2e8f0;
}

.io-bubble.io-msg--md p:last-child { margin-bottom: 0; }

.io-bubble.io-msg--md h1 {
  font-size: 16px;
  font-weight: 700;
  color: #f0e6b8;
  margin: 0 0 0.5em;
  line-height: 1.4;
}

.io-bubble.io-msg--md h2 {
  font-size: 14px;
  font-weight: 700;
  color: #e8cb6e;
  margin: 1em 0 0.4em;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.io-bubble.io-msg--md h3 {
  font-size: 13px;
  font-weight: 600;
  color: #c5d4e8;
  margin: 0.85em 0 0.35em;
  line-height: 1.45;
}

.io-bubble.io-msg--md strong {
  color: #f0e6b8;
  font-weight: 650;
}

.io-bubble.io-msg--md em {
  color: #b8c8dc;
  font-style: normal;
}

.io-bubble.io-msg--md ul {
  margin: 0.4em 0 0.75em 0;
  padding: 0 0 0 1.15em;
  list-style: disc;
}

.io-bubble.io-msg--md li {
  margin-bottom: 0.45em;
  padding-left: 0.15em;
  color: #dce4ef;
}

.io-bubble.io-msg--md a {
  color: #4db8c8;
  text-decoration: none;
}

.io-bubble.io-msg--md a:hover { text-decoration: underline; }

.io-opp {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 10px 0;
  padding: 12px 13px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(42, 168, 188, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.io-opp + .io-opp {
  margin-top: 8px;
}

.io-opp__num {
  flex-shrink: 0;
  min-width: 22px;
  height: 22px;
  padding: 0 4px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #0f1520;
  background: linear-gradient(135deg, #e8cb6e, #d4a82e);
  box-shadow: 0 0 10px rgba(224, 184, 74, 0.25);
}

.io-opp__body {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #e8edf4;
}

.io-basis,
.io-citations {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed rgba(42, 168, 188, 0.22);
  font-size: 12px;
  color: #9eacc0;
}

.io-basis summary,
.io-citations summary {
  cursor: pointer;
  color: #cbd5e2;
  font-weight: 600;
  font-size: 13px;
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.io-citations__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  font-size: 11px;
  font-weight: 700;
  color: #1a2332;
  background: rgba(224, 184, 74, 0.85);
}

.io-basis summary::-webkit-details-marker,
.io-citations summary::-webkit-details-marker { display: none; }

.io-citations__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.io-cite-card {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  grid-template-rows: auto auto;
  gap: 4px 10px;
  align-items: start;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(12, 18, 30, 0.65);
  border: 1px solid rgba(42, 168, 188, 0.14);
}

.io-cite-card__tier {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: start;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
  padding: 3px 7px;
  border-radius: 4px;
  max-width: 72px;
  text-align: center;
}

.io-cite-card__tier--pub {
  color: #e8cb6e;
  background: rgba(224, 184, 74, 0.14);
  border: 1px solid rgba(224, 184, 74, 0.28);
}

.io-cite-card__tier--struct {
  color: #6ec8d8;
  background: rgba(42, 168, 188, 0.12);
  border: 1px solid rgba(42, 168, 188, 0.28);
}

.io-cite-card__tier--raw {
  color: #9eb0c8;
  background: rgba(100, 116, 139, 0.18);
  border: 1px solid rgba(100, 116, 139, 0.35);
}

.io-cite-card__title {
  grid-column: 3;
  grid-row: 1;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  color: #e8edf4;
  text-decoration: none;
}

.io-cite-card__title:hover {
  color: #4db8c8;
}

.io-cite-card__date {
  grid-column: 3;
  grid-row: 2;
  font-size: 11px;
  color: #64748b;
}

.io-cite-card__link {
  grid-column: 4;
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 11px;
  font-weight: 600;
  color: #4db8c8;
  text-decoration: none;
  white-space: nowrap;
}

.io-cite-card__link:hover {
  text-decoration: underline;
}

.io-citations ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.io-citations__item { margin-bottom: 8px; line-height: 1.5; }

.io-citations__item a { color: #4db8c8; text-decoration: none; }

.io-citations__meta {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: #64748b;
}

.io-loading {
  color: #9eacc0;
  font-size: 13px;
  padding: 8px 4px;
}

.io-panel__foot {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 14px 14px;
  border-top: 1px solid rgba(42, 168, 188, 0.12);
  background: rgba(15, 21, 32, 0.55);
  flex-shrink: 0;
}

.io-foot__row {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}

.io-input {
  flex: 1;
  border: 1px solid rgba(42, 168, 188, 0.28);
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.92);
  color: #f8fafc;
  padding: 10px 12px;
  font-size: 14px;
  resize: none;
  min-height: 42px;
  max-height: 120px;
}

.io-input:focus {
  outline: none;
  border-color: rgba(224, 184, 74, 0.45);
  box-shadow: 0 0 0 2px rgba(42, 168, 188, 0.12);
}

.io-send {
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #e8cb6e 0%, #d4a82e 100%);
  color: #1a2332;
  font-weight: 700;
  padding: 0 18px;
  height: 42px;
  cursor: pointer;
  min-width: 72px;
  box-shadow: 0 4px 14px rgba(224, 184, 74, 0.25);
}

.io-send:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.io-panel__hint {
  font-size: 11px;
  color: #7f8da2;
  line-height: 1.45;
  text-align: center;
}

.io-msg-hint {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.45;
  color: #7f8da2;
  text-decoration: none;
}

.io-msg-hint-link:hover {
  color: var(--gold, #d4b828);
}

.io-gate-btn[href] {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.io-gate {
  padding: 8px 0 4px;
  font-size: 13px;
  color: #9eacc0;
  text-align: center;
}

.io-gate-actions {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 12px;
  flex-wrap: wrap;
}

.io-gate-btn {
  border: 1px solid rgba(180, 199, 224, 0.35);
  background: rgba(30, 41, 59, 0.9);
  color: #e2e8f0;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  cursor: pointer;
}

.io-gate-btn--primary {
  border-color: rgba(224, 184, 74, 0.55);
  background: rgba(224, 184, 74, 0.14);
  color: #e8cb6e;
  font-weight: 600;
}

/* 窄屏：抽屉 + FAB */
.io-fab-wrap {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 1600;
  pointer-events: none;
}

.io-fab-wrap > * { pointer-events: auto; }

.io-fab-wrap.io-fab-wrap--stacked { bottom: 88px; }

.io-fab-wrap.io-mode-drawer { z-index: 1700; }

.io-officer-mount .io-fab-wrap {
  position: static;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.io-fab-wrap.io-mode-column .io-fab {
  display: none;
}

.io-fab {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px 12px 12px;
  border: 1px solid rgba(224, 184, 74, 0.35);
  border-radius: 999px;
  background: linear-gradient(135deg, #1a2332 0%, #0f1520 100%);
  color: #f8fafc;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.io-fab img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.io-fab__label {
  font-size: 14px;
  font-weight: 600;
}

.io-mode-drawer .io-column__panel {
  position: fixed;
  right: 0;
  top: var(--io-top-offset);
  width: min(480px, 100vw);
  height: var(--io-panel-height);
  z-index: 1650;
  border-left: 1px solid rgba(42, 168, 188, 0.25);
  transform: translateX(105%);
  transition: transform 0.28s ease;
  box-shadow: -16px 0 48px rgba(0, 0, 0, 0.45);
}

.io-cite-card__ref {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  color: #8fd4df;
  font-size: 12px;
  font-weight: 700;
}

.io-inline-cite {
  display: inline-block;
  margin: 0 2px;
  color: #8fd4df;
  font-size: .84em;
  font-weight: 700;
  text-decoration: none;
  vertical-align: .08em;
}

a.io-inline-cite:hover {
  color: #b9edf4;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .io-cite-card {
    grid-template-columns: auto auto 1fr;
  }

  .io-cite-card__title,
  .io-cite-card__date {
    grid-column: 3;
  }

  .io-cite-card__link {
    grid-column: 3;
    grid-row: 3;
    justify-self: start;
  }
}

.io-mode-drawer .io-column { z-index: 1650; }

.io-mode-drawer .io-column__panel.is-open {
  transform: translateX(0);
}

.io-mode-drawer .io-column__rail { display: none; }

@media (min-width: 1200px) {
  .io-mode-drawer .io-drawer-backdrop {
    display: none;
  }

  .io-mode-drawer .io-column__panel {
    width: min(600px, 48vw);
  }

  .io-mode-drawer .io-column__rail {
    display: flex;
  }

  .io-fab-wrap.io-mode-drawer .io-fab {
    display: none;
  }
}

@media (min-width: 1600px) {
  .io-mode-drawer .io-column__panel {
    width: min(640px, 42vw);
  }
}

.io-drawer-backdrop {
  position: fixed;
  inset: var(--io-top-offset) 0 0 0;
  background: rgba(6, 11, 20, 0.55);
  z-index: 1640;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.io-drawer-backdrop.is-visible {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1199px) {
  .io-fab-wrap.io-mode-column .io-fab {
    display: flex;
  }

  #ioOfficerMount .io-column {
    position: static;
    height: auto;
  }

  .io-mode-drawer .io-panel__body {
    min-height: min(50vh, 520px);
  }
}

@media (max-width: 640px) {
  .io-fab-wrap { right: 12px; bottom: 16px; }
  .io-fab-wrap.io-fab-wrap--stacked { bottom: 80px; }
  .io-fab__label { display: none; }
}

/* 非 Hub 页：仍用右下角弹层 */
.io-fab-wrap:not(.io-mode-column):not(.io-mode-drawer) .io-column {
  position: relative;
  height: auto;
}

.io-fab-wrap:not(.io-mode-column):not(.io-mode-drawer) .io-column__rail {
  display: none;
}

.io-fab-wrap:not(.io-mode-column):not(.io-mode-drawer) .io-column__panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  width: min(420px, calc(100vw - 32px));
  max-height: min(72vh, 640px);
  height: auto;
  display: none;
  border-radius: 16px;
  border: 1px solid rgba(42, 168, 188, 0.22);
}

.io-fab-wrap:not(.io-mode-column):not(.io-mode-drawer) .io-column__panel.is-open {
  display: flex;
}
.io-research-plan {
  margin: 8px 0 10px;
  padding: 10px 12px;
  border: 1px solid rgba(103, 148, 196, .28);
  border-radius: 10px;
  color: #b9cce2;
  background: rgba(21, 43, 68, .55);
  font-size: 12px;
}
.io-research-plan ol { margin: 6px 0 0; padding-left: 20px; }
.io-research-plan li { margin: 3px 0; }
.io-research-plan li.is-running { color: #f1d971; }
.io-research-plan li.is-completed { color: #80cfa9; }
.io-research-plan li.is-completed::after { content: ' ✓'; }
.io-research-plan li.is-failed { color: #ef8f8f; }
.io-task-stop { border: 0; padding: 3px 0; color: #91abc4; background: transparent; cursor: pointer; font-size: 11px; }
.io-verification {
  margin-top: 12px;
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #9fc0df;
  font-size: 12px;
}
.io-verification summary { cursor: pointer; }
.io-conversation-tools { display: flex; gap: 6px; margin-left: auto; }
.io-conversation-tools button {
  border: 1px solid rgba(255,255,255,.14); border-radius: 8px; padding: 5px 8px;
  color: #bad0e5; background: rgba(255,255,255,.04); cursor: pointer;
}
.io-history-panel { max-height: 220px; overflow: auto; padding: 8px; background: #132337; border-bottom: 1px solid rgba(255,255,255,.08); }
.io-history-item { display: flex; width: 100%; align-items:center; gap: 6px; padding: 4px; border-radius: 8px; color: #d8e4f0; background: transparent; }
.io-history-item button { border:0; color:#91abc4; background:transparent; cursor:pointer; }
.io-history-item button[data-conversation-id] { display:flex; flex:1; justify-content:space-between; text-align:left; color:#d8e4f0; }
.io-history-item:hover { background: rgba(255,255,255,.06); }
.io-history-item small { color: #7891aa; white-space: nowrap; }
.io-history-empty { color: #7891aa; padding: 8px; margin: 0; }
.io-message-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; margin-top: 10px; color: #7891aa; font-size: 11px; }
.io-message-actions button { border: 1px solid rgba(255,255,255,.12); border-radius: 999px; padding: 3px 7px; color: #91abc4; background: transparent; cursor: pointer; }
.io-message-actions button.is-active { border-color: #d6bd4b; color: #f2dc7a; background: rgba(214,189,75,.1); }
.io-message-actions .io-copy-btn { color: #c8d9ea; border-color: rgba(255,255,255,.18); }
.io-message-actions .io-copy-btn:hover { color: #f2dc7a; border-color: rgba(214,189,75,.35); }
.io-message-actions__label { margin-left: 2px; }
