
.brand-icon{font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",emoji;font-weight:400;font-style:normal}
:root {
  color-scheme: light;
  --paper: #f5f4ef;
  --node: #fbfaf6;
  --ink: #272b26;
  --muted: #596155;
  --line: #c8ccc1;
  --accent: #245638;
  --selected: #e7eddf;
  --return: #815a30;
  font-family: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; font-size: 14px; line-height: 1.65; }
a { color: inherit; text-underline-offset: 4px; text-decoration-thickness: 1px; }
a:hover, summary:hover { color: var(--accent); }
a:focus-visible, summary:focus-visible, button:focus-visible, article:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
p, h1, h2, h3 { margin: 0; }
ul { list-style: none; margin: 0; padding: 0; }
button { font: inherit; color: inherit; cursor: pointer; }
code { font: inherit; overflow-wrap: anywhere; }
.page { max-width: 1320px; margin: 0 auto; padding: 0 40px; }
header { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 24px 0; border-bottom: 1px solid var(--ink); }
.wordmark { font-size: 18px; font-weight: 600; text-decoration: none; letter-spacing: -0.5px; }
.edition { color: var(--muted); font-size: 12px; }
h1 { font-size: clamp(26px, 4.5vw, 38px); line-height: 1.2; letter-spacing: -0.045em; font-weight: 500; margin: 32px 0 18px; }
.introduction { max-width: 940px; font-size: 14px; color: var(--muted); margin-bottom: 32px; }
h2 { font-size: 18px; line-height: 1.5; font-weight: 500; }
h3 { font-size: 15px; line-height: 1.5; font-weight: 500; }
.journey-tabs, .journey-map, .map-key { display: none; }
.is-enhanced .journey-tabs { display: block; margin: 24px 0; }
.journey-tabs h2 { margin-bottom: 14px; }
.journey-tabs ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.journey-tabs button { width: 100%; height: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--line); background: var(--node); text-align: left; font-size: 12px; }
.journey-tabs button:hover { border-color: var(--accent); }
.journey-tabs button.selected, .journey-tabs button[aria-expanded="true"] { border-color: var(--accent); background: var(--selected); color: var(--accent); }
.is-enhanced .map-key { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px; margin: 22px 0 8px; font-size: 11px; color: var(--muted); }
.map-key .return-key { display: inline-flex; align-items: center; gap: 6px; color: var(--return); }
.return-icon { display: block; width: 22px; height: 22px; flex-shrink: 0; }
.is-enhanced .journey-map { display: block; position: relative; padding: 24px; margin: 0 0 28px; }
.map-title { margin-bottom: 28px; }
.journey-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: auto; align-items: start; gap: 64px; }
.column-1 { grid-column: 1; }.column-2 { grid-column: 2; }.column-3 { grid-column: 3; }
.row-1 { grid-row: 1; }
.row-2 { grid-row: 2; }
.row-3 { grid-row: 3; }
.row-4 { grid-row: 4; }
.row-5 { grid-row: 5; }
.journey-node { position: relative; z-index: 1; min-width: 0; padding: 18px; border: 1px solid var(--line); background: var(--node); scroll-margin-top: 24px; }
.journey-node.question { background: var(--paper); border-color: #a5afa0; }
.journey-node.resource { border-top: 3px solid var(--accent); }
.journey-node.current { border-color: var(--accent); background: var(--selected); }
.node-prompt { margin-top: 8px; font-size: 12px; color: var(--muted); }
.journey-node > .note { margin-top: 10px; }
.resource-links { margin-top: 12px; }
.resource-links a { display: inline-block; font-size: 12px; padding: 7px 0; }
.edge-choices { margin-top: 16px; border-top: 1px solid var(--line); }
.continuation-label { margin-top: 16px; font-size: 11px; color: var(--muted); }
.continuation-label + .edge-choices { margin-top: 8px; }
.edge-choices li + li { border-top: 1px solid var(--line); }
.journey-edge { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 40px; padding: 10px 0; font-size: 12px; text-decoration: none; }
.journey-edge:hover > span:first-child { text-decoration: underline; }
.journey-edge > span:last-child { flex-shrink: 0; color: var(--accent); }
.journey-edge.return { color: var(--return); }
.journey-edge.return > span:last-child { color: inherit; }
.journey-lines { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; overflow: visible; }
.journey-lines path { fill: none; stroke: #a5afa0; stroke-width: 1.25; vector-effect: non-scaling-stroke; }
.journey-lines path.return { stroke: var(--return); stroke-dasharray: 5 4; }
.journey-lines path.cross { stroke-dasharray: 2 3; }
.journey-lines path.active { stroke: var(--accent); stroke-width: 2; }
.journey-lines path.return.active { stroke: var(--return); }
.node-reference { margin-top: 14px; }
summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; list-style: none; cursor: pointer; padding: 12px; min-height: 44px; border: 1px solid var(--line); background: var(--node); font-size: 12px; }
summary::-webkit-details-marker { display: none; }
summary:hover { border-color: var(--accent); }
summary::after { content: "+"; color: var(--accent); flex-shrink: 0; }
details[open] > summary::after { content: "−"; }
summary:has(.marker)::after { display: none; }
.marker::before { content: "+"; color: var(--accent); }
details[open] > summary .marker::before { content: "−"; }
.node-reference > .resource-panel { margin: 14px 0 0; padding: 0; border: 0; }
.node-reference .choices { margin-top: 14px; }
.resource-panel { padding: 16px; font-size: 12px; border: 1px solid var(--line); background: var(--node); margin-bottom: 16px; }
.resource-panel p { margin-bottom: 14px; }
.resource-panel .access { font-size: 12px; color: var(--accent); }
.endpoint { display: block; font-size: 11px; margin: 10px 0 20px; }
table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 11px; }
caption { text-align: left; color: var(--muted); margin-bottom: 8px; }
th, td { text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); padding: 8px 4px 8px 0; overflow-wrap: anywhere; }
th { font-weight: 500; }
thead { color: var(--muted); }
.pin-routes th:first-child { width: 40%; }
.example { margin: 12px 0; }
.example > summary { padding: 10px; font-size: 12px; }
.example > p { margin-top: 14px; }
pre { margin: 12px 0 16px; padding: 12px; border: 1px solid var(--line); font: inherit; font-size: 11px; line-height: 1.7; white-space: pre-wrap; overflow-wrap: anywhere; }
.directory-reference { margin: 32px 0; }
.directory-reference > summary { font-size: 14px; background: var(--paper); padding: 16px; }
.directory-reference > .choices { margin: 20px 0; }
.choices > li + li { margin-top: 14px; }
.branch-content { margin: 20px 0 8px 4px; padding-left: 20px; border-left: 1px solid var(--line); }
.destination { min-width: 0; border: 1px solid var(--line); background: var(--node); padding: 14px; }
.destination-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 30px; text-decoration: none; overflow-wrap: anywhere; }
.destination-link:hover .node-resource { text-decoration: underline; }
.node-label { display: grid; gap: 3px; }
.node-action { font-size: 11px; color: var(--muted); }
.node-resource { font-size: 13px; line-height: 1.5; }
.external-arrow { color: var(--accent); flex-shrink: 0; }
.source-link { font-size: 11px; min-height: 28px; display: inline-flex; align-items: center; margin-top: 4px; }
.note { color: var(--muted); font-size: 11px; }
.destination .note { margin-top: 8px; }
.reference { display: inline-block; margin: 4px 16px 12px 0; font-size: 11px; padding: 4px 0; }
footer { display: flex; flex-wrap: wrap; gap: 8px 28px; padding: 24px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
footer a { display: inline-flex; align-items: center; min-height: 32px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 20px; top: -100px; padding: 10px; background: var(--paper); z-index: 3; }
.skip-link:focus { top: 8px; }
@media (max-width: 1000px) and (min-width: 761px) {
  .page { padding: 0 24px; }
  .journey-grid { gap: 48px; }
  .journey-node { padding: 12px; }
  .journey-node h3 { font-size: 13px; }
}
@media (max-width: 760px) {
  .page { padding: 0 20px; }
  header { padding: 20px 0; }
  .wordmark { font-size: 16px; }
  h1 { margin: 24px 0 16px; }
  .introduction { font-size: 13px; margin-bottom: 24px; }
  .journey-tabs ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journey-tabs button { font-size: 11px; }
  .is-enhanced .journey-map { padding: 16px; }
  .journey-grid { display: flex; flex-direction: column; gap: 40px; }
  .journey-node { width: 100%; padding: 14px; }
  .branch-content { padding-left: 14px; margin-left: 0; }
  .destination, .resource-panel { padding: 10px; }
  table, .endpoint, pre { font-size: 10px; }
}
@media print {
  :root { background: white; color: black; }
  .page { max-width: none; padding: 0; }
  .skip-link, .journey-tabs, .journey-lines, .map-key { display: none !important; }
  .is-enhanced .journey-map[hidden] { display: block !important; }
  .journey-grid { display: block; }
  .journey-node { break-inside: avoid; margin: 16px 0; }
}
