.rules-page { margin: 0; min-height: 100vh; overflow-x: clip; }
.rules-intro { padding-block: 52px 38px; border-bottom: 1px solid var(--landing-line); }
.rules-intro h1 { font-size: clamp(28px, 4vw, 48px); letter-spacing: -.8px; margin-bottom: 14px; }
.rules-intro > p { max-width: 720px; }
.rules-intro .rules-updated { margin-top: 20px; font-size: 13px; }
.rules-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 56px; padding-block: 40px 64px; align-items: start; }
.rules-toc { position: sticky; top: 112px; max-height: calc(100vh - 132px); overflow-y: auto; border: 1px solid var(--landing-line); border-radius: 12px; padding: 20px; background: #f0f1e9; }
.rules-toc h2 { font-size: 18px; margin-bottom: 12px; }
.rules-toc a { display: block; padding-block: 7px; font-size: 13px; line-height: 1.8; }
.rules-toc a:hover { color: var(--landing-gold); text-decoration: underline; }
.rules-toc .rules-contact { border-top: 1px solid var(--landing-line); margin-top: 12px; padding-top: 16px; }
.rules-section { scroll-margin-top: 115px; padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid var(--landing-line); overflow-wrap: anywhere; }
.rules-section h2 { font-size: 22px; margin-bottom: 16px; }
.rules-section p { font-size: 15px; line-height: 2.3; color: #3b453e; }
.rules-section p + p { margin-top: 14px; }
.rules-end { padding: 24px; border-radius: 12px; background: #edf0e7; }
.rules-end a { margin-top: 18px; }
@media (max-width: 850px) {
  .rules-layout { grid-template-columns: 1fr; gap: 28px; }
  .rules-toc { position: static; max-height: none; }
  .rules-intro { padding-block: 32px; }
  .rules-page .landing-header-inner { gap: 12px; flex-wrap: wrap; padding-block: 12px; }
  .rules-page .landing-brand strong { font-size: 20px; }
  .rules-page .landing-text-link { font-size: 12px; }
}
@media print {
  .rules-page { background: white; }
  .rules-page .landing-header, .rules-toc, .rules-end, .rules-page .landing-footer, .landing-skip { display: none; }
  .rules-layout { display: block; padding-block: 20px; }
  .rules-page .landing-wrap { width: 100%; }
  .rules-intro { padding-top: 0; }
  .rules-section h2 { break-after: avoid; }
  .rules-section p { orphans: 3; widows: 3; }
}
.room-rules { padding-block: 40px; border-bottom: 1px solid var(--landing-line); scroll-margin-top: 160px; }
.room-rules-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.room-rules-intro { margin-top: 16px !important; max-width: 820px; font-size: 14px; }
.room-rules-status, .room-rules-checked { font-size: 12px; margin-block: 14px !important; }
.room-rules-picker { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; padding-block: 20px; }
.room-rules-picker label { font-size: 14px; font-weight: 700; }
.room-rules-picker select { font: inherit; color: var(--landing-ink); background: #fff; border: 1px solid #c7cec1; border-radius: 8px; padding: 10px; min-width: 180px; max-width: 100%; }
.room-rules-picker select:focus-visible { outline: 3px solid var(--landing-gold); outline-offset: 3px; }
.room-rules-room { margin-bottom: 20px; }
.room-rules-room p { font-size: 13px; margin-top: 6px; }
.room-rules-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.room-rules-card { border: 1px solid var(--landing-line); border-radius: 12px; background: #f0f1e9; padding: 20px; overflow-wrap: anywhere; }
.room-rules-card p { font-size: 12px; }
.room-rules-card strong { display: block; font-size: 21px; color: #294438; line-height: 1.8; margin-block: 12px; }
.room-rules-card small, .room-rules-group small { display: block; color: var(--landing-muted); font-size: 12px; line-height: 2; margin-top: 8px; }
.room-rules-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 24px; align-items: start; }
.room-rules-group { padding: 24px; border: 1px solid var(--landing-line); border-radius: 12px; }
.room-rules-group dl { margin: 16px 0 0; }
.room-rules-group dl > div { padding-block: 14px; border-bottom: 1px solid var(--landing-line); }
.room-rules-group dl > div:last-child { border: 0; padding-bottom: 0; }
.room-rules-group dt { color: var(--landing-muted); font-size: 12px; margin-bottom: 6px; }
.room-rules-group dd { margin: 0; font-size: 14px; overflow-wrap: anywhere; }
.room-rules-note, .room-rules-empty { margin-top: 20px !important; padding: 18px; background: #f0f1e9; border-radius: 10px; font-size: 13px; }
.room-rules-empty a { text-decoration: underline; }
@media (max-width: 1000px) { .room-rules-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 650px) {
  .room-rules-groups, .room-rules-summary { grid-template-columns: 1fr; }
  .room-rules-group { padding: 18px; }
  .room-rules-heading h2 { font-size: 27px; }
  .room-rules-picker select { flex: 1; width: 100%; }
}
@media print {
  .room-rules-picker, #room-rules-refresh, #room-rules-status { display: none; }
  .room-rules-summary, .room-rules-groups { display: block; }
  .room-rules-card, .room-rules-group { margin-bottom: 14px; }
}
