html, body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  background: #f8fafc;
  color: #1a1a1a;
}

.page-container {
  max-width: 860px;
  margin: 40px auto;
  background: #ffffff;
  padding: 40px 50px;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.sitemap-container {
  max-width: 1120px;
  padding: 30px 34px;
}

.vro-source-label {
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.vro-archive-banner {
  background: #fff3cd;
  border: 1px solid #ffe69c;
  border-radius: 6px;
  padding: 12px 14px;
  margin-bottom: 22px;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #5c4500;
}

.vro-archive-banner strong {
  font-weight: 700;
}

.archive-tools {
  margin: 6px 0 14px;
  font-size: 0.82rem;
}

.archive-tools a {
  color: #335b8e;
  text-decoration: underline;
}

h1 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 25px;
  color: #0d47a1;
  font-weight: 600;
}

h2, h3 {
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}

p {
  margin-bottom: 16px;
}

table {
  border-collapse: collapse;
  margin: 25px 0;
  width: 100%;
  background: white;
}

td, th {
  border: 1px solid #d0d7de;
  padding: 10px 12px;
  vertical-align: top;
}

th {
  background: #f1f5f9;
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 20px 0;
}

img.clickable-image {
  cursor: zoom-in;
}

a {
  color: #0d47a1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  padding-left: 24px;
}

.text-small {
  font-size: 0.8rem;
  font-family: Arial, Helvetica, sans-serif;
}

a.gloss-link {
  border-bottom: 1px dotted #999;
  cursor: help;
}

.vro-footer {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
  font-size: 0.85rem;
  color: #555;
  line-height: 1.5;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.vro-footer img {
  width: 118px;
  height: auto;
  border: none;
  margin: 0;
}

.vro-footer-content {
  max-width: 700px;
}

.vro-footer-content p {
  margin: 0 0 10px 0;
}

.vro-footer a {
  text-decoration: underline;
  color: #0d47a1;
}

.vro-footer a:hover {
  text-decoration: none;
}

.glossary-list {
  margin: 30px 0 0;
  padding: 0;
}

.glossary-list dt {
  font-weight: 600;
  margin-top: 18px;
}

.glossary-list dt .glossterm {
  font-weight: inherit;
}

.glossary-list dd {
  margin: 4px 0 0 0;
  padding: 0;
}

.glossary-list dd p {
  margin: 0 0 8px 0;
}

.sitemap-list {
  margin-top: 16px;
  padding-left: 0;
  list-style: none;
  font-size: 0.95rem;
  line-height: 1.35;
}

.sitemap-list ul {
  margin: 4px 0 6px 14px;
  padding-left: 10px;
  list-style: none;
  border-left: 1px solid #e2e8f0;
  font-size: 0.94em;
}

.sitemap-list li {
  margin: 2px 0;
  break-inside: avoid;
}

.sitemap-list li::before {
  content: "•";
  color: #64748b;
  display: inline-block;
  width: 0.8rem;
  margin-right: 0.15rem;
}

.sitemap-list li.sitemap-branch::before {
  content: "▸";
  color: #334155;
}

.sitemap-list > li > ul {
  margin-top: 8px;
}

@media (min-width: 1100px) {
  .sitemap-list > li > ul {
    columns: 2;
    column-gap: 1.4rem;
  }
}

.sitemap-missing {
  color: #777;
  font-style: italic;
}

/* Auto-generated background color classes */
.bgcell-000000 { background-color: #000000; }
.bgcell-006600 { background-color: #006600; }
.bgcell-006633 { background-color: #006633; }
.bgcell-00ff00 { background-color: #00FF00; }
.bgcell-3300cc { background-color: #3300CC; }
.bgcell-3399ff { background-color: #3399FF; }
.bgcell-6666cc { background-color: #6666CC; }
.bgcell-669966 { background-color: #669966; }
.bgcell-800000 { background-color: #800000; }
.bgcell-800080 { background-color: #800080; }
.bgcell-9966cc { background-color: #9966CC; }
.bgcell-999900 { background-color: #999900; }
.bgcell-999933 { background-color: #999933; }
.bgcell-99cc66 { background-color: #99CC66; }
.bgcell-99ffcc { background-color: #99FFCC; }
.bgcell-c0c0c0 { background-color: #C0C0C0; }
.bgcell-c1ffd5 { background-color: #C1FFD5; }
.bgcell-cccccc { background-color: #CCCCCC; }
.bgcell-ccffcc { background-color: #CCFFCC; }
.bgcell-d2d2d2 { background-color: #D2D2D2; }
.bgcell-d6d6d6 { background-color: #D6D6D6; }
.bgcell-d9d9d9 { background-color: #D9D9D9; }
.bgcell-e0ffdf { background-color: #E0FFDF; }
.bgcell-e1e1e1 { background-color: #E1E1E1; }
.bgcell-e76b18 { background-color: #E76B18; }
.bgcell-ebebeb { background-color: #EBEBEB; }
.bgcell-efefef { background-color: #EFEFEF; }
.bgcell-f7f7f7 { background-color: #F7F7F7; }
.bgcell-ff0000 { background-color: #FF0000; }
.bgcell-ff00ff { background-color: #FF00FF; }
.bgcell-ff8100 { background-color: #FF8100; }
.bgcell-ff8141 { background-color: #FF8141; }
.bgcell-ff9900 { background-color: #FF9900; }
.bgcell-ff9933 { background-color: #FF9933; }
.bgcell-ff9999 { background-color: #FF9999; }
.bgcell-ff99cc { background-color: #FF99CC; }
.bgcell-ff99ff { background-color: #FF99FF; }
.bgcell-ff9fa9 { background-color: #FF9FA9; }
.bgcell-ffc0b6 { background-color: #FFC0B6; }
.bgcell-ffcc33 { background-color: #FFCC33; }
.bgcell-ffcc66 { background-color: #FFCC66; }
.bgcell-ffcccc { background-color: #FFCCCC; }
.bgcell-ffd7d7 { background-color: #FFD7D7; }
.bgcell-ffdba4 { background-color: #FFDBA4; }
.bgcell-ffe0e6 { background-color: #FFE0E6; }
.bgcell-ffe1dc { background-color: #FFE1DC; }
.bgcell-ffff00 { background-color: #FFFF00; }
.bgcell-ffff66 { background-color: #FFFF66; }
.bgcell-ffffc2 { background-color: #FFFFC2; }
.bgcell-ffffcc { background-color: #FFFFCC; }
.bgcell-ffffce { background-color: #FFFFCE; }
.bgcell-ffffd0 { background-color: #FFFFD0; }
.bgcell-ffffff { background-color: #FFFFFF; }
