:root {
  --paper: #f7f5ef;
  --porcelain: #fffdf8;
  --ink: #17242c;
  --muted: #5f6d72;
  --sea: #1f8c98;
  --deep-sea: #0c5b6a;
  --leaf: #49724a;
  --gold: #c99a3c;
  --signal: #3db7ff;
  --danger: #a5322e;
  --line: rgba(23, 36, 44, 0.14);
  --shadow: 0 24px 80px rgba(25, 38, 45, 0.16);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

p,
h1,
h2,
h3,
a {
  overflow-wrap: break-word;
}

img {
  display: block;
  max-width: 100%;
}

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

.topbar {
  position: fixed;
  inset: 16px 18px auto;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(130px, 1fr);
  align-items: center;
  gap: 18px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 18px 55px rgba(17, 36, 45, 0.12);
  backdrop-filter: blur(18px);
  transition: transform 0.25s ease, background 0.25s ease;
}

.topbar.is-scrolled {
  background: rgba(255, 253, 248, 0.9);
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 1px;
  font-weight: 800;
  line-height: 1;
}

.brand span {
  font-size: 17px;
}

.brand small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
}

.nav {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
}

.nav a,
.nav-cta {
  min-height: 34px;
  padding: 9px 12px;
  border-radius: 7px;
  color: #29404a;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.nav a:hover,
.nav a.active {
  background: rgba(31, 140, 152, 0.12);
  color: var(--deep-sea);
}

.nav-cta {
  justify-self: end;
  color: var(--porcelain);
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 128px 24px 56px;
  overflow: hidden;
  color: var(--porcelain);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 24, 31, 0.76), rgba(6, 24, 31, 0.28) 46%, rgba(6, 24, 31, 0.08)),
    linear-gradient(0deg, rgba(6, 24, 31, 0.62), transparent 42%),
    url("assets/visuals/future-coast.webp") center / cover no-repeat;
  transform: scale(1.02);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(980px, 100%);
  max-width: 100%;
  max-width: var(--max);
  margin: 0 auto;
}

.hero-copy-panel {
  width: min(980px, 100%);
  padding: 30px 34px 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(105deg, rgba(5, 25, 31, 0.56), rgba(8, 39, 46, 0.32) 68%, rgba(255, 255, 255, 0.08));
  box-shadow: 0 28px 80px rgba(3, 18, 24, 0.24);
  backdrop-filter: blur(7px) saturate(1.08);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(64px, 10vw, 148px);
  line-height: 0.86;
  letter-spacing: 0;
  text-shadow: 0 20px 70px rgba(0, 0, 0, 0.35);
}

.hero-lead {
  width: min(680px, 100%);
  max-width: 100%;
  margin: 28px 0 0;
  color: rgba(255, 253, 248, 0.9);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.48;
}

.hero-actions,
.book-links,
.support-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button,
.book-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 850;
}

.button.primary {
  color: var(--porcelain);
  background: var(--sea);
  box-shadow: 0 18px 40px rgba(31, 140, 152, 0.26);
}

.button.ghost {
  color: var(--porcelain);
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.1);
}

.button.ghost.light {
  color: var(--ink);
  border-color: rgba(23, 36, 44, 0.22);
  background: rgba(255, 255, 255, 0.52);
}

.signal-panel {
  position: absolute;
  right: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 56px;
  z-index: 2;
  width: min(310px, calc(100vw - 48px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.14);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.signal-panel:hover,
.signal-panel:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(61, 183, 255, 0.62);
  background: rgba(255, 253, 248, 0.18);
  outline: none;
}

.signal-panel strong {
  display: block;
  margin-left: 24px;
  font-size: 14px;
}

.signal-panel p {
  margin: 10px 0 0;
  color: rgba(255, 253, 248, 0.82);
  font-size: 14px;
  line-height: 1.5;
}

.pulse {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 0 rgba(61, 183, 255, 0.75);
  animation: pulse 1.8s infinite;
}

.section {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 96px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading h2,
.scene-copy h2,
.author-copy h2,
.support-panel h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 0.98;
}

.intro-grid,
.world-layout,
.author,
.support-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 32px;
  align-items: start;
}

.world {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  column-gap: 32px;
  align-items: start;
}

.world .section-heading {
  grid-column: 1;
  grid-row: 1;
}

.world .world-layout {
  display: contents;
}

.world .world-copy {
  grid-column: 1;
  grid-row: 2;
}

.world .principles {
  grid-column: 2;
  grid-row: 1 / span 2;
  padding-top: 30px;
}

.world .image-row {
  grid-column: 1 / -1;
}

.large-copy,
.world-copy p,
.author-copy p,
.support-panel p {
  margin: 0;
  color: #334950;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.metric-strip span,
.principles article,
.download-grid a,
.support-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 18px 50px rgba(31, 42, 47, 0.08);
}

.metric-strip span {
  min-height: 112px;
  padding: 18px;
}

.metric-strip b {
  display: block;
  color: var(--deep-sea);
  font-size: 28px;
}

.metric-strip small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 700;
}

.books {
  display: grid;
  gap: 24px;
}

.book-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  min-height: 390px;
  padding: 28px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(237, 246, 244, 0.82)),
    var(--porcelain);
  border: 1px solid rgba(23, 36, 44, 0.1);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.book-card:nth-child(2) {
  background: linear-gradient(135deg, rgba(247, 255, 249, 0.94), rgba(224, 243, 230, 0.86));
}

.book-card:nth-child(3) {
  background: linear-gradient(135deg, rgba(255, 248, 246, 0.96), rgba(247, 226, 218, 0.9));
}

.book-card img {
  width: min(340px, 100%);
  justify-self: center;
  filter: drop-shadow(0 26px 34px rgba(10, 22, 28, 0.28));
}

.book-kicker,
.role {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.book-copy h3,
.character h3,
.principles h3 {
  margin: 0;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.02;
}

.book-copy p,
.character p,
.principles p {
  color: #43575d;
  font-size: 17px;
  line-height: 1.62;
}

.book-links a {
  min-width: 96px;
  color: var(--deep-sea);
  border-color: rgba(31, 140, 152, 0.24);
  background: rgba(255, 255, 255, 0.66);
}

.wide-scene {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: end;
  margin: 36px 0 0;
  overflow: hidden;
  color: var(--porcelain);
}

.wide-scene img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wide-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(6, 24, 31, 0.72), transparent 58%),
    linear-gradient(90deg, rgba(6, 24, 31, 0.4), transparent);
}

.scene-copy {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 54px;
}

.scene-copy p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 253, 248, 0.88);
  font-size: 21px;
  line-height: 1.5;
}

.world-copy {
  display: grid;
  gap: 18px;
}

.principles {
  display: grid;
  gap: 14px;
}

.principles article {
  padding: 20px;
}

.principles span {
  color: var(--gold);
  font-weight: 900;
}

.principles h3 {
  margin-top: 8px;
  font-size: 26px;
}

.image-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  margin-top: 42px;
}

.image-row img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.character-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.character {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 18px 48px rgba(31, 42, 47, 0.08);
}

.character img {
  width: 132px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
}

.character h3 {
  font-size: 27px;
}

.character p:not(.role) {
  margin: 10px 0 0;
  font-size: 15px;
}

.author {
  align-items: center;
}

.author-photo img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.author-copy {
  display: grid;
  gap: 18px;
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.download-grid a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 84px;
  padding: 20px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.download-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(31, 140, 152, 0.44);
}

.download-grid span {
  color: var(--deep-sea);
  font-weight: 900;
}

.support {
  padding-bottom: 72px;
}

.support-panel {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.94), rgba(230, 244, 240, 0.9));
}

.support-panel p {
  margin-top: 16px;
  font-size: 18px;
}

.support-links {
  justify-content: flex-end;
  margin-top: 0;
}

.external-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.external-links a {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.64);
  color: #344a51;
  font-weight: 750;
}

.support-modal-shell {
  position: fixed;
  inset: 0;
  z-index: 58;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.support-modal-shell.is-open {
  opacity: 1;
  pointer-events: auto;
}

.support-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 18, 24, 0.5);
  backdrop-filter: blur(8px);
}

.support-modal {
  position: relative;
  width: min(680px, 100%);
  max-height: calc(100svh - 44px);
  overflow: auto;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.96), rgba(230, 244, 240, 0.88)),
    var(--porcelain);
  box-shadow: 0 32px 100px rgba(3, 18, 24, 0.34);
}

.support-modal-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.support-modal-header h2 {
  max-width: 540px;
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}

.support-modal-lead,
.gratitude-panel {
  color: #334950;
  font-size: 18px;
  line-height: 1.55;
}

.support-modal-lead {
  margin: 20px 0 0;
}

.amount-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.amount-grid button,
.amount-field {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.76);
  color: var(--ink);
  font: inherit;
  font-weight: 900;
}

.amount-grid button {
  min-height: 58px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.amount-grid button:hover,
.amount-grid button.is-selected {
  border-color: rgba(31, 140, 152, 0.5);
  background: rgba(227, 244, 242, 0.92);
  transform: translateY(-2px);
}

.amount-field {
  display: grid;
  grid-template-columns: 1fr minmax(120px, 180px) auto;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding: 12px 14px;
}

.amount-field span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
}

.amount-field input {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 24px;
  font-weight: 900;
  outline: none;
  text-align: right;
}

.amount-field b {
  color: var(--gold);
  font-size: 22px;
}

.gratitude-panel {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid rgba(31, 140, 152, 0.18);
  border-radius: 8px;
  background: rgba(227, 244, 242, 0.55);
}

.support-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 30px 0 42px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.chat-shell {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.chat-shell.is-open {
  opacity: 1;
  pointer-events: auto;
}

.chat-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 18, 24, 0.52);
  backdrop-filter: blur(8px);
}

.chat-window {
  position: relative;
  width: min(760px, 100%);
  height: min(720px, calc(100svh - 44px));
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(248, 250, 244, 0.92), rgba(224, 240, 236, 0.84)),
    var(--porcelain);
  box-shadow: 0 32px 100px rgba(3, 18, 24, 0.34);
}

.chat-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px 16px;
  border-bottom: 1px solid rgba(23, 36, 44, 0.1);
}

.chat-header h2 {
  margin: 0;
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1;
}

.chat-close {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(23, 36, 44, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.chat-status {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 10px 24px;
  color: #385057;
  font-size: 14px;
  font-weight: 750;
}

.chat-status .pulse {
  position: static;
  flex: 0 0 auto;
}

.chat-messages {
  display: grid;
  align-content: start;
  gap: 12px;
  overflow-y: auto;
  padding: 16px 24px 22px;
}

.chat-message {
  width: fit-content;
  max-width: min(620px, 88%);
  padding: 13px 15px;
  border: 1px solid rgba(23, 36, 44, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  color: #263b42;
  line-height: 1.5;
  white-space: pre-wrap;
  box-shadow: 0 10px 32px rgba(31, 42, 47, 0.07);
}

.chat-message.assistant {
  justify-self: start;
  background: rgba(255, 253, 248, 0.78);
}

.chat-message.user {
  justify-self: end;
  color: var(--porcelain);
  background: linear-gradient(135deg, var(--deep-sea), var(--sea));
}

.chat-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 16px;
  border-top: 1px solid rgba(23, 36, 44, 0.1);
  background: rgba(255, 255, 255, 0.48);
}

.chat-form textarea {
  width: 100%;
  min-height: 52px;
  max-height: 130px;
  resize: vertical;
  padding: 14px 15px;
  border: 1px solid rgba(23, 36, 44, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.86);
  color: var(--ink);
  font: inherit;
  line-height: 1.4;
}

.chat-form textarea:focus {
  border-color: rgba(31, 140, 152, 0.52);
  outline: none;
  box-shadow: 0 0 0 3px rgba(31, 140, 152, 0.14);
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal,
.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 12px rgba(61, 183, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(61, 183, 255, 0);
  }
}

@media (max-width: 920px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: start;
    overflow-x: auto;
  }

  .nav-cta {
    grid-column: 2;
    grid-row: 1;
  }

  .hero {
    min-height: 820px;
  }

  .signal-panel {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 34px auto 0;
  }

  .intro-grid,
  .world-layout,
  .author,
  .support-panel,
  .book-card,
  .image-row,
  .character-grid,
  .download-grid {
    grid-template-columns: 1fr;
  }

  .world {
    display: block;
  }

  .world .world-layout {
    display: grid;
  }

  .world .section-heading,
  .world .world-copy,
  .world .principles,
  .world .image-row {
    grid-column: auto;
    grid-row: auto;
  }

  .world .principles {
    padding-top: 0;
  }

  .book-card {
    min-height: auto;
  }

  .support-links {
    justify-content: flex-start;
  }

  .amount-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .topbar {
    inset: 8px 8px auto;
    gap: 8px;
  }

  .brand span {
    font-size: 15px;
  }

  .nav a,
  .nav-cta {
    font-size: 13px;
    padding-inline: 10px;
  }

  .nav-cta {
    display: none;
  }

  .hero,
  .section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section,
  .scene-copy,
  .footer {
    width: 100%;
  }

  .hero {
    min-height: 760px;
    padding-top: 150px;
  }

  .hero-content {
    width: calc(100vw - 56px);
    max-width: calc(100vw - 56px);
  }

  .hero-lead {
    width: min(240px, 100%);
    max-width: min(240px, 100%);
  }

  .hero-copy-panel {
    width: 100%;
    padding: 18px 18px 20px;
    background: linear-gradient(105deg, rgba(5, 25, 31, 0.54), rgba(8, 39, 46, 0.3));
    backdrop-filter: blur(8px) saturate(1.05);
  }

  .hero-lead {
    font-size: 17px;
  }

  .metric-strip {
    grid-template-columns: 1fr;
  }

  .book-card {
    padding: 18px;
  }

  .book-card img {
    max-height: 330px;
    object-fit: contain;
  }

  .wide-scene {
    min-height: 560px;
  }

  .image-row img {
    height: 260px;
  }

  .character {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .character img {
    width: 92px;
  }

  .character h3 {
    font-size: 23px;
  }

  .footer {
    flex-direction: column;
    padding-left: 18px;
    padding-right: 18px;
  }

  .chat-shell {
    padding: 8px;
  }

  .support-modal-shell {
    padding: 8px;
  }

  .support-modal {
    padding: 18px;
  }

  .support-modal-header {
    gap: 10px;
  }

  .amount-field {
    grid-template-columns: 1fr auto;
  }

  .amount-field span {
    grid-column: 1 / -1;
  }

  .chat-window {
    height: calc(100svh - 16px);
  }

  .chat-header,
  .chat-status,
  .chat-messages {
    padding-left: 14px;
    padding-right: 14px;
  }

  .chat-form {
    grid-template-columns: 1fr;
  }

  .chat-message {
    max-width: 94%;
  }
}
