:root {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: #263b34;
  background: #fafbf8;
  font-synthesis: none;
  font-size: 14px;
  --ink: #213a31;
  --muted: #839087;
  --line: #e8ece6;
  --green: #2f614b;
  --lime: #d6eb98;
  --panel: #f1f4ee;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
textarea {
  font: inherit;
}
button,
a,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button {
  color: inherit;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid #8aa86c;
  outline-offset: 3px;
}
input:focus,
textarea:focus {
  outline: none;
  border-color: #698c64 !important;
  box-shadow: 0 0 0 3px #9bbd7830;
}
button {
  border: 0;
  background: none;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  letter-spacing: -0.035em;
}
h2 {
  font-weight: 650;
}
.icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  vertical-align: middle;
}
button .icon {
  pointer-events: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
[hidden] {
  display: none !important;
}
.muted {
  color: #7b867f;
  line-height: 1.7;
}
.eyebrow {
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 1.6px;
  color: #879187;
}
.button {
  min-height: 40px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #dce3d8;
  border-radius: 8px;
  background: white;
  font-size: 12px;
  font-weight: 600;
  transition:
    background 0.15s,
    transform 0.15s;
}
.button:hover:not(:disabled) {
  background: #f1f5e9;
}
.button:active:not(:disabled) {
  transform: translateY(1px);
}
.button.primary {
  color: #f7faf4;
  background: #2d5945;
  border-color: #2d5945;
}
.button.primary:hover {
  background: #214635;
}
.button.full {
  width: 100%;
}
.button.small {
  min-height: 32px;
  padding: 7px 12px;
  font-size: 11px;
}
.button.small .icon {
  width: 15px;
  height: 15px;
}
.icon-button {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  flex-shrink: 0;
  color: #859083;
}
.icon-button:hover {
  background: #e6ebdf;
  color: #284333;
}
.text-button {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 6px 0;
  color: #507447;
  font-size: 12px;
  font-weight: 600;
}
.text-button:hover {
  color: #243f2a;
}
.text-button .icon {
  width: 15px;
  height: 15px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #87a86b;
  flex-shrink: 0;
}
.status-dot.offline {
  background: #bdc4bc;
}
.brand-mark {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 12px;
  background: #d4e89d;
  transform: rotate(-3deg);
}
.brand-mark i {
  display: block;
  width: 4px;
  height: 21px;
  background: #2b4839;
  transform: skewY(-17deg);
}
.brand-mark i:nth-child(2) {
  height: 25px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 22px;
  letter-spacing: -0.9px;
  font-weight: 650;
}
.brand-caption {
  display: block;
  margin-top: 5px;
  font-size: 8px;
  letter-spacing: 1.6px;
  color: #a5b5a6;
  font-weight: 500;
}
.loading,
.connection-error {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.connection-error {
  flex-direction: column;
}
.connection-error p {
  color: #79857a;
}
.large-icon .icon {
  width: 50px;
  height: 50px;
}
.auth-layout {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  min-height: 100dvh;
}
.auth-story {
  background: #193a2e;
  color: #f1f5e7;
  padding: 45px 64px 26px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.auth-story:after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border: 1px solid #bdce9730;
  border-radius: 50%;
  right: -415px;
  top: 15%;
  box-shadow:
    0 0 0 80px #bdce9708,
    0 0 0 160px #bdce9705;
  pointer-events: none;
}
.auth-copy {
  margin: auto 0;
  padding: 48px 0 50px;
  position: relative;
  z-index: 1;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  letter-spacing: 1.7px;
  font-weight: 600;
  color: #d2dfb4;
  border: 1px solid #a8c78230;
  border-radius: 30px;
  padding: 10px 12px;
  background: #a8c78208;
}
.auth-copy h1 {
  font-weight: 500;
  font-size: clamp(40px, 4.7vw, 69px);
  line-height: 1.13;
  margin: 26px 0 23px;
  letter-spacing: -3.3px;
}
.auth-copy h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #d6e9a0;
  letter-spacing: -2.7px;
}
.auth-copy > p {
  font-size: 15px;
  line-height: 1.9;
  color: #aebeb1;
}
.conversation-art {
  border: 1px solid #cbd9ae2a;
  background: #284a3b;
  max-width: 365px;
  border-radius: 15px;
  margin-top: 36px;
  padding: 19px 21px;
  transform: rotate(-2deg);
  box-shadow: 0 18px 40px #06170f2e;
}
.art-line {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 12px;
}
.art-line small {
  display: block;
  color: #a0b4a3;
  font-size: 9px;
  margin-top: 4px;
}
.art-avatar {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  background: #e4ead4;
  color: #496247;
  border-radius: 9px;
  font-size: 11px;
  font-weight: 700;
}
.art-live {
  margin-left: auto;
  font-size: 10px;
  color: #bfd593;
}
.art-channel {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 20px 0 14px;
  font-size: 11px;
  color: #d4e0ce;
}
.art-channel .icon {
  width: 14px;
  height: 14px;
}
.art-channel > span {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  color: #bbccac;
}
.art-bars {
  display: flex;
  height: 38px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 8px;
  background: #1e3d30;
}
.art-bars i {
  width: 4px;
  background: #b8d081;
  border-radius: 4px;
  height: 8px;
}
.art-bars i:nth-child(2n) {
  height: 16px;
}
.art-bars i:nth-child(3n) {
  height: 24px;
}
.art-bars i:nth-child(5n) {
  height: 30px;
}
.art-footer {
  border-top: 1px solid #d8e3cb18;
  margin-top: 17px;
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  color: #b8c9b5;
}
.art-footer .icon {
  width: 15px;
  height: 15px;
}
.auth-story footer {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #829e8b;
  gap: 15px;
}
.auth-form-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 60px;
  position: relative;
  background: #fbfcf9;
}
.auth-form {
  width: 100%;
  max-width: 355px;
}
.auth-form h2 {
  font-size: 32px;
  line-height: 1.25;
  margin: 15px 0 12px;
}
.auth-form > .muted {
  font-size: 13px;
  margin-bottom: 30px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 19px;
}
.field input,
.field textarea {
  width: 100%;
  padding: 12px 13px;
  min-height: 44px;
  background: white;
  border: 1px solid #dfe5da;
  border-radius: 7px;
  color: #2b4234;
  font-size: 13px;
  font-weight: 400;
}
.field textarea {
  resize: vertical;
  min-height: 70px;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #a0a79b;
  font-size: 12px;
}
.field .optional {
  font-weight: 400;
  color: #9ba395;
}
.form-error {
  font-size: 12px;
  color: #a1493d;
  line-height: 1.6;
  margin: 8px 0 16px;
}
.form-error:empty {
  margin: 0;
}
.auth-form .button {
  min-height: 46px;
  margin-top: 5px;
  justify-content: space-between;
  padding: 12px 17px;
}
.auth-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 24px;
  border-top: 1px solid #e3e7df;
  padding-top: 22px;
  font-size: 11px;
  line-height: 1.75;
  color: #98a08f;
}
.auth-note .icon {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
.auth-bottom {
  position: absolute;
  bottom: 30px;
  font-size: 8px;
  letter-spacing: 1.8px;
  color: #a3ad9a;
}
.auth-form > .text-button {
  margin-top: 20px;
}
.workspace {
  display: grid;
  grid-template-columns: 72px 246px minmax(350px, 1fr) 266px;
  height: 100dvh;
  overflow: hidden;
}
.rail {
  background: #172e26;
  color: #a8b5a3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 7px 18px;
  gap: 16px;
}
.rail-brand {
  margin-bottom: 24px;
}
.rail .brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 11px;
}
.rail-item {
  width: 56px;
  height: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 10px;
  color: #9aaf9c;
}
.rail-item > .icon {
  width: 22px;
  height: 22px;
}
.rail-item > span {
  font-size: 8px;
}
.rail-item.active {
  background: #d1e7981a;
  color: #dfedb6;
  border: 1px solid #d1e79825;
}
.rail-item:hover {
  background: #d1e79818;
  color: #dfedb6;
}
.rail-bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.sidebar {
  background: #f1f4ed;
  border-right: 1px solid #e1e7db;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.workspace-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 25px 21px 28px;
}
.workspace-symbol {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  background: #e5ebdc;
  border: 1px solid #d9e3cf;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 700;
  position: relative;
}
.workspace-symbol > span {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 9px;
  height: 9px;
  border: 2px solid #f1f4ed;
  background: #95ad72;
  border-radius: 50%;
}
.workspace-brand strong {
  display: block;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -0.4px;
}
.workspace-brand > div > span:not(.workspace-symbol > span) {
  display: block;
  font-size: 9px;
  color: #97a08e;
  margin-top: 4px;
}
.sidebar-scroll {
  overflow: auto;
  min-height: 0;
  padding: 0 12px;
}
.sidebar-top {
  padding: 0 8px 20px;
}
.sidebar-top .eyebrow {
  font-size: 8px;
  letter-spacing: 1.5px;
}
.nav-discover {
  margin-top: 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  color: #7e8a73;
  padding: 10px 0;
  font-size: 11px;
}
.nav-discover .icon:first-child {
  width: 16px;
  height: 16px;
}
.nav-discover .icon:last-child {
  margin-left: auto;
  width: 13px;
  height: 13px;
}
.nav-discover:hover {
  color: #35533b;
}
.section-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px 5px;
  color: #66775c;
  font-size: 10px;
  font-weight: 650;
}
.section-label > span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.section-label > span > .icon {
  width: 11px;
  height: 11px;
}
.section-label small {
  font-size: 9px;
  color: #99a58d;
  margin-left: 5px;
  font-weight: 400;
}
.section-label > .icon-button {
  width: 24px;
  height: 24px;
}
.section-label > .icon-button .icon {
  width: 14px;
  height: 14px;
}
.room-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.room-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 37px;
  padding: 8px 12px;
  border-radius: 7px;
  font-size: 12px;
  color: #7b886f;
  text-align: left;
}
.room-link > span:not(.avatar) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.room-link > .icon {
  width: 16px;
  height: 16px;
  color: #9aaa8a;
}
.room-link.selected {
  background: #dfe9ce;
  color: #354d29;
  font-weight: 650;
}
.room-link.selected > .icon {
  color: #617d42;
}
.room-link:hover {
  background: #e5ecdb;
}
.room-link.unread {
  font-weight: 650;
  color: #405b32;
}
.room-link .live-icon {
  width: 13px;
  height: 13px;
  color: #5c854b;
  margin-left: auto;
}
.unread-count {
  background: #406342;
  color: white;
  font-size: 9px;
  min-width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  padding: 0 4px;
  border-radius: 5px;
  margin-left: auto;
}
.add-link {
  font-size: 10px;
  color: #96a088;
}
.add-link .icon {
  width: 14px;
  height: 14px;
}
.dm-label {
  margin-top: 28px;
}
.sidebar-empty {
  font-size: 10px;
  color: #a2ab96;
  line-height: 1.8;
  padding: 10px 12px;
}
.sidebar-footer {
  padding: 22px 20px 18px;
  margin-top: auto;
}
.invite-card {
  border: 1px solid #dfe6d4;
  background: linear-gradient(125deg, #e9efdc, #f3f5eb);
  border-radius: 10px;
  padding: 16px 14px;
}
.invite-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #dae4c9;
  border-radius: 8px;
  background: #eff4e3;
  color: #758c54;
  margin-bottom: 13px;
}
.invite-icon .icon {
  width: 16px;
  height: 16px;
}
.invite-card strong {
  font-size: 11px;
  font-weight: 600;
}
.invite-card p {
  color: #8d9a7b;
  font-size: 10px;
  line-height: 1.7;
  margin: 7px 0 13px;
}
.invite-button {
  padding: 8px 10px;
  min-height: 31px;
  width: 100%;
  font-size: 10px;
  justify-content: space-between;
  border-color: #d5dfc3;
  background: #f7faee;
}
.invite-button .icon {
  width: 12px;
  height: 12px;
}
.workspace-presence {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  color: #80906f;
  margin: 19px 1px 0;
}
.workspace-presence > span:last-child {
  margin-left: auto;
  color: #a3ad99;
}
.conversation {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  position: relative;
  background: #fdfefb;
}
.conversation-header {
  min-height: 87px;
  display: flex;
  align-items: center;
  padding: 20px 28px;
  gap: 15px;
  border-bottom: 1px solid var(--line);
  flex-shrink: 0;
}
.room-title {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.header-room-icon {
  background: #edf2e7;
  color: #698753;
  border: 1px solid #e4ebdd;
  border-radius: 9px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.header-room-icon .icon {
  width: 22px;
  height: 22px;
}
.room-title > div {
  min-width: 0;
}
.room-title h1 {
  font-size: 17px;
  font-weight: 650;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 250px;
}
.room-title > div > span {
  font-size: 9px;
  color: #9aa391;
  display: block;
  margin-top: 6px;
  white-space: nowrap;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}
.search-box {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #a1aa97;
  border: 1px solid #e7ebdf;
  border-radius: 7px;
  padding: 8px 10px;
  background: #f8faf4;
  min-width: 0;
}
.search-box .icon {
  width: 14px;
  height: 14px;
}
.search-box input {
  width: 120px;
  min-width: 0;
  border: 0;
  background: none;
  font-size: 10px;
  color: #54644a;
  box-shadow: none !important;
}
.search-box input::placeholder {
  color: #a0aa94;
}
.search-box:focus-within {
  outline: 2px solid #a9bd8b;
}
.search-box kbd {
  border: 1px solid #dfe5d5;
  border-radius: 3px;
  width: 14px;
  height: 16px;
  display: grid;
  place-items: center;
  font-size: 10px;
  background: #fff;
}
.call-button {
  font-size: 10px;
  padding: 8px 11px;
  min-height: 33px;
  background: #f3f7eb;
  color: #607b45;
  border-color: #dee7d1;
  white-space: nowrap;
}
.call-button .icon {
  width: 15px;
  height: 15px;
}
.details-toggle {
  display: none;
}
.message-scroll {
  overflow: auto;
  flex: 1;
  min-height: 0;
  overscroll-behavior: contain;
  padding-bottom: 18px;
  scrollbar-width: thin;
  scrollbar-color: #dfe5d7 transparent;
}
.room-welcome {
  padding: 46px 34px 26px;
}
.welcome-icon {
  position: relative;
  width: 57px;
  height: 57px;
  display: grid;
  place-items: center;
  background: #ecf2e2;
  color: #69884b;
  border: 1px solid #e1eacf;
  border-radius: 16px;
  margin-bottom: 23px;
}
.welcome-icon > .icon {
  width: 32px;
  height: 32px;
}
.welcome-icon > span {
  position: absolute;
  right: -9px;
  top: -6px;
  color: #8ba56b;
  background: #fdfefb;
  border-radius: 50%;
  padding: 3px;
}
.welcome-icon > span > .icon {
  width: 18px;
  height: 18px;
}
.room-welcome > .eyebrow {
  font-size: 8px;
  letter-spacing: 1.6px;
}
.room-welcome h2 {
  font-size: 27px;
  font-weight: 550;
  margin: 12px 0 11px;
}
.room-welcome h2 > span {
  color: #6b8550;
}
.room-welcome > p {
  color: #929d86;
  font-size: 11px;
  line-height: 1.9;
  max-width: 470px;
}
.welcome-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 16px;
}
.welcome-actions > span {
  font-size: 10px;
  color: #99a58c;
  display: flex;
  align-items: center;
  gap: 6px;
  border-right: 1px solid #e5eada;
  padding-right: 15px;
}
.welcome-actions > span > .icon {
  width: 14px;
  height: 14px;
}
.welcome-actions > .text-button {
  font-size: 10px;
  color: #6f8c50;
}
.welcome-actions > .text-button .icon {
  width: 12px;
  height: 12px;
}
.date-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 29px 19px;
  color: #9ba490;
  font-size: 9px;
}
.date-divider:before,
.date-divider:after {
  content: "";
  height: 1px;
  background: #e9eddf;
  flex: 1;
}
.date-divider > span {
  border: 1px solid #e5eadc;
  padding: 5px 12px;
  background: #fcfdf8;
  border-radius: 15px;
}
.message {
  display: flex;
  gap: 13px;
  padding: 10px 32px 14px;
  transition: background 0.1s;
}
.message:hover {
  background: #f7f9f2;
}
.avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 650;
  border-radius: 10px;
  border: 1px solid #00000004;
}
.color-0 {
  background: #e4e8d2;
  color: #7a8252;
}
.color-1 {
  background: #dce9e7;
  color: #60847b;
}
.color-2 {
  background: #efe3d7;
  color: #a2805d;
}
.color-3 {
  background: #e7e1ea;
  color: #8a7295;
}
.color-4 {
  background: #e6eadb;
  color: #7e9063;
}
.color-5 {
  background: #e7e6dc;
  color: #8e8e70;
}
.small-avatar {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  font-size: 9px;
}
.tiny-avatar {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  font-size: 8px;
}
.online-dot {
  position: absolute;
  right: -2px;
  bottom: -2px;
  background: #91ad73;
  width: 8px;
  height: 8px;
  border: 2px solid #f5f8ef;
  border-radius: 50%;
}
.message-content {
  min-width: 0;
  flex: 1;
}
.message-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 1px 0 6px;
  line-height: 1.3;
}
.message-meta strong {
  font-size: 11px;
  font-weight: 650;
  color: #526442;
}
.message-meta time {
  font-size: 9px;
  color: #adb59f;
  margin-left: 2px;
}
.you-tag {
  font-size: 8px;
  color: #9ba98d;
}
.message-content > p {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  line-height: 1.85;
  font-size: 12px;
  color: #738168;
}
.first-message {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #a4af97;
  font-size: 10px;
  padding: 22px 32px;
}
.first-message > span {
  height: 1px;
  flex: 1;
  background: #edf0e6;
}
.composer-wrap {
  padding: 10px 28px 18px;
  flex-shrink: 0;
}
#composer {
  border: 1px solid #dce4d0;
  border-radius: 10px;
  box-shadow: 0 2px 6px #31402004;
  background: white;
  overflow: hidden;
  transition: border 0.15s;
}
#composer:focus-within {
  border-color: #a7bd88;
  box-shadow: 0 0 0 3px #cadcaf15;
}
#message-input {
  display: block;
  width: 100%;
  border: 0 !important;
  padding: 16px 17px 5px;
  min-height: 68px;
  max-height: 180px;
  resize: vertical;
  font-size: 12px;
  line-height: 1.6;
  color: #586d47;
  box-shadow: none !important;
}
#message-input::placeholder {
  color: #a9b198;
}
.composer-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 12px 10px 16px;
}
.composer-toolbar > span {
  font-size: 9px;
  color: #a6b096;
  display: flex;
  align-items: center;
  gap: 6px;
}
.composer-toolbar > span > .icon {
  width: 12px;
  height: 12px;
}
.send-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 29px;
  background: #dcebc2;
  border: 1px solid #ccdfaa;
  color: #688247;
  border-radius: 6px;
}
.send-button:hover {
  background: #cadfab;
}
.send-button .icon {
  width: 15px;
  height: 15px;
}
.composer-hint {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 9px 2px 0;
  color: #b2baa7;
  font-size: 8px;
}
.composer-hint b {
  font-weight: 500;
  color: #949f86;
}
.hint-dot {
  margin: 0 5px;
}
#connection-status {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 8px;
  color: #97a785;
}
#connection-status .status-dot {
  width: 4px;
  height: 4px;
}
.details {
  border-left: 1px solid #e6ebdf;
  padding: 26px 22px 19px;
  background: #f8faf4;
  overflow: auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.details-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  color: #98a58c;
  margin-bottom: 31px;
}
.details-heading .icon-button {
  width: 20px;
  height: 20px;
}
.details-heading .icon {
  width: 14px;
  height: 14px;
}
.detail-room-symbol {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 13px;
  border: 1px solid #dfe8d1;
  background: #eaf1de;
  color: #75954e;
  margin-bottom: 14px;
}
.detail-room-symbol > .icon {
  width: 28px;
  height: 28px;
}
.details > h2 {
  font-size: 20px;
  font-weight: 550;
  overflow-wrap: anywhere;
  color: #566d42;
}
.detail-tag {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  color: #9da98e;
  margin-top: 9px;
}
.detail-tag .icon {
  width: 11px;
  height: 11px;
}
.detail-section {
  padding-top: 26px;
  margin-top: 24px;
  border-top: 1px solid #e4eadb;
}
.detail-section > .eyebrow,
.detail-section-heading > .eyebrow {
  font-size: 8px;
  letter-spacing: 1.3px;
}
.detail-section > p {
  color: #94a183;
  font-size: 10px;
  line-height: 1.9;
  margin-top: 12px;
  overflow-wrap: anywhere;
}
.detail-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.number-label {
  font-size: 8px;
  background: #eaf0e0;
  border: 1px solid #e0e8d4;
  border-radius: 4px;
  min-width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  color: #8a9b77;
}
.member-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 18px 0 12px;
}
.member {
  display: flex;
  align-items: center;
  gap: 10px;
}
.member > div {
  min-width: 0;
}
.member strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 550;
  color: #71865c;
}
.member small {
  font-size: 9px;
  font-weight: 400;
  color: #a0ad91;
}
.member > div > span {
  font-size: 8px;
  display: block;
  margin-top: 4px;
  color: #aab69b;
}
.member > .status-dot {
  margin-left: auto;
  width: 4px;
  height: 4px;
}
.detail-section > .text-button {
  font-size: 10px;
  color: #8a9f6f;
}
.detail-call-card {
  margin-top: 32px;
  background: linear-gradient(140deg, #ecf2e2, #f4f7ed);
  border: 1px solid #e2ead7;
  border-radius: 10px;
  padding: 19px 15px;
}
.call-card-icon {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  background: #e6eeda;
  color: #8ca569;
  border: 1px solid #dce7cc;
  border-radius: 9px;
  margin-bottom: 14px;
}
.call-card-icon > .icon {
  width: 17px;
  height: 17px;
}
.detail-call-card > strong {
  font-size: 10px;
  font-weight: 550;
  color: #7b8f62;
}
.detail-call-card > p {
  font-size: 9px;
  line-height: 1.9;
  color: #a0af8d;
  margin: 8px 0 9px;
}
.detail-call-card > .text-button {
  font-size: 9px;
  color: #8b9f70;
}
.detail-call-card > .text-button .icon {
  width: 12px;
  height: 12px;
}
.detail-bottom {
  padding-top: 30px;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 8px;
  color: #b0bca0;
}
.detail-bottom > .brand-mark {
  width: 20px;
  height: 20px;
  gap: 2px;
  background: #e5ecd9;
  border-radius: 5px;
}
.detail-bottom > .brand-mark i {
  height: 11px;
  width: 2px;
  background: #9aaa83;
}
.detail-bottom > .brand-mark i:nth-child(2) {
  height: 13px;
}
.workspace.hide-details {
  grid-template-columns: 72px 246px minmax(350px, 1fr);
}
.workspace.hide-details > .details {
  display: none;
}
.workspace.hide-details .details-toggle {
  display: flex;
}
.mobile-only {
  display: none;
}
.search-context {
  background: #f0f5e7;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 30px;
  color: #7b9166;
  font-size: 11px;
}
.search-context > .icon {
  width: 14px;
  height: 14px;
}
.search-context > .text-button {
  margin-left: auto;
  font-size: 10px;
}
.history-button {
  display: block;
  margin: 12px auto 4px;
  font-size: 10px;
  padding: 7px 14px;
  background: #eff4e6;
  border: 1px solid #e1e9d5;
  border-radius: 14px;
  color: #78905c;
}
.loading-messages {
  text-align: center;
  color: #94a582;
  font-size: 11px;
  padding: 25px;
}
.new-messages {
  position: absolute;
  bottom: 160px;
  left: 50%;
  transform: translateX(-50%);
  background: #2f5a44;
  color: white;
  box-shadow: 0 4px 15px #1b3a2b30;
  z-index: 3;
}
.new-messages:hover:not(:disabled) {
  background: #214b35;
}
dialog {
  border: 1px solid #dce6d4;
  border-radius: 18px;
  background: #fbfdf7;
  width: min(510px, calc(100vw - 32px));
  padding: 28px;
  max-height: calc(100dvh - 48px);
  color: #3d5735;
  box-shadow: 0 25px 100px #142e2a35;
}
dialog::backdrop {
  background: #102d2566;
  backdrop-filter: blur(5px);
}
.dialog-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  justify-content: space-between;
}
.dialog-heading .eyebrow {
  font-size: 8px;
  letter-spacing: 1.4px;
}
.dialog-heading h2 {
  font-size: 25px;
  line-height: 1.2;
  margin-top: 13px;
}
.dialog-description {
  font-size: 12px;
  margin: 15px 0 24px;
}
.privacy-options {
  border: 0;
  margin: 0 0 20px;
  padding: 0;
}
.privacy-options legend {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}
.privacy-options > label {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 15px 12px;
  border: 1px solid #e0e7d7;
  border-radius: 8px;
  margin-bottom: 9px;
  cursor: pointer;
  background: white;
}
.privacy-options label:has(input:checked) {
  background: #f0f6e5;
  border-color: #acc48a;
}
.privacy-options input {
  accent-color: #4e7540;
}
.privacy-options strong {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.privacy-options small {
  display: block;
  font-size: 10px;
  color: #96a387;
  margin-top: 5px;
}
.privacy-options .icon {
  color: #8a9e73;
  width: 18px;
  height: 18px;
}
.people-search {
  padding: 13px 12px;
}
.people-search input {
  width: 100%;
  font-size: 12px;
}
.people-results {
  margin-top: 15px;
}
.person-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 8px;
  width: 100%;
  border-bottom: 1px solid #e9efdf;
  text-align: left;
  border-radius: 5px;
}
.person-option:hover {
  background: #f0f5e7;
}
.person-option > span:not(.avatar) {
  min-width: 0;
}
.person-option strong {
  display: block;
  font-size: 12px;
  font-weight: 550;
}
.person-option small {
  display: block;
  font-size: 10px;
  color: #a2ac97;
  margin-top: 5px;
  overflow-wrap: anywhere;
}
.person-option > .icon {
  margin-left: auto;
  color: #91a976;
  width: 16px;
  height: 16px;
}
.empty-state {
  padding: 30px 10px;
  text-align: center;
}
.empty-state > .icon {
  width: 33px;
  height: 33px;
  color: #a4b78a;
  margin-bottom: 16px;
}
.empty-state h3 {
  font-size: 19px;
  font-weight: 500;
}
.empty-state p {
  font-size: 11px;
  line-height: 1.7;
  color: #9ba98c;
  margin: 10px 0 18px;
}
.invite-result {
  background: #f1f7e6;
  border: 1px solid #dbe9c5;
  border-radius: 10px;
  padding: 17px;
  margin-top: 20px;
}
.success-label {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #6b894d;
  font-size: 12px;
  font-weight: 600;
}
.success-label > .icon {
  width: 16px;
  height: 16px;
}
.invite-result p {
  font-size: 11px;
  line-height: 1.7;
  margin: 12px 0;
  color: #8a9e74;
  overflow-wrap: anywhere;
}
.invite-result .field {
  font-size: 10px;
}
.invite-result input {
  font-size: 10px;
}
.invite-result small {
  font-size: 9px;
  color: #96a782;
  display: block;
  margin-top: 12px;
  line-height: 1.7;
}
.discover-room {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 15px 0;
  border-bottom: 1px solid #e3ead9;
}
.discover-symbol {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #edf3e1;
  color: #8ba569;
}
.discover-room > div {
  flex: 1;
  min-width: 0;
}
.discover-room strong {
  font-size: 12px;
}
.discover-room p {
  font-size: 10px;
  line-height: 1.6;
  color: #9aa98a;
  margin-top: 6px;
  overflow-wrap: anywhere;
}
.discover-room .button {
  flex-shrink: 0;
}
#toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 20px);
  max-width: min(580px, calc(100vw - 32px));
  border-radius: 10px;
  padding: 13px 20px;
  background: #294837;
  color: #e7f0d7;
  font-size: 12px;
  line-height: 1.6;
  box-shadow: 0 8px 30px #132e2525;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  z-index: 100;
}
#toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.active-call-banner,
.voice-session {
  margin: 0 28px 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #eef5e2;
  border: 1px solid #dce9c9;
  border-radius: 10px;
  padding: 12px 14px;
  color: #719052;
}
.active-call-banner {
  font-size: 10px;
}
.active-call-banner > span:not(.pulse-dot) {
  color: #96a781;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.active-call-banner > .button {
  margin-left: auto;
  color: #6d8a4f;
  flex-shrink: 0;
}
.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8eac5b;
  box-shadow: 0 0 0 4px #96b56320;
  flex-shrink: 0;
}
.voice-emblem {
  width: 33px;
  height: 33px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #dfecc9;
  color: #749b4f;
  flex-shrink: 0;
}
.voice-emblem .icon {
  width: 18px;
  height: 18px;
}
.voice-session-title {
  min-width: 0;
}
.voice-session-title > strong {
  display: block;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.voice-session-title > span {
  display: block;
  margin-top: 6px;
  font-size: 9px;
  color: #97aa80;
}
.live-badge {
  font-size: 6px;
  border: 1px solid #c7dba9;
  border-radius: 3px;
  padding: 2px 3px;
  letter-spacing: 0.5px;
  margin-left: 4px;
  vertical-align: middle;
}
.call-avatars {
  display: flex;
  margin-left: auto;
  padding-right: 5px;
}
.call-avatars > span {
  position: relative;
  margin-left: -7px;
}
.call-avatars .avatar {
  border: 2px solid #eef5e2;
}
.tiny-mic {
  position: absolute;
  bottom: -3px;
  right: -2px;
  width: 12px;
  height: 12px;
  color: #a77562;
  background: #eef5e2;
  border-radius: 3px;
}
.mic-button {
  background: #e5efd6;
  border: 1px solid #d6e3c4;
  color: #7b945f;
  width: 31px;
  height: 31px;
}
.mic-button.is-muted {
  background: #f1e3d6;
  color: #b08267;
  border-color: #e9d5c4;
}
.mic-button > .icon {
  width: 16px;
  height: 16px;
}
.hangup {
  display: grid;
  place-items: center;
  width: 34px;
  height: 31px;
  background: #b85d4c;
  color: #fff1e2;
  border-radius: 6px;
  flex-shrink: 0;
}
.hangup:hover {
  background: #a34636;
}
.hangup .icon {
  width: 18px;
  height: 18px;
}
@media (min-width: 1700px) {
  :root {
    font-size: 15px;
  }
  .workspace {
    grid-template-columns: 80px 275px minmax(400px, 1fr) 300px;
  }
  .conversation-header {
    padding-left: 36px;
    padding-right: 36px;
  }
  .room-welcome {
    padding: 60px 45px 35px;
  }
  .message {
    padding-left: 44px;
    padding-right: 44px;
  }
  .message-content > p {
    font-size: 14px;
  }
  .message-meta strong {
    font-size: 12px;
  }
  .composer-wrap {
    padding-left: 38px;
    padding-right: 38px;
  }
  .room-link {
    font-size: 13px;
  }
  .details {
    padding-left: 28px;
    padding-right: 28px;
  }
  .room-title h1 {
    font-size: 19px;
  }
  .detail-section > p,
  .detail-call-card > p {
    font-size: 11px;
  }
}
@media (max-width: 1250px) {
  .workspace {
    grid-template-columns: 64px 224px minmax(350px, 1fr);
  }
  .details {
    display: none;
  }
  .workspace.show-details .details {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 266px;
    z-index: 5;
    box-shadow: -15px 0 50px #20362712;
  }
  .details-toggle {
    display: flex;
  }
  .rail {
    padding-left: 4px;
    padding-right: 4px;
  }
  .workspace.hide-details {
    grid-template-columns: 64px 224px minmax(350px, 1fr);
  }
  .conversation-header {
    padding: 20px 22px;
  }
  .header-actions {
    gap: 8px;
  }
  .room-title h1 {
    max-width: 200px;
  }
}
@media (max-width: 900px) {
  .auth-story {
    padding: 35px;
  }
  .auth-form-wrap {
    padding: 45px 30px;
  }
  .auth-copy h1 {
    font-size: 48px;
    letter-spacing: -2px;
  }
  .auth-copy > p {
    font-size: 13px;
  }
  .conversation-art {
    padding: 16px;
  }
  .auth-story footer {
    font-size: 8px;
  }
  .workspace,
  .workspace.hide-details {
    grid-template-columns: 60px 195px minmax(300px, 1fr);
  }
  .workspace-brand {
    padding: 25px 13px;
  }
  .workspace-brand strong {
    font-size: 12px;
  }
  .workspace-brand > div > span:not(.workspace-symbol > span) {
    font-size: 8px;
  }
  .sidebar-scroll {
    padding: 0 8px;
  }
  .sidebar-footer {
    padding: 18px 12px;
  }
  .sidebar-top {
    padding-left: 8px;
  }
  .room-link {
    font-size: 11px;
    padding-left: 10px;
  }
  .section-label {
    font-size: 9px;
  }
  .room-title h1 {
    font-size: 15px;
    max-width: 130px;
  }
  .header-actions .search-box {
    border: 0;
    background: transparent;
    padding: 5px;
  }
  .header-actions .search-box input {
    width: 70px;
    font-size: 9px;
  }
  .search-box kbd {
    display: none;
  }
  .call-button {
    min-width: 30px;
    padding: 8px;
  }
  .call-button > span {
    display: none;
  }
  .conversation-header {
    gap: 8px;
    padding: 18px;
    min-height: 83px;
  }
  .room-title {
    gap: 9px;
  }
  .header-room-icon {
    width: 31px;
    height: 31px;
  }
  .room-welcome {
    padding: 35px 25px 25px;
  }
  .room-welcome h2 {
    font-size: 24px;
  }
  .message {
    padding-left: 24px;
    padding-right: 24px;
  }
  .composer-wrap {
    padding-left: 19px;
    padding-right: 19px;
  }
  .active-call-banner,
  .voice-session {
    margin-left: 19px;
    margin-right: 19px;
  }
  .call-avatars {
    display: none;
  }
  .voice-session-title {
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  .auth-layout {
    grid-template-columns: 1fr;
  }
  .auth-story {
    padding: 25px 25px 0;
  }
  .auth-story > .brand {
    font-size: 19px;
  }
  .auth-copy {
    padding: 28px 0 32px;
  }
  .auth-copy .pill {
    font-size: 7px;
    padding: 8px;
  }
  .auth-copy h1 {
    font-size: 38px;
    margin: 20px 0 12px;
    letter-spacing: -1.6px;
  }
  .auth-copy h1 br {
    display: none;
  }
  .auth-copy h1 em {
    letter-spacing: -1.5px;
  }
  .auth-copy > p {
    font-size: 12px;
  }
  .auth-copy > p br {
    display: none;
  }
  .conversation-art,
  .auth-story footer {
    display: none;
  }
  .auth-form-wrap {
    padding: 35px 27px 60px;
    justify-content: flex-start;
  }
  .auth-form {
    max-width: 430px;
  }
  .auth-form h2 {
    font-size: 27px;
  }
  .auth-form > .muted {
    margin-bottom: 24px;
  }
  .auth-bottom {
    bottom: 20px;
  }
  .workspace,
  .workspace.hide-details {
    display: flex;
  }
  .rail {
    width: 52px;
    flex-shrink: 0;
    padding-top: 19px;
    gap: 14px;
  }
  .rail .brand-mark {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    gap: 3px;
  }
  .rail .brand-mark i {
    height: 19px;
    width: 3px;
  }
  .rail .brand-mark i:nth-child(2) {
    height: 22px;
  }
  .rail-brand {
    margin-bottom: 19px;
  }
  .rail-item {
    width: 44px;
    height: 48px;
  }
  .rail-item > span {
    font-size: 7px;
  }
  .rail-item > .icon {
    width: 20px;
    height: 20px;
  }
  .sidebar {
    display: none;
  }
  .sidebar.mobile-open {
    display: flex;
    position: absolute;
    left: 52px;
    top: 0;
    bottom: 0;
    width: 246px;
    z-index: 10;
    box-shadow: 20px 0 60px #142f2530;
  }
  .workspace-brand {
    padding: 23px 17px;
  }
  .workspace-brand .icon-button {
    margin-left: auto;
  }
  .workspace-brand strong {
    font-size: 14px;
  }
  .workspace-brand > div > span:not(.workspace-symbol > span) {
    font-size: 9px;
  }
  .sidebar-scroll {
    padding: 0 12px;
  }
  .sidebar-footer {
    padding: 20px;
  }
  .room-link {
    font-size: 12px;
  }
  .section-label {
    font-size: 10px;
  }
  .conversation {
    flex: 1;
    min-width: 0;
  }
  .mobile-only {
    display: flex;
  }
  .conversation-header {
    padding: 15px 10px;
    min-height: 74px;
    gap: 5px;
    flex-wrap: wrap;
  }
  .room-title {
    gap: 7px;
    flex: 1;
  }
  .header-room-icon {
    display: none;
  }
  .room-title h1 {
    font-size: 15px;
    max-width: 160px;
  }
  .room-title > div > span {
    font-size: 8px;
    margin-top: 5px;
  }
  .header-actions {
    gap: 3px;
  }
  .header-actions .search-box {
    display: none;
  }
  .header-actions .details-toggle {
    width: 27px;
  }
  .call-button {
    border: 0;
    background: none;
    color: #779257;
    padding: 5px;
  }
  .room-welcome {
    padding: 34px 19px 20px;
  }
  .welcome-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 20px;
  }
  .room-welcome h2 {
    font-size: 23px;
    line-height: 1.3;
  }
  .room-welcome > .eyebrow {
    font-size: 7px;
  }
  .room-welcome > p {
    font-size: 11px;
  }
  .welcome-actions {
    gap: 10px;
  }
  .welcome-actions > span {
    font-size: 9px;
  }
  .welcome-actions > .text-button {
    font-size: 9px;
  }
  .message {
    gap: 10px;
    padding: 10px 15px;
  }
  .message > .avatar {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    font-size: 9px;
  }
  .message-content > p {
    font-size: 12px;
    line-height: 1.75;
  }
  .message-meta {
    gap: 5px;
  }
  .message-meta strong {
    font-size: 10px;
  }
  .message-meta time {
    font-size: 8px;
  }
  .message-meta .you-tag {
    font-size: 7px;
  }
  .date-divider {
    padding: 12px 15px;
    font-size: 8px;
  }
  .first-message {
    font-size: 9px;
    line-height: 1.8;
    padding: 22px 19px;
    text-align: center;
  }
  .composer-wrap {
    padding: 8px 11px 12px;
  }
  #message-input {
    padding: 12px 12px 4px;
    min-height: 65px;
    font-size: 12px;
  }
  .composer-toolbar {
    padding: 5px 8px 8px 12px;
  }
  .composer-toolbar > span {
    font-size: 8px;
  }
  .composer-hint {
    font-size: 7px;
  }
  .composer-hint > span:first-child {
    max-width: 75%;
    line-height: 1.6;
  }
  #connection-status {
    font-size: 7px;
  }
  .composer-toolbar > span > .icon {
    width: 10px;
    height: 10px;
  }
  .active-call-banner,
  .voice-session {
    margin: 0 11px 3px;
    padding: 10px;
    gap: 8px;
  }
  .voice-emblem {
    display: none;
  }
  .voice-session-title > strong {
    font-size: 10px;
  }
  .voice-session-title > span {
    font-size: 8px;
  }
  .voice-session .live-badge {
    display: none;
  }
  .voice-session-title {
    max-width: calc(100% - 75px);
  }
  .active-call-banner {
    font-size: 9px;
    flex-wrap: wrap;
  }
  .active-call-banner > span:not(.pulse-dot) {
    display: none;
  }
  .active-call-banner > .button {
    font-size: 9px;
    padding: 6px 8px;
  }
  .details {
    width: 260px !important;
  }
  .new-messages {
    font-size: 9px !important;
    bottom: 155px;
    white-space: nowrap;
  }
  dialog {
    padding: 23px;
  }
  .dialog-heading h2 {
    font-size: 24px;
  }
  .dialog-description {
    font-size: 12px;
  }
  .dialog-heading .eyebrow {
    font-size: 7px;
  }
  .privacy-options small {
    font-size: 9px;
  }
  .search-context {
    padding: 8px 14px;
    font-size: 10px;
  }
  .search-context > .text-button {
    font-size: 9px;
  }
  .search-context > .icon {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* Comfortable reading sizes and contrast for sustained team conversations. */
.room-link {
  font-size: 13px;
  color: #637653;
}
.section-label {
  font-size: 11px;
}
.nav-discover {
  font-size: 12px;
  color: #687e58;
}
.sidebar-empty {
  font-size: 11px;
  color: #7b8d6b;
}
.invite-card strong {
  font-size: 12px;
}
.invite-card p {
  font-size: 11px;
  color: #71845f;
}
.invite-button {
  font-size: 11px;
}
.workspace-presence {
  font-size: 10px;
  color: #6c815c;
}
.room-title > div > span {
  font-size: 11px;
  color: #7d8b71;
}
.room-welcome > p {
  font-size: 13px;
  color: #718563;
  max-width: 520px;
}
.room-welcome > .eyebrow {
  font-size: 9px;
  color: #7c8d6d;
}
.welcome-actions > span,
.welcome-actions > .text-button {
  font-size: 11px;
  color: #778d60;
}
.message-meta strong {
  font-size: 13px;
  color: #455d36;
}
.message-meta time {
  font-size: 10px;
  color: #869477;
}
.message-content > p {
  font-size: 14px;
  color: #566d47;
  line-height: 1.8;
}
.message {
  padding-bottom: 16px;
}
#message-input {
  font-size: 14px;
}
#message-input::placeholder {
  color: #8a987c;
}
.composer-toolbar > span {
  font-size: 10px;
  color: #849573;
}
.detail-section > p {
  font-size: 12px;
  color: #748763;
}
.member strong {
  font-size: 12px;
  color: #627b4b;
}
.member > div > span {
  font-size: 10px;
  color: #859673;
}
.detail-call-card > strong {
  font-size: 12px;
  color: #69824f;
}
.detail-call-card > p {
  font-size: 11px;
  color: #7e9465;
}
.detail-call-card > .text-button {
  font-size: 10px;
  color: #708c52;
}
.detail-section > .text-button {
  font-size: 11px;
  color: #758f59;
}
.search-box input {
  font-size: 11px;
}
.call-button {
  font-size: 11px;
}
@media (max-width: 900px) and (min-width: 651px) {
  .room-link {
    font-size: 12px;
  }
  .section-label {
    font-size: 10px;
  }
  .room-title > div > span {
    font-size: 10px;
  }
}
@media (max-width: 650px) {
  .room-title > div > span {
    font-size: 9px;
  }
  .room-welcome > p {
    font-size: 12px;
  }
  .message-content > p {
    font-size: 13px;
  }
  .message-meta strong {
    font-size: 11px;
  }
  .message-meta time {
    font-size: 9px;
  }
  .composer-toolbar > span {
    font-size: 9px;
  }
  .room-welcome {
    padding-top: 28px;
  }
  #message-input {
    font-size: 16px;
  }
}
