:root {
  --cl-bg: #070a10;
  --cl-surface: #0e1520;
  --cl-surface-2: #141d2a;
  --cl-border: rgba(151, 205, 255, 0.22);
  --cl-border-strong: rgba(151, 205, 255, 0.42);
  --cl-text: #edf5ef;
  --cl-muted: #aeb9c6;
  --cl-green: #78b7ff;
  --cl-cyan: #7de7ff;
  --cl-amber: #f2c879;
  --cl-danger: #ff7d7d;
  --cl-shadow: 0 18px 55px rgba(0, 0, 0, 0.35);
}

html {
  scroll-behavior: smooth;
}

body.wp-theme-twentytwentyfour {
  background:
    radial-gradient(circle at 20% 0%, rgba(120, 183, 255, 0.16), transparent 32rem),
    linear-gradient(180deg, #070a10 0%, #0a111b 48%, #070a10 100%);
  color: var(--cl-text);
  font-size: 18px;
  line-height: 1.72;
}

body.wp-theme-twentytwentyfour,
body.wp-theme-twentytwentyfour p,
body.wp-theme-twentytwentyfour li {
  letter-spacing: 0;
}

body.wp-theme-twentytwentyfour a {
  color: var(--cl-green);
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}

body.wp-theme-twentytwentyfour a:hover {
  color: var(--cl-cyan);
}

body.wp-theme-twentytwentyfour :focus-visible {
  outline: 2px solid var(--cl-amber);
  outline-offset: 4px;
  border-radius: 4px;
}

.wp-site-blocks {
  background:
    linear-gradient(rgba(120, 183, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 183, 255, 0.028) 1px, transparent 1px);
  background-size: 48px 48px;
}

.wp-site-blocks > header,
.wp-block-template-part:has(header) {
  border-bottom: 1px solid var(--cl-border);
  background: rgba(7, 10, 16, 0.9);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.admin-bar .wp-site-blocks > header,
.admin-bar .wp-block-template-part:has(header) {
  top: 32px;
}

body.blog .wp-site-blocks > header,
body.blog .wp-block-template-part:has(header),
body.archive .wp-site-blocks > header,
body.archive .wp-block-template-part:has(header),
body.single-post .wp-site-blocks > header,
body.single-post .wp-block-template-part:has(header),
body.page-id-206 .wp-site-blocks > header,
body.page-id-206 .wp-block-template-part:has(header),
body.page-id-207 .wp-site-blocks > header,
body.page-id-207 .wp-block-template-part:has(header),
body.page-id-208 .wp-site-blocks > header,
body.page-id-208 .wp-block-template-part:has(header),
body.page-id-227 .wp-site-blocks > header,
body.page-id-227 .wp-block-template-part:has(header),
body.page-id-258 .wp-site-blocks > header,
body.page-id-258 .wp-block-template-part:has(header) {
  display: none;
}

header .wp-block-site-title a,
header .wp-block-site-title {
  color: var(--cl-text);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wp-block-navigation a,
.wp-block-navigation .wp-block-navigation-item__content {
  color: var(--cl-muted);
  font-size: 0.9rem;
  font-weight: 650;
}

.wp-block-navigation a:hover,
.wp-block-navigation .current-menu-item > a {
  color: var(--cl-green);
}

main,
.wp-block-group.alignfull > .wp-block-group__inner-container,
.wp-block-post-content,
.wp-block-query,
.wp-block-query-title,
.wp-block-archive-title {
  color: var(--cl-text);
}

.home h1,
.wp-block-post-title,
.wp-block-query-title,
.wp-block-archive-title {
  max-width: 980px;
  color: var(--cl-text);
  font-weight: 850;
  line-height: 1.05;
  text-wrap: balance;
}

.home h1 {
  color: var(--cl-green);
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(3.5rem, 9vw, 7rem);
  text-align: center;
  text-shadow: 0 0 32px rgba(120, 183, 255, 0.32);
}

.home .wp-block-button,
.home .wp-block-buttons {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
}

.wp-block-post-content h2,
.wp-block-post-content h3 {
  margin-top: 2.5rem;
  color: var(--cl-cyan);
  line-height: 1.18;
  text-wrap: balance;
}

.wp-block-post-content p,
.wp-block-post-content ul,
.wp-block-post-content ol {
  max-width: 780px;
}

.wp-block-post-content strong {
  color: #ffffff;
}

.wp-block-post-content em {
  color: var(--cl-amber);
}

.wp-block-post-content a {
  font-weight: 650;
}

.wp-block-post-content > p:first-of-type {
  color: #d9e8dd;
  font-size: 1.08em;
}

.wp-block-post-template {
  gap: 1rem;
}

.wp-block-post-template > .wp-block-post,
.wp-block-query .wp-block-post,
.wp-block-latest-posts__list li {
  border: 1px solid var(--cl-border);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(14, 21, 32, 0.96), rgba(7, 11, 18, 0.96));
  box-shadow: var(--cl-shadow);
  padding: clamp(1.1rem, 2vw, 1.6rem);
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.wp-block-post-template > .wp-block-post:hover,
.wp-block-query .wp-block-post:hover,
.wp-block-latest-posts__list li:hover {
  border-color: var(--cl-border-strong);
  transform: translateY(-2px);
  background: linear-gradient(180deg, rgba(18, 29, 43, 0.98), rgba(8, 13, 21, 0.98));
}

.wp-block-post-template .wp-block-post-title,
.wp-block-query .wp-block-post-title {
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  margin-bottom: 0.45rem;
}

.wp-block-post-title a {
  color: #ffffff;
  text-decoration: none;
}

body.archive .wp-block-post-title,
body.archive .wp-block-post-title a,
body.blog .wp-block-post-title,
body.blog .wp-block-post-title a,
body.category-noise .wp-block-post-title,
body.category-noise .wp-block-post-title a {
  color: #ffffff !important;
}

body.blog .wp-block-query .wp-block-post-title,
body.blog .wp-block-query .wp-block-post-title a,
body.blog .wp-block-post-template .wp-block-post-title,
body.blog .wp-block-post-template .wp-block-post-title a,
body.archive .wp-block-query .wp-block-post-title,
body.archive .wp-block-query .wp-block-post-title a,
body.archive .wp-block-post-template .wp-block-post-title,
body.archive .wp-block-post-template .wp-block-post-title a,
body.category-noise .wp-block-query .wp-block-post-title,
body.category-noise .wp-block-query .wp-block-post-title a,
body.category-noise .wp-block-post-template .wp-block-post-title,
body.category-noise .wp-block-post-template .wp-block-post-title a {
  color: #ffffff !important;
}

.wp-block-post-title a:hover {
  color: var(--cl-green);
}

.wp-block-post-excerpt,
.wp-block-post-excerpt__excerpt {
  color: var(--cl-muted);
  line-height: 1.62;
}

.wp-block-post-date,
.wp-block-post-author,
.wp-block-post-terms,
.taxonomy-category,
.taxonomy-post_tag {
  color: var(--cl-muted);
  font-size: 0.86rem;
}

.wp-block-post-terms a,
.taxonomy-post_tag a,
.taxonomy-category a {
  display: inline-block;
  border: 1px solid rgba(120, 220, 232, 0.26);
  border-radius: 999px;
  padding: 0.18rem 0.55rem;
  margin: 0.12rem 0.16rem 0.12rem 0;
  color: var(--cl-cyan);
  text-decoration: none;
  background: rgba(120, 220, 232, 0.07);
  font-size: 0.78rem;
  line-height: 1.4;
}

.wp-block-post-terms a:hover,
.taxonomy-post_tag a:hover,
.taxonomy-category a:hover {
  border-color: var(--cl-green);
  color: var(--cl-green);
  background: rgba(120, 183, 255, 0.09);
}

.wp-block-button__link,
button,
input[type="submit"] {
  border: 1px solid var(--cl-border-strong);
  border-radius: 6px;
  background: #10243a;
  color: var(--cl-text);
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 0 0 1px rgba(120, 183, 255, 0.08) inset;
}

.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover {
  background: #143250;
  border-color: var(--cl-green);
  color: #ffffff;
}

.clandestinia-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  gap: clamp(1rem, 2.4vw, 1.6rem);
  width: min(1180px, calc(100% - 32px));
  margin: clamp(1.5rem, 4vw, 3rem) auto;
}

.clandestinia-gallery-card {
  overflow: hidden;
  border: 1px solid var(--cl-border);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(14, 21, 32, 0.96), rgba(7, 11, 18, 0.96));
  box-shadow: var(--cl-shadow);
}

.clandestinia-gallery-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--cl-surface);
}

.clandestinia-gallery-card__body {
  padding: clamp(1rem, 2vw, 1.35rem);
}

.clandestinia-gallery-card h2 {
  margin: 0 0 0.55rem;
  color: var(--cl-text);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.18;
}

.clandestinia-gallery-card p {
  margin: 0.6rem 0 0;
  color: var(--cl-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.clandestinia-gallery-card__caption {
  color: var(--cl-cyan) !important;
  font-weight: 700;
}

.clandestinia-news-panel,
.clandestinia-news-gate {
  width: min(1180px, calc(100% - 32px));
  margin: clamp(1.5rem, 4vw, 3rem) auto;
}

.clandestinia-news-intro,
.clandestinia-news-gate {
  border: 1px solid var(--cl-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120, 183, 255, 0.12), transparent 46%),
    linear-gradient(180deg, rgba(14, 21, 32, 0.96), rgba(7, 11, 18, 0.96));
  box-shadow: var(--cl-shadow);
  padding: clamp(1.2rem, 3vw, 2rem);
}

.clandestinia-news-intro h2,
.clandestinia-news-gate h2 {
  margin: 0.2rem 0 0.65rem;
  color: var(--cl-text);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.08;
}

.clandestinia-news-intro p,
.clandestinia-news-gate p {
  max-width: 760px;
  margin: 0;
  color: var(--cl-muted);
}

.clandestinia-news-kicker {
  color: var(--cl-cyan) !important;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

.clandestinia-news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.clandestinia-news-source {
  border: 1px solid var(--cl-border);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(14, 21, 32, 0.96), rgba(7, 11, 18, 0.96));
  box-shadow: var(--cl-shadow);
  padding: 1rem;
}

.clandestinia-news-source h3 {
  margin: 0 0 0.8rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
}

.clandestinia-news-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.clandestinia-news-list li {
  display: grid;
  gap: 0.22rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(151, 205, 255, 0.14);
}

.clandestinia-news-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.clandestinia-news-list a {
  color: #ffffff;
  font-weight: 780;
  line-height: 1.32;
  text-decoration: none;
}

.clandestinia-news-panel .clandestinia-news-list a,
.clandestinia-news-panel .clandestinia-news-source h3 {
  color: #ffffff;
}

.clandestinia-news-panel .clandestinia-news-source h3 {
  color: var(--cl-cyan) !important;
}

.clandestinia-news-list a:hover,
.clandestinia-news-list a:focus-visible {
  color: var(--cl-green);
}

.clandestinia-news-meta {
  color: var(--cl-muted);
  font-size: 0.8rem;
}

.clandestinia-news-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.clandestinia-news-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--cl-border-strong);
  border-radius: 6px;
  padding: 0.45rem 0.9rem;
  background: #10243a;
  color: var(--cl-text) !important;
  font-weight: 800;
  text-decoration: none;
}

.clandestinia-news-button:hover,
.clandestinia-news-button:focus-visible {
  border-color: var(--cl-green);
  background: #143250;
}

.clandestinia-news-button--secondary {
  background: rgba(125, 231, 255, 0.07);
  color: var(--cl-cyan) !important;
}

#bbpress-forums {
  box-sizing: border-box;
  left: 50%;
  margin: clamp(1.5rem, 4vw, 3rem) 0 !important;
  max-width: none !important;
  position: relative;
  transform: translateX(-50%);
  width: calc(100vw - 32px) !important;
  color: var(--cl-text);
  font-size: 1.12rem;
  line-height: 1.65;
}

#bbpress-forums div.bbp-search-form {
  float: none;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 1rem;
  clear: both;
}

#bbpress-forums #bbp-search-form {
  width: min(100%, 560px);
  margin: 0 auto;
}

#bbpress-forums #bbp-search-form > div {
  display: flex;
  gap: 0.5rem;
  width: 100%;
}

#bbpress-forums #bbp_search {
  flex: 1 1 auto;
  min-width: 0;
}

#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-replies,
#bbpress-forums fieldset.bbp-form {
  box-sizing: border-box;
  float: none;
  width: min(100%, 1400px);
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--cl-border);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(14, 21, 32, 0.96), rgba(7, 11, 18, 0.96));
  box-shadow: var(--cl-shadow);
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  border-color: var(--cl-border);
  background: rgba(120, 183, 255, 0.08);
  color: var(--cl-text);
  font-size: 1.02rem;
  font-weight: 800;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  border-top: 1px solid rgba(151, 205, 255, 0.14);
  background: transparent;
}

#bbpress-forums .bbp-forum-title,
#bbpress-forums .bbp-topic-permalink,
#bbpress-forums .bbp-reply-author a {
  color: var(--cl-text);
  font-size: 1.18rem;
  line-height: 1.35;
  font-weight: 800;
  text-decoration: none;
}

#bbpress-forums .bbp-forum-title:hover,
#bbpress-forums .bbp-topic-permalink:hover {
  color: var(--cl-green);
}

#bbpress-forums .bbp-forum-content,
#bbpress-forums .bbp-topic-meta,
#bbpress-forums .bbp-reply-content,
#bbpress-forums .bbp-template-notice,
#bbpress-forums .bbp-topic-freshness,
#bbpress-forums .bbp-forum-freshness {
  color: var(--cl-muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

#bbpress-forums fieldset.bbp-form {
  padding: clamp(1rem, 2vw, 1.5rem);
}

#bbpress-forums fieldset.bbp-form legend {
  color: var(--cl-cyan);
  font-size: 1.14rem;
  font-weight: 850;
}

#bbpress-forums input[type="text"],
#bbpress-forums input[type="password"],
#bbpress-forums input[type="email"],
#bbpress-forums textarea,
#bbpress-forums select {
  border: 1px solid var(--cl-border);
  border-radius: 6px;
  background: var(--cl-bg);
  color: var(--cl-text);
  font-size: 1.05rem;
  line-height: 1.55;
}

#bbpress-forums button,
#bbpress-forums input[type="submit"],
#bbpress-forums .button {
  min-height: 40px;
  border: 1px solid var(--cl-border-strong);
  border-radius: 6px;
  background: #10243a;
  color: var(--cl-text);
  font-size: 1.02rem;
  font-weight: 800;
}

#bbpress-forums button:hover,
#bbpress-forums input[type="submit"]:hover,
#bbpress-forums .button:hover {
  border-color: var(--cl-green);
  background: #143250;
}

.bbp-login-form,
.bbp-register-form,
.bbp-lost-pass-form {
  width: min(720px, calc(100% - 32px));
  margin: clamp(1.5rem, 4vw, 3rem) auto;
}

input,
textarea,
select {
  border: 1px solid var(--cl-border);
  border-radius: 6px;
  background: var(--cl-surface);
  color: var(--cl-text);
}

hr,
.wp-block-separator {
  border-color: var(--cl-border);
}

footer,
.wp-site-blocks > footer,
.wp-block-template-part:has(footer) {
  border-top: 1px solid var(--cl-border);
  background: rgba(7, 10, 16, 0.84);
  color: var(--cl-muted);
}

@media (max-width: 782px) {
  body.wp-theme-twentytwentyfour {
    font-size: 17px;
  }

  .admin-bar .wp-site-blocks > header,
  .admin-bar .wp-block-template-part:has(header) {
    top: 46px;
  }

  .wp-block-post-template > .wp-block-post,
  .wp-block-query .wp-block-post {
    padding: 1rem;
  }

  .wp-block-navigation__responsive-container.is-menu-open {
    background: #070a10;
    color: var(--cl-text);
  }
}

.clandestinia-utility-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 32px));
  margin: 0.85rem auto 0;
  padding: 0.72rem 0.9rem;
  border: 1px solid var(--cl-border);
  border-radius: 8px;
  background: rgba(7, 10, 16, 0.88);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
  position: sticky;
  top: 0.75rem;
  z-index: 40;
}

.admin-bar .clandestinia-utility-nav {
  top: 2.75rem;
}

.clandestinia-utility-nav a {
  color: var(--cl-muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 750;
}

.clandestinia-utility-nav a:hover,
.clandestinia-utility-nav a:focus-visible {
  color: var(--cl-green);
}

.clandestinia-utility-nav__brand {
  color: var(--cl-text) !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.clandestinia-utility-nav__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem 0.7rem;
}

.clandestinia-utility-nav__links a {
  border: 1px solid rgba(125, 231, 255, 0.22);
  border-radius: 999px;
  padding: 0.25rem 0.62rem;
  background: rgba(125, 231, 255, 0.07);
}

.clandestinia-chat,
.clandestinia-chat-gate {
  box-sizing: border-box;
  left: 50%;
  margin: clamp(2rem, 5vw, 4rem) 0 !important;
  max-width: none !important;
  position: relative;
  transform: translateX(-50%);
  width: calc(100vw - 32px) !important;
}

.clandestinia-chat-gate,
.clandestinia-chat__intro {
  border: 1px solid var(--cl-border);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(14, 21, 32, 0.94), rgba(11, 31, 48, 0.9));
  box-shadow: var(--cl-shadow);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.clandestinia-chat-gate h2,
.clandestinia-chat__intro h2,
.clandestinia-chat__room-header h3 {
  color: #ffffff;
  margin: 0;
}

.clandestinia-chat-gate p,
.clandestinia-chat__intro p,
.clandestinia-chat__room-header p {
  color: var(--cl-muted);
  margin-bottom: 0;
}

.clandestinia-chat-kicker {
  color: var(--cl-cyan) !important;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin: 0 0 0.35rem !important;
  text-transform: uppercase;
}

.clandestinia-chat-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.clandestinia-chat-button,
.clandestinia-chat__form button {
  border: 1px solid var(--cl-border-strong);
  border-radius: 6px;
  background: #10243a;
  color: #ffffff !important;
  cursor: pointer;
  font-weight: 850;
  min-height: 42px;
  padding: 0.55rem 0.9rem;
  text-decoration: none;
}

.clandestinia-chat-button:hover,
.clandestinia-chat__form button:hover {
  border-color: var(--cl-cyan);
  background: #153653;
}

.clandestinia-chat-button--secondary {
  background: rgba(125, 231, 255, 0.08);
}

.clandestinia-chat__layout {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  margin-top: 1rem;
}

.clandestinia-chat__rooms,
.clandestinia-chat__panel {
  border: 1px solid var(--cl-border);
  border-radius: 8px;
  background: rgba(7, 10, 16, 0.82);
  box-shadow: var(--cl-shadow);
}

.clandestinia-chat__rooms {
  display: grid;
  gap: 0.65rem;
  align-content: start;
  padding: 0.75rem;
}

.clandestinia-chat__room {
  border: 1px solid rgba(125, 231, 255, 0.16);
  border-radius: 6px;
  background: rgba(14, 21, 32, 0.88);
  color: var(--cl-text);
  cursor: pointer;
  padding: 0.85rem;
  text-align: left;
}

.clandestinia-chat__room:hover,
.clandestinia-chat__room.is-active {
  border-color: var(--cl-cyan);
  background: rgba(21, 54, 83, 0.88);
}

.clandestinia-chat__room span {
  color: #ffffff;
  display: block;
  font-weight: 850;
}

.clandestinia-chat__room small {
  color: var(--cl-muted);
  display: block;
  font-size: 0.82rem;
  line-height: 1.45;
  margin-top: 0.25rem;
}

.clandestinia-chat__panel {
  display: grid;
  grid-template-rows: auto minmax(320px, 52vh) auto;
  min-width: 0;
  overflow: hidden;
}

.clandestinia-chat__room-header {
  border-bottom: 1px solid var(--cl-border);
  padding: 1rem;
}

.clandestinia-chat__messages {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  overflow-y: auto;
  padding: 1rem;
}

.clandestinia-chat__message {
  border: 1px solid rgba(151, 205, 255, 0.16);
  border-radius: 8px;
  background: rgba(14, 21, 32, 0.74);
  padding: 0.85rem;
}

.clandestinia-chat__message-meta {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  margin-bottom: 0.35rem;
}

.clandestinia-chat__message-meta strong {
  color: var(--cl-cyan);
}

.clandestinia-chat__message-meta time,
.clandestinia-chat__status {
  color: var(--cl-muted);
  font-size: 0.84rem;
}

.clandestinia-chat__message-body p {
  color: var(--cl-text);
  margin: 0;
}

.clandestinia-chat__form {
  border-top: 1px solid var(--cl-border);
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
}

.clandestinia-chat__form textarea {
  min-height: 86px;
  resize: vertical;
}

.clandestinia-chat__form-actions {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

@media (max-width: 782px) {
  .clandestinia-utility-nav {
    align-items: flex-start;
    flex-direction: column;
    position: static;
  }

  .clandestinia-utility-nav__links {
    justify-content: flex-start;
  }

  .clandestinia-chat__layout {
    grid-template-columns: 1fr;
  }

  .clandestinia-chat__panel {
    grid-template-rows: auto minmax(300px, 55vh) auto;
  }
}
