:root { --ink: #172327; --muted: #5d6a6e; --teal: #116a68; --coral: #d35f4a; --rule: #d9e0dd; --soft: #f2f5f3; }
* { box-sizing: border-box; }
body { margin: 0 !important; color: var(--ink) !important; background: #fff !important; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; line-height: 1.72 !important; }
.shell { max-width: 840px !important; margin: 0 auto !important; padding: 0 28px 90px !important; }
.shell > header { min-height: 76px; margin: 0 0 58px !important; padding: 0 !important; border-bottom: 1px solid var(--rule) !important; display: flex; align-items: center; }
.shell > header a { display: inline-flex; gap: 10px; align-items: center; color: var(--ink) !important; text-decoration: none; font-size: 15px !important; font-weight: 760; }
.shell > header a span { width: 34px; height: 34px; display: grid; place-items: center; background: var(--ink); color: #fff; border-radius: 2px; font-family: Georgia, "Times New Roman", serif; font-size: 13px; }
.shell article { font-size: 18px !important; }
.shell article > h1 { margin: 0 0 28px !important; font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 6vw, 64px) !important; font-weight: 500; line-height: 1.04 !important; letter-spacing: 0; }
.shell article > h1 + p:not(.meta), .shell article .meta + p { color: #415055; font-family: Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1.55; }
.shell article .meta { color: var(--coral); text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.shell article h2 { margin: 2.2em 0 .6em !important; padding-top: .65em; border-top: 1px solid var(--rule); font-family: Georgia, "Times New Roman", serif; font-size: 33px; font-weight: 500; line-height: 1.18; }
.shell article h3 { margin: 1.7em 0 .45em; font-size: 21px; line-height: 1.3; }
.shell article p, .shell article li { color: #29363a; }
.shell article a { color: var(--teal) !important; text-underline-offset: 3px; }
.shell article img { display: block; max-width: 100% !important; height: auto !important; margin: 28px auto; border: 1px solid var(--rule) !important; border-radius: 3px !important; }
.shell article table { width: 100%; display: block; overflow-x: auto; border-collapse: collapse; font-size: 15px; }
.shell article th, .shell article td { padding: 12px; border: 1px solid var(--rule); text-align: left; }
.shell article th { background: var(--soft); }
#partner-links { display: none !important; }
.shell > footer { margin-top: 64px !important; padding: 28px 0 !important; border-top: 1px solid var(--rule) !important; color: var(--muted) !important; }
.article-note { margin: 28px 0; padding: 22px 24px; border-left: 4px solid var(--coral); background: #fff5f1; }
.checklist { padding-left: 0; list-style: none; }
.checklist li { padding: 12px 0 12px 28px; border-bottom: 1px solid var(--rule); position: relative; }
.checklist li::before { content: ""; width: 10px; height: 10px; position: absolute; left: 2px; top: 22px; background: var(--teal); }
@media (max-width: 620px) {
  .shell { padding: 0 20px 64px !important; }
  .shell > header { min-height: 68px; margin-bottom: 38px !important; }
  .shell article { font-size: 17px !important; }
  .shell article > h1 { font-size: 42px !important; overflow-wrap: anywhere; }
  .shell article > h1 + p:not(.meta), .shell article .meta + p { font-size: 19px; }
  .shell article h2 { font-size: 29px; }
}
