
:root{
  --bg:#181a1d;
  --bg-accent:#202328;
  --shell:#2d3136;
  --hero:#8e949a;
  --card:#aeb3b8;
  --card-2:#c1c6cb;
  --card-3:#8b9299;
  --text:#101112;
  --muted:#31363b;
  --accent:#e1e5e8;
  --accent-2:#676e75;
  --border:#d5dade;
  --border-strong:#eef1f3;
  --shadow:0 16px 34px rgba(0,0,0,.34);
  --rev1-bg:#ddd4bb;
  --rev1-border:#8f7f4b;
  --rev1-text:#171411;
  --rev2-bg:#d8c3ca;
  --rev2-border:#8b4a58;
  --rev2-text:#1b1316;
  --callout-bg:#c9cdd2;
  --callout-border:#6b727a;
  --button-bg:#5e646b;
  --button-bg-hover:#6a7178;
  --button-text:#eef1f3;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top, rgba(255,255,255,.05), transparent 34%),
    linear-gradient(180deg, var(--bg-accent), var(--bg));
  color:var(--text);
  line-height:1.62;
}
a{color:#22272c; text-decoration:none}
a:hover{text-decoration:underline}
.site-shell{
  max-width:980px;
  margin:0 auto;
  padding:22px 18px 92px;
}
.hero,.content-card{
  border:2px solid var(--border);
  border-radius:22px;
  box-shadow:var(--shadow);
}
.hero{
  padding:28px 24px 22px;
  margin-bottom:18px;
  text-align:center;
  background:linear-gradient(180deg, #9ca2a8, #858b91);
}
.content-card{
  padding:24px;
  background:linear-gradient(180deg, #b8bcc1, #a7acb1);
}
.brand-frame-tight {
  margin: 1.25rem auto;
  border-collapse: separate;
  border-spacing: 0;
  display: inline-table;
  width: auto;
  background: linear-gradient(180deg, #f3f4f6, #d1d5db);
  border: 6px solid #9ca3af;
  border-radius: 10px;
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.brand-frame-tight td {
  padding: 0;
  line-height: 0;
  border: 2px solid #cbd5e1;
  border-radius: 6px;
}
.brand-mark-tight {
  display: block;
  width: 320px;
  max-width: 100%;
  height: auto;
}
.kicker{
  letter-spacing:.18em;
  color:#2d3237;
  font-size:.82rem;
  text-transform:uppercase;
}
h1{
  margin:.2em 0 .25em;
  font-size:clamp(2rem,4vw,3.2rem);
  line-height:1.06;
}
.brand-mark{
  display:block;
  width:min(270px,100%);
  height:auto;
  margin:12px auto 18px;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.28));
}
.subtitle,.hero p{ color:#262b31; }
.league-link{
  margin:.35rem 0 0;
  font-size:1rem;
}
.league-link a{
  font-weight:700;
  word-break:break-word;
  color:#111317;
}
.revision-pill{
  display:inline-block;
  margin-top:14px;
  padding:10px 14px;
  border-radius:999px;
  background:var(--rev1-bg);
  border:2px solid var(--rev1-border);
  color:var(--rev1-text);
  font-weight:700;
}
.page-label{
  color:#353a40;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.8rem;
  margin-bottom:6px;
}
.page-header h2{
  margin:0 0 8px;
  font-size:clamp(1.7rem,3vw,2.35rem);
  line-height:1.12;
  color:#101112;
}
.page-header p{ margin:0; color:#383d43; }
.toc-list{ margin:18px 0 0 1.2rem; padding:0; }
.toc-list li{ margin:.45rem 0; padding-left:.1rem; }
.toc-list a{ color:#14171a; }
.toc-list a:hover{ color:#3e464e; text-decoration:none; }
.page-nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin:0 0 18px;
  flex-wrap:nowrap;
}

.pager{
  display:inline-flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:9px 12px;
  border-radius:14px;
  border:1px solid #8e959d;
  background:linear-gradient(180deg, var(--button-bg), #4f555c);
  color:var(--button-text);
  box-shadow:0 8px 18px rgba(0,0,0,.18);
  min-height:0;
  width:auto;
  max-width:100%;
  white-space:nowrap;
  flex:0 1 auto;
}

.pager:hover{ background:linear-gradient(180deg, var(--button-bg-hover), #585f66); text-decoration:none; }
.pager-kicker{ display:none; }
.pager-label{ font-size:.96rem; font-weight:700; line-height:1.15; }

.section-title{
  margin:0 0 14px;
  font-size:clamp(1.7rem,3vw,2.35rem);
  line-height:1.12;
  color:#101112;
}
.section-intro{ font-size:1.04rem; color:#14171a; }
.rule-item{ margin:.72rem 0; color:#101112; }
.rule-item.structured{ padding-left:.15rem; }
.callout{
  background:var(--callout-bg);
  border:2px solid #9ba2aa;
  border-left:6px solid var(--callout-border);
  padding:12px 14px;
  border-radius:12px;
}
.revised-rule{
  background:var(--rev1-bg);
  border:2px solid #b7aa84;
  border-left:6px solid var(--rev1-border);
  color:var(--rev1-text);
  padding:12px 14px;
  border-radius:12px;
  font-weight:400;
}
.rule-change{
  font-weight:700;
  color:#6f4900;
  background:rgba(255,214,102,.36);
  padding:0 .14em;
  border-radius:.18em;
}
.rule-change-apr21{
  font-weight:700;
  color:#6d2130;
  background:rgba(190,88,112,.18);
  padding:0 .14em;
  border-radius:.18em;
}
.revised-rule.rev-0421{
  background:var(--rev2-bg);
  border:2px solid #b98c97;
  border-left:6px solid var(--rev2-border);
  color:var(--rev2-text);
}
.revision-note{
  margin:0 0 18px;
  padding:12px 14px;
  border-radius:14px;
  background:#d8cfb5;
  border:2px solid #b29e62;
  color:#1a1611;
}
.revision-note.rev-0421{
  background:#d8c3ca;
  border-color:#a96a78;
  color:#24171b;
}
.revision-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:.6rem 0 0;
}
.revision-chip{
  display:inline-flex;
  align-items:center;
  padding:7px 10px;
  border-radius:999px;
  font-size:.92rem;
  font-weight:700;
  border:2px solid transparent;
}
.revision-chip.rev-0401{
  background:var(--rev1-bg);
  border-color:var(--rev1-border);
  color:var(--rev1-text);
}
.revision-chip.rev-0421{
  background:var(--rev2-bg);
  border-color:var(--rev2-border);
  color:var(--rev2-text);
}
.revision-legend{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
  margin-top:14px;
}
.revision-legend .revision-pill{
  margin-top:0;
}
.revision-pill.rev-0421{
  background:var(--rev2-bg);
  border-color:var(--rev2-border);
  color:var(--rev2-text);
}
.floating-nav{
  position:fixed;
  right:18px;
  bottom:18px;
  display:flex;
  flex-direction:column;
  gap:10px;
  z-index:50;
}
.float-btn{
  display:inline-block;
  min-width:104px;
  text-align:center;
  padding:11px 14px;
  border-radius:999px;
  background:linear-gradient(180deg, #d5d9dd, #b8bfc6);
  color:#101112;
  font-weight:700;
  box-shadow:0 10px 22px rgba(0,0,0,.22);
  border:1px solid #f0f2f4;
}
.float-btn.secondary{
  background:linear-gradient(180deg, #61676e, #4f555c);
  color:#eef1f3;
  border:1px solid #90979f;
}
.float-btn:hover{ text-decoration:none; filter:brightness(1.02); }
.contact-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:16px;
}
.contact-block{
  padding:16px;
  border:2px solid var(--border);
  border-radius:16px;
  background:linear-gradient(180deg, #c1c6cb, #b3b8bd);
}
.contact-block h3{ margin-top:0; margin-bottom:.6rem; color:#121417; }
.contact-list{ margin:0; padding-left:1.1rem; }
.contact-list li{ margin:.36rem 0; color:#15181b; }
.contact-logo-wrap{
  margin:24px auto 10px;
  text-align:center;
  background:linear-gradient(180deg, #dadde1, #c1c6cb);
  border:2px solid var(--border);
  border-radius:20px;
  padding:20px 16px;
}
.contact-logo{ max-width:min(100%,340px); height:auto; }
.officer-block{
  max-width:520px;
  margin:16px auto 0;
  text-align:center;
  padding:16px;
  border:2px solid var(--border);
  border-radius:16px;
  background:linear-gradient(180deg, #c1c6cb, #b3b8bd);
}
.officer-block h3{ margin-top:0; color:#121417; }
.officer-list{ list-style:none; padding:0; margin:0; }
.officer-list li{ margin:.35rem 0; color:#15181b; }
@media (max-width:720px){
  .site-shell{ padding:14px 12px 92px; }
  .hero,.content-card{ padding:18px 16px; border-radius:18px; }
  .page-nav{ gap:8px; flex-wrap:nowrap; }
  .page-nav .pager{
    padding:8px 10px;
    border-radius:12px;
    min-width:0;
    flex:0 1 auto;
  }
  .pager-label{ font-size:.88rem; }
  .floating-nav{ right:12px; bottom:12px; }
  .float-btn{ min-width:90px; }
}


.logo-panel{
  margin:20px auto 14px;
  padding:16px 14px;
  text-align:center;
  background:linear-gradient(180deg, #d8dce0, #bcc2c8);
  border:2px solid var(--border);
  border-radius:18px;
}
.end-mark{
  display:block;
  width:min(100%, 360px);
  height:auto;
  margin:0 auto;
}
.officers-block{
  max-width:560px;
  margin:0 auto;
  text-align:center;
}
.contact-line{ margin:.38rem 0; color:#15181b; }
.footer-note{ text-align:center; margin-top:1rem; }
@media (max-width:720px){
  .pager-label{
    display:block;
    max-width:10.5rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .page-nav{
    gap:6px;
  }
  .logo-panel{
    padding:12px 10px;
  }
  .end-mark{
    width:min(100%, 240px);
  }
}
@media (max-width:420px){
  .pager{ padding:7px 9px; }
  .pager-label{ max-width:8.75rem; font-size:.84rem; }
  .end-mark{ width:min(100%, 210px); }
}


.hero-links{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin:14px 0 2px;
}
.hero-link-btn{
  display:inline-block;
  padding:10px 16px;
  border-radius:999px;
  background:linear-gradient(180deg, #d5d9dd, #b8bfc6);
  color:#101112;
  font-weight:700;
  border:1px solid #eef1f3;
  box-shadow:0 8px 18px rgba(0,0,0,.18);
}
.hero-link-btn.secondary{
  background:linear-gradient(180deg, #61676e, #4f555c);
  color:#eef1f3;
  border:1px solid #90979f;
}
.hero-link-btn:hover{ text-decoration:none; filter:brightness(1.03); }
@media (max-width: 640px){
  .hero-links{ gap:10px; }
  .hero-link-btn{ padding:10px 14px; }
}
