:root {
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #233933;
  background: #f6f8f6;
  font-synthesis: none;
  color-scheme: light;
  --green: #245e4e;
  --muted: #61716a;
  --line: #dfe6e1;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #368c70;
  outline-offset: 3px;
}
[hidden] {
  display: none !important;
}
.sr-only,
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.skip {
  position: fixed;
  top: -100px;
  left: 16px;
  padding: 12px;
  background: white;
  z-index: 10;
}
.skip:focus {
  top: 10px;
}
header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 max(24px, calc((100vw - 1200px) / 2));
  border-bottom: 1px solid var(--line);
  background: #fff;
}
header nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 13px;
}
.brand {
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -0.8px;
  white-space: nowrap;
}
.brand span:not(.brand-dot) {
  color: var(--green);
}
.brand-dot {
  color: #68a989;
}
.nav-active {
  color: var(--green);
  background: #edf4ef;
  padding: 9px 16px;
  border-radius: 6px;
  font-weight: 650;
}
main {
  max-width: 1248px;
  margin: auto;
  padding: 0 24px;
  min-height: 65vh;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: 700;
}
.eyebrow {
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 1.5px;
  color: var(--green);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 11px 18px;
  background: var(--green);
  color: #fff;
  border: 1px solid var(--green);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
  white-space: nowrap;
}
.button:hover {
  background: #194b3d;
  text-decoration: none;
}
.button:disabled {
  opacity: 0.65;
  cursor: wait;
}
.button.secondary {
  color: var(--green);
  background: white;
}
.button.secondary:hover {
  background: #edf4ef;
}
.text-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--green);
}
.forum-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 0 28px;
}
.forum-heading .eyebrow {
  margin-bottom: 8px;
}
.forum-heading h1 {
  margin: 0 0 8px;
}
.forum-heading p:last-child {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}
.forum-columns,
.topic-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 28px;
  align-items: start;
  margin-bottom: 48px;
}
.discussion-list {
  min-width: 0;
  background: white;
  border: 1px solid var(--line);
  border-radius: 9px;
  overflow: hidden;
}
.forum-search {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 18px 4px;
  border: 1px solid #cad6ce;
  border-radius: 6px;
}
.forum-search input {
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 12px 4px;
  font-size: 14px;
}
.forum-search input:focus-visible {
  outline-offset: -3px;
}
.search-icon {
  font:
    28px/1 Georgia,
    serif;
  margin-left: 12px;
  color: var(--muted);
}
.forum-search button {
  border: 0;
  border-left: 1px solid var(--line);
  color: var(--green);
  background: transparent;
  padding: 12px;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
  min-height: 44px;
  border-radius: 0 5px 5px 0;
}
.forum-search button:hover {
  background: #edf4ef;
}
.list-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  gap: 12px;
}
.list-tabs {
  display: flex;
  gap: 24px;
}
.list-tabs a {
  padding: 17px 0 13px;
  border-bottom: 3px solid transparent;
  font-size: 13px;
  color: var(--muted);
  font-weight: 650;
}
.list-tabs a[aria-current] {
  color: var(--green);
  border-bottom-color: var(--green);
}
.list-context {
  color: var(--muted);
  font-size: 11px;
}
.list-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px 100px;
  gap: 16px;
  padding: 12px 18px;
  background: #f8faf8;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
}
.list-head span:not(:first-child) {
  text-align: center;
}
.topic-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 58px 100px;
  align-items: center;
  gap: 16px;
  padding: 20px 18px;
  border-bottom: 1px solid #e8ede9;
}
.topic-row:hover {
  background: #fafcfb;
}
.pinned-row {
  background: #f3f8f4;
}
.avatar {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  align-self: start;
  margin-top: 1px;
}
.blue {
  --category: #417aa7;
  --category-bg: #e9f1f8;
}
.green {
  --category: #3f826a;
  --category-bg: #e7f2ed;
}
.purple {
  --category: #8a6ba3;
  --category-bg: #f1ebf6;
}
.avatar {
  background: var(--category-bg);
  color: var(--category);
}
.topic-copy {
  min-width: 0;
}
.topic-copy h2 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 650;
  margin: 0 0 7px;
  overflow-wrap: anywhere;
}
.topic-copy h2 a:hover {
  color: var(--green);
}
.topic-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-size: 10px;
  color: var(--muted);
  line-height: 1.5;
}
.category-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.category-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--category, #7b8e84);
  flex-shrink: 0;
}
.pin {
  color: #456149;
  font-weight: 650;
}
.team-badge {
  display: inline-block;
  font-size: 9px;
  padding: 1px 5px;
  border: 1px solid #cbdcd0;
  background: #f1f7f2;
  border-radius: 3px;
  color: #365d42;
  font-weight: 650;
  white-space: nowrap;
  vertical-align: middle;
}
.reply-count {
  text-align: center;
  color: var(--muted);
}
.reply-count strong {
  font-size: 14px;
  font-weight: 550;
}
.reply-count span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.activity {
  font-size: 11px;
  color: var(--muted);
  text-align: center;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 20px;
  font-size: 12px;
}
.pagination a {
  color: var(--green);
  font-weight: 650;
  min-height: 32px;
  display: flex;
  align-items: center;
}
.pagination span {
  color: var(--muted);
}
.search-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 14px 18px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  overflow-wrap: anywhere;
}
.search-summary a {
  margin-left: auto;
  color: var(--green);
  text-decoration: underline;
}
.empty-state {
  text-align: center;
  padding: 48px 24px;
}
.empty-state h2 {
  font-size: 18px;
}
.empty-state p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.empty-state a {
  font-size: 13px;
  color: var(--green);
  font-weight: 600;
}
.category-menu h2,
.sidebar-note h2 {
  margin: 2px 12px 14px;
  font-size: 11px;
  color: var(--muted);
  font-weight: 700;
}
.category-menu {
  margin: 7px 0 25px;
}
.category-menu > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  border-radius: 6px;
  padding: 12px;
  margin: 3px 0;
}
.category-menu > a > span:first-child {
  display: flex;
  align-items: center;
  gap: 9px;
}
.category-menu a:hover {
  background: #edf2ed;
  text-decoration: none;
}
.category-menu a[aria-current] {
  color: var(--green);
  font-weight: 650;
  background: #e7f0e8;
}
.category-count {
  color: var(--muted);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.welcome-card {
  padding: 22px;
  background: #eaf2ea;
  border: 1px solid #dbe6d9;
  border-radius: 8px;
}
.welcome-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #d7e6d7;
  color: var(--green);
  font-size: 20px;
  margin-bottom: 15px;
}
.welcome-card h2 {
  font-size: 17px;
  letter-spacing: -0.3px;
  margin-bottom: 9px;
}
.welcome-card p,
.sidebar-note p {
  font-size: 12px;
  line-height: 1.8;
  color: #50665a;
}
.welcome-card a {
  font-size: 11px;
  font-weight: 650;
  color: var(--green);
}
.sidebar-note {
  padding: 25px 12px;
}
.sidebar-note h2 {
  margin: 0 0 10px;
  color: #435d4d;
}
.sidebar-note p {
  font-size: 11px;
  color: var(--muted);
}
.sidebar-note p:last-child {
  margin-bottom: 0;
}
footer {
  max-width: 1200px;
  margin: auto;
  padding: 30px 0;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  color: var(--muted);
}
footer .brand {
  font-size: 16px;
  color: #233933;
}
footer p {
  margin: 8px 0 0;
  font-size: 11px;
}
footer > div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 11px;
}
footer .license {
  flex-basis: 100%;
  font-size: 10px;
  line-height: 1.8;
}
footer .license a {
  text-decoration: underline;
}
.topic-layout {
  padding-top: 28px;
}
.topic-layout > article {
  min-width: 0;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 26px;
}
.tag {
  display: inline-block;
  padding: 4px 7px;
  border-radius: 4px;
  font-size: 9px;
  letter-spacing: 0.5px;
  color: var(--category);
  background: var(--category-bg);
  font-weight: 650;
}
.topic-title {
  font-size: 30px;
  line-height: 1.35;
  letter-spacing: -0.7px;
  margin: 12px 0;
  overflow-wrap: anywhere;
}
.topic-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 11px;
  color: var(--muted);
}
.topic-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin: 22px 0;
}
.topic-actions .button {
  font-size: 12px;
}
.side-notes {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 4px;
}
.card {
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.card.soft {
  background: #edf3ed;
}
.card h3 {
  font-size: 15px;
}
.card p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.card p:last-child {
  margin-bottom: 0;
}
.card a {
  display: block;
  font-size: 12px;
  line-height: 1.8;
  color: var(--green);
  margin-top: 9px;
}
.card .eyebrow {
  font-size: 10px;
}
.post-body {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  font-size: 14px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}
.post-body a {
  color: var(--green);
  text-decoration: underline;
}
.post-body p:last-child {
  margin-bottom: 0;
}
.post-body h2 {
  font-size: 20px;
  margin-top: 25px;
}
.post-body h3 {
  font-size: 17px;
  margin-top: 22px;
}
.post-body li {
  padding-bottom: 5px;
}
.post-body pre {
  white-space: pre-wrap;
  background: #f4f6f1;
  padding: 16px;
  overflow-x: auto;
}
.replies-heading {
  font-size: 18px;
  margin: 30px 0 18px;
}
.reply {
  margin-top: 16px;
}
.reply-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
  font-size: 11px;
  color: var(--muted);
}
.review-note {
  padding: 12px 16px;
  background: #eaf2ea;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.7;
  margin: 16px 0;
}
.subtle {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
.form-page {
  max-width: 700px;
  margin: 34px auto 60px;
}
.form-page h1 {
  font-size: 30px;
  margin: 24px 0 12px;
}
.form-page > p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}
.form-page.narrow {
  max-width: 480px;
}
.form-page form {
  margin-top: 25px;
  padding: 5px 26px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}
label {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 13px;
  font-weight: 600;
  margin: 22px 0;
}
input,
select,
textarea {
  width: 100%;
  color: #233933;
  background: #fff;
  border: 1px solid #cbd6cc;
  border-radius: 6px;
  padding: 12px;
  font-size: 14px;
}
textarea {
  resize: vertical;
  min-height: 180px;
  line-height: 1.7;
}
.consent {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
}
.consent input {
  width: auto;
  margin-right: 8px;
}
.consent a {
  text-decoration: underline;
}
.form-status {
  color: #8f3a2c;
  font-size: 13px;
  line-height: 1.6;
  min-height: 1em;
}
.form-page .button {
  margin: 8px 0;
}
#garrul {
  --garrul-font: Inter, ui-sans-serif, system-ui, sans-serif;
  --garrul-font-size: 14px;
  --garrul-accent: #245e4e;
  --garrul-accent-hover: #194b3d;
  --garrul-link: #245e4e;
  --garrul-fg: #233933;
  --garrul-muted: #61716a;
  --garrul-border: #dfe6e1;
  --garrul-bg: #fff;
  --garrul-badge-bg: #e7f0e8;
  --garrul-badge-fg: #365d42;
  margin-top: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
@media (max-width: 1000px) {
  .forum-columns,
  .topic-layout {
    grid-template-columns: minmax(0, 1fr) 225px;
    gap: 20px;
  }
  .topic-author {
    display: none;
  }
  .topic-row {
    gap: 12px;
  }
  footer {
    margin: 0 24px;
  }
}
@media (max-width: 760px) {
  header {
    min-height: 66px;
    padding: 0 18px;
    gap: 12px;
  }
  .brand {
    font-size: 19px;
  }
  header nav {
    gap: 12px;
  }
  main {
    padding: 0 16px;
  }
  .forum-heading {
    padding: 25px 0 21px;
    gap: 12px;
    align-items: end;
  }
  .forum-heading .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .forum-heading h1 {
    font-size: 25px;
  }
  .forum-heading p:last-child {
    font-size: 12px;
    max-width: 260px;
  }
  .forum-heading .button {
    padding: 10px 12px;
    font-size: 12px;
  }
  .forum-columns,
  .topic-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .discussion-list,
  .forum-sidebar,
  .topic-layout > article,
  .side-notes {
    width: 100%;
  }
  .forum-sidebar {
    display: contents;
  }
  .category-menu {
    order: -1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    width: 100%;
  }
  .category-menu h2 {
    display: none;
  }
  .category-menu > a {
    padding: 9px 10px;
    margin: 0;
    font-size: 10px;
    border: 1px solid var(--line);
    background: white;
    min-height: 36px;
  }
  .category-menu > a > span:first-child {
    gap: 5px;
  }
  .category-count {
    font-size: 10px;
  }
  .category-menu a[aria-current] {
    border-color: #b7cfbc;
  }
  .welcome-card,
  .sidebar-note {
    width: 100%;
  }
  .welcome-card {
    padding: 18px;
  }
  .welcome-icon {
    float: left;
    margin-right: 14px;
  }
  .welcome-card p {
    margin-bottom: 9px;
  }
  .sidebar-note {
    padding: 8px 4px;
  }
  .list-head {
    grid-template-columns: minmax(0, 1fr) 38px;
    padding: 11px 14px;
  }
  .list-head span:last-child {
    display: none;
  }
  .list-head span:nth-child(2) {
    font-size: 10px;
  }
  .topic-row {
    grid-template-columns: 29px minmax(0, 1fr) 38px;
    gap: 10px;
    padding: 16px 14px;
  }
  .avatar {
    width: 29px;
    height: 29px;
    font-size: 9px;
    border-radius: 8px;
  }
  .topic-copy h2 {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .topic-details {
    gap: 5px 8px;
    font-size: 9px;
  }
  .team-badge {
    font-size: 8px;
  }
  .activity {
    grid-column: 2;
    text-align: left;
    font-size: 10px;
    margin-top: -3px;
  }
  .reply-count {
    grid-column: 3;
    grid-row: 1 / span 2;
  }
  .reply-count span {
    position: static;
    width: auto;
    height: auto;
    clip-path: none;
    display: block;
    font-size: 9px;
    margin-top: 2px;
  }
  .forum-search {
    margin: 13px 14px 2px;
  }
  .forum-search input {
    font-size: 16px;
  }
  .list-toolbar {
    padding: 0 14px;
  }
  .list-context {
    display: none;
  }
  footer {
    margin: 0 16px;
    padding: 24px 0;
    gap: 20px;
  }
  footer > div:nth-child(2) {
    gap: 16px;
  }
  .topic-layout {
    padding-top: 22px;
  }
  .topic-title {
    font-size: 24px;
  }
  .breadcrumbs {
    font-size: 11px;
    margin-bottom: 20px;
  }
  #garrul {
    padding: 14px;
  }
  .post-body {
    padding: 18px;
  }
  .side-notes {
    display: grid;
    grid-template-columns: 1fr;
  }
  .form-page {
    margin-top: 26px;
  }
  .form-page form {
    padding: 2px 16px 16px;
  }
  .form-page input,
  .form-page textarea,
  .form-page select {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .forum-heading {
    align-items: start;
    flex-direction: column;
  }
  .forum-heading .button {
    align-self: stretch;
  }
}
