:root {
  color-scheme: light;
  --bg: #fafaf8;
  --surface: #fff;
  --ink: #192522;
  --muted: #5c6a65;
  --accent: #18584f;
  --accent-soft: #eff5f1;
  --line: #dce4df;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 16px/1.65 var(--font); -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
img { max-width: 100%; }
::selection { background: #d3e7dc; color: var(--ink); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.shell { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.site-header { min-height: 76px; display: flex; align-items: center; gap: 36px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; white-space: nowrap; text-decoration: none; font-size: 17px; font-weight: 700; letter-spacing: -.035em; }
.brand img { display: block; width: 36px; height: 36px; border-radius: 8px; }
.site-header nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.site-header nav a { text-decoration: none; font-size: 14px; font-weight: 550; color: #3f514a; }
.site-header nav a:hover, .text-link:hover, .site-footer a:hover { color: var(--accent); text-decoration: underline; text-underline-offset: 5px; }
.eyebrow, .section-number { color: var(--accent); text-transform: uppercase; letter-spacing: .095em; font-size: 11px; font-weight: 700; line-height: 1.45; }
h1, h2, h3, p { overflow-wrap: break-word; }
em { font-style: normal; color: var(--accent); }
.hero { padding-block: 88px 96px; border-bottom: 1px solid var(--line); }
.hero-copy { max-width: 820px; margin-inline: auto; text-align: center; }
.hero h1, .page-hero h1, .task-hero h1 { font-size: clamp(42px, 5.7vw, 72px); line-height: 1.12; font-weight: 700; letter-spacing: -.055em; margin: 20px 0 23px; }
.hero-lede, .page-hero > p { max-width: 650px; color: var(--muted); font-size: 18px; line-height: 1.65; margin: 0; }
.hero-lede { margin-inline: auto; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 33px; }
.hero .hero-actions { justify-content: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 47px; padding: 11px 17px; border-radius: 5px; text-decoration: none; font-size: 14px; font-weight: 650; line-height: 1.3; transition: background .15s, color .15s, border-color .15s; }
.button-dark { background: var(--accent); color: white; border: 1px solid var(--accent); }
.button-dark:hover { background: #10453e; }
.button-outline { border: 1px solid #a9beb2; background: transparent; color: var(--accent); }
.button-outline:hover { border-color: var(--accent); background: var(--accent-soft); }
.text-link { color: var(--accent); font-size: 14px; font-weight: 650; text-decoration: none; }
.hero-footnote { margin: 28px 0 0; color: #7b8882; font-size: 12px; }
.section { padding-block: 88px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 28px; }
.section h2, .how-section h2, .bottom-cta h2, .content-band h2, .related-section h2 { font-size: clamp(30px, 3.4vw, 42px); line-height: 1.2; font-weight: 680; letter-spacing: -.04em; margin: 11px 0 0; }
.section-heading > p { max-width: 385px; margin: 0; color: var(--muted); font-size: 14px; }
.task-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.task-card { min-height: 255px; height: 100%; display: flex; flex-direction: column; padding: 23px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); text-decoration: none; transition: border-color .15s, transform .15s, box-shadow .15s; }
.task-card:hover { border-color: #9fb9a9; transform: translateY(-2px); box-shadow: 0 9px 22px #263a2c0c; }
.task-card-top, .task-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #738179; font-size: 11px; font-weight: 650; }
.task-category { text-align: right; }
.task-index { color: var(--accent); }
.task-card h3 { font-size: 22px; line-height: 1.25; letter-spacing: -.035em; margin: 27px 0 10px; font-weight: 680; }
.task-card p { margin: 0 0 25px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.task-card-bottom { border-top: 1px solid var(--line); padding-top: 14px; margin-top: auto; }
.card-arrow { color: var(--accent); font-size: 18px; font-weight: 400; line-height: 1; }
.section-end { margin-top: 28px; text-align: center; }
.how-section { border-block: 1px solid var(--line); background: var(--accent-soft); padding-block: 80px; }
.how-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 84px; }
.how-section h2 { margin: 13px 0 15px; }
.how-section p { color: var(--muted); font-size: 15px; }
.how-section .text-link { display: inline-block; margin-top: 11px; }
.how-steps { border-top: 1px solid #cbdcd0; }
.how-steps > div { display: grid; grid-template-columns: 38px 1fr; column-gap: 14px; padding: 18px 0; border-bottom: 1px solid #cbdcd0; }
.how-steps span { grid-row: 1 / 3; color: var(--accent); font-size: 12px; font-weight: 700; padding-top: 3px; }
.how-steps h3 { margin: 0; font-size: 18px; line-height: 1.4; }
.how-steps p { margin: 3px 0 0; font-size: 13px; }
.bottom-cta { padding-block: 83px 100px; text-align: center; }
.bottom-cta h2 { margin: 0 0 12px; }
.bottom-cta p { max-width: 520px; margin: 0 auto 25px; color: var(--muted); }
.site-footer { border-top: 1px solid var(--line); background: #f3f6f3; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 55px; padding-block: 52px; }
.footer-brand { text-decoration: none; font-size: 18px; font-weight: 700; letter-spacing: -.03em; }
.site-footer p { max-width: 310px; color: var(--muted); font-size: 13px; }
.site-footer h2 { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 700; color: #62736a; }
.site-footer .footer-grid > div:not(:first-child) a { display: block; width: fit-content; text-decoration: none; font-size: 13px; margin: 6px 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding: 17px 0; color: #738078; font-size: 11px; }
.privacy-choice { padding: 0; margin-left: 8px; border: 0; background: none; color: inherit; text-decoration: underline; text-underline-offset: 3px; font-size: inherit; }
.page-hero { padding-block: 83px 88px; border-bottom: 1px solid var(--line); text-align: center; }
.page-hero h1 { max-width: 850px; margin-inline: auto; font-size: clamp(40px, 5vw, 62px); }
.page-hero > p { margin-inline: auto; }
.page-hero .hero-actions { justify-content: center; margin-top: 25px; }
.content-band { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; padding-block: 82px; border-bottom: 1px solid var(--line); }
.split-heading > span { color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .09em; }
.content-band h2 { margin-top: 16px; }
.prose p, .simple-prose p { color: var(--muted); line-height: 1.75; margin-top: 0; }
.prose a, .simple-prose a, .article-main a { color: var(--accent); text-underline-offset: 3px; }
.hub-tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.hub-tiles a { min-height: 225px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 7px; background: white; text-decoration: none; }
.hub-tiles a:hover { border-color: #9fb9a9; }
.hub-tiles span { color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.hub-tiles h3 { margin: 28px 0 4px; font-size: 25px; line-height: 1.3; letter-spacing: -.03em; }
.hub-tiles p { margin: 0; color: var(--muted); font-size: 14px; }
.hub-tiles b { margin-top: auto; padding-top: 18px; color: var(--accent); font-size: 13px; }
.note-section { display: flex; gap: 18px; margin-bottom: 85px; padding: 23px 27px; border: 1px solid var(--line); border-radius: 7px; background: var(--accent-soft); }
.note-section .asterisk { color: var(--accent); font-size: 20px; line-height: 1; }
.note-section h2 { margin: 0; font-size: 18px; }
.note-section p { max-width: 810px; margin: 4px 0 0; color: var(--muted); font-size: 14px; }
.task-library { padding-top: 55px; }
.library-controls { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }
.library-controls label { font-size: 12px; font-weight: 650; }
.library-controls input, .library-selects select { min-height: 41px; border: 1px solid #bdccc3; border-radius: 5px; background: white; padding: 8px 11px; font-size: 13px; color: var(--ink); }
.library-controls input { min-width: 250px; }
.filters { display: flex; flex-wrap: wrap; gap: 6px; margin-left: auto; }
.filters button { border: 1px solid var(--line); border-radius: 5px; padding: 7px 10px; background: white; color: #4d5f55; font-size: 12px; }
.filters button[aria-pressed="true"] { background: var(--accent); border-color: var(--accent); color: white; }
.filters span { opacity: .7; }
.library-selects { display: flex; gap: 15px; width: 100%; flex-wrap: wrap; }
.library-selects label { display: flex; align-items: center; gap: 8px; }
.filter-item[hidden], #empty-results[hidden] { display: none; }
#empty-results { padding: 35px; text-align: center; color: var(--muted); border: 1px dashed var(--line); }
.task-hero { padding-top: 24px; padding-bottom: 47px; border-bottom: 1px solid var(--line); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; max-width: 900px; margin-inline: auto; color: #728279; font-size: 12px; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.task-hero-grid { max-width: 900px; margin-inline: auto; padding-top: 65px; }
.task-hero h1 { max-width: 820px; font-size: clamp(40px, 4.7vw, 59px); margin: 16px 0 16px; }
.period { color: var(--accent); }
.task-summary { max-width: 760px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.task-meta { display: flex; flex-wrap: wrap; column-gap: 18px; row-gap: 5px; margin-top: 24px; color: #687a70; font-size: 12px; }
.task-meta a { text-underline-offset: 3px; }
.task-status { display: flex; align-items: start; gap: 10px; max-width: 760px; margin-top: 28px; padding: 14px 17px; border-left: 3px solid #9ac0aa; background: var(--accent-soft); font-size: 13px; }
.status-icon { display: grid; place-items: center; flex: none; width: 20px; height: 20px; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); font-size: 12px; line-height: 1; font-weight: 700; }
.task-status strong { display: block; font-size: 13px; }
.task-status p { margin: 0; font-weight: 650; }
.task-status small { display: block; color: var(--muted); line-height: 1.5; }
.article-layout { display: grid; grid-template-columns: 195px minmax(0, 720px); gap: 70px; padding-top: 65px; padding-bottom: 85px; }
.article-sidebar .sticky { position: sticky; top: 24px; display: flex; flex-direction: column; align-items: start; }
.article-sidebar span { margin-bottom: 14px; color: #728279; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.article-sidebar a { margin: 6px 0; text-decoration: none; font-size: 13px; font-weight: 550; line-height: 1.4; }
.article-sidebar a:hover { color: var(--accent); text-decoration: underline; }
.sidebar-note { margin-top: 25px; padding-top: 18px; border-top: 1px solid var(--line); color: #728279; font-size: 12px; line-height: 1.6; }
.article-main { min-width: 0; }
.article-section { padding-bottom: 54px; margin-bottom: 52px; border-bottom: 1px solid var(--line); scroll-margin-top: 25px; }
.article-section:last-child { margin-bottom: 0; border: 0; }
.article-section h2 { margin: 10px 0 18px; font-size: clamp(28px, 3vw, 36px); line-height: 1.25; letter-spacing: -.04em; }
.article-section h3 { margin: 0 0 12px; font-size: 18px; line-height: 1.4; }
.article-section p, .article-section li { color: #475a50; line-height: 1.7; }
.article-section p.lead { color: var(--ink); font-size: 17px; }
.article-section li { margin: 9px 0; }
.article-section ul { padding-left: 21px; }
.info-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 26px; }
.info-columns > div { padding: 22px; border: 1px solid var(--line); border-radius: 6px; background: white; }
.info-columns .caution-box { background: #f7f8f5; }
.info-columns ul { margin-bottom: 0; }
.prompt-box { margin-top: 24px; border: 1px solid var(--line); border-radius: 7px; background: #f5f8f5; overflow: hidden; }
.prompt-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 16px; border-bottom: 1px solid var(--line); }
.prompt-toolbar span { color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .07em; }
.prompt-toolbar button, .print-checklist { padding: 8px 11px; border: 1px solid #afc5b7; border-radius: 4px; background: white; color: var(--accent); font-size: 12px; font-weight: 650; }
.prompt-toolbar button:hover, .print-checklist:hover { border-color: var(--accent); background: #eaf3ed; }
.prompt-box pre { white-space: pre-wrap; overflow-wrap: anywhere; margin: 0; padding: 22px; font: 14px/1.75 var(--font); color: #293a32; }
.copy-status { min-height: 17px; font-size: 12px; }
.numbered-list { counter-reset: steps; list-style: none; padding: 0 !important; }
.numbered-list li { counter-increment: steps; display: grid; grid-template-columns: 31px 1fr; gap: 8px; padding: 15px 0; margin: 0; border-top: 1px solid var(--line); }
.numbered-list li::before { content: counter(steps, decimal-leading-zero); color: var(--accent); font-size: 12px; font-weight: 700; padding-top: 3px; }
.approval-list { list-style: none; padding: 0 !important; }
.approval-list li { display: flex; gap: 12px; padding: 12px 0; margin: 0; border-top: 1px solid var(--line); }
.approval-list span { color: var(--accent); font-size: 18px; }
.verification-section { padding: 27px; border: 1px solid var(--line); border-radius: 7px; background: var(--accent-soft); }
.verification-section h3 { margin-top: 24px; }
.checklist { margin: 19px 0 26px; }
.checklist label { display: flex; align-items: start; gap: 12px; padding: 12px 0; border-bottom: 1px solid #cbdcd0; cursor: pointer; font-size: 14px; line-height: 1.5; }
.checklist input { position: absolute; opacity: 0; }
.custom-check { flex: none; display: grid; place-items: center; width: 20px; height: 20px; margin-top: 1px; border: 1px solid #8fa798; border-radius: 3px; background: white; }
.checklist input:checked + .custom-check { background: var(--accent); border-color: var(--accent); }
.checklist input:checked + .custom-check::after { content: "✓"; color: white; font-size: 12px; }
.checklist input:focus-visible + .custom-check { outline: 2px solid var(--accent); outline-offset: 3px; }
.checklist input:checked ~ span:last-child { text-decoration: line-through; opacity: .65; }
.editorial-note { padding-left: 17px; border-left: 3px solid #b6cfc0; }
.source-list { list-style: none; padding: 0 !important; }
.source-list li { margin: 0; border-bottom: 1px solid var(--line); }
.source-list a { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; text-decoration: none; font-size: 14px; }
.source-list a:hover { text-decoration: underline; }
.source-caveat { font-size: 13px; }
.related-section { padding-bottom: 90px; }
.related-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.related-links a { display: grid; grid-template-columns: 1fr auto; padding: 23px; border: 1px solid var(--line); border-radius: 7px; background: white; text-decoration: none; }
.related-links a:hover { border-color: #9fb9a9; }
.related-links span { grid-column: 1 / 3; color: var(--accent); font-size: 11px; font-weight: 700; }
.related-links strong { margin-top: 13px; font-size: 20px; line-height: 1.3; }
.related-links i { align-self: end; color: var(--accent); font-size: 19px; font-style: normal; }
.simple-prose { max-width: 790px; padding-block: 70px 105px; }
.simple-prose h2 { margin: 25px 0 12px; font-size: 28px; letter-spacing: -.03em; }
.method-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 25px 0; }
.method-grid > div { padding: 20px; border: 1px solid var(--line); border-radius: 6px; background: white; }
.method-grid strong { font-size: 17px; }
.method-grid p { margin-bottom: 0; font-size: 13px; }
.analytics-banner { position: fixed; z-index: 20; left: 20px; right: 20px; bottom: 20px; max-width: 850px; display: flex; align-items: center; gap: 25px; margin: auto; padding: 18px 20px; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 12px 40px #1e352320; }
.analytics-banner[hidden] { display: none; }
.analytics-banner p { flex: 1; margin: 0; font-size: 13px; line-height: 1.5; }
.analytics-banner a { text-underline-offset: 3px; }
.analytics-banner > div { display: flex; gap: 8px; white-space: nowrap; }
.analytics-banner button { padding: 9px 12px; border: 1px solid var(--accent); border-radius: 4px; background: white; color: var(--accent); font-size: 12px; font-weight: 650; }
.analytics-banner button:last-child { background: var(--accent); color: white; }
@media (max-width: 950px) {
  .task-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .how-inner, .content-band { gap: 40px; }
  .article-layout { grid-template-columns: 170px minmax(0, 1fr); gap: 35px; }
}
@media (max-width: 700px) {
  .shell { width: min(100% - 36px, 1120px); }
  .site-header { min-height: 72px; flex-wrap: wrap; gap: 0; padding-block: 13px; }
  .brand { font-size: 16px; }
  .brand img { width: 32px; height: 32px; }
  .site-header nav { width: 100%; justify-content: space-between; gap: 10px; margin: 12px 0 0; padding-top: 10px; border-top: 1px solid var(--line); }
  .site-header nav a { font-size: 12px; }
  .hero { padding-block: 70px 77px; }
  .hero-copy { text-align: left; }
  .hero-lede { margin-inline: 0; }
  .hero .hero-actions { justify-content: flex-start; }
  .hero h1 { font-size: clamp(37px, 9.5vw, 56px); }
  .hero-lede, .page-hero > p { font-size: 16px; }
  .hero-actions { gap: 17px; }
  .section { padding-block: 65px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 12px; }
  .task-grid { grid-template-columns: 1fr; }
  .task-card { min-height: 225px; }
  .task-card h3 { margin-top: 20px; }
  .how-section { padding-block: 66px; }
  .how-inner, .content-band { display: block; }
  .how-steps { margin-top: 32px; }
  .bottom-cta { padding-block: 68px 80px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; padding-block: 42px; }
  .footer-grid > div:first-child { grid-column: 1 / 3; }
  .footer-bottom { display: block; }
  .footer-bottom > span { display: block; margin: 4px 0; }
  .page-hero { padding-block: 66px 70px; text-align: left; }
  .page-hero h1, .page-hero > p { margin-inline: 0; }
  .page-hero .hero-actions { justify-content: flex-start; }
  .page-hero h1 { font-size: clamp(37px, 8.5vw, 52px); }
  .content-band { padding-block: 64px; }
  .content-band .prose { margin-top: 24px; }
  .hub-tiles, .info-columns, .method-grid, .related-links { grid-template-columns: 1fr; }
  .library-controls { align-items: stretch; }
  .library-controls > label { width: 100%; }
  .library-controls input { flex: 1; min-width: 0; }
  .filters { width: 100%; margin-left: 0; }
  .task-hero-grid { padding-top: 43px; }
  .task-hero h1 { font-size: clamp(37px, 8.5vw, 52px); }
  .task-meta { gap: 5px 13px; }
  .article-layout { display: block; padding-top: 44px; }
  .article-sidebar { display: none; }
  .article-section { padding-bottom: 44px; margin-bottom: 43px; }
  .prompt-box pre { padding: 17px; font-size: 13px; }
  .verification-section { padding: 19px; }
  .related-section { padding-bottom: 68px; }
  .note-section { margin-bottom: 60px; }
  .analytics-banner { left: 10px; right: 10px; bottom: 10px; display: block; padding: 15px; }
  .analytics-banner > div { margin-top: 12px; white-space: normal; }
  .analytics-banner button { flex: 1; }
}
@media print {
  body { background: white; color: #111; }
  .site-header, .site-footer, .article-sidebar, .related-section, .analytics-banner, .article-main > .article-section:not(.verification-section), .print-checklist { display: none !important; }
  .task-hero { padding: 0 0 12px; border: 0; }
  .task-hero-grid { padding: 0; }
  .task-hero h1 { font-size: 28px; margin: 6px 0; }
  .task-summary { font-size: 13px; }
  .task-status, .breadcrumbs, .task-meta > span:first-child { display: none !important; }
  .article-layout { display: block; padding: 0; }
  .verification-section { border: 0; margin: 0; padding: 0; background: white; }
  .verification-section h2 { font-size: 24px; }
  .checklist input { position: static; opacity: 1; appearance: auto; width: 16px; height: 16px; flex: none; }
  .custom-check { display: none; }
  .checklist label { break-inside: avoid; border-bottom: 1px solid #bbb; }
  .checklist input:checked ~ span:last-child { text-decoration: none; opacity: 1; }
}
