/* Styles for Community page */
/* Design tokens are centralized in common.css :root */

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
}

.page {
  max-width: 1040px;
  margin: 0 auto;
  padding: 24px 16px 56px;
}

.page h1 {
  font-size: clamp(26px, 3.6vw, 36px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 10px 0 6px;
}

.intro {
  color: var(--muted);
  margin: 0 0 18px;
}

.text-section {
  margin-top: 32px;
}

.text-section h2 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 600;
}

.text-section p {
  color: var(--muted);
  margin: 0 0 12px;
  line-height: 1.6;
}

.foot {
  margin-top: 28px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

/* Align content to the left within the sidebar layout to match other pages */
.layout-with-sidebar > .page {
  margin: 0;
  justify-self: start;
}
