:root {
  color-scheme: dark;
  --bg: #091420;
  --panel: #142535;
  --alt: #182b3e;
  --line: #3b5164;
  --gold: #d8b76b;
  --text: #dce5ec;
  --muted: #a6b8c7;
}

/* Discovery keeps the compact board layout and the forum's navy/gold palette. */
#community-view a { color: #dfc488; }
#community-view a:hover { color: #f2d99f; }
.board > nav { flex-wrap: wrap; }
.board > nav > a { padding: 10px 13px; border-right: 1px solid #42566a; border-left: 1px solid #122333; color: #c8d4df; font-size: 11px; text-decoration: none; }
.board > nav > a:hover, .board > nav > a.selected { background: #0e1f30; color: #eed399; }
.discovery-tabs { display: flex; flex-wrap: wrap; gap: 0; border: 1px solid var(--line); background: #132638; margin: 18px 0 0; }
.discovery-tabs a { padding: 11px 17px; border-right: 1px solid var(--line); text-decoration: none; color: var(--muted); }
.discovery-tabs a.selected { color: #f2dcaa; background: #23333e; box-shadow: inset 0 -2px var(--gold); }
.section-intro { display: flex; align-items: center; gap: 24px; justify-content: space-between; padding: 16px 18px; border: 1px solid #665c43; background: #202a30; }
.section-intro p { max-width: 770px; margin: 0; }
.section-intro > a, .section-intro > button { flex-shrink: 0; }
.button-link { display: inline-block; padding: 8px 13px; border: 1px solid #8b7850; background: #24333b; color: #edcf8e; text-decoration: none; font: inherit; cursor: pointer; }
.button-link:hover { background: #34414a; }
.back-link, .account-email-link { display: inline-block; margin: 0 0 18px; }
.creator-badge { display: inline-block; font: 9px/1.4 Verdana, sans-serif; padding: 3px 6px; margin: 2px 0 2px 6px; border: 1px solid #50616e; color: #adbcc7; vertical-align: middle; white-space: nowrap; }
.creator-badge.verified { color: #c4deca; border-color: #537b63; background: #20352d; }
.directory-list, .catalog-list { border: 1px solid var(--line); }
.directory-row, .catalog-row { padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: #152738; }
.directory-row:nth-child(even), .catalog-row:nth-child(even) { background: #192d3f; }
.directory-row + .directory-row, .catalog-row + .catalog-row { border-top: 1px solid var(--line); }
.directory-row h2, .catalog-row h2 { font: 600 23px/1.2 'Cormorant Garamond', Georgia, serif; margin: 0 0 6px; }
.directory-row h2 a, .catalog-row h2 a { text-decoration: none; color: #e6c88a; }
.directory-row h2 a:hover, .catalog-row h2 a:hover { text-decoration: underline; }
.directory-row p, .catalog-row p { margin: 6px 0; }
.directory-row > div { min-width: 0; }
.directory-row > a, .directory-row > button { flex-shrink: 0; }
.directory-row small, .catalog-description, .library-footnote { color: var(--muted); }
.catalog-filters { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 12px; padding: 16px; border: 1px solid var(--line); border-top: 0; background: #102231; }
.library-filter-panel { border: 1px solid var(--line); border-top: 0; background: #102231; }
.library-filter-panel summary { padding: 11px 16px; color: #d9c18a; cursor: pointer; font-size: 10px; }
.library-filter-panel .catalog-filters { border: 0; border-top: 1px solid #2f4354; }
.catalog-filters label { display: flex; flex-direction: column; gap: 5px; font-size: 10px; color: #b7c8d6; flex: 1 1 140px; }
.catalog-filters label:first-child { flex: 2 1 240px; }
.catalog-filters input, .catalog-filters select { width: 100%; min-width: 0; background: #091b29; border: 1px solid #465c70; padding: 8px; color: var(--text); font: inherit; min-height: 34px; }
.catalog-filters button { padding: 8px 14px; background: #293e4e; border: 1px solid #6a7e8e; min-height: 34px; }
.catalog-filters > a { padding-bottom: 8px; }
.catalog-filters .check-label { flex: 1 1 190px; flex-direction: row; align-items: center; min-height: 34px; }
.check-label { display: flex !important; flex-direction: row; align-items: flex-start; gap: 9px; line-height: 1.6; }
.check-label input[type=checkbox] { width: 15px !important; height: 15px; min-height: 0; flex: 0 0 15px; margin: 3px 0 0; accent-color: var(--gold); }
.catalog-count { display: flex; justify-content: space-between; gap: 10px; padding: 14px 2px 9px; font-size: 10px; color: var(--muted); }
.catalog-row { align-items: flex-start; }
.catalog-symbol { height: 46px; width: 46px; flex: 0 0 46px; border: 1px solid #726342; display: grid; place-items: center; background: #142330; color: var(--gold); font-size: 29px; }
.catalog-copy { flex: 1; min-width: 0; }
.eyebrow { color: #a6b9c8; text-transform: uppercase; font-size: 9px; letter-spacing: 1.1px; margin: 0 0 9px; }
.catalog-actions { display: flex; flex-direction: column; gap: 13px; padding-top: 16px; font-size: 10px; flex-shrink: 0; }
.library-footnote { font-size: 10px; margin-top: 16px; }
.empty-state { padding: 35px 22px; text-align: center; background: #112332; }
.empty-state h2 { font: 26px Georgia, serif; color: #e3ce9e; margin: 0 0 12px; }
.empty-state p { color: var(--muted); }
.creator-profile, .recording-sheet { background: #172b3c; border: 1px solid var(--line); padding: 25px; }
.creator-profile { display: flex; justify-content: space-between; gap: 28px; }
.creator-profile > div:first-child { flex: 1; }
.creator-profile .creator-badge { margin-left: 0; }
.creator-profile > div:last-child { display: flex; align-items: flex-start; flex-direction: column; gap: 15px; }
.recording-sheet > p { max-width: 760px; line-height: 1.8; }
.recording-sheet dl { display: flex; gap: 50px; margin: 22px 0; }
.recording-sheet dt { color: var(--muted); font-size: 10px; }
.recording-sheet dd { margin: 5px 0 0; }
.recording-controls, .inline-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.workshop-welcome { padding: 28px; background: linear-gradient(100deg,#1e303c,#142636); border: 1px solid #756544; }
.workshop-welcome h2, .lounge-gate > h2 { font: 31px/1.2 'Cormorant Garamond', Georgia, serif; color: #ead4a3; margin: 0 0 12px; }
.workshop-welcome p { max-width: 690px; color: #bdceda; margin: 0 0 22px; }
.workshop-welcome > a { margin-left: 22px; display: inline-block; }
.workshop-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-top: 0; }
.workshop-grid section { padding: 23px; background: #152b3b; }
.workshop-grid section + section { border-left: 1px solid var(--line); }
.workshop-grid h2, .email-layout h2 { color: #dfc995; font: 24px Georgia, serif; margin: 0 0 12px; }
.workshop-grid p { color: var(--muted); min-height: 55px; }
.workshop-notes { border: 1px solid var(--line); background: #142635; }
.workshop-notes details + details { border-top: 1px solid var(--line); }
.workshop-notes summary { padding: 15px 19px; color: #e3c990; cursor: pointer; }
.workshop-notes details p, .workshop-notes ol { margin: 0 22px 20px; max-width: 850px; color: #bcccda; }
.workshop-notes li { padding: 4px; }
.lounge-gate { padding: 32px; background: #142735; border: 1px solid #74674b; }
.lounge-gate > p { max-width: 780px; color: var(--muted); }
.lounge-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; padding: 25px 0; margin: 24px 0; border-block: 1px solid var(--line); }
.lounge-benefits strong { color: #e1c895; }
.lounge-benefits p { color: var(--muted); }
.message-byline { display: flex; flex-wrap: wrap; gap: 14px; color: var(--muted); font-size: 10px; padding-bottom: 15px; }
.message-byline strong { color: #e5ce9d; }
.message-byline button { margin-left: auto; }
.lounge-messages .post-body { white-space: pre-wrap; }
.preserve-lines { white-space: pre-wrap; overflow-wrap: anywhere; }
.management-table { width: 100%; border-collapse: collapse; }
.management-table th, .management-table td { padding: 12px; border: 1px solid var(--line); text-align: left; }
.management-table th { background: #293d4e; }
.management-table td { background: #152838; overflow-wrap: anywhere; }
.email-layout { display: grid; grid-template-columns: 1.1fr 1fr; border: 1px solid var(--line); background: #152838; }
.email-layout > section { padding: 25px; min-width: 0; }
.email-layout > section + section { border-left: 1px solid var(--line); }
.email-layout p { color: #b7c9d6; }
.email-status strong { overflow-wrap: anywhere; }
.pending-email { border: 1px solid #726345; background: #222e32; padding: 15px; margin: 20px 0; overflow-wrap: anywhere; }
.email-link-panel { padding: 26px; border: 1px solid var(--line); background: #152938; max-width: 690px; }
.account-form textarea, .account-form select { background: #0a1c2a; color: var(--text); border: 1px solid #4a6072; padding: 9px; font: inherit; width: 100%; }
.account-form textarea { resize: vertical; }
.directory-row, .catalog-copy { overflow-wrap: anywhere; }
a:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 2px solid #efd79c; outline-offset: 3px; }
@media(max-width:760px) {
  .section-intro { flex-direction: column; align-items: flex-start; gap: 14px; }
  .catalog-row { flex-wrap: wrap; gap: 15px; padding: 17px; }
  .catalog-copy { flex: 1 1 calc(100% - 65px); }
  .catalog-actions { flex-direction: row; flex-wrap: wrap; padding: 0 0 0 61px; gap: 16px; }
  .directory-row { padding: 18px; gap: 14px; align-items: flex-start; flex-direction: column; }
  .creator-profile { flex-direction: column; padding: 20px; }
  .workshop-grid, .lounge-benefits, .email-layout { grid-template-columns: 1fr; }
  .workshop-grid section + section, .email-layout > section + section { border-left: 0; border-top: 1px solid var(--line); }
  .workshop-grid p { min-height: 0; }
  .lounge-benefits { gap: 12px; }
  .lounge-gate, .workshop-welcome { padding: 23px; }
  .workshop-welcome > a { margin: 18px 0 0; display: block; }
  .catalog-count { flex-direction: column; }
  .recording-sheet dl { gap: 25px; flex-wrap: wrap; }
  .discovery-tabs a { padding: 10px 12px; font-size: 10px; }
  .board > nav > a { padding: 10px; }
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #060e17;
  color: var(--text);
  font:
    12px/1.5 Verdana,
    Arial,
    sans-serif;
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
}
button:focus-visible,
input:focus-visible {
  outline: 2px solid #efd79c;
  outline-offset: 3px;
}
button {
  color: inherit;
}
.board {
  max-width: 1200px;
  margin: 24px auto;
  background: var(--bg);
  border: 1px solid #45576a;
  box-shadow:
    0 0 0 4px #101d2b,
    0 12px 55px #0007;
}
header {
  height: 135px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 23px 30px;
  background:
    linear-gradient(90deg, #091420f2 10%, #09142080 60%, #09142030),
    url("/assets/resona-hero-1280.webp") center 48% / cover;
  border-bottom: 1px solid #8e7950;
}
.brand {
  font:
    500 43px/1 "Cormorant Garamond",
    Georgia,
    serif;
  color: #f0e6cc;
  text-shadow: 0 2px 4px #000;
}
.brand span {
  display: block;
  color: #c1ced8;
  font:
    9px/1.5 Verdana,
    sans-serif;
  letter-spacing: 2.2px;
  margin-top: 12px;
}
.header-caption {
  position: absolute;
  right: 24px;
  bottom: 19px;
  font:
    italic 15px Georgia,
    serif;
  color: #e0d6bf;
}
nav {
  display: flex;
  background: linear-gradient(#294156, #182b3d);
  border-bottom: 1px solid #496075;
  padding: 0 12px;
}
nav button {
  border: 0;
  border-right: 1px solid #42566a;
  border-left: 1px solid #122333;
  background: none;
  padding: 10px 17px;
  font-size: 11px;
  color: #c8d4df;
}
nav button:hover,
nav .selected {
  background: #0e1f30;
  color: #eed399;
}
.nav-account {
  display: flex;
  margin-left: auto;
}
.inner {
  padding: 0 18px;
}
.utility {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 13px 0;
  color: var(--muted);
  font-size: 10px;
}
.link {
  background: none;
  border: 0;
  padding: 0;
  color: #dfc488;
  text-align: left;
}
.link:hover {
  text-decoration: underline;
}
.preview {
  font-size: 8px;
  letter-spacing: 1px;
  color: #94a8b9;
}
.breadcrumb {
  border-top: 1px solid #273d4f;
  padding: 9px 0 12px;
  color: var(--gold);
  font-weight: bold;
  font-size: 11px;
}
.welcome {
  border: 1px solid #645b42;
  background: #232a2c;
  box-shadow: inset 0 0 0 1px #0b1823;
  padding: 12px 15px;
  margin: 0 0 18px;
}
.welcome strong {
  color: #dfc588;
  font-size: 12px;
}
.welcome p {
  margin: 4px 0 0;
  font-size: 11px;
  color: #bbcad3;
}
.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(#30495f, #20364b);
  border: 1px solid #4c6174;
  padding: 7px 11px;
  box-shadow: inset 0 1px #64788a33;
}
.section-title h1,
.section-title h2 {
  margin: 0;
  font:
    bold 12px Verdana,
    sans-serif;
  color: #ead29f;
}
.section-title span {
  font-size: 9px;
  color: #c0ceda;
}
.table-wrap {
  border: 1px solid var(--line);
  border-top: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
th {
  font-size: 9px;
  font-weight: normal;
  color: #b1c0ce;
  background: #0f2030;
  padding: 5px 12px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
td {
  background: var(--panel);
  padding: 11px 12px;
  border-bottom: 1px solid #354b5e;
  border-right: 1px solid #304658;
  vertical-align: middle;
}
tr:nth-child(even) td {
  background: var(--alt);
}
tr:last-child td {
  border-bottom: 0;
}
td:last-child {
  border-right: 0;
}
.number {
  width: 76px;
  text-align: center;
  color: #bdcbd6;
}
.last {
  width: 215px;
}
.forum-name {
  display: flex;
  align-items: center;
  gap: 15px;
}
.board-icon {
  font:
    25px Georgia,
    serif;
  display: grid;
  place-items: center;
  flex: 0 0 33px;
  height: 30px;
  color: #dec188;
  background: linear-gradient(#405165, #1f3042);
  border: 1px solid #9d875a;
  box-shadow:
    inset 1px 1px #718393,
    inset -1px -1px #0b1621;
}
.forum-name button {
  font-weight: bold;
  font-size: 12px;
  color: #e1c68a;
}
.forum-name p {
  font-size: 10px;
  color: #aebfcb;
  margin: 3px 0 0;
}
.last-post {
  font-size: 10px;
  color: #aebfcb;
  line-height: 1.6;
}
.last-post button {
  font-size: 10px;
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.last-post strong {
  color: #dfc488;
  font-weight: normal;
}
.forum-group {
  margin-bottom: 17px;
}
.topic-tools {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
}
.tabs {
  display: flex;
  gap: 3px;
}
.tab,
.new-topic {
  padding: 5px 10px;
  border: 1px solid #506376;
  border-radius: 2px;
  background: linear-gradient(#2c4358, #192d40);
  font-size: 10px;
  box-shadow: inset 0 1px #78879433;
}
.tab.active {
  color: #e9cf95;
  border-color: #87744e;
}
.topic-tools label {
  margin-left: auto;
}
.topic-tools input {
  max-width: 185px;
  width: 100%;
  border: 1px solid #43596c;
  border-radius: 0;
  background: #06131f;
  padding: 5px 9px;
  color: var(--text);
  font-size: 10px;
}
.new-topic {
  background: linear-gradient(#e2c681, #b99b55);
  color: #14212c;
  border-color: #e9cf95;
  font-weight: bold;
  white-space: nowrap;
}
.topic-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.topic-symbol {
  color: #cbb178;
  font-size: 18px;
  width: 23px;
  text-align: center;
}
.title {
  background: none;
  border: 0;
  padding: 0;
  color: #e0c688;
  font-weight: bold;
  font-size: 11px;
  text-align: left;
  line-height: 1.5;
}
.title:hover {
  text-decoration: underline;
}
.meta {
  font-size: 9px;
  color: #a3b5c4;
  margin-top: 3px;
}
.pin {
  font-size: 8px;
  font-weight: bold;
  color: #0a1927;
  background: #baa166;
  padding: 1px 4px;
  margin-right: 5px;
}
.topics-table td {
  padding-top: 9px;
  padding-bottom: 9px;
}
.under-table {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: var(--muted);
  padding: 10px 0 20px;
}
.page-number {
  display: inline-block;
  border: 1px solid #7c704f;
  background: #29313a;
  padding: 1px 6px;
  color: var(--gold);
}
.statistics {
  border: 1px solid var(--line);
}
.statistics h2 {
  font-size: 11px;
  padding: 6px 11px;
  background: linear-gradient(#30495f, #20364b);
  margin: 0;
  color: #dfc68e;
  border-bottom: 1px solid var(--line);
}
.statistics > div {
  display: flex;
  gap: 16px;
  padding: 13px;
  background: #122333;
  align-items: center;
}
.statistics p {
  font-size: 10px;
  margin: 0;
}
.statistics strong {
  color: #d8c28f;
}
.muted {
  color: var(--muted);
}
.legend {
  display: flex;
  gap: 22px;
  font-size: 9px;
  color: var(--muted);
  padding: 12px 0;
}
.legend span:last-child {
  margin-left: auto;
}
.tiny-icon {
  display: inline-block;
  width: 10px;
  height: 9px;
  border: 1px solid var(--gold);
  margin-right: 4px;
}
footer {
  text-align: center;
  border-top: 1px solid #293d4f;
  padding: 18px 0 22px;
  color: #869aab;
  font-size: 9px;
}
footer strong {
  font:
    20px "Cormorant Garamond",
    Georgia,
    serif;
  color: #b9c7d2;
  display: block;
  margin-bottom: 3px;
}
.empty {
  text-align: center;
  color: var(--muted);
  padding: 25px;
}
dialog {
  padding: 0;
  max-width: 770px;
  width: calc(100% - 30px);
  border: 1px solid #657989;
  border-radius: 0;
  background: var(--bg);
  color: var(--text);
}
dialog::backdrop {
  background: #000b;
}
.dialog-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(#30495f, #20364b);
  padding: 5px 12px;
  color: var(--gold);
  font-size: 11px;
}
.dialog-bar button {
  background: none;
  border: 0;
  font-size: 20px;
}
.dialog-content {
  padding: 18px;
}
.dialog-content h2 {
  font: bold 16px Verdana;
  margin: 0 0 18px;
}
.post {
  display: grid;
  grid-template-columns: 125px 1fr;
  border: 1px solid var(--line);
  margin-bottom: 18px;
  background: var(--panel);
}
.post > aside {
  border-right: 1px solid var(--line);
  background: var(--alt);
  padding: 18px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  color: var(--gold);
}
.post > div {
  padding: 12px 20px;
}
.post small {
  color: var(--muted);
  font-size: 9px;
}
.member-avatar {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid #7b734f;
  font: 30px Georgia;
  background: #24394a;
}
.post-label {
  color: var(--muted);
  font-size: 9px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 9px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
[hidden] {
  display: none !important;
}
@media (max-width: 1250px) {
  .board {
    margin: 16px 20px;
  }
}
@media (max-width: 700px) {
  .board {
    margin: 8px;
    box-shadow: none;
  }
  .inner {
    padding: 0 9px;
  }
  header {
    height: 112px;
    padding: 20px 15px;
  }
  .brand {
    font-size: 32px;
  }
  .brand span {
    font-size: 7px;
    letter-spacing: 1.2px;
  }
  .header-caption {
    display: none;
  }
  nav {
    padding: 0;
    flex-wrap: wrap;
  }
  nav button {
    padding: 8px;
    font-size: 9px;
  }
  .nav-account {
    margin-left: 0;
  }
  .utility {
    flex-wrap: wrap;
    gap: 5px;
    font-size: 9px;
  }
  .preview {
    font-size: 7px;
  }
  .welcome {
    padding: 10px;
  }
  .welcome p {
    font-size: 10px;
  }
  .section-title span {
    display: none;
  }
  .last {
    width: 125px;
  }
  .number {
    width: 44px;
  }
  .forum-table .last {
    display: none;
  }
  th,
  td {
    padding: 8px;
  }
  .forum-name {
    gap: 9px;
  }
  .forum-name p {
    font-size: 9px;
  }
  .forum-name button {
    font-size: 11px;
  }
  .board-icon {
    flex-basis: 24px;
    height: 24px;
    font-size: 18px;
  }
  .topic-tools {
    flex-wrap: wrap;
    gap: 8px;
  }
  .topic-tools label {
    order: 3;
    flex: 1 0 100%;
    margin: 0;
  }
  .topic-tools input {
    max-width: 100%;
  }
  .new-topic {
    margin-left: auto;
  }
  .tab {
    padding: 5px 7px;
    font-size: 9px;
  }
  .topics-table .last {
    width: 90px;
  }
  .last-post,
  .last-post button {
    font-size: 9px;
  }
  .topic-title {
    gap: 5px;
  }
  .topic-symbol {
    font-size: 14px;
    width: 15px;
    flex-shrink: 0;
  }
  .title {
    font-size: 10px;
  }
  .meta {
    font-size: 8px;
  }
  .legend {
    gap: 13px;
    flex-wrap: wrap;
  }
  .legend span:last-child {
    width: 100%;
    margin-left: 0;
  }
  .post {
    grid-template-columns: 85px 1fr;
  }
  .post > aside {
    padding: 10px;
  }
  .post > div {
    padding: 10px;
  }
  .statistics .muted {
    display: none;
  }
}
/* Refined hierarchy: index first, discussions on their own view. */
.board {
  max-width: 1140px;
  margin: 28px auto;
}
header {
  height: 120px;
}
.brand {
  font-size: 40px;
}
.header-caption {
  display: none;
}
.inner {
  padding: 0 24px;
}
.utility {
  align-items: center;
  padding: 12px 0;
}
.utility form {
  display: flex;
  gap: 5px;
}
.utility input {
  width: 205px;
  padding: 6px 9px;
  background: #0b1926;
  border: 1px solid #3f5568;
  color: var(--text);
  font-size: 10px;
}
.utility form button {
  border: 1px solid #4e6275;
  background: linear-gradient(#2c4358, #192d40);
  padding: 5px 12px;
  font-size: 10px;
}
.breadcrumb {
  padding: 11px 0;
  color: #a6b8c7;
  font-weight: normal;
  font-size: 10px;
}
.page-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 10px 0 22px;
}
.page-heading h1 {
  font:
    500 31px/1.15 "Cormorant Garamond",
    Georgia,
    serif;
  color: #e9dfc8;
  margin: 0 0 7px;
}
.page-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}
.page-heading .new-topic {
  padding: 8px 15px;
}
.welcome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 22px;
  padding: 11px 14px;
  background: #182734;
  border-color: #405466;
  box-shadow: none;
  font-size: 10px;
}
.welcome strong {
  font-size: 10px;
  color: #d9e3ea;
  margin-right: 5px;
}
.welcome button {
  white-space: nowrap;
  font-size: 10px;
}
.forum-group {
  margin-bottom: 0;
}
.forum-table .group-row th {
  background: linear-gradient(#2a4257, #203549);
  color: #dac28e;
  font:
    bold 11px Verdana,
    sans-serif;
  padding: 10px 14px;
  border-top: 1px solid #536779;
  border-bottom: 1px solid #41586d;
}
.forum-table .number {
  width: 72px;
}
.forum-table .last {
  width: 270px;
}
.forum-table > thead th {
  background: #0f2030;
  padding: 8px 14px;
}
.forum-table td {
  padding: 17px 14px;
  border-right: 0;
  border-bottom: 1px solid #2b4052;
  background: #142535;
}
.forum-table tr:nth-child(even) td {
  background: #16283a;
}
.forum-name {
  gap: 14px;
}
.forum-name button {
  font-size: 12px;
}
.forum-name p {
  margin-top: 5px;
  line-height: 1.5;
}
.forum-table .board-icon {
  font-size: 21px;
  flex-basis: 30px;
  height: 28px;
  box-shadow: inset 0 1px #61728466;
  border-color: #5e6b6d;
  color: #cbb582;
}
.last-post button {
  color: #bccbd6;
  font-size: 10px;
  margin-bottom: 4px;
}
.last-post strong {
  color: #a6b8c7;
}
.last-post {
  color: #90a5b6;
  font-size: 9px;
}
.index-foot {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 0 23px;
  font-size: 10px;
  color: #90a5b6;
}
.topic-tools {
  padding: 0 0 12px;
}
.topic-tools #count {
  margin-left: auto;
  font-size: 10px;
  color: var(--muted);
}
.topics-table td {
  padding: 15px 12px;
}
.topics-table .last {
  width: 205px;
}
.title {
  font-size: 12px;
}
.meta {
  margin-top: 5px;
  font-size: 10px;
}
.under-table {
  padding-top: 15px;
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin-top: 8px;
  padding: 17px 0 20px;
}
footer strong {
  font-size: 19px;
  margin: 0;
}
footer span {
  font-size: 8px;
}
@media (max-width: 1180px) {
  .board {
    margin: 20px;
  }
}
@media (max-width: 700px) {
  .board {
    margin: 8px;
  }
  .inner {
    padding: 0 12px;
  }
  header {
    height: 105px;
  }
  .brand {
    font-size: 31px;
  }
  .utility {
    gap: 8px;
  }
  .utility form {
    margin-left: auto;
  }
  .utility input {
    width: 158px;
  }
  .utility form button {
    padding: 5px 8px;
  }
  .page-heading {
    margin: 7px 0 17px;
    gap: 10px;
  }
  .page-heading h1 {
    font-size: 27px;
  }
  .page-heading p {
    font-size: 10px;
  }
  .page-heading .new-topic {
    font-size: 9px;
    padding: 7px 9px;
  }
  .welcome {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding: 10px 12px;
    margin-bottom: 17px;
    font-size: 10px;
  }
  .welcome strong {
    display: block;
    margin-bottom: 2px;
  }
  .forum-table .last {
    display: none;
  }
  .forum-table .number {
    width: 43px;
  }
  .forum-table td {
    padding: 15px 10px;
  }
  .forum-table > thead th {
    padding: 7px 10px;
  }
  .forum-table .group-row th {
    padding: 9px 10px;
    font-size: 10px;
  }
  .forum-name {
    gap: 9px;
  }
  .forum-table .board-icon {
    flex-basis: 22px;
    height: 23px;
    font-size: 16px;
  }
  .forum-name button {
    font-size: 11px;
  }
  .forum-name p {
    font-size: 9px;
  }
  .index-foot {
    font-size: 9px;
    gap: 9px;
    padding-bottom: 17px;
  }
  footer {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
  .topics-table .last {
    width: 85px;
  }
  .topics-table td {
    padding: 12px 8px;
  }
  .title {
    font-size: 10px;
  }
  .meta {
    font-size: 8px;
  }
  .topic-tools {
    gap: 6px;
  }
  .topic-tools #count {
    font-size: 8px;
  }
  .post-label {
    line-height: 1.5;
  }
}
nav a {
  color: #c8d4df;
  text-decoration: none;
  padding: 10px 17px;
  font-size: 11px;
  border-right: 1px solid #42566a;
  border-left: 1px solid #122333;
}
nav a:hover {
  color: var(--gold);
  background: #0e1f30;
}
.notice {
  border: 1px solid #77653f;
  background: #252c2d;
  color: #f0dba9;
  padding: 12px 14px;
  margin: 0 0 16px;
  font-size: 12px;
}
.notice.error,
.form-error {
  color: #ffb9ab;
}
.form-error:empty {
  display: none;
}
.form-error {
  margin: 12px 0;
  font-size: 12px;
}
.account-form,
.compose-form {
  display: grid;
  gap: 14px;
}
.password-group {
  display: grid;
  gap: 6px;
}
.password-field {
  position: relative;
}
.account-form .password-field input {
  padding-right: 48px;
}
.password-toggle {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 42px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #aebfcd;
  cursor: pointer;
}
.password-toggle:hover {
  color: #dfc58b;
  background: #ffffff08;
}
.password-toggle:focus-visible {
  outline: 2px solid #dfc58b;
  outline-offset: -3px;
}
.password-toggle svg {
  width: 19px;
  height: 19px;
}
.account-form label,
.compose-form label {
  display: grid;
  gap: 6px;
  font-size: 11px;
  color: #c5d2dd;
}
.account-form input,
.compose-form input,
.compose-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #516579;
  background: #0c1a28;
  color: #e0e8ef;
  padding: 10px;
  font:
    13px/1.6 Verdana,
    sans-serif;
  border-radius: 0;
}
.compose-form textarea {
  min-height: 160px;
  resize: vertical;
}
.form-help {
  color: var(--muted);
  font-size: 10px;
  margin: 0;
}
.form-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.form-actions .new-topic {
  margin-left: 0;
  padding: 8px 14px;
}
.account-form .new-topic {
  margin-left: 0;
  justify-self: start;
  padding: 8px 14px;
}
.form-actions span {
  font-size: 10px;
  color: var(--muted);
}
button:disabled,
input:disabled,
textarea:disabled {
  opacity: 0.6;
  cursor: wait;
}
.pagination {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  font-size: 10px;
  color: var(--muted);
  padding: 8px 0 16px;
}
.pagination button {
  border: 1px solid var(--line);
  background: #192d40;
  padding: 5px 10px;
  color: var(--gold);
}
.topic-post {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  border: 1px solid var(--line);
  margin: 0 0 15px;
  background: var(--panel);
  scroll-margin-top: 20px;
}
.post-author {
  background: var(--alt);
  border-right: 1px solid var(--line);
  padding: 17px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.post-author strong {
  font-size: 11px;
  color: var(--gold);
  overflow-wrap: anywhere;
}
.post-author small {
  font-size: 9px;
  color: var(--muted);
}
.post-main {
  padding: 12px 18px;
  min-width: 0;
}
.post-main header {
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: none;
  border-bottom: 1px solid #314657;
  padding: 0 0 9px;
  font-size: 9px;
  color: var(--muted);
  gap: 8px;
}
.post-body {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  line-height: 1.85;
  font-size: 12px;
  margin: 16px 0;
}
.post-actions {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  font-size: 10px;
  min-height: 16px;
}
.reply-box {
  border: 1px solid var(--line);
  padding: 18px;
  margin: 15px 0 24px;
  background: var(--panel);
}
.reply-box h2 {
  font:
    bold 12px Verdana,
    sans-serif;
  color: var(--gold);
  margin: 0 0 17px;
}
.moderation-tools {
  display: flex;
  gap: 15px;
  font-size: 10px;
  margin-bottom: 15px;
}
.moderation-tools:empty {
  display: none;
}
.empty {
  font-size: 12px;
  line-height: 1.8;
}
.empty .link {
  display: block;
  margin: 8px auto 0;
}
.topic-post:target {
  outline: 1px solid var(--gold);
}
.topic-badges {
  font: 10px Verdana;
  color: var(--gold);
  margin-top: 8px;
}
.loading {
  opacity: 0.6;
}
.form-info {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.form-info p {
  white-space: pre-wrap;
}
.topic-return {
  font-size: 11px;
}
.page-heading h1 {
  overflow-wrap: anywhere;
  outline: none;
}
.page-heading {
  align-items: flex-start;
}
.page-heading > div {
  min-width: 0;
}
.topic-post .member-avatar {
  flex-shrink: 0;
}
.post-link {
  color: var(--muted);
  text-decoration: none;
}
.post-link:hover {
  color: var(--gold);
}
@media (max-width: 700px) {
  nav a {
    padding: 8px;
    font-size: 9px;
  }
  .topic-post {
    grid-template-columns: minmax(0, 1fr);
  }
  .post-author {
    flex-direction: row;
    align-items: center;
    padding: 10px 12px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .post-author .member-avatar {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }
  .post-author small {
    margin-left: auto;
  }
  .post-main {
    padding: 12px;
  }
  .post-main header {
    padding: 0 0 9px;
    font-size: 9px;
  }
  .post-body {
    font-size: 12px;
  }
  .reply-box {
    padding: 12px;
  }
  .compose-form textarea {
    font-size: 14px;
  }
  .moderation-tools {
    flex-wrap: wrap;
  }
  .page-heading h1 {
    font-size: 27px;
  }
  .pagination {
    flex-wrap: wrap;
  }
  .account-form input,
  .compose-form input,
  .compose-form textarea {
    font-size: 16px;
  }
}
.member-tools {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  padding: 12px 0;
  border-bottom: 1px solid #2c4154;
  font-size: 11px;
}
.member-tools .admin-entry {
  margin-left: auto;
  font-weight: bold;
}
.member-name {
  font-weight: bold;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.post-author {
  align-items: flex-start;
}
.mention {
  color: #e7cb8a;
  text-decoration: none;
}
.mention:hover {
  text-decoration: underline;
}
.post-actions {
  flex-wrap: wrap;
}
.post-actions button:disabled {
  cursor: default;
  opacity: 0.55;
}
.selected-post {
  outline: 1px solid var(--gold);
}
.community-heading {
  font: bold 13px Verdana;
  margin: 24px 0 12px;
  color: var(--gold);
}
.community-list {
  border: 1px solid var(--line);
  margin-bottom: 20px;
  background: var(--panel);
}
.community-list article {
  padding: 18px;
  border-bottom: 1px solid #33495c;
  overflow-wrap: anywhere;
}
.community-list article:last-child {
  border-bottom: 0;
}
.community-list h2,
.community-list h3 {
  font: bold 13px/1.6 Verdana;
  margin: 6px 0 10px;
}
.community-list p {
  font-size: 12px;
  color: #c2cfda;
  line-height: 1.8;
  margin: 8px 0;
}
.community-list small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  margin-top: 8px;
}
.community-list .item-title {
  font-size: 13px;
  font-weight: bold;
}
.community-list .unread {
  border-left: 3px solid var(--gold);
  background: #1d3041;
}
.community-toolbar {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
  font-size: 11px;
}
.community-toolbar small {
  color: var(--muted);
  margin-left: auto;
}
.profile-summary {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
}
.profile-summary h2 {
  font: 500 30px "Cormorant Garamond";
  margin: 0;
  color: #ecddbd;
}
.profile-summary p {
  font-size: 11px;
  color: var(--muted);
  margin: 10px 0;
}
.profile-bio,
.review-text {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.profile-controls {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
.status-label {
  display: inline-block;
  color: #e9cc8d;
  border: 1px solid #696144;
  background: #2b302f;
  padding: 2px 6px;
  font-size: 9px;
  text-transform: uppercase;
}
.admin-counts {
  display: flex;
  gap: 30px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  background: var(--panel);
  font-size: 11px;
  color: var(--muted);
}
.admin-counts strong {
  color: #e5cc97;
  font-size: 16px;
}
.admin-tabs {
  margin: 16px 0;
  overflow: auto;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: 0;
}
.admin-tabs button {
  font-size: 11px;
}
.admin-table th {
  font-size: 10px;
}
.admin-table td {
  font-size: 11px;
}
.admin-table small {
  display: block;
  font-size: 9px;
  color: var(--muted);
  margin-top: 5px;
}
.admin-table th:first-child {
  width: 32%;
}
.admin-search {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0;
  font-size: 11px;
}
.admin-search input,
.compose-form select {
  border: 1px solid var(--line);
  padding: 8px 10px;
  background: #0c1a28;
  color: var(--text);
  min-width: 0;
}
.admin-table-scroll {
  overflow: auto;
}
.member-actions,
.queue-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 17px 0;
}
.rules-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.admin-panel {
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 20px;
  min-width: 0;
}
.admin-panel h2 {
  font: bold 13px Verdana;
  color: var(--gold);
  margin: 0 0 14px;
}
.admin-panel h2:not(:first-child) {
  margin-top: 25px;
}
.admin-panel p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
}
.compose-form .checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.8;
}
.checkbox-label input {
  width: 16px;
  margin-top: 4px;
  flex-shrink: 0;
}
.rule-list {
  margin-top: 22px;
}
.rule-list > div {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  border-top: 1px solid var(--line);
  padding: 10px 0;
  overflow-wrap: anywhere;
}
.rule-list > div span {
  color: var(--muted);
}
.rule-list > div button {
  margin-left: auto;
}
.review-reason {
  padding: 10px;
  background: #233141;
  border-left: 2px solid var(--gold);
}
#community-view .form-actions .new-topic {
  font-size: 11px;
}
button:disabled {
  pointer-events: none;
}
@media (max-width: 700px) {
  .member-tools {
    gap: 13px;
    font-size: 10px;
  }
  .member-tools .admin-entry {
    margin-left: 0;
  }
  .profile-summary {
    padding: 16px;
    flex-direction: column;
  }
  .profile-controls {
    flex-direction: row;
    align-items: center;
  }
  .rules-grid {
    grid-template-columns: 1fr;
  }
  .admin-counts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 12px;
  }
  .admin-tabs button {
    padding: 10px;
  }
  .community-toolbar {
    gap: 12px;
  }
  .community-toolbar small {
    margin-left: 0;
  }
  .admin-search {
    flex-wrap: wrap;
  }
  .admin-search label {
    width: 100%;
  }
  .admin-search input {
    flex: 1;
    width: 140px;
  }
  .admin-table {
    min-width: 530px;
  }
  .community-list article {
    padding: 14px;
  }
  .community-list .item-title {
    font-size: 12px;
  }
  .post-author {
    align-items: center;
  }
  .member-actions {
    gap: 8px;
  }
  .admin-panel {
    padding: 15px;
  }
}

/* Track discussions retain the compact, chronological forum layout. */
.track-card { margin: 18px 0; padding: 17px 20px; border: 1px solid #40566a; border-left: 3px solid #c8ad70; background: #102333; overflow-wrap: anywhere; }
.track-kicker { color: #d9bf83; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.track-card h3 { font-family: Georgia,serif; font-size: 21px; margin: 9px 0 5px; color: #eee3ca; }
.track-card p { margin: 6px 0; font-size: 12px; }
.track-card small { display: block; color: #91a7b8; font-size: 10px; margin-top: 12px; }
.track-links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 14px; font-size: 12px; }
.track-links a { color: #e4c880; }
.track-disclosure { display: block; color: #dfc58b; font-size: 11px; margin-top: 8px; }
.reply-quote { display: block; width: 100%; text-align: left; padding: 12px 15px; margin: 14px 0; border: 0; border-left: 2px solid #8da3b5; color: #adc0ce; background: #ffffff05; font: 11px/1.7 Verdana,sans-serif; cursor: pointer; }
.reply-quote strong,.reply-quote span { display: block; }
.reply-quote span { white-space: pre-wrap; overflow-wrap: anywhere; margin-top: 4px; }
.reply-target { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; background: #172e40; padding: 12px; font-size: 11px; }
.track-composer,.track-fields { display: grid; gap: 12px; }
.track-fields { padding: 14px; border: 1px solid #344e63; background: #10202e; }
.track-composer label { margin-bottom: 6px; }
.track-composer select { width: 100%; padding: 10px; border: 1px solid #516579; color: #e0e8ef; background: #0c1a28; font: 12px Verdana,sans-serif; }
.track-composer .lookup-track { justify-self: start; text-align: left; }
.track-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.track-fields[hidden],.reply-target[hidden] { display: none; }
@media(max-width:700px) { .track-grid { grid-template-columns: 1fr; } .track-card { padding: 14px; } .track-composer select { font-size: 16px; } }
.archive-nav { display:flex; flex-wrap:wrap; gap:20px; padding:16px 24px; border-bottom:1px solid #344c60; font-size:12px; }
.archive-nav a,.archive-content a { color:#dfc58b; }
.archive-content { padding:24px; }
.archive-content h1 { font:30px/1.3 Georgia,serif; color:#eee3ca; }
.archive-content>p { color:#b9c9d5; line-height:1.7; }
.archive-content .topic-post { margin-top:16px; }
.demo-note { padding:12px; border-left:3px solid #c8ad70; background:#142b3c; }
@media(max-width:700px){.archive-content{padding:14px}.archive-content h1{font-size:25px}.archive-nav{padding:14px;gap:12px}}
.footer-links { display:flex; flex-wrap:wrap; gap:16px; }
.board footer a { color:#b9c9d5; }

.membership-layout { display:grid; grid-template-columns:minmax(0,1fr) 295px; border:1px solid var(--line); background:#152738; }
.membership-layout .lounge-gate { border:0; padding:28px; }
.membership-layout .lounge-benefits { grid-template-columns:1fr; margin:24px 0; }
.membership-layout .lounge-benefits > div { border:0; border-top:1px solid #3b5164; padding:15px 0; }
.membership-card { padding:26px 22px; border-left:1px solid #746445; background:#1e2b33; }
.membership-price { font:48px/1.1 Georgia,serif; color:#ead4a3; margin:15px 0; }
.membership-price span { font:11px/1.6 Verdana,sans-serif; color:var(--muted); }
.membership-card p { margin-bottom:18px; }
.membership-actions { display:flex; flex-direction:column; align-items:flex-start; gap:16px; margin:22px 0; }
.membership-help { border:1px solid var(--line); border-top:0; background:#102231; }
.membership-help details { padding:17px 22px; }
.membership-help details + details { border-top:1px solid var(--line); }
.membership-help summary { color:#e2c78a; cursor:pointer; }
.billing-status { padding:12px; border:1px solid #736849; color:#e5d6b4; background:#263138; }
@media(max-width:760px) { .membership-layout { grid-template-columns:1fr; } .membership-card { border-left:0; border-top:1px solid #746445; } .membership-layout .lounge-gate { padding:22px; } }
