*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  overscroll-behavior-x: none;
}

[hidden] {
  display: none !important;
}

button,
select,
textarea,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.remote-inbox-shell {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 232px minmax(0, 1fr) 360px;
  background: #f4f3ee;
  color: #171812;
  font-family:
    "Avenir Next", "Helvetica Neue", ui-sans-serif, system-ui, sans-serif;
  overscroll-behavior-x: none;
}

.remote-inbox-backdrop {
  display: none;
}

.remote-inbox-left {
  display: grid;
  position: sticky;
  grid-column: 1;
  top: 0;
  min-height: 100vh;
  height: 100vh;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 12px;
  overflow: hidden;
  overscroll-behavior: contain;
  border-right: 1px solid #dddcd3;
  background: #eeede8;
  padding: 14px 12px;
  touch-action: pan-y;
  z-index: 20;
}

.remote-inbox-profile {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 3px;
}

.remote-inbox-profile > div {
  display: grid;
  gap: 3px;
}

.remote-inbox-right-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  justify-content: stretch;
  column-gap: 8px;
  flex: 0 0 auto;
  padding: 0 2px;
}

.remote-inbox-right-header > div:first-child {
  grid-column: 1;
  min-width: 0;
}

.remote-inbox-right-header > .remote-inbox-header-actions {
  display: contents;
}

.remote-inbox-right-header .remote-inbox-install-button {
  grid-column: 2;
  justify-self: center;
}

.remote-inbox-right-header #close-right-panel {
  grid-column: 3;
  justify-self: end;
}

.remote-inbox-setup-status {
  display: inline-flex;
  min-width: 0;
  max-width: 50%;
  min-height: 22px;
  align-items: center;
  margin: 0;
  border: 1px solid #d6d4cc;
  border-radius: 999px;
  background: #f8f7f1;
  color: #171812;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  overflow: hidden;
  padding: 0 8px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.remote-inbox-setup-status.is-ok {
  border-color: #9db991;
  background: #eef5e9;
  color: #24381f;
}

.remote-inbox-setup-status.is-warn {
  border-color: #deb26d;
  background: #fff6e4;
  color: #65410d;
}

.remote-inbox-setup-status.is-error {
  border-color: #d9afa9;
  background: #fff0ed;
  color: #8c3026;
}

.remote-inbox-connection-dot {
  display: inline-block;
  width: 9px;
  min-width: 9px;
  height: 9px;
  border: 1px solid #b8b6ad;
  border-radius: 999px;
  background: #c9c7bd;
}

.remote-inbox-connection-dot.is-ok {
  border-color: #4d7744;
  background: #35a852;
}

.remote-inbox-connection-dot.is-warn {
  border-color: #b97823;
  background: #f0a337;
}

.remote-inbox-connection-dot.is-error {
  border-color: #a84033;
  background: #d84b3e;
}

.remote-inbox-brand {
  color: #171812;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.remote-inbox-profile span,
.remote-inbox-history > span,
.remote-inbox-assurance p,
.remote-inbox-composer p,
.remote-inbox-actions p,
.remote-inbox-chatbar span,
.remote-inbox-checks span,
.remote-inbox-muted,
.remote-inbox-ticket span {
  color: #64665f;
  font-size: 12px;
  line-height: 1.4;
}

.remote-inbox-new-chat,
.remote-inbox-actions button,
.remote-inbox-turnstile-actions button,
.remote-inbox-ticket-row button,
.remote-inbox-button-row button,
.remote-inbox-arm-row button,
.remote-inbox-composer button,
.remote-inbox-chat-controls > button {
  min-height: 36px;
  border: 1px solid #171812;
  border-radius: 7px;
  background: #171812;
  color: #fff;
  padding: 0 12px;
  font-weight: 700;
}

.remote-inbox-new-chat {
  width: 100%;
  border-color: #fffefa;
  background: #fffefa;
  color: #171812;
  text-align: left;
}

.remote-inbox-sidebar-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  min-width: 0;
  margin: 0;
}

.remote-inbox-sidebar-controls .remote-inbox-workspace {
  width: auto;
  min-width: 0;
}

.remote-inbox-history {
  display: flex;
  min-height: 0;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
  overflow-y: auto;
  padding-right: 0;
}

.remote-inbox-history > span {
  margin: 10px 4px 3px;
  text-transform: uppercase;
}

.remote-inbox-history > span:first-child {
  margin-top: 0;
}

.remote-inbox-chat-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px 18px;
  align-items: center;
  gap: 2px;
  width: 100%;
  border-radius: 7px;
}

.remote-inbox-history [data-chat] {
  display: flex;
  overflow: hidden;
  flex: 1 1 auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #252720;
  font-size: 13px;
  padding: 8px 7px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.remote-inbox-history [data-chat] span {
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.remote-inbox-chat-row.is-active [data-chat],
.remote-inbox-chat-row:hover [data-chat],
.remote-inbox-history [data-chat]:focus-visible {
  background: #deddd5;
}

.remote-inbox-chat-action {
  display: inline-grid;
  width: 18px;
  height: 26px;
  justify-self: end;
  place-items: center;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #64665f;
  padding: 0;
}

.remote-inbox-chat-action:hover,
.remote-inbox-chat-action:focus-visible {
  background: #deddd5;
  color: #171812;
}

.remote-inbox-chat-action svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.remote-inbox-history-more {
  min-height: 32px;
  border: 1px solid #d2d0c7;
  border-radius: 7px;
  background: #f8f7f1;
  color: #24261f;
  font-size: 12px;
  font-weight: 700;
  margin-top: 6px;
  padding: 0 9px;
  text-align: left;
}

.remote-inbox-history-more:hover,
.remote-inbox-history-more:focus-visible {
  border-color: #bdbbb1;
  background: #fffefa;
}

.remote-inbox-assurance {
  border: 1px solid #bfcfb4;
  border-radius: 8px;
  background: #eef5e9;
  padding: 12px;
}

.remote-inbox-assurance strong {
  display: block;
  color: #24381f;
  font-size: 13px;
}

.remote-inbox-assurance p {
  margin: 5px 0 0;
  color: #3d5636;
}

.remote-inbox-sidebar-policy {
  display: grid;
  gap: 10px;
  border: 1px solid #d4d3ca;
  border-radius: 8px;
  background: #fffefa;
  padding: 10px;
}

.remote-inbox-sidebar-policy h2 {
  margin: 0;
  color: #171812;
  font-size: 13px;
  line-height: 1.25;
}

.remote-inbox-policy-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  color: #6b6d66;
  font-size: 12px;
}

.remote-inbox-chat {
  display: grid;
  position: sticky;
  grid-column: 2;
  top: 0;
  min-width: 0;
  height: 100vh;
  min-height: 0;
  grid-template-rows: auto minmax(0, 1fr) auto;
  background: #fffefa;
  overscroll-behavior-x: none;
  padding-bottom: 14px;
  touch-action: pan-y;
}

.remote-inbox-chatbar {
  display: grid;
  grid-template-columns: minmax(118px, 1fr) minmax(0, auto);
  grid-template-rows: minmax(36px, auto);
  align-items: center;
  column-gap: 10px;
  border-bottom: 1px solid #e3e2da;
  padding: 8px 18px;
}

.remote-inbox-chat-title {
  display: flex;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  align-items: center;
  min-width: 0;
  gap: 8px;
  overflow: hidden;
}

.remote-inbox-chatbar strong {
  display: block;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.remote-inbox-chatbar span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.remote-inbox-chat-controls {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  align-items: center;
  justify-content: end;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  flex-shrink: 1;
  scrollbar-width: none;
  touch-action: pan-x;
}

.remote-inbox-chat-controls::-webkit-scrollbar {
  display: none;
}

.remote-inbox-icon-button {
  display: inline-grid;
  place-items: center;
  width: 36px;
  min-width: 36px;
  min-height: 36px;
  border: 1px solid #cbc9bf;
  border-radius: 7px;
  background: #fff;
  color: #20211c;
  font-weight: 700;
  padding: 0;
}

.remote-inbox-icon-button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.remote-inbox-inline-icon {
  display: inline-grid;
  width: 18px;
  height: 18px;
  margin: 0 2px;
  vertical-align: -4px;
  place-items: center;
}

.remote-inbox-inline-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.remote-inbox-setup-link {
  display: inline;
  color: #171812;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-transform: none;
  vertical-align: baseline;
}

.remote-inbox-setup-link .remote-inbox-inline-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 2px 0 1px;
  vertical-align: -2px;
}

.remote-inbox-setup-link .remote-inbox-inline-icon svg {
  width: 15px;
  height: 15px;
}

.remote-inbox-setup-title .remote-inbox-inline-icon {
  margin: 0;
  color: currentColor;
  vertical-align: 0;
}

.remote-inbox-setup-title {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.remote-inbox-panel-toggle {
  width: auto;
  min-width: 36px;
  min-height: 24px;
  padding: 0;
  font-size: 10px;
  line-height: 1;
}

.remote-inbox-install-button {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #cbc9bf;
  border-radius: 999px;
  background: #fffefa;
  color: #171812;
  padding: 0 9px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.remote-inbox-install-icon {
  display: inline-grid;
  width: 13px;
  height: 13px;
  place-items: center;
}

.remote-inbox-install-icon svg {
  display: block;
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.remote-inbox-install-button.is-installed {
  border-color: #bfcfb4;
  background: #eef5e9;
  color: #24381f;
  cursor: default;
}

.remote-inbox-chatbar #open-left-panel {
  display: none;
}

.remote-inbox-chatbar #open-right-panel {
  display: none;
}

body.remote-inbox-left-collapsed .remote-inbox-chatbar #open-left-panel {
  display: inline-grid;
}

body.remote-inbox-right-collapsed .remote-inbox-chatbar #open-right-panel {
  display: inline-grid;
}

body.remote-inbox-left-collapsed .remote-inbox-chatbar {
  grid-template-columns: 34px minmax(118px, 1fr) minmax(0, auto);
}

body.remote-inbox-left-collapsed .remote-inbox-chat-title {
  grid-column: 2;
}

body.remote-inbox-left-collapsed .remote-inbox-chat-controls {
  grid-column: 3;
}

.remote-inbox-icon-button.is-working {
  border-color: #708863;
  background: #eef5e9;
  color: #24381f;
}

.remote-inbox-icon-button.is-working svg {
  animation: remote-inbox-spin 700ms linear infinite;
}

.remote-inbox-icon-button.is-done {
  border-color: #708863;
  background: #eef5e9;
  color: #24381f;
}

@keyframes remote-inbox-spin {
  to {
    transform: rotate(360deg);
  }
}

.remote-inbox-chat-scroll {
  min-width: 0;
  overflow: auto;
  overscroll-behavior-x: none;
  overscroll-behavior-y: contain;
  padding: 30px clamp(18px, 6vw, 86px) 24px;
  touch-action: pan-y;
}

.remote-inbox-intro {
  max-width: 740px;
  margin: 0 auto 24px;
}

.remote-inbox-intro h1 {
  margin: 0;
  color: #171812;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.12;
  min-height: var(--remote-inbox-headline-height, 0);
}

.remote-inbox-cli-rotator {
  display: inline-block;
  position: relative;
  width: var(--remote-inbox-cli-width, auto);
  min-height: 1.12em;
  vertical-align: bottom;
}

.remote-inbox-cli-rotator span {
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible;
  opacity: 0;
  white-space: nowrap;
}

.remote-inbox-cli-rotator span.is-active {
  opacity: 1;
}

.remote-inbox-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.remote-inbox-intro-security {
  max-width: 650px;
  margin: 16px 0 0;
  border: 1px solid #bdd2b4;
  border-radius: 8px;
  background: #eef5e9;
  color: #2e4428;
  padding: 12px 14px;
}

.remote-inbox-intro-security strong {
  display: block;
  color: #1f331c;
  font-size: 14px;
  line-height: 1.3;
}

.remote-inbox-intro-security p {
  margin: 5px 0 0;
  color: #3d5636;
  font-size: 14px;
  line-height: 1.45;
}

.remote-inbox-jobs {
  display: flex;
  width: min(820px, 100%);
  max-width: 820px;
  margin: 0 auto;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.remote-inbox-empty {
  border: 1px solid #e1e0d8;
  border-radius: 8px;
  background: #f9f8f2;
  color: #666861;
  font-size: 14px;
  padding: 16px;
}

.remote-inbox-job {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.remote-inbox-message {
  box-sizing: border-box;
  min-width: 0;
  max-width: min(720px, 100%);
  border: 1px solid #dfded6;
  border-radius: 8px;
  overflow: hidden;
  padding: 13px 15px;
}

.remote-inbox-message-user {
  justify-self: end;
  background: #f1f6ed;
  border-color: #c9d9be;
}

.remote-inbox-message-agent {
  justify-self: start;
  background: #f9f8f2;
}

.remote-inbox-message span {
  display: block;
  color: #666861;
  font-size: 12px;
}

.remote-inbox-message p,
.remote-inbox-message pre,
.remote-inbox-output {
  margin: 8px 0 0;
  color: #22231d;
  font-size: 14px;
  line-height: 1.5;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.remote-inbox-message pre,
.remote-inbox-code,
.remote-inbox-ticket strong,
.remote-inbox-policy dd {
  font-family:
    "SF Mono", "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco,
    Consolas, monospace;
}

.remote-inbox-message pre {
  overflow: hidden auto;
  max-height: 420px;
}

.remote-inbox-output {
  max-width: 100%;
}

.remote-inbox-output-meta {
  margin-top: 10px;
  color: #74766c;
}

.remote-inbox-composer {
  position: relative;
  border-top: 1px solid #e3e2da;
  background: #fffefa;
  overscroll-behavior-x: none;
  padding: 14px clamp(16px, 6vw, 86px) 0;
  touch-action: pan-y;
}

.remote-inbox-composer-line {
  display: flex;
  --remote-inbox-composer-control-height: 42px;
  align-items: center;
  max-width: 820px;
  gap: 8px;
  margin: 0 auto;
}

.remote-inbox-composer .remote-inbox-prompt-resize {
  position: absolute;
  top: -10px;
  left: 50%;
  display: inline-flex;
  width: 42px;
  height: 20px;
  min-height: 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfcdc4;
  border-radius: 7px;
  background: #fffefa;
  color: #55574f;
  cursor: ns-resize;
  padding: 0;
  transform: translateX(-50%);
  touch-action: none;
  user-select: none;
}

.remote-inbox-composer .remote-inbox-prompt-resize:hover,
.remote-inbox-composer .remote-inbox-prompt-resize:focus-visible,
.remote-inbox-composer .remote-inbox-prompt-resize.is-dragging {
  border-color: #a9a79e;
  background: #f7f6ef;
  color: #20211c;
  outline: none;
}

.remote-inbox-prompt-resize svg {
  width: 24px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.remote-inbox-workspace,
.remote-inbox-mode-select,
.remote-inbox-policy-mode-select {
  display: grid;
  gap: 4px;
  flex: 0 1 128px;
  width: clamp(92px, 12vw, 128px);
  min-width: 92px;
}

.remote-inbox-workspace span,
.remote-inbox-mode-select span,
.remote-inbox-policy-mode-select span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.remote-inbox-workspace span,
.remote-inbox-mode-select span,
.remote-inbox-policy-mode-select span {
  color: #3c3e37;
  font-size: 11px;
  font-weight: 700;
}

.remote-inbox-workspace select,
.remote-inbox-mode-select select,
.remote-inbox-policy-mode-select select,
.remote-inbox-composer textarea {
  width: 100%;
  border: 1px solid #cbc9bf;
  border-radius: 8px;
  background: #fff;
  color: #191a17;
}

.remote-inbox-workspace select,
.remote-inbox-mode-select select,
.remote-inbox-policy-mode-select select {
  height: 34px;
  padding: 0 10px;
  text-overflow: ellipsis;
}

.remote-inbox-mode-select,
.remote-inbox-policy-mode-select {
  min-width: 0;
  width: auto;
}

.remote-inbox-policy-mode-select {
  position: relative;
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
}

.remote-inbox-policy-mode-select::before {
  position: absolute;
  left: 9px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #4c4e47;
  content: "";
  pointer-events: none;
  transform: translateY(-35%);
  z-index: 1;
}

.remote-inbox-policy-mode-select select {
  width: auto;
  max-width: 96px;
  height: 24px;
  min-height: 24px;
  appearance: none;
  border-color: #d7d5cc;
  border-radius: 999px;
  background: #f5f4ed;
  color: #4c4e47;
  font-size: 11px;
  font-weight: 700;
  padding: 0 8px 0 22px;
  white-space: nowrap;
}

.remote-inbox-composer textarea {
  height: var(--remote-inbox-composer-control-height);
  min-height: var(--remote-inbox-composer-control-height);
  max-height: 30dvh;
  padding: 10px 12px;
  line-height: 1.35;
  overflow-y: auto;
  resize: none;
}

.remote-inbox-composer button {
  height: var(--remote-inbox-composer-control-height);
  min-height: var(--remote-inbox-composer-control-height);
}

.remote-inbox-workspace select:focus,
.remote-inbox-mode-select select:focus,
.remote-inbox-policy-mode-select select:focus,
.remote-inbox-composer textarea:focus {
  border-color: #ce6c5d;
  outline: 2px solid #f1b5aa;
  outline-offset: 1px;
}

.remote-inbox-mode-list {
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: repeat(3, 50px);
  gap: 5px;
}

.remote-inbox-mode-list button {
  min-height: 34px;
  border: 1px solid #cbc9bf;
  border-radius: 7px;
  background: #f9f8f2;
  color: #20211c;
  font-size: 12px;
  font-weight: 700;
}

.remote-inbox-mode-list button.is-selected {
  border-color: #708863;
  background: #eef5e9;
}

.remote-inbox-mode-list button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.remote-inbox-actions {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 10px;
}

.remote-inbox-composer p {
  max-width: 820px;
  margin: 0 auto 7px;
  color: #74766c;
}

.remote-inbox-composer p.is-ok {
  color: #3f7136;
}

.remote-inbox-composer p.is-pending {
  color: #8a611e;
}

.remote-inbox-composer p.is-error {
  color: #a84033;
  font-weight: 700;
}

.remote-inbox-composer p.is-neutral {
  color: #74766c;
}

.remote-inbox-actions button + button,
.remote-inbox-chat-controls > button {
  border-color: #c8c7be;
  background: #fff;
  color: #20211c;
}

.remote-inbox-send-button {
  display: inline-grid;
  align-self: center;
  width: var(--remote-inbox-composer-control-height);
  min-width: var(--remote-inbox-composer-control-height);
  place-items: center;
  padding: 0;
}

.remote-inbox-send-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.remote-inbox-chat-controls > button:not(.remote-inbox-icon-button) {
  min-width: 68px;
  padding-left: 10px;
  padding-right: 10px;
}

.remote-inbox-chat-controls > .remote-inbox-icon-button {
  width: 34px;
  min-width: 34px;
  min-height: 34px;
  padding: 0;
}

.remote-inbox-actions p {
  flex: 1 1 auto;
  margin: 0;
}

.remote-inbox-right .remote-inbox-actions {
  display: grid;
  grid-template-columns: minmax(94px, auto) minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}

.remote-inbox-right .remote-inbox-actions button {
  width: auto;
  min-width: 0;
  min-height: 34px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 1.15;
}

.remote-inbox-right .remote-inbox-actions p {
  min-width: 0;
  font-size: 12px;
  line-height: 1.35;
}

.remote-inbox-right {
  display: flex;
  position: sticky;
  grid-column: 3;
  top: 0;
  height: 100vh;
  min-height: 0;
  flex-direction: column;
  gap: 12px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  border-left: 1px solid #dddcd3;
  background: #f4f3ee;
  padding: 14px;
  z-index: 20;
  scrollbar-gutter: stable;
  touch-action: pan-y;
}

.remote-inbox-panel {
  min-width: 0;
  border: 1px solid #d9d8d0;
  border-radius: 8px;
  background: #fffefa;
  padding: 15px;
}

.remote-inbox-panel + .remote-inbox-panel {
  margin-top: 0;
}

.remote-inbox-connect-panel {
  display: flex;
  min-height: 0;
  flex: 0 0 auto;
  flex-direction: column;
  overflow: visible;
}

.remote-inbox-connection-panel {
  flex: 0 0 auto;
  padding: 11px 12px;
}

.remote-inbox-panel h2,
.remote-inbox-panel h3 {
  margin: 0;
  color: #171812;
  line-height: 1.25;
}

.remote-inbox-panel h2 {
  font-size: 16px;
}

.remote-inbox-panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.remote-inbox-connection-actions {
  display: inline-flex;
  min-width: max-content;
  margin-left: auto;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.remote-inbox-connection-actions .remote-inbox-setup-status {
  min-width: max-content;
  max-width: none;
  flex: 0 0 auto;
  overflow: visible;
  padding: 0 9px;
  text-align: center;
}

.remote-inbox-connection-actions #reset-pairing {
  min-height: 26px;
  border: 1px solid #d7d2c7;
  border-radius: 7px;
  background: #fffdf8;
  color: #4d4a40;
  flex: 0 0 auto;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
}

.remote-inbox-connection-actions #reset-pairing:hover,
.remote-inbox-connection-actions #reset-pairing:focus-visible {
  border-color: #b95747;
  background: #fff0ed;
  color: #8b2e1f;
}

.remote-inbox-panel h3 {
  font-size: 13px;
}

.remote-inbox-step-heading {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.remote-inbox-step-heading h3 {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.remote-inbox-setup-block.is-complete .remote-inbox-step-heading h3 {
  color: #64665f;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.remote-inbox-setup-block.is-complete .remote-inbox-step-heading h3::before {
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid #8aac7d;
  border-radius: 999px;
  background: #eef5e9;
  color: #2d6c34;
  content: "✓";
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.remote-inbox-expiry-pill {
  display: inline-flex;
  min-width: 0;
  max-width: 58%;
  min-height: 22px;
  align-items: center;
  border: 1px solid #d6d4cc;
  border-radius: 999px;
  background: #f8f7f1;
  color: #171812;
  flex: 0 1 auto;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  overflow: hidden;
  padding: 0 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.remote-inbox-setup-block {
  border-top: 1px solid #e4e3db;
  margin-top: 10px;
  padding-top: 10px;
}

.remote-inbox-setup-block:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.remote-inbox-step-help {
  margin: 6px 0 0;
  color: #64665f;
  font-size: 12px;
  line-height: 1.35;
}

.remote-inbox-ticket-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  margin-top: 8px;
}

.remote-inbox-ticket-row button,
.remote-inbox-button-row button,
.remote-inbox-arm-row button,
.remote-inbox-mobile-qr button {
  min-width: 0;
  min-height: 34px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 1.15;
  white-space: nowrap;
}

.remote-inbox-ticket-row button:disabled,
.remote-inbox-button-row button:disabled,
.remote-inbox-arm-row button:disabled,
.remote-inbox-mobile-qr button:disabled {
  border-color: #c7c5bc;
  background: #d9d7cf;
  color: #64665f;
  cursor: default;
}

.remote-inbox-ticket-row button {
  justify-self: end;
  min-width: 88px;
  width: auto;
}

.remote-inbox-ticket-row:has(.remote-inbox-ticket:not([hidden])) {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.remote-inbox-ticket-row:has(.remote-inbox-ticket:not([hidden]))
  .remote-inbox-ticket {
  display: block;
  position: relative;
  grid-column: 1 / -1;
}

.remote-inbox-ticket-row:has(.remote-inbox-ticket:not([hidden]))
  .remote-inbox-ticket
  textarea {
  grid-column: auto;
}

.remote-inbox-ticket-row:has(.remote-inbox-ticket:not([hidden])) button[hidden] {
  display: none;
}

.remote-inbox-button-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.remote-inbox-mobile-qr {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  border: 1px solid #d7e1d0;
  border-radius: 8px;
  background: #f1f7ed;
  padding: 10px;
}

.remote-inbox-mobile-qr[hidden] {
  display: none;
}

.remote-inbox-mobile-qr strong {
  display: block;
  color: #1f331c;
  font-size: 13px;
  line-height: 1.2;
}

.remote-inbox-mobile-qr p {
  margin: 3px 0 0;
  color: #4f6549;
  font-size: 12px;
  line-height: 1.35;
}

.remote-inbox-mobile-qr button {
  justify-self: end;
  white-space: nowrap;
}

.remote-inbox-command-toolbar {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.remote-inbox-command-shell {
  position: relative;
}

.remote-inbox-command-shell .remote-inbox-command-toolbar {
  top: 9px;
}

.remote-inbox-command-toolbar button,
.remote-inbox-ticket-row .remote-inbox-command-toolbar button {
  display: inline-flex;
  width: auto;
  min-width: 0;
  min-height: 18px;
  height: 18px;
  align-items: center;
  border: 1px solid #78796e;
  border-radius: 999px;
  background: #303127;
  color: #f5f0dd;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  padding: 0 6px;
  white-space: nowrap;
}

.remote-inbox-command-toolbar button {
  color: #f5f0dd;
}

.remote-inbox-command-toolbar button.is-selected {
  border-color: #8aac7d;
  background: #e9f3e4;
  color: #20331c;
}

.remote-inbox-runner-row {
  display: flex;
  min-width: 0;
  flex-wrap: nowrap;
  gap: 5px;
  margin-top: 8px;
  overflow: hidden;
}

.remote-inbox-runner-row button {
  display: inline-flex;
  min-width: 0;
  min-height: 24px;
  align-items: center;
  border: 1px solid #d6d4cc;
  border-radius: 999px;
  background: #f8f7f1;
  color: #64665f;
  cursor: pointer;
  flex: 0 1 auto;
  font-size: 11px;
  font-weight: 700;
  gap: 5px;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  padding: 0 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.remote-inbox-runner-logo {
  display: inline-grid;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  place-items: center;
}

.remote-inbox-runner-logo svg {
  width: 14px;
  height: 14px;
  display: block;
  fill: currentColor;
}

.remote-inbox-runner-logo.is-codex {
  color: #10a37f;
}

.remote-inbox-runner-logo.is-claude {
  color: #c15f3c;
}

.remote-inbox-runner-logo.is-gemini {
  color: #6f52ed;
}

.remote-inbox-runner-logo.is-opencode {
  color: #171812;
}

.remote-inbox-runner-row button.is-selected {
  border-color: #8aac7d;
  background: #eef5e9;
  color: #24381f;
}

.remote-inbox-runner-row button:disabled {
  opacity: 0.62;
}

@media (max-width: 420px) {
  .remote-inbox-runner-row button {
    width: 34px;
    flex: 0 0 34px;
    padding: 0;
  }

  .remote-inbox-runner-row button > span:not(.remote-inbox-runner-logo) {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}

.remote-inbox-arm-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 10px;
}

.remote-inbox-arm-row .remote-inbox-step-help {
  margin: 0;
}

.remote-inbox-pin-panel {
  display: grid;
  grid-template-columns: 7.5rem auto;
  gap: 8px;
  width: auto;
  min-width: 0;
}

.remote-inbox-pin-panel[hidden] {
  display: none;
}

.remote-inbox-pin-panel input {
  width: 7.5rem;
  min-width: 0;
  min-height: 34px;
  border: 1px solid #d7d5cc;
  border-radius: 8px;
  background: #fffefa;
  color: #171812;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 11px;
}

.remote-inbox-reset-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  margin-top: 12px;
  border-top: 1px solid #e4e3db;
  padding-top: 10px;
}

.remote-inbox-reset-block p {
  margin: 0;
  color: #64665f;
  font-size: 12px;
  line-height: 1.35;
}

.remote-inbox-reset-block button {
  justify-self: end;
  min-height: 34px;
  border: 1px solid #c7c5bc;
  border-radius: 7px;
  background: #fffefa;
  color: #171812;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}

.remote-inbox-turnstile {
  display: flex;
  width: 100%;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  margin: 4px 0 12px;
  overflow: hidden;
}

.remote-inbox-turnstile > div {
  width: 100% !important;
  min-width: 0 !important;
}

.remote-inbox-turnstile iframe {
  width: 100% !important;
  max-width: 100% !important;
}

.remote-inbox-turnstile[data-turnstile-size="compact"] {
  width: 170px;
  min-height: 142px;
  margin-right: auto;
  margin-left: auto;
  overflow: visible;
}

.remote-inbox-turnstile[data-turnstile-size="flexible"] {
  min-height: 76px;
}

.remote-inbox-turnstile[data-turnstile-size="normal"] {
  min-height: 76px;
}

.remote-inbox-turnstile-panel[hidden] {
  display: none;
}

.remote-inbox-turnstile-panel {
  display: grid;
  width: 100%;
  min-width: 0;
  margin: 10px 0 12px;
  border: 1px solid #dddcd3;
  border-radius: 8px;
  background: #fbfaf4;
  padding: 10px;
  overflow: hidden;
}

.remote-inbox-turnstile-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  border-top: 1px solid #e4e3db;
  padding-top: 8px;
}

.remote-inbox-turnstile-actions p {
  min-width: 0;
  margin: 0;
  color: #64665f;
  font-size: 12px;
  line-height: 1.35;
}

.remote-inbox-turnstile-actions button {
  justify-self: end;
  min-height: 34px;
  padding: 0 12px;
  white-space: nowrap;
}

.remote-inbox-ticket {
  display: grid;
  gap: 6px;
}

.remote-inbox-ticket strong {
  display: none;
}

.remote-inbox-ticket textarea {
  width: 100%;
  height: 107px;
  min-height: 107px;
  max-height: 107px;
  resize: none;
  overflow: auto;
  scrollbar-gutter: stable;
  border: 1px solid #d4d3ca;
  border-radius: 8px;
  background: #171812;
  color: #f7f5e8;
  font: 12px/1.45 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", monospace;
  padding: 44px 10px 10px;
}

.remote-inbox-muted {
  margin-top: 6px;
}

.remote-inbox-code {
  position: relative;
  overflow: auto;
  scrollbar-gutter: stable;
  max-width: 100%;
  max-height: clamp(94px, 18vh, 150px);
  border: 1px solid #d4d3ca;
  border-radius: 8px;
  background: #171812;
  color: #f7f5e8;
  font-size: 12px;
  line-height: 1.55;
  margin: 8px 0 0;
  padding: 44px 10px 10px;
  white-space: pre-wrap;
}

.remote-inbox-copy-surface,
.remote-inbox-copy-field textarea {
  cursor: copy;
  user-select: text;
}

.remote-inbox-copy-surface:focus {
  border-color: #9db991;
  outline: 2px solid #d8ebcf;
  outline-offset: 2px;
}

.remote-inbox-copy-surface::after {
  content: "Click to copy";
  position: absolute;
  top: 9px;
  right: 10px;
  color: #aaa69a;
  font-family:
    "Avenir Next", "Helvetica Neue", ui-sans-serif, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
}

.remote-inbox-copy-field::after {
  content: "Click to copy";
  position: absolute;
  top: 9px;
  right: 28px;
  color: #aaa69a;
  font-family:
    "Avenir Next", "Helvetica Neue", ui-sans-serif, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  pointer-events: none;
}

.remote-inbox-toast {
  position: fixed;
  left: 50%;
  bottom: calc(var(--remote-inbox-composer-height) + 16px);
  z-index: 80;
  box-sizing: border-box;
  width: min(420px, calc(100vw - 24px));
  border: 1px solid #d6d4cc;
  border-radius: 12px;
  background: #171812;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  opacity: 0;
  padding: 10px 14px;
  pointer-events: none;
  text-align: center;
  transform: translate(-50%, 8px);
  transition:
    opacity 520ms ease,
    transform 220ms ease;
}

.remote-inbox-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.remote-inbox-checks {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}

.remote-inbox-check-row {
  display: grid;
  min-width: 0;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  border-top: 1px solid #e4e3db;
  padding-top: 8px;
}

.remote-inbox-check-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.remote-inbox-check-row::before {
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  align-self: start;
  border: 1px solid #c9c8bf;
  border-radius: 4px;
  color: #6b6d66;
  content: "";
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.remote-inbox-check-row.is-ok::before {
  border-color: #708863;
  background: #eef5e9;
  color: #24381f;
  content: "✓";
}

.remote-inbox-check-row.is-error::before {
  border-color: #b96c61;
  background: #fff0ed;
  color: #8c3026;
  content: "!";
}

.remote-inbox-checks strong {
  color: #24261f;
  font-weight: 700;
}

.remote-inbox-checks span {
  display: block;
  min-width: 0;
  color: #64665f;
  font-size: 12px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.remote-inbox-inline-link {
  display: inline;
  border: 0;
  background: transparent;
  color: #171812;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.remote-inbox-inline-link:hover,
.remote-inbox-inline-link:focus-visible {
  color: #8c3026;
}

.remote-inbox-policy {
  display: grid;
  gap: 8px;
  margin: 0;
}

.remote-inbox-policy-mode-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 8px;
  align-items: center;
}

.remote-inbox-policy-mode-row .remote-inbox-policy-mode-description {
  grid-column: 1 / -1;
}

.remote-inbox-policy-mode-control {
  margin: 0;
  justify-self: end;
}

.remote-inbox-policy-workspace-select {
  justify-self: stretch;
  width: 100%;
}

.remote-inbox-policy-workspace-select select {
  width: 100%;
  max-width: none;
}

.remote-inbox-policy dt {
  color: #6b6d66;
  font-size: 12px;
}

.remote-inbox-policy dd {
  margin: 3px 0 0;
  color: #24261f;
  font-size: 12px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.remote-inbox-modal[hidden] {
  display: none;
}

.remote-inbox-modal {
  display: grid;
  position: fixed;
  inset: 0;
  place-items: center;
  padding: max(14px, env(safe-area-inset-top)) 12px
    max(14px, env(safe-area-inset-bottom));
  z-index: 60;
}

.remote-inbox-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 23, 18, 0.42);
}

.remote-inbox-modal-card {
  position: relative;
  width: min(430px, calc(100vw - 18px));
  max-height: calc(100dvh - 28px);
  overflow-x: visible;
  overflow-y: auto;
  border: 1px solid #d2d1c8;
  border-radius: 8px;
  background: #fffefa;
  padding: 16px;
}

.remote-inbox-modal-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #e4e3db;
  margin-bottom: 14px;
  padding-bottom: 12px;
}

.remote-inbox-modal-header h2 {
  margin: 0;
  color: #171812;
  font-size: 16px;
  line-height: 1.25;
}

.remote-inbox-modal-header p {
  margin: 5px 0 0;
  color: #64665f;
  font-size: 13px;
  line-height: 1.45;
}

.remote-inbox-modal-card .remote-inbox-turnstile {
  max-width: 100%;
  min-width: 0;
}

.remote-inbox-modal-card .remote-inbox-actions {
  align-items: stretch;
  justify-content: flex-end;
}

.remote-inbox-modal-card .remote-inbox-actions p {
  min-width: 0;
  order: 1;
  text-align: left;
}

.remote-inbox-modal-card .remote-inbox-actions button {
  order: 2;
}

.remote-inbox-qr-modal-card {
  width: min(390px, calc(100vw - 18px));
}

.remote-inbox-qr-shell {
  display: grid;
  place-items: center;
  border: 1px solid #e0ded4;
  border-radius: 8px;
  background: #f7f5ee;
  padding: 12px;
}

.remote-inbox-qr-shell canvas {
  display: block;
  width: min(288px, calc(100vw - 74px));
  height: auto;
  image-rendering: pixelated;
}

.remote-inbox-qr-warning {
  margin: 10px 0 0;
  border: 1px solid #ead3c8;
  border-radius: 8px;
  background: #fff7f2;
  color: #7b3c29;
  font-size: 12px;
  line-height: 1.4;
  padding: 9px 10px;
}

@media (min-width: 1181px) {
  body.remote-inbox-left-collapsed .remote-inbox-shell {
    grid-template-columns: 0 minmax(0, 1fr) 360px;
  }

  body.remote-inbox-right-collapsed .remote-inbox-shell {
    grid-template-columns: 232px minmax(0, 1fr) 0;
  }

  body.remote-inbox-left-collapsed.remote-inbox-right-collapsed
    .remote-inbox-shell {
    grid-template-columns: 0 minmax(0, 1fr) 0;
  }

  body.remote-inbox-left-collapsed .remote-inbox-left,
  body.remote-inbox-right-collapsed .remote-inbox-right {
    display: none;
  }
}

@media (max-width: 1180px) {
  .remote-inbox-shell {
    grid-template-columns: 218px minmax(0, 1fr);
  }

  body.remote-inbox-left-collapsed .remote-inbox-shell {
    grid-template-columns: 0 minmax(0, 1fr);
  }

  body.remote-inbox-left-collapsed .remote-inbox-left {
    display: none;
  }

  .remote-inbox-chatbar #open-right-panel {
    display: inline-grid;
  }

  .remote-inbox-right {
    position: fixed;
    grid-column: auto;
    right: 0;
    top: 0;
    width: min(380px, calc(100vw - 42px));
    height: 100dvh;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border-left: 1px solid #d2d1c8;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 150ms ease;
  }

  body.remote-inbox-right-open .remote-inbox-right {
    pointer-events: auto;
    transform: translateX(0);
  }

  body.remote-inbox-right-open .remote-inbox-chatbar #open-right-panel {
    display: none;
  }

  body.remote-inbox-right-open .remote-inbox-backdrop,
  body.remote-inbox-left-open .remote-inbox-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 15;
    background: rgba(20, 21, 18, 0.32);
  }

  .remote-inbox-chatbar {
    grid-template-columns: auto minmax(92px, 1fr) minmax(0, auto);
  }
}

@media (max-width: 780px) {
  .remote-inbox-shell {
    grid-template-columns: 1fr;
  }

  .remote-inbox-left {
    position: fixed;
    grid-column: auto;
    left: 0;
    top: 0;
    width: min(300px, calc(100vw - 48px));
    height: 100dvh;
    min-height: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    border-right: 1px solid #d2d1c8;
    transform: translateX(-100%);
    transition: transform 150ms ease;
  }

  body.remote-inbox-left-open .remote-inbox-left {
    transform: translateX(0);
  }

  .remote-inbox-chatbar {
    grid-template-columns: 30px minmax(72px, 1fr) minmax(0, auto);
    grid-template-rows: minmax(34px, auto);
    min-height: 0;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .remote-inbox-chat {
    position: static;
    grid-column: 1;
    height: auto;
    min-height: 100dvh;
    grid-template-rows: auto minmax(330px, 1fr) auto;
  }

  .remote-inbox-chatbar,
  .remote-inbox-chat-scroll,
  .remote-inbox-composer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .remote-inbox-chatbar #open-left-panel {
    display: inline-grid;
    grid-column: 1;
    grid-row: 1;
  }

  .remote-inbox-chat-title {
    grid-column: 2;
    grid-row: 1;
  }

  .remote-inbox-chat-controls {
    grid-column: 3;
    grid-row: 1;
    justify-content: end;
    gap: 4px;
    width: auto;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .remote-inbox-chat-controls::-webkit-scrollbar {
    display: none;
  }

  .remote-inbox-workspace {
    min-width: 0;
    width: auto;
  }

  .remote-inbox-workspace select,
  .remote-inbox-mode-select select,
  .remote-inbox-policy-mode-select select {
    padding: 0 7px;
  }

  .remote-inbox-policy-mode-select select {
    padding-left: 22px;
  }

  .remote-inbox-chat-controls > button:not(.remote-inbox-icon-button) {
    display: none;
  }

  .remote-inbox-mode-list {
    grid-template-columns: repeat(3, minmax(36px, 1fr));
    flex: 1 1 120px;
    gap: 3px;
  }

  .remote-inbox-mode-list button {
    overflow: hidden;
    padding: 0 3px;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .remote-inbox-chat-controls > .remote-inbox-icon-button {
    width: 30px;
    min-width: 30px;
    min-height: 34px;
  }

  .remote-inbox-intro h1 {
    font-size: 25px;
  }

  .remote-inbox-composer-line {
    --remote-inbox-composer-control-height: 40px;
    align-items: center;
    gap: 6px;
  }

  .remote-inbox-composer textarea {
    min-height: var(--remote-inbox-composer-control-height);
    max-height: 30dvh;
    resize: none;
  }

  .remote-inbox-modal-card .remote-inbox-actions {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
  }

  .remote-inbox-modal-card .remote-inbox-actions button {
    width: auto;
  }

  .remote-inbox-modal {
    padding-left: 8px;
    padding-right: 8px;
  }

  .remote-inbox-modal-card {
    padding: 12px;
  }
}
