/* Rules page.
   Deliberately plain. A conduct page styled like a sales page is harder to read
   and easier to skim past, which defeats the purpose of writing it. */

.conduct-page { background: #070b13; }
.conduct-shell { max-width: 760px; margin: 0 auto; padding: 54px 20px 90px; }
.conduct-shell h1 { margin: 10px 0 16px; font-size: clamp(28px, 5vw, 40px); line-height: 1.15; letter-spacing: -.02em; }
.conduct-lede { margin: 0 0 42px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.conduct-rule { margin-bottom: 40px; }
.conduct-rule h2 { margin: 0 0 14px; font-size: 20px; letter-spacing: -.01em; }
.conduct-rule ul, .conduct-rule ol { margin: 0; padding-left: 22px; }
.conduct-rule li { margin-bottom: 12px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.conduct-rule li strong { color: var(--text); }
.conduct-rule p { margin: 14px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.conduct-rule p strong { color: var(--text); }

/* The prohibitions get the strongest visual treatment, because they are the
   part a member in a disagreement actually needs to reread. */
.conduct-rule-stop {
  padding: 22px 24px;
  border: 1px solid rgba(255, 92, 97, .3);
  border-radius: 16px;
  background: linear-gradient(150deg, rgba(255, 92, 97, .09), rgba(11, 18, 31, .6));
}
.conduct-rule-stop h2 { color: #ffb3b1; }

.conduct-rule-report {
  padding: 22px 24px;
  border: 1px solid rgba(72, 221, 177, .28);
  border-radius: 16px;
  background: linear-gradient(150deg, rgba(72, 221, 177, .08), rgba(11, 18, 31, .6));
}
.conduct-rule-report h2 { color: var(--mint-2); }

.conduct-rule-last { margin-bottom: 34px; }
.conduct-short { margin: 0; color: var(--text) !important; font-size: 17px; font-weight: 700; line-height: 1.6; }
.conduct-foot { padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: 12px; line-height: 1.7; }

@media (max-width: 760px) {
  .conduct-shell { padding: 34px 16px 70px; }
  .conduct-rule-stop, .conduct-rule-report { padding: 18px; }
  .conduct-rule li { font-size: 14px; }
}
