
/* Source: styles.css */
:root {
  --pc-ink: #14201c;
  --pc-ink-soft: #52605a;
  --pc-paper: #f4f1e9;
  --pc-surface: #fffdf8;
  --pc-line: #d8d8cd;
  --pc-sidebar: #172923;
  --pc-sidebar-soft: #273a33;
  --pc-accent: #c9ef65;
  --pc-accent-deep: #7da02a;
  --pc-warm: #ef895d;
  --pc-warning: #ffd7c7;
  --pc-radius-sm: 8px;
  --pc-radius: 16px;
  --pc-sidebar-width: 288px;
  --pc-reading: 760px;
  --pc-shell: 1160px;
  --pc-font-ui: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --pc-font-editorial: Georgia, "Times New Roman", serif;
}

/* Dynamic renderer additions. Kept in the same semantic token system. */
.pc-widget-title {
  margin: 2.25rem 0 1rem;
  color: var(--pc-text, #17211b);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 750;
}

.pc-callout--note { border-color: var(--pc-accent, #d96c3d); }

.pc-compare,
.pc-definition,
.pc-code,
.pc-service-card {
  border: 1px solid var(--pc-border, #d8ddd7);
  border-radius: var(--pc-radius-lg, 22px);
  background: var(--pc-surface, #fff);
}

.pc-compare { margin: 2rem 0; padding: clamp(1rem, 3vw, 1.75rem); }
.pc-compare > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--pc-border, #d8ddd7); }
.pc-compare > div > div { padding: 1rem; background: var(--pc-surface, #fff); }
.pc-definition { margin: 1.75rem 0; padding: 1.25rem 1.4rem; }
.pc-definition strong { display: block; margin-bottom: .45rem; color: var(--pc-accent, #b74e28); }
.pc-code { overflow: hidden; margin: 1.75rem 0; }
.pc-code > span { display: block; padding: .55rem 1rem; border-bottom: 1px solid var(--pc-border, #d8ddd7); font-size: .78rem; text-transform: uppercase; }
.pc-code pre { overflow-x: auto; margin: 0; padding: 1rem; background: var(--pc-text, #17211b); color: #f7f4ed; }
.pc-table-wrap { overflow-x: auto; margin: 1.5rem 0; -webkit-overflow-scrolling: touch; }

.pc-table-wrap {
  border: 1px solid var(--pc-line, #d8ddd7);
  border-radius: calc(var(--pc-radius, 18px) + 2px);
  background: var(--pc-surface, #fff);
  box-shadow: 0 18px 50px rgb(31 42 35 / 7%);
}
.pc-prose table { width: 100%; min-width: 620px; border-spacing: 0; border-collapse: separate; font-size: 14px; line-height: 1.5; }
.pc-prose th { padding: 15px 17px; border-right: 1px solid rgb(255 255 255 / 12%); background: var(--pc-ink, #17211b); color: #fff; font-size: 11px; font-weight: 750; letter-spacing: .055em; text-align: left; text-transform: uppercase; }
.pc-prose th:first-child { border-radius: 18px 0 0; }
.pc-prose th:last-child { border-right: 0; border-radius: 0 18px 0 0; }
.pc-prose td { padding: 14px 17px; border-right: 1px solid var(--pc-line, #d8ddd7); border-bottom: 1px solid var(--pc-line, #d8ddd7); vertical-align: top; }
.pc-prose td:first-child { color: var(--pc-ink, #17211b); font-weight: 700; }
.pc-prose td:last-child { border-right: 0; }
.pc-prose tbody tr:last-child td { border-bottom: 0; }
.pc-prose tbody tr:nth-child(even) td { background: color-mix(in srgb, var(--pc-paper, #f4f1e9) 62%, white); }
.pc-prose tbody tr { transition: background-color .18s ease; }
.pc-prose tbody tr:hover td { background: color-mix(in srgb, var(--pc-accent, #d96c3d) 8%, white); }

/* Editorial lists: distinct Pack C rhythm without borrowing old widget DOM. */
.pc-prose ul:not([class]) { margin: 24px 0 30px; padding: 0; list-style: none; }
.pc-prose ul:not([class]) > li { position: relative; margin: 0; padding: 11px 12px 11px 34px; border-bottom: 1px solid color-mix(in srgb, var(--pc-line) 72%, transparent); line-height: 1.65; }
.pc-prose ul:not([class]) > li::before { position: absolute; top: 20px; left: 9px; width: 9px; height: 9px; border: 2px solid var(--pc-accent-deep); border-radius: 50%; background: var(--pc-surface); content: ""; }
.pc-prose ul:not([class]) > li:last-child { border-bottom: 0; }
.pc-prose ol:not([class]),
.pc-prose ol:not(.pc-steps) { margin: 25px 0 32px; padding: 0; list-style: none; counter-reset: pc-list; }
.pc-prose ol:not([class]) > li,
.pc-prose ol:not(.pc-steps) > li { position: relative; min-height: 48px; margin: 0 0 10px; padding: 13px 16px 13px 58px; border: 1px solid var(--pc-line); border-radius: 14px; background: color-mix(in srgb, var(--pc-surface) 88%, var(--pc-paper)); line-height: 1.6; counter-increment: pc-list; }
.pc-prose ol:not([class]) > li::before,
.pc-prose ol:not(.pc-steps) > li::before { position: absolute; top: 11px; left: 13px; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 10px; background: var(--pc-ink); color: #fff; content: counter(pc-list, decimal-leading-zero); font-size: 9px; font-weight: 850; letter-spacing: .04em; }

/* FAQ: works with plain semantic details/summary from old and new articles. */
.pc-prose { counter-reset: pc-faq; }
.pc-prose details {
  counter-increment: pc-faq;
  margin: 12px 0;
  overflow: clip;
  border: 1px solid var(--pc-line);
  border-radius: calc(var(--pc-radius) + 2px);
  background: var(--pc-surface);
  box-shadow: 0 12px 34px rgb(31 42 35 / 5%);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.pc-prose details:hover { border-color: color-mix(in srgb, var(--pc-accent-deep) 38%, var(--pc-line)); box-shadow: 0 16px 42px rgb(31 42 35 / 8%); }
.pc-prose details[open] { border-color: color-mix(in srgb, var(--pc-accent-deep) 48%, var(--pc-line)); box-shadow: 0 18px 48px rgb(31 42 35 / 9%); }
.pc-prose summary {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 34px;
  gap: 13px;
  align-items: center;
  min-height: 70px;
  padding: 13px 16px 13px 18px;
  color: var(--pc-ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
}
.pc-prose summary::-webkit-details-marker { display: none; }
.pc-prose summary::before {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  background: color-mix(in srgb, var(--pc-accent) 17%, white);
  color: var(--pc-accent-deep);
  content: counter(pc-faq, decimal-leading-zero);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .05em;
}
.pc-prose summary::after {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--pc-ink);
  color: #fff;
  content: "+";
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  transition: transform .22s ease, background-color .22s ease;
}
.pc-prose details[open] summary { background: linear-gradient(90deg, color-mix(in srgb, var(--pc-accent) 8%, white), transparent 72%); }
.pc-prose details[open] summary::after { background: var(--pc-accent-deep); transform: rotate(45deg); }
.pc-prose details > :not(summary) { margin-right: 22px; margin-left: 69px; }
.pc-prose details > p { margin-top: 0; margin-bottom: 21px; padding-top: 17px; border-top: 1px solid var(--pc-line); color: var(--pc-ink-soft); font-size: 14px; line-height: 1.7; }

.pc-decision,
.pc-verify { margin: 38px 0; overflow: hidden; border: 1px solid var(--pc-line); border-radius: calc(var(--pc-radius) + 4px); background: var(--pc-surface); box-shadow: 0 20px 55px rgb(31 42 35 / 7%); }
.pc-decision-head,
.pc-verify-head { padding: 22px 24px; background: var(--pc-ink); color: #fff; }
.pc-decision-head > span,
.pc-verify-head > span { color: var(--pc-accent); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.pc-decision-head h3,
.pc-verify-head h3 { margin: 7px 0 0; color: #fff; font-family: var(--pc-font-editorial); font-size: clamp(22px, 3vw, 30px); font-weight: 500; }
.pc-decision-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pc-decision-row { position: relative; display: grid; gap: 8px; padding: 20px 24px 21px 45px; border-right: 1px solid var(--pc-line); border-bottom: 1px solid var(--pc-line); }
.pc-decision-row::before { position: absolute; top: 22px; left: 21px; width: 10px; height: 10px; border: 2px solid var(--pc-accent-deep); border-radius: 50%; content: ""; }
.pc-decision-row span { color: var(--pc-ink-soft); font-size: 12px; }
.pc-decision-row strong { font-size: 14px; line-height: 1.45; }
.pc-verify-grid { display: grid; gap: 0; }
.pc-verify-card { display: grid; grid-template-columns: minmax(130px, .75fr) 1fr 1fr; gap: 0; border-bottom: 1px solid var(--pc-line); }
.pc-verify-card:last-child { border-bottom: 0; }
.pc-verify-card > strong,
.pc-verify-card > div { padding: 18px 20px; }
.pc-verify-card > strong { background: color-mix(in srgb, var(--pc-paper) 68%, white); font-size: 14px; }
.pc-verify-card > div { border-left: 1px solid var(--pc-line); }
.pc-verify-card span { color: var(--pc-accent-deep); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pc-verify-card div:last-child span { color: #a34835; }
.pc-verify-card p { margin: 6px 0 0; color: var(--pc-ink-soft); font-size: 13px; line-height: 1.5; }

.pc-service-main { min-height: 65vh; padding: clamp(2rem, 6vw, 5rem) max(1rem, calc((100vw - 980px) / 2)); }
.pc-service-card { padding: clamp(1.25rem, 5vw, 4rem); }
.pc-service-card > h1 { margin-top: 0; font-size: clamp(2rem, 6vw, 4.5rem); }
.pc-service-lead { max-width: 760px; margin: 0 0 38px; color: var(--pc-ink-soft); font-family: var(--pc-font-editorial); font-size: clamp(19px, 2.5vw, 26px); line-height: 1.55; }
.pc-service-section { margin: 34px 0; padding-top: 29px; border-top: 1px solid var(--pc-line); }
.pc-service-section h2 { margin: 0 0 16px; font-family: var(--pc-font-editorial); font-size: clamp(25px, 3.5vw, 37px); font-weight: 500; letter-spacing: -.025em; }
.pc-service-section h3 { font-size: 18px; }
.pc-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 25px 0 35px; }
.pc-service-tile { padding: 22px; border: 1px solid var(--pc-line); border-radius: var(--pc-radius); background: color-mix(in srgb, var(--pc-surface) 90%, var(--pc-paper)); }
.pc-service-tile h3 { margin: 0 0 9px; font-family: var(--pc-font-editorial); font-size: 21px; font-weight: 500; }
.pc-service-tile p { margin: 0; color: var(--pc-ink-soft); font-size: 14px; line-height: 1.65; }
.pc-service-contact { margin: 26px 0; padding: 25px; border: 1px solid var(--pc-line); border-left: 5px solid var(--pc-accent-deep); border-radius: calc(var(--pc-radius) + 2px); background: var(--pc-surface); box-shadow: 0 16px 42px rgb(31 42 35 / 6%); }
.pc-service-email { margin: 12px 0; font-family: var(--pc-font-editorial); font-size: clamp(19px, 2.4vw, 25px); overflow-wrap: anywhere; }
.pc-service-email .eml-link a,
.pc-service-card .eml-link a { color: var(--pc-accent-deep) !important; font-weight: 700 !important; }
.pc-service-list { margin: 18px 0; }

.search-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 200;
  display: none;
  width: 100%;
  max-height: min(22rem, 50vh);
  overflow-y: auto;
  border: 1px solid var(--pc-line);
  border-radius: 13px;
  background: var(--pc-surface);
  box-shadow: 0 18px 45px rgb(20 35 29 / 18%);
  scrollbar-width: thin;
}
.search-dropdown .sd-item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-height: 58px;
  padding: 10px 13px;
  border-bottom: 1px solid var(--pc-line);
  color: var(--pc-ink);
  text-decoration: none;
  transition: background-color .16s ease, color .16s ease;
}
.search-dropdown .sd-item:last-child { border-bottom: 0; }
.search-dropdown .sd-item:hover,
.search-dropdown .sd-item.sd-active { background: #f1f7df; color: var(--pc-accent-deep); }
.search-dropdown .sd-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 9px;
  background: var(--pc-paper);
  font-size: 16px;
}
.search-dropdown .sd-title { min-width: 0; font-size: 13px; font-weight: 750; line-height: 1.35; }
.search-dropdown .sd-empty { padding: 18px; color: var(--pc-ink-soft); font-size: 13px; text-align: center; }
.pc-search,
.pc-home-search > div { position: relative; }
.pc-sidebar .search-dropdown {
  border-color: #3f514a;
  background: #193027;
  box-shadow: 0 20px 46px rgb(0 0 0 / 35%);
}
.pc-sidebar .search-dropdown .sd-item { border-color: #30483e; color: #f4f7f5; }
.pc-sidebar .search-dropdown .sd-item:hover,
.pc-sidebar .search-dropdown .sd-item.sd-active { background: #29483b; color: var(--pc-accent); }
.pc-sidebar .search-dropdown .sd-icon { background: #29483b; }
.pc-sidebar .search-dropdown .sd-empty { color: #aebcb4; }
.pc-counter-contract { display: none !important; }

@media (max-width: 720px) {
  .pc-compare > div { grid-template-columns: 1fr; }
  .pc-service-main { padding: 1rem; }
  .pc-service-card { border-radius: var(--pc-radius-md, 14px); }
  .pc-service-grid { grid-template-columns: 1fr; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; }
button, input { font: inherit; }
a { color: inherit; }

.pc-body {
  min-width: 320px;
  background: var(--pc-paper);
  color: var(--pc-ink);
  font-family: var(--pc-font-ui);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.pc-skip,
.pc-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.pc-skip:focus {
  position: fixed;
  z-index: 1000;
  width: auto;
  height: auto;
  clip: auto;
  margin: 12px;
  padding: 10px 14px;
  background: var(--pc-accent);
  color: var(--pc-ink);
}

.pc-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 50;
  width: var(--pc-sidebar-width);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  padding: 28px 22px 22px;
  background: var(--pc-sidebar);
  color: #f5f6ed;
}

.pc-brand {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
}
.pc-brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50% 50% 50% 12px;
  background: var(--pc-accent);
  color: var(--pc-sidebar);
  font-size: 20px;
  font-weight: 900;
}
.pc-brand strong,
.pc-brand small { display: block; }
.pc-brand strong { font-size: 17px; letter-spacing: -.02em; }
.pc-brand small { margin-top: 2px; color: #aebcb4; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.pc-search {
  display: flex;
  margin: 30px 0 32px;
  border: 1px solid #3f514a;
  border-radius: 10px;
  background: var(--pc-sidebar-soft);
}
.pc-search:focus-within { border-color: var(--pc-accent); box-shadow: 0 0 0 3px rgb(201 239 101 / 12%); }
.pc-search input {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  padding: 11px 0 11px 12px;
  background: transparent;
  color: #fff;
  font-size: 13px;
}
.pc-search input::placeholder { color: #93a29a; }
.pc-search button { border: 0; padding: 0 12px; background: transparent; color: var(--pc-accent); cursor: pointer; }

.pc-nav-label { margin: 0 0 10px; color: #93a29a; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.pc-section-nav a {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 8px;
  align-items: center;
  margin: 2px 0;
  padding: 10px 10px;
  border-radius: 8px;
  color: #d5ded8;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.25;
}
.pc-section-nav a span { color: #7f9188; font-size: 10px; letter-spacing: .1em; }
.pc-section-nav a:hover,
.pc-section-nav a.is-active { background: var(--pc-sidebar-soft); color: #fff; }
.pc-section-nav a.is-active span { color: var(--pc-accent); }

.pc-sidebar-bottom { margin-top: 36px; border-top: 1px solid #34473f; padding-top: 18px; }
.pc-sidebar-bottom a { display: inline-flex; margin: 0 10px 7px 0; color: #bdc9c2; font-size: 11px; text-decoration: none; white-space: nowrap; }
.pc-sidebar-bottom a:hover { color: #fff; }
.pc-sidebar-bottom p { margin: 15px 0 0; color: #72857b; font-size: 10px; line-height: 1.5; }

.pc-main { min-height: 100vh; margin-left: var(--pc-sidebar-width); }
.pc-topline {
  max-width: var(--pc-shell);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 34px 16px;
  border-bottom: 1px solid var(--pc-line);
  color: var(--pc-ink-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.pc-breadcrumbs { display: flex; gap: 8px; min-width: 0; }
.pc-breadcrumbs a { overflow: hidden; text-overflow: ellipsis; text-decoration: none; white-space: nowrap; }
.pc-breadcrumbs a:hover { color: var(--pc-accent-deep); }
.pc-updated { white-space: nowrap; }

.pc-article { max-width: var(--pc-shell); margin: 0 auto; padding: 56px 34px 90px; }
.pc-article-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 52px;
  align-items: end;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--pc-line);
}
.pc-kicker { margin: 0 0 18px; color: var(--pc-ink-soft); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pc-kicker span { color: var(--pc-accent-deep); }
.pc-article h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--pc-font-editorial);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
  text-wrap: balance;
}
.pc-deck { max-width: 710px; margin: 25px 0 0; color: var(--pc-ink-soft); font-size: 18px; line-height: 1.55; }
.pc-brief { position: relative; padding: 24px 22px 25px; border-radius: var(--pc-radius); background: var(--pc-ink); color: #fff; }
.pc-brief::before { content: ""; position: absolute; top: -8px; right: 22px; width: 45px; height: 17px; border-radius: 2px; background: var(--pc-accent); transform: rotate(4deg); }
.pc-brief p { margin: 0 0 16px; color: var(--pc-accent); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pc-brief strong { display: block; font-family: var(--pc-font-editorial); font-size: 23px; font-weight: 500; line-height: 1.2; }
.pc-brief span { display: block; margin-top: 14px; color: #bdc8c2; font-size: 13px; line-height: 1.55; }

.pc-byline {
  max-width: var(--pc-reading);
  margin: 22px auto 38px;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 11px;
  align-items: center;
}
.pc-author-mark { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--pc-line); border-radius: 50%; background: var(--pc-surface); font-size: 11px; font-weight: 800; }
.pc-byline strong,
.pc-byline span { display: block; }
.pc-byline strong { font-size: 12px; }
.pc-byline span,
.pc-byline p { color: var(--pc-ink-soft); font-size: 10px; }
.pc-byline p { margin: 0; text-transform: uppercase; letter-spacing: .06em; }

.pc-toc { max-width: var(--pc-reading); margin: 38px auto 52px; padding: 20px 22px 18px; border: 1px solid var(--pc-line); border-radius: var(--pc-radius); background: rgb(255 253 248 / 55%); }
.pc-toc p { margin: 0 0 15px; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pc-toc p span { display: inline-grid; width: 28px; height: 28px; margin-right: 8px; place-items: center; border-radius: 50%; background: var(--pc-accent); }
.pc-toc ol { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 28px; margin: 0; padding: 0; list-style-position: inside; }
.pc-toc li { color: var(--pc-ink-soft); font-size: 13px; }
.pc-toc a { color: var(--pc-ink); text-decoration-color: var(--pc-line); text-underline-offset: 3px; }
.pc-toc a:hover { text-decoration-color: var(--pc-accent-deep); }

.pc-prose { max-width: var(--pc-reading); margin: 0 auto; }
.pc-prose > p { margin: 0 0 22px; font-family: var(--pc-font-editorial); font-size: 19px; line-height: 1.72; }
.pc-prose > p.pc-lead::first-letter { float: left; margin: 9px 8px 0 0; color: var(--pc-accent-deep); font-family: var(--pc-font-editorial); font-size: 76px; line-height: .65; }
.pc-prose h2 {
  position: relative;
  margin: 74px 0 24px;
  padding-top: 20px;
  border-top: 1px solid var(--pc-line);
  font-family: var(--pc-font-editorial);
  font-size: clamp(30px, 4vw, 43px);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.08;
  text-wrap: balance;
}
.pc-prose h2 > span { position: absolute; top: -11px; left: 0; padding-right: 10px; background: var(--pc-paper); color: var(--pc-accent-deep); font: 800 10px/20px var(--pc-font-ui); letter-spacing: .1em; }

.pc-fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 32px 0 42px; border: 1px solid var(--pc-line); border-radius: var(--pc-radius); overflow: hidden; }
.pc-fact-grid > div { padding: 19px; background: var(--pc-surface); }
.pc-fact-grid > div + div { border-left: 1px solid var(--pc-line); }
.pc-fact-grid span { display: block; margin-bottom: 14px; color: var(--pc-accent-deep); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pc-fact-grid strong { display: block; font-size: 14px; line-height: 1.3; }
.pc-fact-grid p { margin: 8px 0 0; color: var(--pc-ink-soft); font-size: 12px; line-height: 1.5; }

.pc-callout { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 18px; margin: 40px 0; overflow: hidden; padding: 24px 26px 25px 23px; border: 1px solid var(--pc-line); border-left: 5px solid var(--pc-accent-deep); border-radius: calc(var(--pc-radius) + 3px); background: linear-gradient(135deg, color-mix(in srgb, var(--pc-accent) 12%, white), var(--pc-surface) 72%); box-shadow: 0 18px 50px rgb(31 42 35 / 8%); }
.pc-callout::after { position: absolute; top: -45px; right: -35px; width: 125px; height: 125px; border: 24px solid rgb(255 255 255 / 45%); border-radius: 50%; content: ""; pointer-events: none; }
.pc-callout--warning { border-left-color: #b85c32; background: linear-gradient(135deg, #fff0da, #fffaf2 72%); }
.pc-callout--note { border-left-color: #36706a; background: linear-gradient(135deg, #e3f2ef, #f8fcfb 72%); }
.pc-callout-sign { position: relative; z-index: 1; display: grid; width: 46px; height: 46px; place-items: center; border: 0; border-radius: 13px; background: var(--pc-ink); color: #fff; font-family: var(--pc-font-editorial); font-size: 25px; box-shadow: 0 8px 20px rgb(31 42 35 / 18%); }
.pc-callout strong { position: relative; z-index: 1; font-size: 15px; }
.pc-callout p { position: relative; z-index: 1; margin: 6px 0 0; color: var(--pc-ink-soft); font-size: 14px; line-height: 1.65; }

.pc-steps { margin: 34px 0 46px; padding: 0; list-style: none; counter-reset: none; }
.pc-steps li { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding-bottom: 28px; }
.pc-steps li:not(:last-child)::after { content: ""; position: absolute; top: 46px; bottom: 2px; left: 25px; width: 1px; background: var(--pc-line); }
.pc-steps li > span { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid var(--pc-line); border-radius: 50%; background: var(--pc-surface); font-size: 12px; font-weight: 800; }
.pc-steps strong { display: block; padding-top: 2px; font-family: var(--pc-font-editorial); font-size: 22px; font-weight: 500; line-height: 1.25; }
.pc-steps p { margin: 7px 0 0; color: var(--pc-ink-soft); font-size: 14px; }

.pc-expert { margin: 46px 0; padding: 34px; border-radius: var(--pc-radius); background: var(--pc-accent); }
.pc-expert blockquote { margin: 0; font-family: var(--pc-font-editorial); font-size: clamp(23px, 3vw, 31px); line-height: 1.32; letter-spacing: -.02em; }
.pc-expert figcaption { display: flex; gap: 11px; align-items: center; margin-top: 25px; }
.pc-expert figcaption > span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--pc-ink); border-radius: 50%; font-size: 10px; font-weight: 800; }
.pc-expert figcaption strong,
.pc-expert figcaption small { display: block; }
.pc-expert figcaption strong { font-size: 12px; }
.pc-expert figcaption small { font-size: 10px; }

.pc-comment { margin: 40px 0; padding: 26px 28px; border: 1px solid var(--pc-line); border-left: 5px solid var(--pc-accent-deep); border-radius: calc(var(--pc-radius) + 2px); background: var(--pc-surface); box-shadow: 0 16px 44px rgb(31 42 35 / 6%); }
.pc-comment blockquote { margin: 0; color: var(--pc-ink); font-family: var(--pc-font-editorial); font-size: clamp(18px, 2.2vw, 23px); line-height: 1.5; letter-spacing: -.01em; }
.pc-comment figcaption { display: flex; gap: 10px; align-items: center; margin-top: 20px; color: var(--pc-ink-soft); }
.pc-comment figcaption > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; background: color-mix(in srgb, var(--pc-accent) 16%, white); color: var(--pc-accent-deep); font-size: 9px; font-weight: 850; }
.pc-comment figcaption strong,
.pc-comment figcaption small { display: block; }
.pc-comment figcaption strong { color: var(--pc-ink); font-size: 12px; }
.pc-comment figcaption small { margin-top: 2px; font-size: 10px; }

.pc-mistakes { margin: 28px 0 44px; border-top: 1px solid var(--pc-line); }
.pc-mistakes article { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 20px 0; border-bottom: 1px solid var(--pc-line); }
.pc-mistakes article > span { color: var(--pc-warm); font-size: 11px; font-weight: 800; }
.pc-mistakes strong { font-family: var(--pc-font-editorial); font-size: 20px; font-weight: 500; }
.pc-mistakes p { margin: 6px 0 0; color: var(--pc-ink-soft); font-size: 14px; }

.pc-summary { margin: 62px 0 32px; padding: 34px; border-radius: var(--pc-radius); background: var(--pc-sidebar); color: #fff; }
.pc-summary > span { color: var(--pc-accent); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pc-summary h2 { margin: 12px 0 15px; padding: 0; border: 0; font-size: clamp(29px, 4vw, 41px); }
.pc-summary p { margin: 0; color: #c6d0ca; font-family: var(--pc-font-editorial); font-size: 17px; line-height: 1.65; }

.pc-inline-related { margin: 46px 0; overflow: hidden; border: 1px solid var(--pc-line); border-radius: calc(var(--pc-radius) + 3px); background: var(--pc-surface); box-shadow: 0 20px 55px rgb(31 42 35 / 7%); }
.pc-inline-related-head { display: flex; gap: 12px; align-items: baseline; padding: 17px 21px; border-bottom: 1px solid var(--pc-line); background: var(--pc-ink); color: #fff; }
.pc-inline-related-head span { color: var(--pc-accent); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.pc-inline-related-head strong { font-family: var(--pc-font-editorial); font-size: 19px; font-weight: 500; }
.pc-inline-related-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pc-inline-related-links a { display: grid; grid-template-columns: 26px 1fr; gap: 7px 10px; min-height: 132px; padding: 19px; color: var(--pc-ink); text-decoration: none; transition: background-color .18s ease, transform .18s ease; }
.pc-inline-related-links a + a { border-left: 1px solid var(--pc-line); }
.pc-inline-related-links a:hover { background: color-mix(in srgb, var(--pc-accent) 11%, white); }
.pc-inline-related-links span { grid-row: 1 / span 2; color: var(--pc-accent-deep); font-size: 10px; font-weight: 850; }
.pc-inline-related-links strong { font-family: var(--pc-font-editorial); font-size: 17px; font-weight: 500; line-height: 1.25; }
.pc-inline-related-links small { grid-column: 2; align-self: end; color: var(--pc-ink-soft); font-size: 10px; }

.pc-ad-slot:empty { display: none; }
.pc-ad-slot:not(:empty) { max-width: var(--pc-reading); margin: 30px auto; display: grid; place-items: center; }
.pc-related { margin-top: 76px; padding-top: 38px; border-top: 1px solid var(--pc-line); }
.pc-section-title > span { color: var(--pc-accent-deep); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pc-section-title h2 { max-width: 700px; margin: 8px 0 26px; font-family: var(--pc-font-editorial); font-size: clamp(30px, 4vw, 44px); font-weight: 500; letter-spacing: -.03em; line-height: 1.05; }
.pc-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--pc-line); border-radius: var(--pc-radius); overflow: hidden; }
.pc-related-grid a { display: flex; min-height: 220px; flex-direction: column; padding: 24px; background: var(--pc-surface); text-decoration: none; }
.pc-related-grid a + a { border-left: 1px solid var(--pc-line); }
.pc-related-grid a:hover { background: var(--pc-accent); }
.pc-related-grid span { color: var(--pc-ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.pc-related-grid strong { margin-top: 28px; font-family: var(--pc-font-editorial); font-size: 22px; font-weight: 500; line-height: 1.2; }
.pc-related-grid b { margin-top: auto; font-size: 11px; text-transform: uppercase; }

.pc-footer { max-width: var(--pc-shell); margin: 0 auto; display: flex; gap: 20px; justify-content: space-between; padding: 25px 34px 35px; border-top: 1px solid var(--pc-line); color: var(--pc-ink-soft); font-size: 10px; }
.pc-footer p { margin: 0; }
.pc-footer div { display: flex; gap: 14px; }
.pc-footer a { text-decoration: none; }
.pc-counter-contract { display: none !important; }

.pc-menu-button,
.pc-sidebar-shade { display: none; }
.pc-cookie { position: fixed; z-index: 70; right: 20px; bottom: 20px; max-width: 380px; display: none; gap: 16px; align-items: center; padding: 16px; border: 1px solid #42524b; border-radius: 12px; background: var(--pc-sidebar); color: #fff; box-shadow: 0 18px 50px rgb(20 32 28 / 22%); }
.pc-cookie.is-visible { display: flex; }
.pc-cookie p { margin: 0; font-size: 12px; line-height: 1.45; }
.pc-cookie button { border: 0; border-radius: 7px; padding: 8px 12px; background: var(--pc-accent); color: var(--pc-ink); cursor: pointer; font-size: 11px; font-weight: 800; }

@media (max-width: 1120px) {
  .pc-sidebar { transform: translateX(-100%); transition: transform .24s ease; }
  .pc-sidebar.is-open { transform: translateX(0); }
  .pc-sidebar-shade { position: fixed; inset: 0; z-index: 40; background: rgb(10 22 18 / 55%); }
  .pc-sidebar-shade.is-visible { display: block; }
  .pc-main { margin-left: 0; padding-top: 58px; }
  .pc-menu-button { position: fixed; inset: 0 0 auto 0; z-index: 35; height: 58px; display: flex; gap: 12px; align-items: center; border: 0; border-bottom: 1px solid var(--pc-line); padding: 0 22px; background: rgb(244 241 233 / 96%); color: var(--pc-ink); cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(8px); }
  .pc-menu-button > span:first-child { position: relative; width: 20px; height: 12px; border-top: 2px solid; border-bottom: 2px solid; }
  .pc-menu-button > span:first-child::after { content: ""; position: absolute; top: 4px; left: 0; width: 14px; border-top: 2px solid; }
}

@media (max-width: 820px) {
  .pc-topline { padding: 16px 20px; }
  .pc-updated { display: none; }
  .pc-article { padding: 38px 20px 70px; }
  .pc-article-header { grid-template-columns: 1fr; gap: 28px; }
  .pc-brief { max-width: 520px; }
  .pc-toc ol { grid-template-columns: 1fr; }
  .pc-related-grid { grid-template-columns: 1fr; }
  .pc-related-grid a { min-height: 160px; }
  .pc-related-grid a + a { border-top: 1px solid var(--pc-line); border-left: 0; }
  .pc-inline-related-links { grid-template-columns: 1fr; }
  .pc-inline-related-links a { min-height: 104px; }
  .pc-inline-related-links a + a { border-top: 1px solid var(--pc-line); border-left: 0; }
  .pc-footer { flex-direction: column; padding: 24px 20px 30px; }
}

@media (max-width: 620px) {
  .pc-article h1 { font-size: clamp(31px, 9.5vw, 43px); }
  .pc-deck { font-size: 16px; }
  .pc-byline { grid-template-columns: 40px 1fr; }
  .pc-byline p { display: none; }
  .pc-prose > p { font-size: 18px; line-height: 1.68; }
  .pc-fact-grid { grid-template-columns: 1fr; }
  .pc-fact-grid > div + div { border-top: 1px solid var(--pc-line); border-left: 0; }
  .pc-callout { grid-template-columns: 1fr; }
  .pc-decision-grid { grid-template-columns: 1fr; }
  .pc-verify-card { grid-template-columns: 1fr; }
  .pc-verify-card > div { border-top: 1px solid var(--pc-line); border-left: 0; }
  .pc-prose summary { grid-template-columns: 34px minmax(0, 1fr) 30px; gap: 10px; min-height: 64px; padding: 11px 12px; font-size: 14px; }
  .pc-prose summary::before { width: 31px; height: 31px; }
  .pc-prose summary::after { width: 29px; height: 29px; }
  .pc-prose details > :not(summary) { margin-right: 15px; margin-left: 55px; }
  .pc-expert,
  .pc-comment,
  .pc-summary { padding: 25px 22px; }
  .pc-inline-related-head { display: grid; gap: 4px; }
  .pc-cookie { right: 12px; bottom: 12px; left: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}


/* Source: top-shell.css */
.pc-top-header {
  position: relative;
  z-index: 30;
  border-bottom: 1px solid var(--pc-line);
  background: rgb(244 241 233 / 94%);
}
.pc-top-header-inner {
  max-width: var(--pc-shell);
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
  align-items: center;
  padding: 0 34px;
}
.pc-top-brand { display: flex; gap: 10px; align-items: center; flex: 0 0 auto; text-decoration: none; }
.pc-top-brand .pc-brand-mark { width: 38px; height: 38px; font-size: 17px; }
.pc-top-brand strong { font-size: 15px; letter-spacing: -.02em; }
.pc-top-nav { display: flex; gap: 4px; align-items: center; margin-left: auto; }
.pc-top-nav a { padding: 8px 10px; border-radius: 7px; color: var(--pc-ink-soft); font-size: 12px; font-weight: 650; text-decoration: none; }
.pc-top-nav a:hover,
.pc-top-nav a.is-active { background: var(--pc-surface); color: var(--pc-ink); }
.pc-top-dropdown { position: relative; }
.pc-top-dropdown > button { display: flex; gap: 7px; align-items: center; border: 0; border-radius: 7px; padding: 8px 10px; background: transparent; color: var(--pc-ink-soft); cursor: pointer; font-size: 12px; font-weight: 650; }
.pc-top-dropdown > button:hover,
.pc-top-dropdown.is-open > button { background: var(--pc-surface); color: var(--pc-ink); }
.pc-top-dropdown > button span { color: var(--pc-accent-deep); font-size: 13px; transition: transform .18s ease; }
.pc-top-dropdown.is-open > button span { transform: rotate(180deg); }
.pc-sections-menu { position: absolute; top: calc(100% + 14px); right: 0; width: min(680px, calc(100vw - 32px)); display: none; overflow: hidden; border: 1px solid var(--pc-line); border-radius: 16px; background: var(--pc-surface); box-shadow: 0 26px 70px rgb(20 32 28 / 18%); }
.pc-top-dropdown.is-open .pc-sections-menu { display: block; }
.pc-sections-menu > p { margin: 0; padding: 18px 20px 13px; border-bottom: 1px solid var(--pc-line); color: var(--pc-ink-soft); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.pc-sections-grid { display: grid; grid-template-columns: 1fr 1fr; padding: 8px; }
.pc-sections-grid a { display: grid; grid-template-columns: 30px 1fr; gap: 9px; align-items: start; border-radius: 10px; padding: 13px 12px; text-decoration: none; }
.pc-sections-grid a:hover { background: var(--pc-paper); }
.pc-sections-grid a > span { color: var(--pc-accent-deep); font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.pc-sections-grid strong,
.pc-sections-grid small { display: block; }
.pc-sections-grid strong { color: var(--pc-ink); font-family: var(--pc-font-editorial); font-size: 17px; font-weight: 500; line-height: 1.1; }
.pc-sections-grid small { margin-top: 4px; color: var(--pc-ink-soft); font-size: 9px; line-height: 1.35; }
.pc-sections-all { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--pc-line); padding: 13px 20px !important; border-radius: 0 !important; background: var(--pc-accent); color: var(--pc-ink) !important; font-size: 10px !important; font-weight: 850 !important; letter-spacing: .06em; text-transform: uppercase; }
.pc-sections-all:hover { background: var(--pc-warning) !important; }
.pc-top-search { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--pc-ink); border-radius: 999px; padding: 8px 13px; text-decoration: none; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.pc-top-search:hover { background: var(--pc-ink); color: #fff; }
.pc-top-menu { display: none; margin-left: auto; border: 1px solid var(--pc-line); border-radius: 8px; padding: 8px 11px; background: transparent; color: var(--pc-ink); cursor: pointer; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.pc-landing-footer { background: var(--pc-sidebar); color: #fff; }
.pc-landing-footer-inner { max-width: var(--pc-shell); margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 36px; padding: 36px 34px 28px; }
.pc-landing-footer h2 { margin: 0; font-family: var(--pc-font-editorial); font-size: 30px; font-weight: 500; letter-spacing: -.03em; }
.pc-landing-footer p { color: #a9b7af; font-size: 12px; }
.pc-footer-links { display: grid; align-content: start; gap: 7px; }
.pc-footer-links strong { margin-bottom: 5px; color: var(--pc-accent); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.pc-footer-links a { color: #d6ded9; font-size: 12px; text-decoration: none; }
.pc-footer-base { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; margin-top: 10px; padding-top: 20px; border-top: 1px solid #34473f; color: #788b81; font-size: 10px; }

@media (max-width: 850px) {
  .pc-top-header-inner { min-height: 62px; padding: 0 20px; }
  .pc-top-menu { display: inline-block; }
  .pc-top-search { display: none; }
  .pc-top-nav { position: absolute; top: 100%; right: 12px; left: 12px; display: none; flex-direction: column; align-items: stretch; gap: 2px; padding: 10px; border: 1px solid var(--pc-line); border-radius: 0 0 12px 12px; background: var(--pc-surface); box-shadow: 0 18px 40px rgb(20 32 28 / 14%); }
  .pc-top-nav.is-open { display: flex; }
  .pc-top-nav a { padding: 11px 12px; }
  .pc-top-dropdown > button { width: 100%; justify-content: space-between; padding: 11px 12px; }
  .pc-sections-menu { position: static; width: 100%; margin-top: 4px; border-radius: 10px; box-shadow: none; }
  .pc-sections-grid { grid-template-columns: 1fr; max-height: 52vh; overflow-y: auto; }
  .pc-landing-footer-inner { grid-template-columns: 1fr 1fr; gap: 26px; padding: 32px 20px 26px; }
  .pc-landing-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  .pc-landing-footer-inner { grid-template-columns: 1fr; }
  .pc-landing-footer-brand,
  .pc-footer-base { grid-column: 1; }
  .pc-footer-base { flex-direction: column; }
}


/* Source: home.css */
.pc-home-body { overflow-x: hidden; }
.pc-home-hero { border-bottom: 1px solid var(--pc-line); }
.pc-home-hero-inner { max-width: var(--pc-shell); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); min-height: 600px; padding: 58px 34px 40px; }
.pc-home-copy { align-self: center; padding-right: 62px; }
.pc-home-kicker { margin: 0 0 24px; color: var(--pc-accent-deep); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.pc-home-copy h1 { max-width: 720px; margin: 0; font-family: var(--pc-font-editorial); font-size: clamp(42px, 4.8vw, 68px); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.pc-home-copy h1 em { display: block; color: var(--pc-accent-deep); font-weight: 500; }
.pc-home-deck { max-width: 620px; margin: 25px 0 0; color: var(--pc-ink-soft); font-size: 16px; line-height: 1.58; }
.pc-home-search { max-width: 660px; margin-top: 32px; }
.pc-home-search > label { display: block; margin-bottom: 8px; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.pc-home-search > div { display: flex; border: 1px solid var(--pc-ink); border-radius: 11px; overflow: visible; background: var(--pc-surface); }
.pc-home-search input { min-width: 0; width: 100%; border: 0; outline: 0; padding: 16px; background: transparent; color: var(--pc-ink); }
.pc-home-search button { flex: 0 0 auto; border: 0; padding: 0 18px; background: var(--pc-ink); color: #fff; cursor: pointer; font-size: 11px; font-weight: 800; }
.pc-home-poster { position: relative; align-self: stretch; overflow: hidden; border-radius: 30px; padding: 34px 30px; background: var(--pc-sidebar); color: #fff; }
.pc-poster-caption { position: relative; z-index: 2; margin: 0; color: var(--pc-accent); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.pc-poster-orbit { position: absolute; top: -86px; right: -82px; width: 260px; height: 260px; border: 1px solid #405249; border-radius: 50%; }
.pc-poster-orbit::before { content: ""; position: absolute; inset: 38px; border: 1px solid #405249; border-radius: 50%; }
.pc-poster-orbit i:first-child { position: absolute; bottom: 46px; left: 24px; width: 18px; height: 18px; border-radius: 50%; background: var(--pc-accent); }
.pc-poster-orbit i:last-child { position: absolute; bottom: 17px; left: 83px; width: 7px; height: 7px; border-radius: 50%; background: var(--pc-warning); }
.pc-poster-flow { position: relative; z-index: 2; margin: 92px 0 0; padding: 0; list-style: none; }
.pc-poster-flow li { position: relative; display: grid; grid-template-columns: 36px 1fr; gap: 13px; align-items: center; min-height: 86px; }
.pc-poster-flow li:not(:last-child)::after { content: ""; position: absolute; top: 59px; bottom: -7px; left: 17px; width: 1px; background: #4a5d54; }
.pc-poster-flow li > span { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid #53665d; border-radius: 50%; color: var(--pc-accent); font-size: 9px; font-weight: 850; }
.pc-poster-flow strong,
.pc-poster-flow small { display: block; }
.pc-poster-flow strong { font-family: var(--pc-font-editorial); font-size: 26px; font-weight: 500; line-height: 1; }
.pc-poster-flow small { margin-top: 5px; color: #94a69c; font-size: 10px; }
.pc-poster-note { position: absolute; right: 30px; bottom: 30px; left: 30px; display: flex; gap: 12px; align-items: center; padding-top: 18px; border-top: 1px solid #405249; }
.pc-poster-note i { width: 8px; height: 8px; border-radius: 50%; background: var(--pc-accent); box-shadow: 0 0 0 6px rgb(201 239 101 / 10%); }
.pc-poster-note span { color: #c2cdc7; font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: .06em; }
.pc-home-ticker { display: flex; gap: 22px; justify-content: center; overflow: hidden; border-top: 1px solid var(--pc-line); padding: 14px 20px; white-space: nowrap; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pc-home-ticker i { color: var(--pc-accent-deep); }
.pc-home-routes,
.pc-home-latest { max-width: var(--pc-shell); margin: 0 auto; padding: 72px 34px; }
.pc-home-routes { padding-bottom: 48px; }
.pc-home-section-head { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(230px, .65fr); gap: 42px; align-items: end; margin-bottom: 28px; }
.pc-home-section-head span,
.pc-home-trust > div > span { color: var(--pc-accent-deep); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.pc-home-section-head h2,
.pc-home-trust h2 { max-width: 650px; margin: 8px 0 0; font-family: var(--pc-font-editorial); font-size: clamp(34px, 4vw, 48px); font-weight: 500; letter-spacing: -.035em; line-height: 1; }
.pc-home-section-head > p { max-width: 340px; margin: 0; color: var(--pc-ink-soft); font-size: 12px; line-height: 1.55; }
.pc-home-section-head > a { justify-self: end; font-size: 11px; font-weight: 800; text-transform: uppercase; text-underline-offset: 4px; }
.pc-route-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--pc-line); border-radius: var(--pc-radius); background: var(--pc-line); }
.pc-route-card { position: relative; display: flex; min-height: 176px; flex-direction: column; grid-column: span 3; overflow: hidden; padding: 19px; background: var(--pc-surface); text-decoration: none; }
.pc-route-card:nth-child(1) { grid-column: span 6; min-height: 220px; }
.pc-route-card:nth-child(4) { grid-column: span 4; }
.pc-route-card--wide { grid-column: span 8; min-height: 176px; }
.pc-route-card--dark { background: var(--pc-sidebar); color: #fff; }
.pc-route-card--accent { background: var(--pc-accent); }
.pc-route-card > span { color: var(--pc-accent-deep); font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.pc-route-card--dark > span { color: var(--pc-accent); }
.pc-route-card strong { max-width: 360px; margin-top: 22px; font-family: var(--pc-font-editorial); font-size: 23px; font-weight: 500; line-height: 1.05; }
.pc-route-card:nth-child(1) strong { font-size: 30px; }
.pc-route-card p { max-width: 380px; margin: 10px 0; color: var(--pc-ink-soft); font-size: 11px; line-height: 1.45; }
.pc-route-card--dark p { color: #aebcb4; }
.pc-route-card b { display: flex; justify-content: space-between; align-items: center; margin-top: auto; font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.pc-route-card b i { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 11px; font-style: normal; }
.pc-route-card--dark::after { content: ""; position: absolute; right: -45px; bottom: -70px; width: 175px; height: 175px; border: 1px solid #405249; border-radius: 50%; box-shadow: 0 0 0 30px rgb(201 239 101 / 5%); }
.pc-route-card:hover { background: var(--pc-warning); color: var(--pc-ink); }
.pc-route-card:hover p { color: var(--pc-ink-soft); }
.pc-category-index { display: grid; grid-template-columns: 190px 1fr; gap: 22px; margin-top: 18px; padding: 18px; border: 1px solid var(--pc-line); border-radius: var(--pc-radius); background: rgb(255 253 248 / 55%); }
.pc-category-index-head { padding: 7px 12px; }
.pc-category-index-head span,
.pc-category-index-head small { display: block; }
.pc-category-index-head span { font-family: var(--pc-font-editorial); font-size: 21px; }
.pc-category-index-head small { margin-top: 4px; color: var(--pc-ink-soft); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.pc-category-index-links { display: grid; grid-template-columns: repeat(2, 1fr); }
.pc-category-index-links a { display: grid; grid-template-columns: 27px 1fr; gap: 7px; align-items: center; min-height: 38px; padding: 6px 10px; border-radius: 7px; font-size: 11px; font-weight: 650; text-decoration: none; }
.pc-category-index-links a:hover { background: var(--pc-accent); }
.pc-category-index-links span { color: var(--pc-accent-deep); font-size: 8px; font-weight: 850; }
.pc-home-latest { padding-top: 38px; }
.pc-latest-layout { display: grid; grid-template-columns: .95fr 1.05fr; border: 1px solid var(--pc-line); border-radius: var(--pc-radius); overflow: hidden; }
.pc-feature-story { min-height: 410px; display: flex; flex-direction: column; padding: 30px; background: var(--pc-accent); text-decoration: none; }
.pc-feature-story > span { font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.pc-feature-story h3 { margin: 42px 0 16px; font-family: var(--pc-font-editorial); font-size: clamp(32px, 3.8vw, 45px); font-weight: 500; letter-spacing: -.035em; line-height: 1; }
.pc-feature-story p { max-width: 480px; font-size: 14px; }
.pc-feature-story b { margin-top: auto; font-size: 10px; text-transform: uppercase; }
.pc-story-list { background: var(--pc-surface); }
.pc-story-list a { display: grid; grid-template-columns: 32px 1fr 20px; gap: 12px; align-items: start; min-height: 102px; padding: 18px 20px; border-bottom: 1px solid var(--pc-line); text-decoration: none; }
.pc-story-list a:last-child { border-bottom: 0; }
.pc-story-list a:hover { background: var(--pc-warning); }
.pc-story-list a > span { color: var(--pc-accent-deep); font-size: 10px; font-weight: 850; }
.pc-story-list small { display: block; margin-bottom: 8px; color: var(--pc-ink-soft); font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.pc-story-list strong { font-family: var(--pc-font-editorial); font-size: 18px; font-weight: 500; line-height: 1.14; }
.pc-more-stories { display: grid; grid-template-columns: 1fr 1fr; margin-top: 14px; border: 1px solid var(--pc-line); border-radius: var(--pc-radius); overflow: hidden; background: var(--pc-surface); }
.pc-more-stories a { display: grid; grid-template-columns: 28px 1fr 18px; gap: 10px; min-height: 78px; align-items: start; padding: 15px 17px; border-bottom: 1px solid var(--pc-line); text-decoration: none; }
.pc-more-stories a:nth-child(odd) { border-right: 1px solid var(--pc-line); }
.pc-more-stories a:nth-last-child(-n+2) { border-bottom: 0; }
.pc-more-stories a:hover { background: var(--pc-warning); }
.pc-more-stories a > span { color: var(--pc-accent-deep); font-size: 8px; font-weight: 850; }
.pc-more-stories small { display: block; margin-bottom: 5px; color: var(--pc-ink-soft); font-size: 8px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.pc-more-stories strong { display: block; font-family: var(--pc-font-editorial); font-size: 16px; font-weight: 500; line-height: 1.15; }
.pc-more-stories b { font-size: 10px; }
.pc-home-trust { max-width: var(--pc-shell); margin: 0 auto 72px; padding: 42px 34px; border-radius: var(--pc-radius); background: var(--pc-sidebar); color: #fff; }
.pc-home-trust > div { display: grid; grid-template-columns: 130px 1fr; gap: 24px; align-items: start; }
.pc-home-trust h2 { max-width: 760px; margin: 0; font-size: clamp(32px, 3.6vw, 44px); }
.pc-home-trust ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 30px 0 0; padding: 0; border-top: 1px solid #34473f; list-style: none; }
.pc-home-trust li { display: grid; grid-template-columns: 32px 1fr; gap: 10px; padding: 20px 20px 0 0; }
.pc-home-trust li + li { border-left: 1px solid #34473f; padding-left: 20px; }
.pc-home-trust li > b { color: var(--pc-accent); font-size: 10px; }
.pc-home-trust li strong { font-family: var(--pc-font-editorial); font-size: 18px; font-weight: 500; }
.pc-home-trust li p { grid-column: 2; margin: -6px 0 0; color: #aebcb4; font-size: 12px; }
@media (max-width: 960px) {
  .pc-home-hero-inner { grid-template-columns: 1fr; min-height: auto; }
  .pc-home-copy { padding: 20px 0 55px; }
  .pc-home-poster { min-height: 440px; border-radius: var(--pc-radius); }
  .pc-route-grid { grid-template-columns: 1fr 1fr; }
  .pc-route-card:nth-child(n) { grid-column: span 1; }
  .pc-route-card:nth-child(1),
  .pc-route-card--wide { grid-column: span 2; }
  .pc-latest-layout,
  .pc-home-trust { grid-template-columns: 1fr; }
  .pc-category-index { grid-template-columns: 1fr; }
  .pc-home-trust ol { grid-template-columns: 1fr; }
  .pc-home-trust li + li { border-top: 1px solid #34473f; border-left: 0; padding-left: 0; }
}
@media (max-width: 680px) {
  .pc-home-hero-inner,
  .pc-home-routes,
  .pc-home-latest { padding-right: 20px; padding-left: 20px; }
  .pc-home-hero-inner { padding-top: 48px; }
  .pc-home-copy h1 { font-size: clamp(38px, 10vw, 48px); line-height: 1.02; }
  .pc-home-search > div { display: block; }
  .pc-home-search input,
  .pc-home-search button { width: 100%; min-height: 52px; }
  .pc-home-section-head { grid-template-columns: 1fr; gap: 18px; }
  .pc-home-section-head > a { justify-self: start; }
  .pc-route-grid { grid-template-columns: 1fr; }
  .pc-route-card:nth-child(n),
  .pc-route-card:nth-child(1),
  .pc-route-card--wide { grid-column: 1; min-height: 170px; }
  .pc-feature-story { min-height: 350px; padding: 25px; }
  .pc-category-index-links,
  .pc-more-stories { grid-template-columns: 1fr; }
  .pc-more-stories a:nth-child(odd) { border-right: 0; }
  .pc-more-stories a:nth-last-child(-n+2) { border-bottom: 1px solid var(--pc-line); }
  .pc-more-stories a:last-child { border-bottom: 0; }
  .pc-home-trust > div { grid-template-columns: 1fr; gap: 10px; }
  .pc-home-trust { margin-right: 20px; margin-left: 20px; padding: 42px 24px; }
}


/* Source: category.css */
.pc-category-hero { border-bottom: 1px solid var(--pc-line); }
.pc-category-hero-inner { max-width: var(--pc-shell); min-height: 320px; margin: 0 auto; display: grid; grid-template-columns: 76px minmax(0, 1.15fr) minmax(250px, .65fr); gap: 30px; align-items: end; padding: 42px 34px 38px; }
.pc-category-number { align-self: start; color: var(--pc-accent-deep); font-family: var(--pc-font-editorial); font-size: 58px; letter-spacing: -.06em; line-height: .85; opacity: .36; }
.pc-category-crumbs { display: flex; gap: 8px; margin-bottom: 30px; color: var(--pc-ink-soft); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.pc-category-crumbs a { text-decoration: none; }
.pc-category-heading > p { color: var(--pc-accent-deep); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.pc-category-heading h1 { margin: 9px 0 0; font-family: var(--pc-font-editorial); font-size: clamp(48px, 6vw, 70px); font-weight: 500; letter-spacing: -.045em; line-height: .88; }
.pc-category-intro > p { margin: 0 0 22px; color: var(--pc-ink-soft); font-size: 13px; line-height: 1.55; }
.pc-category-start,
.pc-category-catalog { max-width: var(--pc-shell); margin: 0 auto; padding: 58px 34px 0; }
.pc-category-section-label { display: flex; gap: 12px; align-items: center; margin-bottom: 19px; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.pc-category-section-label span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--pc-accent); }
.pc-category-feature { display: grid; grid-template-columns: 1.3fr .7fr; min-height: 300px; overflow: hidden; border-radius: var(--pc-radius); background: var(--pc-sidebar); color: #fff; text-decoration: none; }
.pc-category-feature > div:first-child { display: flex; flex-direction: column; align-items: flex-start; padding: 28px; }
.pc-category-feature span { color: var(--pc-accent); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.pc-category-feature h2 { max-width: 660px; margin: 30px 0 13px; font-family: var(--pc-font-editorial); font-size: clamp(31px, 4vw, 44px); font-weight: 500; letter-spacing: -.035em; line-height: 1; }
.pc-category-feature p { max-width: 520px; margin: 0; color: #adbbb3; font-size: 13px; }
.pc-category-feature b { margin-top: auto; color: var(--pc-accent); font-size: 10px; text-transform: uppercase; }
.pc-category-feature-graphic { position: relative; overflow: hidden; background: var(--pc-accent); }
.pc-category-feature-graphic i { position: absolute; border: 2px solid var(--pc-ink); border-radius: 50%; }
.pc-category-feature-graphic i:nth-child(1) { width: 250px; height: 250px; top: 25px; left: 25px; }
.pc-category-feature-graphic i:nth-child(2) { width: 165px; height: 165px; top: 67px; left: 67px; }
.pc-category-feature-graphic i:nth-child(3) { width: 80px; height: 80px; top: 110px; left: 110px; background: var(--pc-warning); }
.pc-category-catalog { padding-bottom: 70px; }
.pc-category-toolbar { display: flex; gap: 30px; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--pc-line); }
.pc-category-toolbar .pc-category-section-label { margin: 0; }
.pc-category-chips { display: flex; gap: 5px; flex-wrap: wrap; justify-content: flex-end; }
.pc-category-chips a { border: 1px solid var(--pc-line); border-radius: 999px; padding: 6px 10px; color: var(--pc-ink-soft); font-size: 10px; font-weight: 750; text-decoration: none; }
.pc-category-chips a:hover,
.pc-category-chips a.is-active { border-color: var(--pc-ink); background: var(--pc-ink); color: #fff; }
.pc-category-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding-top: 18px; }
.pc-article-card { min-height: 275px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--pc-line); border-radius: 14px; background: var(--pc-surface); transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.pc-article-card:hover { border-color: #aeb5a9; transform: translateY(-2px); box-shadow: 0 14px 32px rgb(20 32 28 / 8%); }
.pc-article-card--accent { background: var(--pc-warning); }
.pc-card-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--pc-ink-soft); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pc-card-meta span { color: var(--pc-accent-deep); }
.pc-article-card h2 { margin: 24px 0 10px; font-family: var(--pc-font-editorial); font-size: clamp(23px, 2.4vw, 30px); font-weight: 500; letter-spacing: -.025em; line-height: 1.08; }
.pc-article-card h2 a { text-decoration: none; }
.pc-article-card h2 a:hover { text-decoration: underline; text-decoration-color: var(--pc-accent-deep); text-underline-offset: 4px; }
.pc-article-card > p { display: -webkit-box; margin: 0; overflow: hidden; color: var(--pc-ink-soft); font-size: 12px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.pc-card-more { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 18px; color: var(--pc-ink); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.pc-card-more span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--pc-line); border-radius: 50%; font-size: 11px; }
.pc-card-more:hover span { border-color: var(--pc-ink); background: var(--pc-ink); color: #fff; }
.pc-pagination { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding-top: 24px; color: var(--pc-ink-soft); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.pc-pagination div { display: flex; gap: 5px; align-items: center; }
.pc-pagination a { min-width: 34px; padding: 7px 9px; border: 1px solid var(--pc-line); border-radius: 7px; text-align: center; text-decoration: none; }
.pc-pagination a.is-active,
.pc-pagination a:hover { border-color: var(--pc-ink); background: var(--pc-ink); color: #fff; }
@media (max-width: 920px) {
  .pc-category-hero-inner { grid-template-columns: 60px 1fr; }
  .pc-category-number { font-size: 52px; }
  .pc-category-intro { grid-column: 2; }
  .pc-category-feature { grid-template-columns: 1fr; }
  .pc-category-feature-graphic { min-height: 210px; }
}
@media (max-width: 680px) {
  .pc-category-hero-inner { grid-template-columns: 1fr; min-height: auto; padding: 34px 20px; }
  .pc-category-number { display: none; }
  .pc-category-crumbs { margin-bottom: 25px; }
  .pc-category-heading h1 { font-size: clamp(44px, 14vw, 58px); line-height: .92; }
  .pc-category-intro { grid-column: 1; margin-top: 24px; }
  .pc-category-start,
  .pc-category-catalog { padding-right: 20px; padding-left: 20px; }
  .pc-category-feature > div:first-child { padding: 22px; }
  .pc-category-feature h2 { margin-top: 25px; }
  .pc-category-toolbar { align-items: flex-start; flex-direction: column; }
  .pc-category-chips { justify-content: flex-start; }
  .pc-category-card-grid { grid-template-columns: 1fr; }
  .pc-article-card { min-height: 245px; padding: 19px; }
  .pc-pagination { align-items: flex-start; flex-direction: column; }
}
