:root {
  color-scheme: dark;
  --bg: #070912;
  --panel: rgba(17, 20, 38, .78);
  --panel-solid: #111426;
  --line: rgba(255, 255, 255, .09);
  --text: #f7f5ff;
  --muted: #9da3bb;
  --pink: #ff5ca8;
  --pink-2: #ff9aca;
  --violet: #8b70ff;
  --cyan: #65e7ff;
  --green: #62e6a7;
  --danger: #ff6a82;
  --shadow: 0 24px 70px rgba(0, 0, 0, .36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background: radial-gradient(circle at 8% 8%, rgba(139,112,255,.22), transparent 27%), radial-gradient(circle at 88% 22%, rgba(255,92,168,.18), transparent 30%), linear-gradient(145deg, #070912 0%, #0b1020 52%, #090914 100%); z-index: -2; }
.noise { position: fixed; inset: 0; opacity: .16; pointer-events: none; z-index: -1; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.hidden { display: none !important; }

.topbar { height: 82px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; font-size: 15px; letter-spacing: .12em; }
.brand > span:last-child > span { color: var(--pink); }
.brand-mark, .mini-avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(135deg, var(--pink), var(--violet)); box-shadow: 0 8px 24px rgba(255,92,168,.28); color: white; font-weight: 900; }
nav { display: flex; align-items: center; gap: 28px; color: #c6c9d8; font-size: 14px; font-weight: 650; }
nav a:hover { color: white; }
.nav-pill { padding: 11px 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(255,255,255,.06); }

.hero { min-height: 660px; position: relative; overflow: hidden; display: grid; align-items: center; border-block: 1px solid rgba(255,255,255,.05); }
.hero::before { content: ""; position: absolute; width: min(570px, 60vw); aspect-ratio: 1; right: 4%; top: 7%; border-radius: 50%; border: 1px solid rgba(255,255,255,.1); background: radial-gradient(circle at 42% 38%, rgba(255,255,255,.18), transparent 5%), radial-gradient(circle at center, rgba(255,92,168,.24), rgba(139,112,255,.09) 47%, transparent 68%); box-shadow: inset 0 0 100px rgba(101,231,255,.08), 0 0 150px rgba(139,112,255,.16); }
.hero::after { content: "✦   ◇   ✧"; position: absolute; right: 12%; top: 36%; color: rgba(255,255,255,.7); font-size: clamp(30px, 6vw, 72px); letter-spacing: .4em; transform: rotate(-10deg); text-shadow: 0 0 28px var(--pink); }
.hero-content { position: relative; z-index: 2; padding-block: 95px; }
.eyebrow, .kicker { color: var(--pink-2); letter-spacing: .19em; font-size: 12px; font-weight: 850; }
.live-dot { width: 8px; height: 8px; display: inline-block; margin-right: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 18px var(--green); animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { opacity: .45; transform: scale(.72); } }
h1, h2, p { margin-top: 0; }
.hero h1 { max-width: 790px; margin: 24px 0 22px; font-size: clamp(56px, 8.7vw, 112px); line-height: .87; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1.5px rgba(255,255,255,.72); text-shadow: 0 0 38px rgba(255,92,168,.18); }
.hero-copy { max-width: 590px; color: #b8bdcf; line-height: 1.7; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; padding: 0 22px; border: 0; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; cursor: pointer; font-weight: 800; transition: transform .18s, filter .18s, border-color .18s; }
.button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.button.primary { background: linear-gradient(120deg, var(--pink), var(--violet)); box-shadow: 0 14px 36px rgba(255,92,168,.24); }
.button.ghost { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); }
.spark { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: white; box-shadow: 0 0 20px 6px rgba(255,255,255,.5); }
.spark-a { left: 58%; top: 24%; }.spark-b { right: 10%; bottom: 19%; }

.status-section { padding-block: 110px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 22px; margin-bottom: 28px; }
.section-heading h2, .support-copy h2 { margin: 9px 0 0; font-size: clamp(34px, 5vw, 58px); letter-spacing: -.045em; }
.freshness { color: var(--muted); font-size: 13px; }
.metrics-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 14px; }
.metric-card { min-height: 190px; padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(150deg, rgba(29,33,59,.82), rgba(12,15,30,.78)); box-shadow: var(--shadow); display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.metric-card::after { content: ""; position: absolute; width: 110px; height: 110px; top: -60px; right: -35px; border-radius: 50%; background: rgba(255,92,168,.13); filter: blur(9px); }
.metric-label, .metric-note { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.metric-value { font-size: 47px; letter-spacing: -.06em; }
.meter { height: 5px; border-radius: 99px; overflow: hidden; background: rgba(255,255,255,.07); }
.meter i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--violet), var(--pink)); border-radius: inherit; transition: width .5s; }
.server-card { justify-content: center; flex-direction: row; align-items: center; gap: 18px; }
.server-card strong { display: block; margin-top: 5px; font-size: 24px; }
.metric-icon { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; font-size: 26px; color: var(--cyan); background: rgba(101,231,255,.09); border: 1px solid rgba(101,231,255,.18); }
.state-badge { margin-left: auto; border-radius: 999px; padding: 7px 10px; color: var(--green); background: rgba(98,230,167,.1); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.state-badge.offline { color: var(--danger); background: rgba(255,106,130,.1); }
.avatars { height: 26px; display: flex; }.avatars i { width: 26px; border-radius: 50%; margin-right: -7px; border: 2px solid #171a30; background: linear-gradient(145deg, var(--pink), var(--violet)); }.avatars i:nth-child(2){ background: linear-gradient(145deg,var(--cyan),var(--violet)); }.avatars i:nth-child(3){ background: linear-gradient(145deg,#ffd15c,var(--pink)); }

.support-section { padding: 30px 0 120px; }
.support-card { border: 1px solid var(--line); border-radius: 34px; padding: clamp(28px, 5vw, 62px); background: linear-gradient(135deg, rgba(26,28,54,.9), rgba(12,14,29,.88)); box-shadow: var(--shadow); display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 7vw, 90px); align-items: center; overflow: hidden; }
.support-copy p { color: var(--muted); line-height: 1.75; max-width: 590px; margin: 20px 0 28px; }
.chat-preview { min-height: 370px; padding: 18px; border-radius: 24px; background: #0b0e1c; border: 1px solid rgba(255,255,255,.09); box-shadow: 0 22px 60px rgba(0,0,0,.38); display: flex; flex-direction: column; gap: 12px; }
.chat-head { display: flex; gap: 11px; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 13px; }.chat-head div { display:flex; flex-direction:column; }.chat-head small { color:var(--muted); margin-top:2px; }.chat-head > i { margin-left:auto; width:8px;height:8px;border-radius:50%;background:var(--green); }
.bubble { max-width: 84%; border-radius: 16px; padding: 11px 14px; line-height: 1.45; font-size: 13px; }.bubble.user { align-self: flex-end; background: linear-gradient(120deg,#6e55dc,#a54b9b); }.bubble.bot { background:#171b30;color:#c8ccdc; }.bubble.support { background:rgba(255,92,168,.13);border:1px solid rgba(255,92,168,.24); }
.typing { display:flex; gap:4px; background:#171b30; width:47px; padding:11px; border-radius:14px; }.typing i{width:5px;height:5px;border-radius:50%;background:#9197ab;}
.footer { min-height: 110px; border-top: 1px solid var(--line); display: flex; align-items:center; justify-content:space-between; gap:24px; color:var(--muted); font-size:13px; }.footer a:hover{color:white}

/* Support desk */
.desk-body {
  overflow: hidden;
  background: #070914;
}
.desk-body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}
.login-screen {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}
.login-card {
  position: relative;
  isolation: isolate;
  width: min(440px, 100%);
  padding: 36px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 30px;
  background: linear-gradient(155deg, rgba(24,27,51,.94), rgba(10,12,25,.96));
  box-shadow: 0 32px 90px rgba(0,0,0,.46), 0 0 70px rgba(139,112,255,.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.login-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 230px;
  height: 230px;
  top: -120px;
  right: -100px;
  border-radius: 50%;
  background: rgba(255,92,168,.18);
  filter: blur(22px);
}
.support-status,
.availability {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c4c8da;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.support-status i,
.availability i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(98,230,167,.75);
}
.login-card h1 { margin: 5px 0 0; font-size: clamp(28px, 7vw, 37px); letter-spacing: -.04em; }
.login-card p,
.login-card label { color: var(--muted); }
.login-card p { line-height: 1.65; }
.login-card label { font-size: 13px; font-weight: 700; }
.login-card input {
  height: 52px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  outline: none;
  color: white;
  background: rgba(7,9,20,.78);
}
.login-card input:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 4px rgba(255,92,168,.1);
}
.form-error,
.reply-error { min-height: 18px; color: var(--danger); font-size: 12px; }
.desk {
  height: 100vh;
  height: 100dvh;
  padding: 12px;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 12px;
}
.desk-sidebar,
.conversation {
  overflow: hidden;
  border: 1px solid rgba(225,85,255,.34);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(0,0,0,.38), inset 0 0 0 1px rgba(255,255,255,.025), 0 0 28px rgba(188,66,255,.09);
}
.desk-sidebar {
  padding: 21px;
  position: relative;
  background: radial-gradient(circle at 20% 78%, rgba(255,52,181,.09), transparent 30%), linear-gradient(180deg, rgba(11,12,34,.97), rgba(6,8,24,.98));
  display: flex;
  flex-direction: column;
}
.desk-brand-row,
.desk-title,
.conversation-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.desk-title { margin-top: 31px; }
.desk-title div { display: flex; align-items: center; gap: 9px; }
.desk-title strong {
  min-width: 25px;
  height: 25px;
  padding: 0 7px;
  display: grid;
  place-items: center;
  border-radius: 99px;
  color: var(--pink-2);
  background: rgba(255,92,168,.14);
  font-size: 12px;
}
.icon-button,
.small-button {
  border: 1px solid var(--line);
  border-radius: 11px;
  color: inherit;
  background: rgba(255,255,255,.045);
  cursor: pointer;
  transition: border-color .18s, background .18s, transform .18s;
}
.icon-button { width: 36px; height: 36px; }
.small-button { padding: 9px 13px; font-size: 12px; }
.icon-button:hover,
.small-button:hover { border-color: rgba(255,154,202,.35); background: rgba(255,92,168,.08); }
.icon-button:active,
.small-button:active { transform: translateY(1px); }
.head-actions { display: flex; gap: 8px; }
.small-button:disabled { opacity: .4; cursor: not-allowed; }
.danger-button { color: #ff9bad; border-color: rgba(255,106,130,.28); background: rgba(255,106,130,.08); }
.danger-button.blocked { color: var(--green); border-color: rgba(98,230,167,.28); background: rgba(98,230,167,.08); }
.blocked-tag { color: var(--danger); font-size: 10px; font-weight: 800; }
.ticket-tabs {
  padding: 4px;
  margin: 18px 0 13px;
  display: flex;
  gap: 4px;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 13px;
  background: rgba(0,0,0,.16);
}
.ticket-tabs button {
  flex: 1;
  padding: 9px 12px;
  border: 0;
  border-radius: 9px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
}
.ticket-tabs button.active { color: white; background: rgba(255,255,255,.08); box-shadow: 0 5px 16px rgba(0,0,0,.16); }
.ticket-list {
  min-height: 0;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-right: 4px;
  scrollbar-color: rgba(255,154,202,.3) transparent;
  scrollbar-width: thin;
}
.ticket {
  position: relative;
  width: 100%;
  padding: 13px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 11px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 16px;
  color: white;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s, background .18s, transform .18s;
}
.ticket:hover { background: rgba(255,255,255,.045); }
.ticket.active {
  border-color: rgba(238,99,255,.3);
  background: linear-gradient(100deg, rgba(255,67,184,.15), rgba(139,112,255,.1));
  box-shadow: inset 3px 0 var(--pink);
}
.ticket-avatar,
.user-avatar {
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: white;
  background: linear-gradient(135deg, var(--violet), var(--pink));
  box-shadow: 0 8px 22px rgba(139,112,255,.18);
  font-weight: 900;
}
.ticket-avatar { width: 42px; height: 42px; }
.ticket-main { min-width: 0; }
.ticket-main strong,
.ticket-main span { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ticket-main span { margin-top: 5px; color: var(--muted); font-size: 12px; }
.ticket-meta { display: flex; flex-direction: column; align-items: end; gap: 8px; color: var(--muted); font-size: 10px; }
.unread {
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  border-radius: 99px;
  color: white;
  background: var(--pink);
  box-shadow: 0 0 15px rgba(255,92,168,.35);
  font-weight: 800;
}
.empty-mini,
.empty-chat { color: var(--muted); text-align: center; }
.empty-mini { padding: 45px 10px; }
.conversation {
  min-width: 0;
  min-height: 0;
  position: relative;
  isolation: isolate;
  background: linear-gradient(145deg, #070918, #120d20);
}
.conversation::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("/support-minimal-v3.webp");
  background-position: center;
  background-size: cover;
  opacity: .32;
  filter: saturate(.82) contrast(.94);
}
.conversation::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(5,7,23,.25), transparent 55%, rgba(7,5,18,.12));
  box-shadow: inset 0 0 52px rgba(3,4,17,.34);
}
.empty-chat {
  height: 100%;
  padding: clamp(38px, 8vw, 120px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
.empty-icon { margin-bottom: 18px; color: #ff76d9; font-size: 28px; text-shadow: 0 0 24px rgba(255,72,208,.8); }
.empty-chat h2 { margin: 0 0 8px; color: white; font-size: 30px; letter-spacing: -.04em; text-shadow: 0 3px 18px rgba(0,0,0,.7); }
.empty-chat p { max-width: 390px; margin-bottom: 22px; color: #b9bdd2; line-height: 1.6; text-shadow: 0 2px 12px rgba(0,0,0,.7); }
.availability {
  padding: 9px 13px;
  border: 1px solid rgba(98,230,167,.12);
  border-radius: 99px;
  background: rgba(98,230,167,.055);
  font-size: 9px;
}
.active-chat {
  height: 100%;
  min-height: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: 76px minmax(0, 1fr) auto auto;
}
.conversation-head {
  padding: 0 24px;
  border-bottom: 1px solid rgba(231,83,255,.22);
  background: rgba(7,8,27,.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 30px rgba(0,0,0,.14);
}
.user-avatar { width: 43px; height: 43px; }
.conversation-head > div:nth-child(3) { min-width: 0; margin-right: auto; display: flex; flex-direction: column; }
.conversation-head > div:nth-child(3) strong,
.conversation-head > div:nth-child(3) span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.conversation-head span { margin-top: 3px; color: var(--muted); font-size: 12px; }
.mobile-back { display: none; }
.messages {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  scrollbar-color: rgba(255,154,202,.3) transparent;
  scrollbar-width: thin;
}
.message {
  max-width: min(680px, 78%);
  padding: 12px 15px;
  border: 1px solid rgba(232,119,255,.24);
  border-radius: 17px;
  line-height: 1.5;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  box-shadow: 0 9px 28px rgba(0,0,0,.2), 0 0 17px rgba(190,69,255,.07);
  backdrop-filter: blur(14px);
}
.message.in { align-self: flex-start; border-bottom-left-radius: 5px; background: linear-gradient(145deg, rgba(32,28,68,.82), rgba(15,17,44,.88)); }
.message.out { align-self: flex-end; border-bottom-right-radius: 5px; background: linear-gradient(135deg, rgba(164,61,227,.92), rgba(255,73,188,.9)); box-shadow: 0 9px 28px rgba(0,0,0,.2), 0 0 22px rgba(230,73,255,.2); }
.message time { display: block; margin-top: 6px; opacity: .65; font-size: 10px; text-align: right; }
.message-media { display: block; max-width: min(520px,100%); max-height: 440px; margin-bottom: 9px; border-radius: 12px; background: #090b15; object-fit: contain; }
.message-media.sticker,
.message-media.sticker_video { width: 180px; height: 180px; background: transparent; }
.message-audio { display: block; width: min(360px,100%); margin-bottom: 8px; }
.message-file { display: block; margin-bottom: 8px; padding: 9px 11px; border-radius: 10px; background: rgba(255,255,255,.08); font-weight: 700; }
.media-missing { display: block; margin-bottom: 7px; color: var(--muted); font-size: 12px; }
.message-text:empty { display: none; }
.composer {
  margin: 0 22px 16px;
  padding: 8px 8px 8px 15px;
  display: flex;
  align-items: end;
  gap: 10px;
  border: 1px solid rgba(230,91,255,.3);
  border-radius: 18px;
  background: linear-gradient(100deg, rgba(29,22,64,.82), rgba(49,22,70,.72));
  box-shadow: 0 12px 30px rgba(0,0,0,.22), 0 0 22px rgba(197,65,255,.1);
  backdrop-filter: blur(18px);
  transition: border-color .18s, box-shadow .18s;
}
.composer:focus-within { border-color: rgba(255,92,168,.5); box-shadow: 0 0 0 4px rgba(255,92,168,.08); }
.composer textarea { flex: 1; max-height: 140px; resize: none; border: 0; outline: none; color: white; background: transparent; padding: 10px 0; }
.composer textarea::placeholder { color: #777f99; }
.composer button { width: 42px; height: 42px; border: 0; border-radius: 13px; color: white; background: linear-gradient(135deg,var(--pink),var(--violet)); box-shadow: 0 8px 22px rgba(255,92,168,.23); cursor: pointer; }
.reply-error { padding: 0 26px 8px; }
.closed-tag { color: var(--muted); font-size: 11px; }
.closed-ticket .composer { opacity: .55; pointer-events: none; }
@media (max-width: 900px) {
  .metrics-grid { grid-template-columns: repeat(2,1fr); }
  .support-card { grid-template-columns: 1fr; }
  .hero::before { right:-35%; top:20%; opacity:.65; }
  .hero::after { opacity:.45; }
  .desk { grid-template-columns: 320px minmax(0, 1fr); }
}
@media (max-width: 680px) {
  .wrap { width:min(100% - 28px,1160px); }
  .topbar { height:70px; }.topbar nav>a:not(.nav-pill){display:none}.nav-pill{padding:9px 13px}
  .hero { min-height:610px; }.hero h1{font-size:clamp(46px,15vw,72px)}.hero::before{width:90vw;right:-45%;top:31%}.hero::after{display:none}
  .status-section{padding-block:76px}.metrics-grid{grid-template-columns:1fr}.metric-card{min-height:160px}.section-heading{align-items:start;flex-direction:column}.server-card{justify-content:flex-start}
  .support-section{padding-bottom:75px}.support-card{padding:24px;border-radius:25px}.footer{padding:28px 0;flex-direction:column;align-items:flex-start}
  .desk { display:block; padding:0; }.desk-sidebar,.conversation{height:100vh;height:100dvh;border:0;border-radius:0}.conversation{display:none}.conversation::before{background-position:61% center}.desk.chat-open .desk-sidebar{display:none}.desk.chat-open .conversation{display:block}.mobile-back{display:block}.conversation-head{padding:0 13px;gap:8px}.head-actions{gap:5px}.head-actions .small-button{max-width:76px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.messages{padding:18px}.composer{margin-inline:12px}.small-button{padding:8px}.message{max-width:88%}.empty-chat{align-items:center;padding:28px;text-align:center}
}
