.contrib {
  --c-ink: #071b31;
  --c-blue: #0a3f70;
  --c-green: #08704f;
  --c-muted: #53677a;
  --c-rule: #d6e0e8;
  --c-paper: #f5f8fa;
  color: var(--c-ink);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  min-width: 0;
  padding-bottom: 3rem;
}
.contrib * {
  box-sizing: border-box;
}
.contrib [hidden] {
  display: none !important;
}
.contrib h1,
.contrib h2,
.contrib h3,
.contrib p,
.contrib figure {
  margin: 0;
}
.contrib h1,
.contrib h2,
.contrib h3 {
  color: var(--c-ink);
  text-wrap: balance;
  overflow-wrap: anywhere;
}
.contrib h1 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2rem, 1.3rem + 2.6vw, 3.8rem);
  line-height: 1.09;
  font-weight: 700;
  letter-spacing: -0.035em;
}
.contrib h2 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.45rem, 1.2rem + 0.6vw, 2rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.contrib h3 {
  font-size: 1.08rem;
  line-height: 1.4;
}
.contrib a {
  color: var(--c-blue);
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
.contrib a:hover {
  text-decoration: underline;
}
.contrib button,
.contrib input,
.contrib select,
.contrib textarea {
  font: inherit;
}
.contrib button,
.contrib summary {
  cursor: pointer;
}
.contrib :focus-visible {
  outline: 3px solid #3184b8;
  outline-offset: 3px;
}
.contrib img {
  max-width: 100%;
  height: auto;
}
.contrib .c-muted,
.contrib .c-help {
  color: var(--c-muted);
}
.contrib .c-help {
  font-size: 0.875rem;
  line-height: 1.55;
}
.contrib .c-help ul {
  padding-left: 1.2rem;
  margin: 0.4rem 0;
}
.contrib .c-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  line-height: 1.6;
  color: var(--c-muted);
  margin-bottom: 0.8rem;
}
.contrib .c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 44px;
  padding: 0.7rem 1.1rem;
  border: 1px solid var(--c-blue);
  border-radius: 4px;
  background: var(--c-blue);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}
.contrib .c-btn:hover {
  background: #072d51;
  color: #fff;
  text-decoration: none;
}
.contrib .c-btn-quiet {
  background: #fff;
  color: var(--c-blue);
  border-color: var(--c-rule);
}
.contrib .c-btn-quiet:hover {
  background: #eaf1f6;
  color: var(--c-ink);
}
.contrib .c-btn-small {
  padding: 0.5rem 0.8rem;
  font-size: 0.875rem;
}
.contrib .c-btn-danger {
  background: #fff;
  color: #9b2834;
  border-color: #c9858d;
}
.contrib .c-btn-danger:hover {
  background: #fff0f1;
  color: #7c1e29;
}
.contrib button:disabled {
  opacity: 0.55;
  cursor: wait;
}
.contrib .c-link {
  color: var(--c-blue);
  border: 0;
  background: none;
  padding: 0.6rem 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  min-height: 44px;
}
.contrib .c-actions {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  flex-wrap: wrap;
}
.contrib .c-actions form {
  margin: 0;
}
.contrib .c-panel {
  background: #fff;
  border: 1px solid var(--c-rule);
  padding: clamp(1.1rem, 0.8rem + 1vw, 1.9rem);
  border-radius: 5px;
}
.contrib .c-panel > h2,
.contrib .c-panel > h3 {
  margin-bottom: 1rem;
}
.contrib .c-panel > p + p {
  margin-top: 1rem;
}
.contrib .c-notice {
  padding: 1rem 1.15rem;
  background: #f1f6f8;
  border-left: 3px solid #6590ae;
  margin: 1.3rem 0;
  overflow-wrap: anywhere;
  font-size: 0.93rem;
}
.contrib .c-notice p {
  margin-top: 0.35rem;
}
.contrib .c-feedback {
  background: #fff8e8;
  border-left: 3px solid #ae8628;
  padding: 1rem;
  margin: 1rem 0;
  font-size: 0.94rem;
  overflow-wrap: anywhere;
}
.contrib .c-feedback p {
  margin-top: 0.4rem;
}
.contrib .c-errors,
.contrib .errorlist {
  color: #9b2834;
  overflow-wrap: anywhere;
}
.contrib .c-errors {
  padding: 1rem;
  background: #fff0f1;
  border-left: 3px solid #ba4350;
  margin: 1rem 0;
}
.contrib .errorlist {
  margin: 0.3rem 0;
  padding-left: 1.2rem;
  font-size: 0.9rem;
}
.contrib .c-badge {
  display: inline-block;
  padding: 0.25rem 0.6rem;
  border-radius: 3px;
  background: #eaf1f6;
  color: #244765;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.5;
}
.contrib .c-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.contrib .c-footnote {
  color: var(--c-muted);
  font-size: 0.85rem;
  border-top: 1px solid var(--c-rule);
  margin-top: 2rem;
  padding-top: 1rem;
}
.contrib p {
  overflow-wrap: anywhere;
}
.contrib-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--c-rule);
  flex-wrap: wrap;
}
.contrib .contrib-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--c-ink);
  font-weight: 700;
  text-decoration: none;
  font-size: 1.1rem;
}
.contrib-mark {
  display: grid;
  place-items: center;
  background: var(--c-ink);
  color: #fff;
  font-family: "Source Serif 4", serif;
  font-size: 1.35rem;
  width: 34px;
  height: 34px;
  border-radius: 3px;
}
.contrib-edition {
  font-size: 0.75rem;
  color: var(--c-muted);
  font-weight: 400;
  border-left: 1px solid var(--c-rule);
  padding-left: 0.8rem;
  margin-left: 0.2rem;
}
.contrib-nav-links {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
.contrib-nav-links > a:not(.c-btn) {
  padding: 0.5rem 0;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.contrib-nav-links [aria-current] {
  font-weight: 700;
}
.c-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  gap: 3rem;
  padding: clamp(2rem, 1rem + 3vw, 4rem) 0;
  border-bottom: 1px solid var(--c-rule);
}
.contrib .c-hero h1 {
  font-size: clamp(2.2rem, 1.3rem + 3.2vw, 4.8rem);
  max-width: 18ch;
}
.contrib .c-hero h1 em {
  color: var(--c-green);
  font-weight: 500;
}
.c-hero > div > p:last-child {
  font-size: clamp(1rem, 0.92rem + 0.25vw, 1.18rem);
  color: var(--c-muted);
  max-width: 61ch;
  margin-top: 1.5rem;
}
.c-live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--c-green);
  border-radius: 50%;
  margin-right: 0.4rem;
}
.c-hero-note {
  border-left: 1px solid var(--c-rule);
  padding-left: 2.5rem;
  align-self: center;
}
.contrib .c-hero-note > p {
  color: var(--c-muted);
  font-size: 1rem;
  line-height: 1.6;
}
.c-hero-stats {
  display: flex;
  gap: 2rem;
  margin-top: 1.8rem;
}
.c-hero-stats > span {
  font-size: 0.78rem;
  color: var(--c-muted);
}
.c-hero-stats strong {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--c-ink);
}
.c-filter-panel {
  background: var(--c-paper);
  border: 1px solid var(--c-rule);
  padding: 1.2rem 1.4rem;
  margin-top: 2rem;
  border-radius: 5px;
}
.c-filter-main {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
}
.contrib .c-field {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}
.c-field label,
.c-composer > label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #294258;
}
.contrib input:not([type="checkbox"]):not([type="hidden"]),
.contrib select,
.contrib textarea {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 0.65rem 0.75rem;
  border: 1px solid #b9c9d6;
  border-radius: 4px;
  color: var(--c-ink);
  background: #fff;
  line-height: 1.45;
}
.contrib textarea {
  resize: vertical;
}
.contrib input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--c-blue);
  flex: none;
}
.contrib input[type="file"] {
  font-size: 0.9rem;
  overflow: hidden;
}
.contrib input::placeholder,
.contrib textarea::placeholder {
  color: #697e90;
  opacity: 1;
}
.c-field-error input,
.c-field-error textarea {
  border-color: #ba4350;
}
.contrib .c-checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.6rem;
}
.c-checkbox input {
  margin-top: 0.2rem;
}
.c-checkbox label {
  flex: 1;
  min-width: 0;
  font-size: 0.95rem;
  font-weight: 400;
}
.c-checkbox .c-help {
  flex-basis: 100%;
}
.c-extra-filters {
  margin-top: 1rem;
}
.c-extra-filters summary {
  font-size: 0.85rem;
  color: var(--c-blue);
  width: fit-content;
  min-height: 36px;
  align-content: center;
}
.c-filter-details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--c-rule);
  margin-top: 0.6rem;
}
.c-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.7rem 0 1.1rem;
}
.c-section-heading > div:not(:first-child) {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
.c-section-heading > span {
  font-size: 0.9rem;
  color: var(--c-muted);
}
.c-journal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 2.7rem;
}
.c-timeline {
  min-width: 0;
}
.c-research-card {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 1.4rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--c-rule);
  position: relative;
  min-width: 0;
}
.c-research-card:has(.c-card-image) {
  grid-template-columns: 70px minmax(0, 1fr) minmax(150px, 24%);
}
.c-card-date {
  position: relative;
  text-align: center;
  color: var(--c-muted);
  font-size: 0.72rem;
  padding-right: 1rem;
  border-right: 1px solid var(--c-rule);
}
.c-card-date strong {
  display: block;
  font-family: "Source Serif 4", serif;
  font-size: 2rem;
  font-weight: 500;
  color: var(--c-ink);
  line-height: 1.1;
}
.c-card-date span {
  display: block;
  margin-top: 0.35rem;
}
.c-timeline-dot {
  position: absolute;
  right: -4px;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-green);
  box-shadow: 0 0 0 5px #fff;
}
.c-meta {
  display: flex;
  gap: 0.5rem 0.85rem;
  align-items: center;
  flex-wrap: wrap;
  color: var(--c-muted);
  font-size: 0.75rem;
}
.c-topic {
  color: var(--c-green);
  font-weight: 600;
}
.contrib .c-card-content h2 {
  font-size: clamp(1.4rem, 1.15rem + 0.5vw, 1.85rem);
  margin: 0.65rem 0;
  line-height: 1.22;
}
.contrib .c-card-content h2 a {
  color: var(--c-ink);
  text-decoration: none;
}
.contrib .c-card-content h2 a:hover {
  text-decoration: underline;
}
.c-card-summary {
  font-size: 0.95rem;
  color: var(--c-muted);
  line-height: 1.65;
  overflow-wrap: anywhere;
}
.contrib .c-symbols {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: var(--c-blue);
  margin-top: 0.8rem;
  overflow-wrap: anywhere;
}
.contrib .c-byline {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  text-decoration: none;
  color: var(--c-ink);
  min-width: 0;
}
.c-card-content > .c-byline {
  margin-top: 1.2rem;
}
.c-byline strong {
  font-size: 0.85rem;
  font-weight: 600;
  display: block;
}
.c-byline small {
  display: block;
  font-size: 0.75rem;
  color: var(--c-muted);
  line-height: 1.5;
  margin-top: 0.1rem;
  overflow-wrap: anywhere;
}
.c-avatar {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  object-fit: cover;
  flex: none;
  background: #e6eeeb;
  border: 1px solid #d2dfda;
}
.c-avatar-initials {
  display: inline-grid;
  place-items: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #285f50;
}
.c-avatar-large {
  width: 104px !important;
  height: 104px !important;
  font-size: 2.1rem;
}
.c-avatar-medium {
  width: 64px !important;
  height: 64px !important;
  font-size: 1.3rem;
}
.c-card-image {
  align-self: center;
}
.c-card-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 8/5;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid var(--c-rule);
}
.c-journal-aside {
  padding-top: 2rem;
}
.c-invitation {
  background: #f0f5f2 !important;
  border-color: #d4e2d9 !important;
}
.contrib .c-invitation h2 {
  font-size: 2.4rem;
  line-height: 1.05;
  margin-bottom: 1rem;
}
.c-invitation > p:not(.c-eyebrow) {
  font-size: 0.9rem;
  color: #496456;
}
.c-invitation > a {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  font-weight: 600;
  font-size: 0.9rem;
}
.c-reading-note {
  margin: 1.6rem 0;
  padding: 0 0.2rem;
}
.c-reading-note p {
  color: var(--c-muted);
  font-size: 0.83rem;
  margin-top: 0.8rem;
}
.c-empty {
  padding: clamp(2rem, 1rem + 3vw, 4rem) clamp(1rem, 3vw, 3rem);
  text-align: center;
  border: 1px dashed var(--c-rule);
  background: #fcfdfe;
  border-radius: 5px;
  margin: 1rem 0 2rem;
}
.c-empty p {
  max-width: 55ch;
  margin: 0.9rem auto 1.5rem;
  color: var(--c-muted);
}
.c-empty-symbol {
  display: grid;
  place-items: center;
  margin: 0 auto 1.5rem;
  background: #eaf2ed;
  color: var(--c-green);
  height: 58px;
  width: 58px;
  border-radius: 50%;
  font-size: 1.8rem;
}
.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 2rem 0;
  color: var(--c-muted);
  font-size: 0.9rem;
}
.c-join-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 6vw, 6rem);
  max-width: 1200px;
  margin: 3rem auto;
}
.contrib .c-join-intro h1 {
  max-width: 14ch;
}
.c-join-intro > p:not(.c-eyebrow) {
  color: var(--c-muted);
  font-size: 1.1rem;
  margin-top: 1.5rem;
  max-width: 43ch;
}
.c-steps {
  list-style: none;
  padding: 0;
  margin: 2.5rem 0;
  display: grid;
  gap: 1.8rem;
}
.c-steps li {
  display: flex;
  gap: 1rem;
}
.c-steps li > span {
  color: var(--c-green);
  font-size: 0.8rem;
  border-top: 2px solid var(--c-green);
  padding-top: 0.4rem;
  min-width: 28px;
}
.c-steps li > div {
  min-width: 0;
}
.c-steps p {
  font-size: 0.92rem;
  color: var(--c-muted);
  margin-top: 0.35rem;
}
.c-form {
  display: grid;
  gap: 1.2rem;
}
.c-application .c-form {
  margin-top: 1.5rem;
}
.c-auth {
  max-width: 540px;
  margin: 3rem auto;
}
.contrib .c-auth h1 {
  font-size: 2.3rem;
}
.c-auth > .c-muted {
  margin: 1rem 0 1.5rem;
}
.c-auth form {
  margin-top: 1.5rem;
}
.c-auth > a {
  display: inline-block;
  margin-top: 1.2rem;
}
.c-workspace-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding: 2.5rem 0 2rem;
}
.c-workspace-heading > div:first-child {
  min-width: 0;
}
.c-workspace-heading .c-muted {
  margin-top: 1rem;
  max-width: 65ch;
}
.c-status-panel {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  background: var(--c-paper);
  border: 1px solid var(--c-rule);
  border-left: 4px solid #6b8ca8;
  padding: 1.5rem;
  border-radius: 4px;
}
.c-status-approved {
  background: #f1f7f3;
  border-left-color: var(--c-green);
}
.c-status-panel h2 {
  margin: 0.8rem 0 !important;
}
.c-status-panel p {
  max-width: 85ch;
  color: var(--c-muted);
}
.c-status-panel > div {
  min-width: 0;
}
.c-workspace-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size: 0.85rem;
  margin: 1.1rem 0 1.5rem;
  overflow-wrap: anywhere;
}
.c-workspace-links > span {
  min-width: 0;
}
.c-workspace-links form {
  margin: 0;
}
.c-draft {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--c-rule);
  border-radius: 4px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 0.85rem;
  background: #fff;
}
.c-draft > div:first-child {
  min-width: 0;
}
.contrib .c-draft h2,
.contrib .c-draft h3 {
  margin: 0.5rem 0;
}
.c-draft h2 a {
  text-decoration: none;
}
.c-draft .c-actions {
  flex: none;
}
.c-draft > div > p {
  color: var(--c-muted);
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}
.c-inline-form {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  max-width: 100%;
}
.c-inline-form select {
  max-width: 220px;
}
.c-profile-hero {
  display: flex;
  gap: 1.8rem;
  align-items: center;
  padding: 3rem 0 2rem;
}
.c-profile-hero > div {
  min-width: 0;
}
.c-profile-headline {
  font-size: 1.1rem;
  color: var(--c-muted);
  margin-top: 0.7rem !important;
}
.c-profile-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  font-size: 0.9rem;
}
.c-profile-links span {
  color: var(--c-muted);
}
.c-bio {
  max-width: 75ch;
  color: #354d61;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.c-bio p + p {
  margin-top: 1rem;
}
.c-profile-edit {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 2rem;
  max-width: 1150px;
}
.c-profile-edit > aside {
  align-self: start;
}
.c-profile-edit .c-avatar {
  margin-bottom: 1rem;
}
.c-event {
  font-size: 0.85rem;
  border-top: 1px solid var(--c-rule);
  padding: 1rem 0;
}
.c-panel > .c-event:last-child {
  padding-bottom: 0;
}
.c-profile-edit .c-panel > h3 {
  margin-top: 2rem;
}
.c-back-link {
  display: inline-block;
  font-size: 0.85rem;
  margin: 1.5rem 0;
}
.c-article {
  max-width: 1200px;
  margin: 1.5rem auto 0;
}
.c-article-header {
  max-width: 880px;
  margin: auto;
}
.contrib .c-article h1 {
  font-size: clamp(2rem, 1.2rem + 2.9vw, 4.1rem);
  margin: 1rem 0 1.3rem;
  line-height: 1.1;
}
.c-standfirst {
  font-size: clamp(1.06rem, 0.94rem + 0.45vw, 1.35rem);
  color: var(--c-muted);
  line-height: 1.65;
  overflow-wrap: anywhere;
}
.c-article-byline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.8rem;
  padding: 1rem 0;
  border-top: 1px solid var(--c-rule);
  border-bottom: 1px solid var(--c-rule);
}
.c-article-cover {
  margin: 2rem auto !important;
  max-width: 1000px;
}
.c-share-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 1rem;
}
.c-share-label,
.c-share-status {
  color: var(--c-muted);
  font-size: 0.85rem;
}
.contrib .c-share-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid var(--c-rule);
  border-radius: 50%;
  background: white;
  color: var(--c-ink);
  cursor: pointer;
}
.contrib .c-share-icon:hover {
  background: var(--c-paper);
  border-color: currentColor;
}
.contrib .c-share-icon:focus-visible {
  outline: 3px solid var(--c-green);
  outline-offset: 3px;
}
.c-share-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.contrib .c-share-icon[hidden] {
  display: none;
}
.c-share-actions [data-print] {
  min-height: 44px;
}
.c-article-cover img {
  width: 100%;
  height: auto;
  max-height: 700px;
  object-fit: contain;
  border: 1px solid var(--c-rule);
  background: var(--c-paper);
  border-radius: 3px;
}
.contrib figcaption {
  font-size: 0.8rem;
  color: var(--c-muted);
  margin-top: 0.5rem;
  text-align: center;
  overflow-wrap: anywhere;
}
.c-reading-layout {
  display: grid;
  grid-template-columns: 180px minmax(0, 780px);
  gap: 3rem;
  justify-content: center;
  margin-top: 2.5rem;
}
.c-reading-layout:has(.c-toc[hidden]) {
  display: block;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.c-toc {
  align-self: start;
  position: sticky;
  top: 1rem;
  border-left: 2px solid var(--c-rule);
  padding-left: 1rem;
}
.c-toc nav {
  display: grid;
  gap: 0.8rem;
}
.c-toc a {
  font-size: 0.85rem;
  text-decoration: none;
  line-height: 1.5;
}
.c-reading-column {
  min-width: 0;
}
.contrib .c-prose {
  font-size: clamp(1rem, 0.94rem + 0.25vw, 1.12rem);
  line-height: 1.85;
  overflow-wrap: anywhere;
  word-break: normal;
  color: #233c51;
}
.c-prose > * + * {
  margin-top: 1.2rem !important;
}
.contrib .c-prose h2 {
  font-size: clamp(1.5rem, 1.2rem + 0.6vw, 2.1rem);
  margin-top: 2.5rem !important;
  line-height: 1.25;
}
.contrib .c-prose h3 {
  font-family: "Source Serif 4", serif;
  font-size: 1.45rem;
  margin-top: 1.9rem !important;
}
.contrib .c-prose h4 {
  font-size: 1.1rem;
  margin-top: 1.5rem;
}
.c-prose ul,
.c-prose ol {
  padding-left: 1.5rem;
}
.c-prose li + li {
  margin-top: 0.45rem;
}
.c-prose blockquote {
  margin-left: 0;
  margin-right: 0;
  padding: 0.7rem 1.25rem;
  border-left: 3px solid var(--c-green);
  background: #f1f6f3;
  color: #315342;
  font-family: "Source Serif 4", serif;
  font-size: 1.18em;
}
.c-prose img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 3px;
}
.c-prose figure {
  margin-left: 0;
  margin-right: 0;
}
.c-prose pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  padding: 1rem;
  background: var(--c-paper);
  font-size: 0.85em;
}
.c-prose code {
  font-size: 0.9em;
  background: var(--c-paper);
}
.c-prose table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.9em;
}
.c-prose td,
.c-prose th {
  padding: 0.65rem;
  border: 1px solid #bdccd8;
  min-width: 100px;
  vertical-align: top;
  text-align: left;
}
.c-prose th {
  background: var(--c-paper);
  font-weight: 600;
}
.c-prose hr {
  border: 0;
  border-top: 1px solid var(--c-rule);
  margin: 2rem 0;
}
.c-resources {
  border-top: 2px solid var(--c-ink);
  padding-top: 1.5rem;
  margin-top: 3rem;
}
.c-resources ol {
  list-style: none;
  counter-reset: resource;
  padding: 0;
  margin: 1.2rem 0;
}
.c-resources li {
  counter-increment: resource;
  border-top: 1px solid var(--c-rule);
}
.c-resources li a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 20px;
  gap: 0.15rem 0.75rem;
  padding: 1rem 0;
  text-decoration: none;
}
.c-resources li a:before {
  content: counter(resource, decimal-leading-zero);
  font-size: 0.75rem;
  color: var(--c-muted);
  grid-row: 1/3;
  margin-top: 0.2rem;
}
.c-resources a strong {
  font-size: 0.94rem;
}
.c-resources a > span:not(.c-resource-arrow) {
  grid-column: 2;
  font-size: 0.8rem;
  color: var(--c-muted);
  overflow-wrap: anywhere;
}
.c-resource-arrow {
  grid-column: 3;
  grid-row: 1/3;
  align-self: center;
}
.c-disclosure {
  background: var(--c-paper);
  padding: 1.3rem;
  margin-top: 2rem;
  border-radius: 4px;
  overflow-wrap: anywhere;
}
.contrib .c-disclosure h2 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.c-disclosure p {
  font-size: 0.9rem;
}
.c-disclosure .c-help {
  margin-top: 1rem;
}
.c-author-box {
  display: flex;
  gap: 1.25rem;
  border-top: 1px solid var(--c-rule);
  border-bottom: 1px solid var(--c-rule);
  padding: 1.8rem 0;
  margin-top: 2rem;
}
.c-author-box > div {
  min-width: 0;
}
.c-author-box p:not(.c-eyebrow) {
  font-size: 0.92rem;
  color: var(--c-muted);
  margin: 0.75rem 0;
  overflow-wrap: anywhere;
}
.c-author-box a {
  font-size: 0.9rem;
}
.c-preview-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  background: #f0f5f8;
  border: 1px solid var(--c-rule);
  padding: 1.2rem;
  margin: 1.5rem 0;
}
.c-preview-bar > div {
  flex: 1 1 300px;
}
.c-preview-bar p {
  font-size: 0.88rem;
  color: var(--c-muted);
}
.c-archive-panel {
  max-width: 780px;
  margin: 2rem auto;
  border: 1px solid var(--c-rule);
  padding: 1rem;
  border-radius: 4px;
  font-size: 0.9rem;
}
.c-archive-panel p {
  margin: 1rem 0;
}
.c-related {
  max-width: 1100px;
  margin: 3rem auto 0;
}
.c-review-decision {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  margin: 1rem 0 3rem;
}
.c-review-decision h2 {
  margin-bottom: 1rem;
}
.c-editor-savebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-top: 1px solid var(--c-rule);
  border-bottom: 1px solid var(--c-rule);
  padding: 1rem 0;
  margin-bottom: 1.5rem;
}
.c-editor-savebar > div:first-child {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  font-size: 0.8rem;
  color: var(--c-muted);
}
.c-compose-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 2rem;
}
.c-composer {
  min-width: 0;
}
.c-composer > .c-field {
  margin-bottom: 1.3rem;
}
.contrib .c-title-field input {
  font-family: "Source Serif 4", serif;
  font-size: clamp(1.3rem, 1rem + 0.8vw, 1.9rem);
  font-weight: 600;
  line-height: 1.25;
}
.c-editor-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  align-items: center;
  background: #edf3f7;
  border: 1px solid #b9c9d6;
  padding: 0.45rem;
  border-radius: 4px 4px 0 0;
  margin-top: 0.4rem;
  position: sticky;
  top: 0;
  z-index: 3;
}
.contrib .c-editor-toolbar select {
  width: auto;
  max-width: 140px;
  font-size: 0.8rem;
  padding: 0.4rem;
  min-height: 40px;
}
.c-editor-toolbar button {
  min-width: 40px;
  min-height: 40px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 3px;
  font-size: 0.83rem;
  color: var(--c-ink);
  padding: 0.4rem 0.5rem;
}
.c-editor-toolbar button:hover,
.c-editor-toolbar [aria-pressed="true"] {
  background: #fff;
  border-color: #b8cbd9;
}
.c-tool-divider {
  height: 25px;
  border-left: 1px solid #bdccd8;
  margin: 0 3px;
}
.contrib .c-editable {
  min-height: 580px;
  border: 1px solid #b9c9d6;
  border-top: 0;
  padding: clamp(1.1rem, 2.5vw, 2.4rem);
  background: #fff;
  outline-offset: -2px;
}
.c-editable:empty:before {
  content: attr(data-placeholder);
  color: #718497;
  pointer-events: none;
}
.c-editable:focus {
  outline: 2px solid #659cbe;
}
.c-editable figure {
  border: 1px dashed #ccd8e1;
  padding: 0.5rem;
}
.c-editable figcaption {
  min-height: 1.5em;
}
.c-editor-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.6rem 0.8rem;
  font-size: 0.75rem;
  color: var(--c-muted);
  background: var(--c-paper);
  border: 1px solid var(--c-rule);
  border-top: 0;
}
.c-editor-aside {
  display: grid;
  gap: 1.2rem;
  align-content: start;
  min-width: 0;
}
.c-editor-aside .c-field + .c-field {
  margin-top: 1rem;
}
.c-editor-aside .c-panel {
  padding: 1.2rem;
}
.c-editor-aside h2 {
  font-size: 1.5rem;
}
.c-source-editor {
  margin-top: 1.5rem;
}
.c-source-editor .c-section-heading h2 {
  font-size: 1.5rem;
}
.c-source-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr) auto;
  gap: 0.75rem;
  align-items: start;
  padding: 1rem 0;
  border-top: 1px solid var(--c-rule);
}
.c-source-delete {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  padding-top: 2.1rem;
  min-height: 44px;
}
.c-source-row:has(input[name$="DELETE"]:checked) {
  opacity: 0.55;
}
.c-writing-tips {
  padding: 0.5rem 0.3rem;
  font-size: 0.875rem;
  color: var(--c-muted);
}
.c-writing-tips ul {
  padding-left: 1.2rem;
  margin: 0.8rem 0;
}
.c-writing-tips li + li {
  margin-top: 0.55rem;
}
.c-image-tile {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin: 1rem 0;
  border-top: 1px solid var(--c-rule);
  padding-top: 1rem;
}
.c-image-tile img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
  background: var(--c-paper);
  border-radius: 3px;
}
.c-image-tile p {
  font-size: 0.8rem;
  overflow-wrap: anywhere;
}
.contrib .c-image-tile [data-cover][aria-pressed="true"] {
  background: #eaf5ee;
  border-color: var(--c-green);
  color: var(--c-green);
}
.c-dialog {
  width: min(540px, calc(100% - 2rem));
  max-height: calc(100dvh - 2rem);
  padding: 1.5rem;
  border: 1px solid var(--c-rule);
  border-radius: 6px;
  color: var(--c-ink);
  overflow: auto;
  box-shadow: 0 20px 80px #071b3133;
}
.c-dialog::backdrop {
  background: #071b3199;
}
.c-dialog .c-section-heading {
  padding: 0 0 0.5rem;
}
.c-dialog-close {
  width: 44px;
  height: 44px;
  flex: none;
  border: 0;
  background: var(--c-paper);
  border-radius: 50%;
  font-size: 1.5rem !important;
  color: var(--c-ink);
}
@media (min-width: 1400px) {
  .c-journal-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
  }
  .c-hero {
    gap: 6rem;
  }
  .c-journal-aside {
    padding-top: 2rem;
  }
  .c-compose-layout {
    grid-template-columns: minmax(0, 1fr) 330px;
  }
}
@media (max-width: 1100px) {
  .contrib-edition {
    display: none;
  }
  .c-journal-layout {
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 1.5rem;
  }
  .c-research-card:has(.c-card-image) {
    grid-template-columns: 55px minmax(0, 1fr);
  }
  .c-card-image {
    grid-column: 2;
    max-width: 360px;
  }
  .c-research-card {
    gap: 1rem;
    grid-template-columns: 55px minmax(0, 1fr);
  }
  .c-compose-layout {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 1.2rem;
  }
  .c-source-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.5rem;
  }
  .c-source-delete {
    padding-top: 0.1rem;
  }
  .c-reading-layout {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 1.5rem;
  }
  .c-filter-main {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  }
  .c-filter-main > .c-btn {
    align-self: end;
  }
  .c-hero-note {
    padding-left: 1.5rem;
  }
  .c-hero {
    gap: 1.5rem;
  }
}
@media (max-width: 800px) {
  .c-journal-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .c-journal-aside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    padding-top: 0;
  }
  .c-hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.7fr);
  }
  .c-hero-stats {
    gap: 1rem;
    flex-wrap: wrap;
  }
  .c-join-layout {
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr);
    margin: 2rem auto;
  }
  .c-join-intro > h1 {
    max-width: 22ch !important;
  }
  .c-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.8rem 0 0;
  }
  .c-steps li {
    display: block;
  }
  .c-steps strong {
    display: block;
    margin: 0.5rem 0;
  }
  .c-profile-edit {
    grid-template-columns: minmax(0, 1fr);
  }
  .c-profile-edit > aside {
    order: -1;
  }
  .c-profile-edit > aside .c-avatar {
    float: left;
    margin-right: 1rem;
  }
  .c-profile-edit > aside .c-notice {
    clear: both;
  }
  .c-compose-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .c-editor-aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .c-writing-tips {
    grid-column: 1/-1;
  }
  .c-reading-layout {
    display: block;
  }
  .c-toc {
    position: static;
    margin-bottom: 2rem;
    padding: 0.8rem 1rem;
    background: var(--c-paper);
  }
  .c-toc nav {
    display: flex;
    gap: 0.75rem 1.2rem;
    flex-wrap: wrap;
  }
  .c-review-decision {
    grid-template-columns: minmax(0, 1fr);
  }
  .c-draft {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .c-filter-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .c-research-card:has(.c-card-image) {
    grid-template-columns: 55px minmax(0, 1fr) 180px;
  }
  .c-card-image {
    grid-column: auto;
  }
  .contrib-nav {
    gap: 0.5rem;
  }
  .contrib-nav-links {
    gap: 1rem;
  }
  .c-article-byline {
    flex-wrap: wrap;
  }
}
@media (max-width: 560px) {
  .contrib {
    padding-bottom: 1.5rem;
  }
  .contrib h1 {
    font-size: clamp(1.9rem, 1.6rem + 1.5vw, 2.4rem);
  }
  .contrib-nav-links {
    gap: 0.4rem 1rem;
    width: 100%;
    font-size: 0.8rem;
  }
  .contrib-nav-links .c-btn {
    font-size: 0.8rem;
    min-height: 40px;
  }
  .contrib-nav {
    padding: 0.9rem 0;
  }
  .c-hero {
    display: block;
    padding: 2rem 0 1.5rem;
  }
  .contrib .c-hero h1 {
    font-size: clamp(2.05rem, 1.4rem + 3.5vw, 2.9rem);
  }
  .c-hero > div > p:last-child {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .c-hero-note {
    border-left: 0;
    padding: 1rem 0 0;
    margin-top: 1.5rem;
    border-top: 1px solid var(--c-rule);
  }
  .contrib .c-hero-note > p {
    display: none;
  }
  .c-hero-stats {
    margin: 0;
    gap: 2rem;
  }
  .c-hero-stats > span {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    font-size: 0.75rem;
  }
  .c-hero-stats strong {
    font-size: 1.3rem;
  }
  .c-filter-panel {
    padding: 1rem;
    margin-top: 1.3rem;
  }
  .c-filter-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
  .c-search-field {
    grid-column: 1/-1;
  }
  .c-filter-main > .c-btn {
    grid-column: 1/-1;
  }
  .c-filter-details {
    grid-template-columns: minmax(0, 1fr);
  }
  .c-section-heading {
    padding: 1.5rem 0 0.8rem;
  }
  .c-journal-aside {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .c-research-card,
  .c-research-card:has(.c-card-image) {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0.85rem;
    padding: 1.5rem 0;
  }
  .c-card-date {
    padding-right: 0.6rem;
  }
  .c-card-date strong {
    font-size: 1.6rem;
  }
  .c-card-date span {
    font-size: 0.65rem;
  }
  .c-card-image {
    grid-column: 2;
    max-width: none;
  }
  .c-meta {
    gap: 0.3rem 0.6rem;
    font-size: 0.7rem;
  }
  .c-card-summary {
    font-size: 0.92rem;
  }
  .contrib .c-card-content h2 {
    font-size: 1.45rem;
    line-height: 1.25;
  }
  .c-card-content .c-byline .c-avatar {
    width: 34px !important;
    height: 34px !important;
  }
  .c-byline small {
    font-size: 0.72rem;
  }
  .c-empty {
    padding: 2rem 1rem;
  }
  .c-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .c-steps li {
    display: flex;
    gap: 0.8rem;
  }
  .c-steps strong {
    margin: 0;
  }
  .c-join-intro > p:not(.c-eyebrow) {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .c-auth {
    margin: 1.5rem auto;
  }
  .contrib .c-auth h1 {
    font-size: 2rem;
  }
  .c-workspace-heading {
    padding: 1.8rem 0 1.5rem;
    gap: 1rem;
  }
  .c-workspace-heading .c-muted {
    margin-top: 0.8rem;
  }
  .c-status-panel {
    padding: 1.1rem;
    gap: 0.75rem;
  }
  .c-status-panel > .c-avatar-large {
    width: 52px !important;
    height: 52px !important;
    font-size: 1.2rem;
  }
  .c-status-panel p {
    font-size: 0.93rem;
  }
  .c-workspace-links {
    gap: 0.4rem 1rem;
  }
  .c-workspace-links > span {
    flex-basis: 100%;
  }
  .c-draft {
    padding: 1rem;
  }
  .c-draft .c-actions {
    flex-wrap: wrap;
    flex-shrink: 1;
  }
  .c-profile-hero {
    padding: 2rem 0 1.5rem;
    gap: 1rem;
    align-items: flex-start;
  }
  .c-profile-hero > .c-avatar-large {
    width: 64px !important;
    height: 64px !important;
    font-size: 1.4rem;
  }
  .c-profile-links {
    gap: 0.5rem 1rem;
    font-size: 0.85rem;
  }
  .c-profile-headline {
    font-size: 1rem;
  }
  .c-bio {
    font-size: 1rem;
  }
  .contrib .c-article h1 {
    font-size: clamp(1.9rem, 1.4rem + 2.5vw, 2.7rem);
  }
  .c-article {
    margin-top: 0.5rem;
  }
  .c-standfirst {
    font-size: 1.07rem;
  }
  .c-article-byline {
    margin-top: 1.2rem;
    gap: 1rem;
  }
  .c-reading-layout {
    margin-top: 1.5rem;
  }
  .contrib .c-prose {
    font-size: 1rem;
    line-height: 1.8;
  }
  .contrib .c-prose h2 {
    font-size: 1.6rem;
  }
  .c-author-box {
    gap: 0.9rem;
  }
  .c-author-box > .c-avatar-medium {
    width: 48px !important;
    height: 48px !important;
    font-size: 1.1rem;
  }
  .c-preview-bar {
    padding: 1rem;
    gap: 0.7rem;
  }
  .c-preview-bar > .c-actions {
    width: 100%;
  }
  .c-editor-savebar > .c-actions {
    width: 100%;
    gap: 0.6rem;
  }
  .c-editor-savebar > .c-actions .c-btn {
    flex: 1;
    font-size: 0.85rem;
  }
  .c-editor-savebar #download-draft {
    order: 3;
    flex-basis: 100%;
    text-align: left;
    min-height: 32px;
  }
  .c-editor-aside {
    grid-template-columns: minmax(0, 1fr);
  }
  .c-editor-toolbar {
    padding: 0.25rem;
    gap: 1px;
  }
  .c-editor-toolbar button {
    min-width: 40px;
    min-height: 44px;
    padding: 0.35rem 0.45rem;
  }
  .c-editor-toolbar select {
    max-width: 120px;
    min-height: 44px !important;
  }
  .c-tool-divider {
    display: none;
  }
  .contrib .c-editable {
    padding: 1rem;
    min-height: 440px;
  }
  .c-editor-footer {
    font-size: 0.7rem;
    gap: 0.5rem;
  }
  .c-source-row {
    grid-template-columns: 1fr;
  }
  .c-dialog {
    padding: 1.1rem;
  }
  .c-notice {
    font-size: 0.88rem !important;
    padding: 0.85rem !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .contrib * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
@media print {
  .site-header,
  .site-footer,
  .site-weekly-bar,
  .contrib-nav,
  .c-back-link,
  .c-share-actions,
  .c-preview-bar,
  .c-toc,
  .c-archive-panel,
  .c-related,
  .c-review-decision,
  #contact-widget,
  #cookie-consent-banner {
    display: none !important;
  }
  .contrib {
    font-size: 11pt;
    color: #000;
  }
  .c-article {
    max-width: none;
  }
  .c-reading-layout {
    display: block;
  }
  .c-article h1 {
    font-size: 28pt !important;
  }
  .c-prose {
    font-size: 11pt !important;
  }
  .c-prose h2 {
    break-after: avoid;
  }
  .c-prose img {
    max-height: 20cm;
  }
  .c-article-cover {
    max-width: 16cm;
  }
  .c-resources a {
    color: #000;
  }
  .c-author-box,
  .c-disclosure {
    break-inside: avoid;
  }
  .contrib .c-article-header {
    max-width: none;
  }
}
