:root {
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:#253a33;
  background:#f7f8f5;
  font-synthesis:none;
  --ink:#223c32;
  --muted:#7c8981;
  --line:#e7ebe4;
  --green:#2b6349;
  --light:#edf5e9;
  --sidebar:#132c28;
}

.google-contact-status { display: block; overflow-wrap: anywhere; margin-top: 4px; }

* {
  box-sizing:border-box;
}

body {
  margin:0;
}

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

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

button {
  cursor:pointer;
}

button:disabled {
  opacity:.5;
  cursor:wait;
}

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

button:focus-visible,a:focus-visible {
  outline:3px solid #74aa85;
  outline-offset:3px;
}

input:focus,textarea:focus,select:focus {
  outline:2px solid #85ab90;
  outline-offset:1px;
}

[hidden] {
  display:none!important;
}

.icon-definitions {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden;
}

.icon {
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0;
}

.button {
  border:0;
  border-radius:8px;
  padding:12px 17px;
  font-size:12px;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  transition:background .15s;
}

.button .icon {
  width:16px;
  height:16px;
}

.primary {
  background:var(--green);
  color:white;
}

.primary:hover {
  background:#1c5139;
}

.secondary {
  background:white;
  border:1px solid #dfe5dc;
  color:#41574a;
}

.secondary:hover {
  background:var(--light);
}

.brand {
  display:flex;
  align-items:center;
  gap:10px;
  color:white;
  font-size:27px;
  font-weight:650;
  letter-spacing:-1.3px;
}

.brand-mark {
  display:grid;
  place-items:center;
  width:35px;
  height:35px;
  border-radius:10px;
  background:#bbefbe;
  color:#234d37;
}

.brand-mark .icon {
  width:23px;
  height:23px;
}

.brand-x {
  color:#beecc1;
}

.eyebrow {
  font-size:9px;
  letter-spacing:1.5px;
  font-weight:650;
  color:#7c9080;
}

.workspace {
  display:grid;
  grid-template-columns:218px minmax(0,1fr);
  min-height:100vh;
}

.sidebar {
  background:var(--sidebar);
  padding:35px 19px 18px;
  display:flex;
  flex-direction:column;
  position:sticky;
  top:0;
  height:100vh;
  color:#acbeb3;
}

.sidebar .brand {
  margin:0 13px 47px;
}

.workspace-label {
  font-size:9px;
  letter-spacing:1.2px;
  display:flex;
  justify-content:space-between;
  margin:0 13px 18px;
  color:#7d998c;
}

.workspace-label span {
  color:#536f63;
}

.nav-item {
  display:flex;
  align-items:center;
  gap:12px;
  width:100%;
  padding:13px 14px;
  border:0;
  border-radius:7px;
  background:transparent;
  color:#a8bdb1;
  text-align:left;
  font-size:12px;
  font-weight:500;
  margin-bottom:7px;
}

.nav-item .icon {
  width:18px;
  height:18px;
}

.nav-item.active {
  color:#d5f3cc;
  background:#294237;
}

.nav-item:hover {
  background:#243f35;
}

.nav-count {
  margin-left:auto;
  font-size:10px;
  padding:2px 6px;
  border-radius:4px;
  background:#43604b;
  color:#d6eccd;
}

.sidebar-bottom {
  margin-top:auto;
}

.assistant-note {
  border:1px solid #334b3d;
  border-radius:9px;
  background:linear-gradient(125deg,#2a4435,#19352e);
  padding:18px 16px;
  margin-bottom:23px;
}

.tiny-star {
  color:#b7dea0;
  font-size:25px;
}

.assistant-note h3 {
  font-size:12px;
  font-weight:500;
  color:#e1eade;
  margin:15px 0 9px;
}

.assistant-note p {
  font-size:10px;
  line-height:1.8;
  color:#98b09f;
}

.assistant-note button {
  color:#c7e4b8;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border:0;
  background:transparent;
  padding:10px 0 0;
  width:100%;
  font-size:10px;
}

.account {
  display:flex;
  gap:9px;
  align-items:center;
  padding:0 3px;
}

.avatar {
  width:32px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#ede6d5;
  color:#6a614a;
  border-radius:50%;
  font-size:10px;
  font-weight:600;
  flex-shrink:0;
}

.account strong {
  display:block;
  color:#dae5d8;
  font-size:10px;
  font-weight:500;
}

.account div span {
  display:block;
  font-size:9px;
  margin-top:4px;
  color:#718b7e;
}

.account button {
  margin-left:auto;
  border:0;
  background:transparent;
  color:#a1b798;
}

.main {
  min-width:0;
  padding:0 32px;
}

.topbar {
  height:76px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid var(--line);
}

.breadcrumb {
  font-size:10px;
  color:#7f8b82;
}

.breadcrumb span {
  margin:0 12px;
  color:#adb6ad;
}

.breadcrumb strong {
  font-weight:500;
  color:#415747;
}

.topbar-right {
  display:flex;
  align-items:center;
  gap:17px;
}

.badge {
  font-size:9px;
  font-weight:600;
  border-radius:5px;
  padding:6px 8px;
  background:#e9f3e5;
  color:#48723f;
}

.amber {
  background:#f2ead9;
  color:#92753a;
}

.small-avatar {
  width:29px;
  height:29px;
  border:0;
}

.page-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:30px 0 24px;
}

.page-heading h1 {
  font-size:29px;
  letter-spacing:-1px;
  font-weight:550;
  margin:8px 0;
}

.page-heading p {
  font-size:12px;
  color:#7f8b81;
  margin:0;
}

.banner {
  display:flex;
  align-items:center;
  gap:10px;
  background:#edf2e6;
  border:1px solid #e3e9d9;
  border-radius:7px;
  padding:12px 15px;
  font-size:10px;
  color:#6d7d5e;
  margin-bottom:23px;
  line-height:1.6;
}

.banner strong {
  color:#4d6541;
  font-weight:550;
}

.banner .icon {
  width:16px;
  height:16px;
  color:#65804d;
}

.banner button {
  margin-left:auto;
  white-space:nowrap;
  font-size:10px;
  color:#526b43;
  border:0;
  background:transparent;
  font-weight:600;
}

.banner button span {
  margin-left:8px;
}

.warning {
  background:#fff0e4;
  color:#895d31;
  border-color:#f1d6bd;
}

.metrics {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
  margin-bottom:24px;
}

.metric {
  background:white;
  border:1px solid var(--line);
  border-radius:9px;
  padding:17px 19px;
}

.metric>span {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:10px;
  color:#80907f;
}

.metric>span .icon {
  width:15px;
  height:15px;
  color:#9da997;
}

.metric>strong {
  display:block;
  font-size:27px;
  font-weight:550;
  margin:14px 0 7px;
  letter-spacing:-1px;
}

.metric small {
  font-size:9px;
  color:#93a08e;
}

.status-metric {
  background:#f0f4e8;
  border-color:#e3e9d9;
}

.status-metric>strong {
  font-size:22px;
  letter-spacing:-.6px;
  display:flex;
  align-items:center;
  gap:8px;
  margin:17px 0 9px;
}

.status-dot {
  width:6px;
  height:6px;
  background:#638856;
  border-radius:50%;
  display:inline-block;
  flex-shrink:0;
}

.inbox-layout {
  display:grid;
  grid-template-columns:260px minmax(270px,1fr) 205px;
  background:white;
  border:1px solid #dfe6dc;
  border-radius:10px;
  overflow:hidden;
  height:calc(100vh - 413px);
  min-height:475px;
  max-height:900px;
  box-shadow:0 3px 9px #243b2503;
}

.conversation-panel {
  border-right:1px solid var(--line);
  display:flex;
  flex-direction:column;
  min-height:0;
}

.panel-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:20px 17px 16px;
}

.panel-heading h2,.thread-header h2 {
  margin:0;
  font-size:12px;
  font-weight:600;
}

.panel-heading h2 span {
  font-size:9px;
  color:#809078;
  background:#f0f3ec;
  border-radius:4px;
  padding:3px 5px;
  margin-left:3px;
}

.live-indicator {
  font-size:8px;
  color:#789467;
}

.search {
  display:flex;
  align-items:center;
  margin:0 15px 14px;
  border:1px solid #e5e9e1;
  border-radius:6px;
  padding:8px 10px;
  gap:7px;
  background:#fbfcf9;
}

.search .icon {
  width:13px;
  height:13px;
  color:#9ca893;
}

.search input {
  min-width:0;
  width:100%;
  font-size:10px;
  border:0;
  background:transparent;
  color:var(--ink);
}

.search input::placeholder {
  color:#9aa590;
}

.search input:focus {
  outline:0;
}

.search:focus-within {
  outline:2px solid #85ab90;
}

.filters {
  display:flex;
  border-bottom:1px solid var(--line);
  padding:0 14px;
  gap:16px;
}

.filters button {
  font-size:9px;
  border:0;
  background:transparent;
  color:#95a089;
  padding:0 0 12px;
  border-bottom:2px solid transparent;
  white-space:nowrap;
}

.filters button.active {
  color:#4d7340;
  border-bottom-color:#587e42;
  font-weight:600;
}

.conversation-list {
  flex:1;
  overflow:auto;
}

.conversation {
  display:flex;
  gap:10px;
  padding:17px 14px;
  background:white;
  width:100%;
  border:0;
  border-bottom:1px solid #eff2eb;
  text-align:left;
  border-left:3px solid transparent;
}

.conversation.active {
  background:#f0f5e9;
  border-left-color:#779359;
}

.conversation:hover {
  background:#f6f8f0;
}

.conversation .avatar {
  background:#e8e9d9;
  color:#7f8259;
  width:34px;
  height:34px;
  margin-top:1px;
}

.conversation-content {
  flex:1;
  min-width:0;
}

.conversation-title {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:7px;
}

.conversation-title strong {
  font-size:10px;
  font-weight:600;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.conversation-title time {
  font-size:8px;
  color:#9aa58f;
  white-space:nowrap;
}

.conversation-preview {
  font-size:10px;
  color:#8c9982;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  margin:6px 0 8px;
}

.conversation-status {
  font-size:8px;
  color:#6f875a;
}

.conversation-status.attention {
  color:#a67b40;
}

.list-empty {
  padding:40px 20px;
  color:#93a08c;
  font-size:11px;
  line-height:1.8;
  text-align:center;
}

.list-footer {
  text-align:center;
  padding:14px 8px;
  font-size:8px;
  color:#a0ab98;
  border-top:1px solid var(--line);
}

.thread-panel {
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:0;
  background:#fcfdf9;
}

.thread-header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 23px;
  border-bottom:1px solid var(--line);
  min-height:73px;
  background:white;
}

.thread-header span {
  display:block;
  margin-top:6px;
  font-size:9px;
  color:#93a088;
}

.thread-header>.icon {
  color:#91a779;
  width:17px;
  height:17px;
}

.thread {
  flex:1;
  overflow:auto;
  padding:20px 24px;
  scroll-behavior:smooth;
}

.empty-thread {
  height:100%;
  min-height:235px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  text-align:center;
  max-width:310px;
  margin:auto;
}

.empty-art {
  width:69px;
  height:69px;
  border-radius:22px;
  background:#edf1e4;
  border:1px solid #dfe7d3;
  display:grid;
  place-items:center;
  position:relative;
  margin:0 0 25px;
  transform:rotate(-7deg);
}

.empty-art>.icon {
  width:34px;
  height:34px;
  color:#779362;
}

.empty-art>span {
  position:absolute;
  right:-8px;
  top:-7px;
  background:#b9c994;
  color:#fff;
  padding:5px 9px;
  font-size:16px;
  border-radius:10px;
}

.empty-thread .eyebrow {
  font-size:8px;
  color:#9ba888;
}

.empty-thread h2 {
  font-size:19px;
  letter-spacing:-.5px;
  font-weight:500;
  margin:12px 0 10px;
}

.empty-thread p {
  color:#92a087;
  font-size:11px;
  line-height:1.9;
  margin:0;
  max-width:260px;
}

.message-group {
  margin-bottom:23px;
}

.message-meta {
  font-size:8px;
  color:#9aa58f;
  display:flex;
  justify-content:space-between;
  margin-bottom:7px;
}

.bubble {
  max-width:92%;
  padding:12px 14px;
  border-radius:3px 12px 12px;
  background:#fff;
  border:1px solid #e6eadf;
  font-size:11px;
  line-height:1.8;
  white-space:pre-wrap;
  overflow-wrap:anywhere;
}

.reply-meta {
  text-align:right;
  font-size:8px;
  color:#839470;
  margin:14px 0 6px;
}

.bubble.reply {
  margin-left:auto;
  background:#eaf2dd;
  border-color:#e1eacf;
  border-radius:12px 3px 12px 12px;
  color:#526346;
}

.bubble.reply a {
  text-decoration:underline;
  text-underline-offset:2px;
}

.message-status {
  text-align:right;
  font-size:8px;
  color:#8d9d7b;
  margin-top:6px;
}

.message-error {
  font-size:10px;
  color:#a37545;
  line-height:1.7;
  padding:8px 0;
}

.message-actions {
  display:flex;
  gap:8px;
  justify-content:flex-end;
  margin-top:8px;
}

.message-actions button {
  font-size:9px;
  padding:7px 10px;
  border:1px solid #dce5d2;
  border-radius:5px;
  background:white;
  color:#60764c;
}

.message-actions button.approve {
  background:#3f704d;
  color:white;
  border-color:#3f704d;
}

.draft-editor {
  width:100%;
  min-height:120px;
  margin-top:12px;
  padding:12px;
  border:1px solid #becfa8;
  border-radius:7px;
  background:#fbfff5;
  font-size:11px;
  line-height:1.7;
  color:var(--ink);
  resize:vertical;
}

.composer {
  border-top:1px solid var(--line);
  background:#fff;
  padding:15px 19px;
}

.composer-label {
  display:flex;
  gap:6px;
  align-items:center;
  font-size:8px;
  color:#7c9168;
  letter-spacing:.8px;
  margin-bottom:10px;
  font-weight:600;
}

.composer-label .status-dot {
  width:4px;
  height:4px;
}

.composer-label>span:last-child {
  margin-left:auto;
  letter-spacing:0;
  color:#acb4a3;
  font-size:8px;
  font-weight:400;
}

.compose-field {
  display:flex;
  align-items:center;
  gap:9px;
  background:#f9fbf5;
  border:1px solid #e6eadd;
  border-radius:7px;
  padding:10px 11px;
}

.compose-field textarea {
  width:100%;
  font-size:11px;
  border:0;
  background:transparent;
  resize:none;
  line-height:1.7;
  min-height:38px;
  color:var(--ink);
}

textarea::placeholder {
  color:#a3ad96;
}

.compose-field textarea:focus {
  outline:0;
}

.compose-field:focus-within {
  outline:2px solid #85ab90;
}

.send-button {
  border:0;
  background:#476e42;
  color:white;
  width:32px;
  height:32px;
  border-radius:6px;
  display:grid;
  place-items:center;
  flex-shrink:0;
}

.send-button .icon {
  width:17px;
  height:17px;
}

.composer-footer {
  display:flex;
  justify-content:space-between;
  font-size:7px;
  color:#acb4a1;
  margin-top:9px;
}

.live-footer {
  text-align:center;
  font-size:10px;
  color:#859574;
  padding:20px;
  border-top:1px solid var(--line);
}

.details-panel {
  padding:25px 17px;
  border-left:1px solid var(--line);
  background:#fdfefb;
}

.details-panel>.eyebrow {
  font-size:8px;
  color:#9aab87;
}

.details-panel h3 {
  font-size:15px;
  font-weight:500;
  line-height:1.6;
  letter-spacing:-.4px;
  margin:12px 0 27px;
}

.flow-step {
  display:flex;
  gap:10px;
  align-items:center;
}

.flow-icon {
  height:33px;
  width:33px;
  display:grid;
  place-items:center;
  border-radius:9px;
  flex-shrink:0;
}

.flow-icon .icon {
  width:18px;
  height:18px;
}

.whatsapp {
  background:#e2f1df;
  color:#508151;
}

.rekrut {
  background:#edf0e6;
  color:#657d52;
  font-size:12px;
  font-weight:700;
  letter-spacing:-1px;
}

.astra {
  background:#f0edde;
  color:#9c9264;
}

.done {
  background:#edf3e4;
  color:#739354;
}

.flow-step strong {
  display:block;
  font-size:9px;
  font-weight:600;
  color:#627154;
}

.flow-step small {
  display:block;
  font-size:8px;
  margin-top:5px;
  color:#a1ad92;
}

.flow-line {
  height:20px;
  margin:4px 0 4px 16px;
  border-left:1px dashed #dbe2cf;
}

.context-note {
  margin-top:30px;
  padding:15px 12px;
  border:1px solid #e5eadb;
  border-radius:7px;
  background:#f6f8ef;
}

.context-note .icon {
  height:14px;
  width:14px;
  color:#9aad7f;
  display:block;
  margin-bottom:10px;
}

.context-note strong {
  font-size:9px;
  color:#7c8e64;
  font-weight:500;
  display:block;
}

.context-note p {
  font-size:8px;
  line-height:1.9;
  color:#a0ad8d;
  margin-bottom:0;
}

.queue-note {
  font-size:8px;
  color:#a2ae92;
  margin-top:20px;
  text-align:center;
}

.page-footnote {
  font-size:8px;
  color:#a4ae98;
  display:flex;
  justify-content:space-between;
  margin:17px 0 22px;
}

.settings-view {
  display:grid;
  grid-template-columns:minmax(0,1.6fr) minmax(230px,1fr);
  gap:22px;
  margin-bottom:35px;
  align-items:start;
}

.settings-card {
  background:white;
  border:1px solid var(--line);
  border-radius:10px;
  padding:28px;
}

.settings-card h2 {
  font-size:21px;
  letter-spacing:-.5px;
  font-weight:500;
  line-height:1.5;
  margin:15px 0 9px;
}

.settings-card p {
  font-size:12px;
  line-height:1.9;
  color:#8a9781;
  margin:8px 0 22px;
}

.settings-card label {
  display:block;
  font-size:11px;
  font-weight:600;
  margin:24px 0 10px;
  color:#637452;
}

.settings-card select,.settings-card textarea {
  display:block;
  width:100%;
  border:1px solid #dfe6d8;
  border-radius:7px;
  padding:12px;
  background:#fbfcf8;
  color:#526346;
  font-size:12px;
  line-height:1.8;
  resize:vertical;
}

.settings-card .field-help {
  font-size:10px;
  line-height:1.8;
  margin:9px 0 22px;
  color:#99a38d;
}

.card-icon {
  background:#edf4e3;
  color:#7a995d;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:11px;
}

.info-card {
  background:#eef3e7;
}

.info-card h2 {
  font-size:30px;
  letter-spacing:-1px;
}

.info-row {
  display:flex;
  gap:12px;
  justify-content:space-between;
  padding:17px 0;
  border-bottom:1px solid #dfe5d5;
  font-size:10px;
  color:#7f8e70;
}

.info-row strong {
  font-weight:500;
  color:#546b43;
}

.settings-card a {
  font-size:11px;
  color:#597b44;
  text-decoration:underline;
  text-underline-offset:3px;
}

.settings-card .small {
  font-size:10px;
  margin-top:22px;
}

.connection-cards {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  margin-bottom:23px;
}

.connection-title {
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.connection-title .flow-icon {
  height:42px;
  width:42px;
}

.connections-view {
  margin-bottom:40px;
}

.setup-guide {
  padding:30px;
}

.setup-step {
  display:flex;
  gap:19px;
  border-bottom:1px solid var(--line);
  padding:17px 0;
}

.setup-step>span {
  display:grid;
  place-items:center;
  flex-shrink:0;
  width:29px;
  height:29px;
  background:#eef4e5;
  border-radius:50%;
  font-size:11px;
  color:#778f5e;
  margin-top:4px;
}

.setup-step h3 {
  font-size:13px;
  font-weight:500;
  margin:6px 0;
}

.setup-step p {
  font-size:11px;
  margin:8px 0 14px;
  max-width:740px;
}

code {
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:.9em;
  background:#eaf0e3;
  border-radius:3px;
  padding:2px 5px;
  overflow-wrap:anywhere;
}

.setup-footer {
  font-size:10px;
  color:#96a185;
  margin-top:23px;
  line-height:1.8;
}

.toast {
  position:fixed;
  bottom:25px;
  left:50%;
  transform:translateX(-50%);
  background:#243f31;
  color:#eff5e9;
  padding:13px 22px;
  border-radius:8px;
  box-shadow:0 5px 30px #14271720;
  font-size:12px;
  z-index:10;
  max-width:90vw;
  line-height:1.6;
}

.login-screen {
  min-height:100vh;
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#fafbf7;
}

.login-card {
  max-width:510px;
  margin:auto;
  padding:45px;
}

.login-card .brand {
  color:#253e2e;
  margin-bottom:70px;
}

.login-card .brand-x {
  color:#6e9859;
}

.login-card>.eyebrow {
  line-height:1.8;
  font-size:8px;
}

.login-card h1 {
  font-size:43px;
  letter-spacing:-1.8px;
  line-height:1.2;
  font-weight:500;
  margin:18px 0;
}

.login-card>p {
  font-size:13px;
  line-height:1.9;
  color:#8b9781;
}

.login-card form {
  margin:33px 0 21px;
}

.login-card label {
  display:block;
  font-size:11px;
  font-weight:500;
  margin-bottom:10px;
  color:#657650;
}

.login-card input {
  display:block;
  width:100%;
  border:1px solid #dce3d2;
  border-radius:7px;
  padding:13px 12px;
  font-size:11px;
  background:white;
}

.login-card .button {
  margin-top:15px;
  width:100%;
  justify-content:space-between;
}

.login-card .small {
  font-size:10px;
}

.error-text {
  font-size:11px;
  color:#a66440;
  line-height:1.7;
}

.login-art {
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:#193b30;
  overflow:hidden;
  padding:40px;
  color:#c8e2b7;
}

.orb {
  position:absolute;
  width:620px;
  height:620px;
  border-radius:50%;
  border:1px solid #9bb38520;
  box-shadow:0 0 0 65px #9bb38506,0 0 0 130px #9bb38505;
  background:radial-gradient(circle,#72935b26,transparent 60%);
}

.art-chat {
  z-index:1;
  width:300px;
  padding:24px;
  background:#f0f3e7;
  color:#657c4e;
  border-radius:4px 17px 17px;
  margin-right:50px;
  font-size:15px;
  transform:rotate(-4deg);
  box-shadow:0 15px 30px #12281d30;
}

.art-chat>span {
  display:block;
  font-size:9px;
  color:#9caa89;
  margin-top:14px;
}

.art-chat.answer {
  margin:-1px 0 0 70px;
  transform:rotate(4deg);
  background:#bdcfa4;
  color:#435c33;
  border-radius:17px 4px 17px 17px;
}

.art-chat.answer>span {
  color:#788f60;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.art-chat.answer .icon {
  height:14px;
  width:14px;
}

.login-art>p {
  z-index:1;
  line-height:1.8;
  letter-spacing:-.5px;
  font-size:26px;
  text-align:center;
  font-weight:300;
  margin-top:75px;
}

.muted {
  color:var(--muted);
}

@media(min-width:1550px) {
  .main {
    padding:0 45px;
  }
  .workspace {
    grid-template-columns:235px minmax(0,1fr);
  }
  .inbox-layout {
    grid-template-columns:300px minmax(350px,1fr) 235px;
  }
  .details-panel {
    padding:28px 23px;
  }
  .thread {
    padding:25px 32px;
  }
  .bubble {
    font-size:12px;
  }
  .conversation-title strong {
    font-size:12px;
  }
  .conversation-preview {
    font-size:11px;
  }
}

@media(max-width:1250px) {
  .details-panel {
    display:none;
  }
  .inbox-layout {
    grid-template-columns:255px minmax(250px,1fr);
  }
  .main {
    padding:0 24px;
  }
  .workspace {
    grid-template-columns:195px minmax(0,1fr);
  }
  .sidebar {
    padding:30px 14px 18px;
  }
  .metric {
    padding:15px;
  }
  .banner {
    flex-wrap:wrap;
  }
  .banner button {
    margin-left:26px;
  }
  .metrics {
    gap:10px;
  }
  .metric small {
    font-size:8px;
  }
  .composer-footer {
    font-size:8px;
  }
}

@media(max-width:900px) {
  .workspace {
    grid-template-columns:76px minmax(0,1fr);
  }
  .sidebar {
    padding:28px 12px;
  }
  .sidebar .brand {
    margin:0 auto 40px;
  }
  .sidebar .brand>span:last-child,.workspace-label,.sidebar-bottom,.nav-count {
    display:none;
  }
  .nav-item {
    font-size:0;
    gap:0;
    justify-content:center;
    padding:15px;
  }
  .nav-item .icon {
    width:20px;
    height:20px;
  }
  .metrics {
    grid-template-columns:repeat(2,1fr);
  }
  .metric {
    padding:14px 17px;
  }
  .metric>strong {
    margin:8px 0 5px;
  }
  .status-metric>strong {
    margin:12px 0 5px;
  }
  .inbox-layout {
    height:570px;
    min-height:500px;
    grid-template-columns:215px minmax(220px,1fr);
  }
  .page-heading h1 {
    font-size:25px;
  }
  .settings-view {
    grid-template-columns:1fr;
  }
  .info-card {
    display:none;
  }
  .login-card {
    padding:30px;
  }
  .login-card h1 {
    font-size:35px;
  }
  .art-chat {
    width:230px;
    margin-right:10px;
    font-size:13px;
  }
  .art-chat.answer {
    margin-left:30px;
  }
  .login-art>p {
    font-size:22px;
  }
  .filters {
    gap:12px;
  }
  .conversation-title time {
    font-size:7px;
  }
  .composer-label>span:last-child {
    display:none;
  }
}

@media(max-width:650px) {
  .workspace {
    display:block;
  }
  .sidebar {
    height:auto;
    position:static;
    padding:14px 18px;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
  }
  .sidebar .brand {
    margin:0;
  }
  .sidebar .brand>span:last-child {
    display:inline;
    font-size:23px;
  }
  .sidebar .brand-mark {
    width:29px;
    height:29px;
  }
  .sidebar nav {
    display:flex;
    gap:5px;
  }
  .nav-item {
    padding:10px;
    margin:0;
  }
  .main {
    padding:0 16px;
  }
  .topbar {
    height:54px;
  }
  .page-heading {
    padding:22px 0 19px;
    gap:10px;
  }
  .page-heading h1 {
    font-size:23px;
  }
  .page-heading .eyebrow {
    font-size:7px;
    letter-spacing:1px;
  }
  .page-heading p {
    font-size:10px;
  }
  .page-heading .button {
    font-size:9px;
    padding:10px;
    gap:5px;
    white-space:nowrap;
  }
  .page-heading .button .icon {
    width:12px;
    height:12px;
  }
  .badge {
    font-size:8px;
  }
  .topbar-right {
    gap:9px;
  }
  .banner {
    margin-bottom:16px;
    font-size:9px;
    padding:10px;
    gap:7px;
  }
  .banner button {
    font-size:9px;
  }
  .metrics {
    gap:9px;
    margin-bottom:16px;
  }
  .metric>span {
    font-size:9px;
  }
  .metric>strong {
    font-size:25px;
  }
  .status-metric>strong {
    font-size:22px;
  }
  .metric small {
    font-size:8px;
  }
  .inbox-layout {
    display:flex;
    flex-direction:column;
    height:auto;
    max-height:none;
    min-height:500px;
  }
  .conversation-panel {
    border-right:0;
    border-bottom:1px solid var(--line);
    max-height:260px;
  }
  .panel-heading {
    padding:15px;
  }
  .search {
    margin-bottom:10px;
  }
  .filters {
    gap:20px;
  }
  .conversation-list {
    max-height:120px;
  }
  .conversation {
    padding:11px 13px;
  }
  .conversation-preview {
    margin:4px 0;
  }
  .conversation-status,.list-footer {
    display:none;
  }
  .list-empty {
    padding:14px 20px;
    font-size:10px;
  }
  .thread-panel {
    height:550px;
    flex:none;
  }
  .thread-header {
    padding:15px 20px;
  }
  .thread {
    padding:18px;
  }
  .bubble {
    font-size:12px;
  }
  .thread-header h2 {
    font-size:11px;
  }
  .page-footnote span {
    display:none;
  }
  .connection-cards {
    grid-template-columns:1fr;
    gap:15px;
  }
  .settings-card {
    padding:22px;
  }
  .setup-step {
    gap:12px;
  }
  .settings-card h2 {
    font-size:19px;
  }
  .settings-card p {
    font-size:11px;
  }
  .login-screen {
    display:flex;
    min-height:100dvh;
  }
  .login-art {
    display:none;
  }
  .login-card {
    padding:30px;
    max-width:470px;
  }
  .login-card .brand {
    margin-bottom:55px;
  }
  .login-card h1 {
    font-size:40px;
  }
  .composer-footer {
    font-size:7px;
  }
}

@media(prefers-reduced-motion:reduce) {
  * {
    scroll-behavior:auto!important;
    transition:none!important;
  }
}
