.pp-page {
  background: #ffffff;
  color: #333333;
  min-height: 100vh;
  font-size: 1rem;
  line-height: 1.8;
  min-width: 67.5rem;
}

.pp-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(0.75rem);
  border-bottom: 0.0625rem solid #e0e0e0;
}

.pp-header-inner {
  max-width: 75rem;
  margin: 0 auto;
  padding: 1rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pp-logo img {
  height: 1.75rem;
  filter: brightness(0);
}

.pp-back-link {
  color: #111111;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
  font-size: 0.875rem;
  transition: color 0.2s;
}

.pp-back-link:hover {
  color: #333333;
}

.pp-container {
  max-width: 75rem;
  margin: 0 auto;
  padding: 6.25rem 2.5rem 3.75rem;
}

.pp-title {
  text-align: center;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.3;
  color: #111111;
  margin-bottom: 0.5rem;
}

.pp-updated {
  text-align: center;
  color: #888888;
  font-size: 0.875rem;
  margin-bottom: 3rem;
}

.pp-toc {
  background: #f7f8fa;
  border: 0.0625rem solid #e0e0e0;
  border-radius: 0.75rem;
  padding: 1.75rem 2.25rem;
  margin-bottom: 3rem;
}

.pp-toc h3 {
  color: #111111;
  font-size: 1.125rem;
  margin: 0 0 1rem;
}

.pp-toc ol {
  margin: 0;
  padding-left: 1.25rem;
}

.pp-toc li {
  margin-bottom: 0.375rem;
}

.pp-toc a {
  color: #111111;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
  transition: color 0.2s;
}

.pp-toc a:hover {
  color: #333333;
}

.pp-section {
  margin-bottom: 2.5rem;
}

.pp-section h2 {
  color: #111111;
  font-size: 1.625rem;
  font-weight: 600;
  margin: 3rem 0 1.25rem;
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #e0e0e0;
}

.pp-section:first-of-type h2 {
  border-top: none;
}

.pp-intro {
  border-top: none;
}

.pp-intro p:first-child {
  font-size: 1.125rem;
  color: #111111;
  font-weight: 500;
}

.pp-section h3 {
  color: #222222;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 2rem 0 0.75rem;
}

#supplemental > h3:first-child {
  text-align: center;
}

.pp-section h4 {
  color: #444444;
  font-size: 1.0625rem;
  font-weight: 600;
  margin: 1.5rem 0 0.625rem;
}

.pp-section p {
  margin: 0 0 0.875rem;
}

.pp-section a {
  color: #111111;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
  transition: color 0.2s;
}

.pp-section a:hover {
  color: #333333;
}

.pp-section ul,
.pp-section ol {
  padding-left: 1.5rem;
  margin: 0 0 0.875rem;
}

.pp-section li {
  margin-bottom: 0.5rem;
}

.pp-section ul ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.pp-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.5rem;
  font-size: 0.875rem;
}

.pp-table th,
.pp-table td {
  border: 0.0625rem solid #cccccc;
  padding: 0.625rem 0.875rem;
  text-align: left;
  vertical-align: top;
}

.pp-table th {
  background: #f0f2f5;
  color: #111111;
  font-weight: 600;
}

.pp-table td {
  background: #ffffff;
}

.pp-table-subheader {
  background: #f7f8fa !important;
  color: #111111;
  font-weight: 600;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
}

.pp-table small {
  display: block;
  margin-top: 0.375rem;
  color: #888888;
  font-size: 0.75rem;
  line-height: 1.5;
}

.pp-footer {
  text-align: center;
  padding: 2.5rem 0 1.25rem;
  border-top: 0.0625rem solid #e0e0e0;
  color: #666666;
  font-size: 0.8125rem;
}

.pp-footer p {
  color: #666666;
  margin: 0;
}

