:root {
  --pg-primary: #2563eb;
  --pg-primary-hover: #1d4ed8;
  --pg-secondary: #1e40af;
  --pg-text: #1e293b;
  --pg-muted: #64748b;
  --pg-bg: #ffffff;
  --pg-border: #e2e8f0;
  --pg-radius: 8px;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--pg-text);
  background: var(--pg-bg);
  -webkit-font-smoothing: antialiased;
}

.pg-page { min-height: 100vh; display: flex; flex-direction: column; }
.pg-main { flex: 1; }

.pg-header,
.pg-main,
.pg-footer {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.25rem;
}
@media (min-width: 640px) {
  .pg-header,
  .pg-main,
  .pg-footer { padding: 1.5rem 2rem; }
}

.pg-header {
  border-bottom: 1px solid var(--pg-border);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pg-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}
.pg-nav a {
  color: var(--pg-primary);
  text-decoration: none;
  font-weight: 500;
}
.pg-nav a:hover { color: var(--pg-primary-hover); text-decoration: underline; }

.pg-breadcrumb {
  font-size: 0.813rem;
  color: var(--pg-muted);
  margin-bottom: 1rem;
}
.pg-breadcrumb a {
  color: var(--pg-primary);
  text-decoration: none;
}
.pg-breadcrumb a:hover { text-decoration: underline; }

.pg-main h1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1rem 0;
}
@media (min-width: 640px) {
  .pg-main h1 { font-size: 1.75rem; }
}

.pg-main h2 {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 2rem 0 0.75rem 0;
}
@media (min-width: 640px) {
  .pg-main h2 { font-size: 1.25rem; }
}

.pg-main h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 1.5rem 0 0.5rem 0;
}

.pg-main p { margin: 0 0 1rem 0; }
.pg-intro { margin-bottom: 1.5rem; }

.pg-sbody ul,
.pg-sbody ol {
  margin: 0.75rem 0 1rem 1.25rem;
  padding-left: 1.25rem;
}
.pg-sbody li { margin-bottom: 0.4rem; }

.pg-sbody table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.9rem;
  overflow-x: auto;
  display: block;
}
@media (min-width: 480px) {
  .pg-sbody table { display: table; }
}
.pg-sbody th,
.pg-sbody td {
  border: 1px solid var(--pg-border);
  padding: 0.6rem 0.75rem;
  text-align: left;
}
.pg-sbody th {
  background: var(--pg-border);
  font-weight: 600;
}

.pg-faq { margin-top: 2rem; }
.pg-faq h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--pg-text);
}

.pg-related ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pg-related li {
  margin: 0.5rem 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--pg-border);
}
.pg-related li:last-child { border-bottom: none; }
.pg-related a {
  color: var(--pg-primary);
  text-decoration: none;
}
.pg-related a:hover { text-decoration: underline; }

.pg-footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--pg-border);
  font-size: 0.875rem;
  color: var(--pg-muted);
}
.pg-footer a {
  color: var(--pg-primary);
  text-decoration: none;
}
.pg-footer a:hover { text-decoration: underline; }

.pg-hubinfo {
  color: var(--pg-muted);
  margin-bottom: 1.5rem;
}
.pg-plist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pg-plist li {
  margin: 0;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--pg-border);
}
.pg-plist li:last-child { border-bottom: none; }
.pg-plist a {
  color: var(--pg-primary);
  text-decoration: none;
  display: block;
}
.pg-plist a:hover { text-decoration: underline; }

.pg-pager {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.pg-pager a {
  color: var(--pg-primary);
  text-decoration: none;
  padding: 0.5rem 1rem;
  background: var(--pg-bg);
  border: 1px solid var(--pg-border);
  border-radius: var(--pg-radius);
}
.pg-pager a:hover {
  background: var(--pg-primary);
  color: white;
  border-color: var(--pg-primary);
}
.pg-pginfo {
  color: var(--pg-muted);
  font-size: 0.875rem;
}


/* ---- Dynamic Site Style Profile ---- */
:root { --pg-radius: 8px; }
.pg-header, .pg-main, .pg-footer { max-width: 1120px; }
body { font-size: 17px; line-height: 1.72; }
.pg-header, .pg-main, .pg-footer { padding: 1.25rem 1.5rem; }
.pg-main h2 { margin-top: 2.2rem; }
.pg-pager a, .pg-sbody th, .pg-sbody td { border-radius: var(--pg-radius); }

      .pg-nav a { text-decoration: none; border: 0; padding: 0; }
    

      .pg-main h1, .pg-main h2, .pg-main h3 { font-weight: 600; color: color-mix(in srgb, var(--pg-text) 86%, #223); }
    

      .pg-header, .pg-footer, .pg-related li, .pg-plist li { border-width: 1px; }
    

      .pg-footer { border-top: 0; opacity: .9; }
    
/* ---- End Dynamic Site Style Profile ---- */

