.page-events-rules {
  padding-bottom: var(--section-y);
}

.page-events-rules .rules-crumb {
  padding-top: var(--space-3);
}

.page-events-rules .rules-crumb .breadcrumb {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-ink-muted);
}

.page-events-rules .rules-crumb .breadcrumb a {
  color: var(--color-ink-soft);
}

.page-events-rules .rules-crumb .breadcrumb a:hover,
.page-events-rules .rules-crumb .breadcrumb a:focus-visible {
  color: var(--color-primary);
}

.page-events-rules .rules-hero {
  max-width: var(--measure);
  margin-top: var(--space-4);
  padding-bottom: var(--space-6);
  border-bottom: 1px dotted var(--color-line);
}

.page-events-rules .rules-hero h1 {
  margin-top: var(--space-3);
  font-family: var(--font-heading);
  font-size: var(--text-3xl);
  line-height: var(--leading-heading);
  letter-spacing: var(--tracking-heading);
  font-weight: var(--weight-heading);
  color: var(--color-ink);
}

.page-events-rules .rules-hero .lede {
  margin-top: var(--space-3);
  font-size: var(--text-lg);
  line-height: var(--leading-body);
  color: var(--color-ink-soft);
}

.page-events-rules .rules-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2) var(--space-4);
  margin-top: var(--space-4);
  padding: 0;
  list-style: none;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.05em;
  color: var(--color-ink-muted);
}

.page-events-rules .rules-hero__facts .u-mono {
  color: var(--color-primary);
  font-weight: var(--weight-heading);
}

.page-events-rules .rules-gate {
  margin-top: var(--space-8);
  padding: var(--section-y) 0;
  background: var(--color-contrast-surface);
  color: var(--color-contrast-ink);
}

.page-events-rules .rules-gate__title {
  max-width: var(--measure);
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  line-height: var(--leading-heading);
  letter-spacing: var(--tracking-heading);
  color: var(--color-contrast-ink);
}

.page-events-rules .rules-gate__grid {
  display: grid;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.page-events-rules .rules-gate__cell {
  padding-top: var(--space-2);
  border-top: var(--border-thin) solid var(--color-contrast-line);
}

.page-events-rules .rules-gate__cell-no {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-contrast-accent);
}

.page-events-rules .rules-gate__cell p:last-child {
  margin-top: var(--space-1);
  font-size: var(--text-sm);
  line-height: var(--leading-body);
  color: var(--color-contrast-ink);
}

.page-events-rules .rules-layout {
  margin-top: var(--space-8);
}

.page-events-rules .rules-rail .rail__title {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-ink-muted);
}

.page-events-rules .rules-rail .rail__list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1) var(--space-3);
  margin-top: var(--space-2);
  padding: 0;
  list-style: none;
}

.page-events-rules .rules-rail .rail__link {
  display: block;
  padding: var(--space-1) 0;
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  color: var(--color-ink-soft);
  border-bottom: var(--border-thin) dotted transparent;
}

.page-events-rules .rules-rail .rail__link:hover,
.page-events-rules .rules-rail .rail__link:focus-visible {
  color: var(--color-primary);
  border-bottom-color: var(--color-primary);
}

.page-events-rules .rules-rail .rail__link[aria-current="true"] {
  color: var(--color-primary);
  border-bottom-color: var(--color-primary);
}

.page-events-rules .rules-body {
  display: block;
  min-width: 0;
}

.page-events-rules .rules-section {
  padding-top: var(--space-6);
}

.page-events-rules .rules-section + .rules-section {
  margin-top: var(--space-6);
  border-top: 1px dotted var(--color-line);
}

.page-events-rules .rules-section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--space-2);
}

.page-events-rules .rules-section__no {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  letter-spacing: 0.14em;
  color: var(--color-primary);
}

.page-events-rules .rules-section__title {
  flex: 1 1 16ch;
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  line-height: var(--leading-heading);
  letter-spacing: var(--tracking-heading);
  font-weight: var(--weight-heading);
  color: var(--color-ink);
}

.page-events-rules .rules-section__lead {
  max-width: var(--measure);
  margin-top: var(--space-3);
  font-size: var(--text-base);
  line-height: var(--leading-body);
  color: var(--color-ink-soft);
}

.page-events-rules .rules-figure {
  margin: var(--space-4) 0 0;
}

.page-events-rules .rules-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border: var(--border-thin) solid var(--color-line);
  border-radius: var(--radius-sm);
  filter: saturate(0.72) contrast(1.06);
}

.page-events-rules .rules-figure figcaption {
  margin-top: var(--space-2);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  line-height: var(--leading-body);
  color: var(--color-ink-muted);
}

.page-events-rules .rules-table-wrap {
  max-width: 100%;
  margin-top: var(--space-4);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.page-events-rules .rules-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-size: var(--text-sm);
  text-align: left;
}

.page-events-rules .rules-table thead th {
  padding: 0 var(--space-2) var(--space-2) 0;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: var(--weight-body);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-ink-muted);
  border-bottom: var(--border-thin) dotted var(--color-line);
}

.page-events-rules .rules-table tbody th {
  padding: var(--space-2) var(--space-2) var(--space-2) 0;
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: var(--weight-heading);
  color: var(--color-ink);
  vertical-align: top;
  border-bottom: var(--border-thin) dotted var(--color-line);
}

.page-events-rules .rules-table tbody td {
  padding: var(--space-2) var(--space-2) var(--space-2) 0;
  line-height: var(--leading-body);
  color: var(--color-ink-soft);
  vertical-align: top;
  border-bottom: var(--border-thin) dotted var(--color-line);
}

.page-events-rules .rules-table tbody tr:hover th,
.page-events-rules .rules-table tbody tr:hover td {
  background: var(--color-highlight);
}

.page-events-rules .rule-list {
  margin-top: var(--space-4);
  padding: 0;
  list-style: none;
  border-top: 1px dotted var(--color-line);
}

.page-events-rules .rule-item {
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr);
  gap: var(--space-2);
  padding: var(--space-3) 0;
  border-bottom: 1px dotted var(--color-line);
}

.page-events-rules .rule-item__no {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.1em;
  color: var(--color-primary);
  padding-top: 0.4em;
}

.page-events-rules .rule-item__content {
  min-width: 0;
}

.page-events-rules .rule-item__title {
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  line-height: var(--leading-heading);
  font-weight: var(--weight-heading);
  color: var(--color-ink);
}

.page-events-rules .rule-item__content > p {
  max-width: var(--measure);
  margin-top: var(--space-1);
  font-size: var(--text-base);
  line-height: var(--leading-body);
  color: var(--color-ink-soft);
}

.page-events-rules .rule-item__facts {
  display: grid;
  gap: var(--space-2);
  margin-top: var(--space-3);
}

.page-events-rules .rule-item__fact {
  padding-left: var(--space-2);
  border-left: var(--border-thin) solid var(--color-line);
}

.page-events-rules .rule-item__fact:first-child {
  border-left-color: var(--color-primary);
}

.page-events-rules .rule-item__facts dt {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-ink-muted);
}

.page-events-rules .rule-item__facts dd {
  margin: var(--space-1) 0 0;
  font-size: var(--text-sm);
  line-height: var(--leading-body);
  color: var(--color-ink-soft);
}

.page-events-rules .fit {
  display: grid;
  gap: var(--space-2);
  margin-top: var(--space-4);
}

.page-events-rules .fit__col {
  padding: var(--space-3);
  background: var(--color-surface-alt);
  border-left: var(--border-thin) solid var(--color-line);
  border-radius: var(--radius-sm);
}

.page-events-rules .fit__col--yes {
  border-left-color: var(--color-primary);
}

.page-events-rules .fit__head {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-ink-muted);
}

.page-events-rules .fit__col--yes .fit__head {
  color: var(--color-primary);
}

.page-events-rules .fit__col ul {
  margin-top: var(--space-2);
  padding: 0;
  list-style: none;
  display: grid;
  gap: var(--space-2);
}

.page-events-rules .fit__col li {
  position: relative;
  padding-left: var(--space-3);
  font-size: var(--text-sm);
  line-height: var(--leading-body);
  color: var(--color-ink-soft);
}

.page-events-rules .fit__col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: var(--space-2);
  height: var(--border-thin);
  background: var(--color-line);
}

.page-events-rules .fit__col--yes li::before {
  background: var(--color-primary);
}

.page-events-rules .rules-exit {
  margin-top: var(--space-8);
  padding: var(--space-4) var(--space-3);
  background: var(--color-surface-alt);
  border-left: var(--border-thin) solid var(--color-primary);
  border-radius: var(--radius-sm);
}

.page-events-rules .rules-exit__title {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.page-events-rules .rules-exit__lead {
  max-width: var(--measure);
  margin-top: var(--space-2);
  font-size: var(--text-base);
  line-height: var(--leading-body);
  color: var(--color-ink-soft);
}

.page-events-rules .rules-exit__lead a {
  color: var(--color-primary);
  border-bottom: var(--border-thin) dotted var(--color-primary);
}

.page-events-rules .rules-exit__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-3);
}

@media (min-width: 620px) {
  .page-events-rules .rules-hero h1 {
    font-size: var(--text-4xl);
  }

  .page-events-rules .rule-item__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 760px) {
  .page-events-rules .rules-gate__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-4);
  }

  .page-events-rules .fit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-3);
  }

  .page-events-rules .rules-exit {
    padding: var(--space-6) var(--space-4);
  }
}

@media (min-width: 1000px) {
  .page-events-rules .rules-rail {
    position: sticky;
    top: var(--space-6);
    align-self: start;
  }

  .page-events-rules .rules-rail .rail__list {
    display: block;
  }

  .page-events-rules .rules-rail .rail__list li + li {
    margin-top: var(--space-1);
  }

  .page-events-rules .rules-section:nth-child(odd) .rules-section__lead {
    margin-left: var(--space-4);
  }

  .page-events-rules .rules-section:nth-child(even) .rules-figure {
    margin-left: var(--space-4);
  }
}
<<<PAGE_CSS_END>>>
