/* Shared by the examples index and its practical walkthroughs. */
.ex-tutorial-link { display: inline-flex; align-items: center; gap: 22px; min-height: 44px; margin-top: 10px; color: #005673 !important; font-size: 14px; font-weight: 650; text-decoration: none; }
.ex-tutorial-link:hover { text-decoration: underline; }
.ex-tutorial-link span { font-size: 21px; }
.tutorial-page { --tu-muted: #455866; --tu-line: #dcd2c1; }
.tutorial-page [id] { scroll-margin-top: 30px; }
.tu-breadcrumb { display: flex; align-items: center; gap: 12px; padding-top: 30px; color: var(--tu-muted); font-size: 13px; }
.tu-breadcrumb a { text-decoration: none; }
.tu-breadcrumb a:hover { color: var(--ex-teal); text-decoration: underline; }
.tu-breadcrumb > span:first-of-type { opacity: .5; }
.tu-hero { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr); gap: 90px; align-items: center; padding: 55px 0 62px; border-bottom: 1px solid var(--tu-line); }
.tu-hero .ex-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 23px; color: var(--ex-teal); }
.tu-dot { display: inline-block; width: 24px; height: 8px; border: 1px solid #597500; border-radius: 8px; background: var(--ex-lime); }
.tu-hero h1 { max-width: 790px; margin: 0; color: var(--ex-ink); font-size: clamp(44px, 4.3vw, 63px); font-weight: 570; line-height: 1.09; letter-spacing: -2.7px; text-wrap: balance; }
.tu-lede { max-width: 650px; margin: 25px 0 22px; color: var(--tu-muted); font-size: 18px; line-height: 1.75; }
.tu-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 17px; margin-bottom: 17px; color: #005673; font-size: 12px; font-weight: 560; }
.tu-meta span { display: inline-flex; align-items: center; gap: 8px; }
.tu-meta span::before { display: block; width: 4px; height: 4px; border-radius: 50%; background: #8aa05f; content: ''; }
.tutorial-page .tu-label { display: block; margin: 0 0 15px; color: #005673; font-size: 11px; font-weight: 700; line-height: 1.6; letter-spacing: 1.15px; }
.tu-scenario { position: relative; overflow: hidden; padding: 29px 30px; border: 1px solid var(--tu-line); border-radius: 19px; background: radial-gradient(ellipse at 100% 0, #e9f3b26b, transparent 60%), #fffdf8; box-shadow: 0 4px 0 #dfd5c529; }
.tutorial-page .tu-scenario .tu-label { margin-bottom: 17px; }
.tu-scenario h2 { margin: 0 0 4px; font-size: 27px; font-weight: 620; line-height: 1.25; letter-spacing: -.8px; }
.tu-scenario .tu-fiction { margin: 0 0 19px; color: #52674b; font-size: 11px; }
.tu-scenario p { margin: 0; color: var(--tu-muted); font-size: 14px; line-height: 1.75; }
.tu-goal { margin: 22px 0; padding: 18px 0; border-top: 1px solid #dfdfc5; border-bottom: 1px solid #dfdfc5; }
.tu-goal > span, .tu-deliverable > span { display: block; margin-bottom: 6px; font-size: 11px; font-weight: 700; color: #005673; }
.tu-goal p { color: var(--ex-ink); font-size: 16px; font-weight: 510; }
.tu-deliverable { padding-left: 14px; border-left: 3px solid #b2d300; }
.tu-deliverable p { color: var(--ex-ink); font-weight: 530; }
.tu-layout { display: grid; grid-template-columns: 222px minmax(0, 1fr); gap: 82px; padding-top: 61px; }
.tu-sidebar { position: sticky; top: 30px; align-self: start; max-height: calc(100vh - 60px); overflow-y: auto; }
.tu-sidebar nav { display: grid; gap: 5px; padding-left: 18px; border-left: 1px solid var(--tu-line); }
.tutorial-page .tu-sidebar .tu-label { margin: 0 0 14px; font-size: 10px; }
.tu-sidebar nav a { display: block; padding: 7px 0; color: var(--tu-muted); font-size: 13px; line-height: 1.5; text-decoration: none; }
.tu-sidebar nav a:hover { color: var(--ex-teal); text-decoration: underline; }
.tu-back { display: inline-block; margin-top: 28px; padding: 10px 0; font-size: 12px; font-weight: 580; text-decoration: none; }
.tu-back:hover { text-decoration: underline; }
.tu-content { min-width: 0; max-width: 960px; }
.tu-section { margin-bottom: 58px; }
.tu-section > h2 { max-width: 790px; margin: 0 0 24px; font-size: 37px; font-weight: 560; letter-spacing: -1.35px; line-height: 1.18; text-wrap: balance; }
.tu-section > p, .tu-step > p { max-width: 830px; margin: 0 0 19px; color: var(--tu-muted); font-size: 16px; line-height: 1.85; }
.tu-section > p a, .tu-step > p a { font-weight: 550; color: var(--ex-teal); }
.tu-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 28px; padding: 21px 0; border-top: 1px solid var(--tu-line); border-bottom: 1px solid var(--tu-line); }
.tu-flow > span { display: flex; flex-direction: column; gap: 7px; font-size: 13px; font-weight: 550; }
.tu-flow b { color: var(--ex-teal); font-size: 10px; font-weight: 600; }
.tu-setup-details { margin-bottom: 24px; border: 1px solid var(--tu-line); border-radius: 11px; background: #fffdf8; }
.tu-setup-details summary { display: flex; justify-content: space-between; gap: 20px; align-items: center; min-height: 62px; padding: 18px 20px; cursor: pointer; list-style: none; font-size: 15px; line-height: 1.6; font-weight: 620; }
.tu-setup-details summary::-webkit-details-marker { display: none; }
.tu-setup-details summary > span { font-size: 24px; font-weight: 400; line-height: 1; }
.tu-setup-details[open] summary > span { transform: rotate(45deg); }
.tu-setup-details ol { padding: 0 24px 16px 42px; margin: 0; }
.tu-setup-details li { padding: 5px 0 12px 5px; color: var(--tu-muted); font-size: 14px; line-height: 1.85; }
.tu-setup-details strong { color: var(--ex-ink); font-weight: 650; }
.tu-setup-details a { color: #005673; }
.tu-requires { list-style: none; padding: 0; margin: 0; }
.tu-requires li { position: relative; padding: 0 0 15px 23px; color: var(--tu-muted); font-size: 14px; line-height: 1.85; }
.tu-requires li::before { position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border: 1px solid #98ad71; border-radius: 2px; background: #e8f0cc; content: ''; }
.tu-access-links { display: flex; flex-wrap: wrap; gap: 13px 30px; margin-top: 3px; }
.tu-access-links a { display: inline-block; min-height: 40px; color: var(--ex-teal); font-size: 13px; font-weight: 650; text-decoration: none; }
.tu-access-links a:hover { text-decoration: underline; }
.tu-diagram { margin: 0 0 64px; }
.tu-diagram figcaption { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 20px; margin-bottom: 18px; }
.tutorial-page .tu-diagram figcaption .tu-label { margin: 0; }
.tu-diagram figcaption > span:last-child { color: var(--tu-muted); font-size: 12px; }
.tu-step { padding: 31px 0 0; margin-top: 32px; border-top: 1px solid var(--tu-line); }
.tu-step-title { display: flex; align-items: start; gap: 17px; margin-bottom: 20px; }
.tu-step-title > span { display: grid; place-items: center; flex: 0 0 35px; height: 35px; border: 1px solid #c4d0b8; border-radius: 50%; background: #eef3dc; color: #005673; font-size: 12px; font-weight: 650; }
.tu-step h3 { max-width: 760px; margin: 1px 0 0; font-size: 24px; font-weight: 610; letter-spacing: -.7px; line-height: 1.35; }
.tu-prompt { margin: 24px 0 8px; padding: 20px 24px 22px; border: 1px solid #ccd5c7; border-radius: 13px; background: #f1f4e8; }
.tu-prompt-heading { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding-bottom: 14px; border-bottom: 1px solid #d9dfca; }
.tu-prompt-heading > span:first-child { font-size: 10px; font-weight: 700; letter-spacing: 1.2px; color: #005673; }
.tu-prompt-hint { color: #53634b; font-size: 11px; }
.tu-prompt > p { margin: 17px 0 19px; color: #1b3943; font-size: 14px; line-height: 1.9; white-space: pre-wrap; overflow-wrap: anywhere; }
.tu-copy-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 15px; }
.tu-copy-row .ex-copy-status { margin: 0; }
.tu-worked { padding: 31px; border: 1px solid #d6c6b1; border-radius: 18px; background: #fffdf8; }
.tu-worked > h2 { font-size: 33px; }
.tu-worked .tu-sample-note { margin-bottom: 23px; padding-left: 15px; border-left: 3px solid #cc7656; color: #715a44; font-size: 13px; line-height: 1.8; }
.tu-worked > p:not(.tu-sample-note) { font-size: 15px; }
.tu-table-wrap { margin-top: 26px; }
.tu-table-wrap table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.tu-table-wrap caption { text-align: left; position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.tu-table-wrap th { padding: 15px 13px; text-align: left; vertical-align: top; border-bottom: 1px solid #d3c2ac; color: #005673; background: #f2f1e7; font-size: 11px; font-weight: 700; line-height: 1.7; }
.tu-table-wrap td { padding: 18px 13px; vertical-align: top; border-bottom: 1px solid #e6ddcf; font-size: 13px; line-height: 1.85; overflow-wrap: anywhere; color: #3f5260; }
.tu-table-wrap td:first-child { color: var(--ex-ink); font-weight: 580; }
.tu-table-wrap tr:last-child td { border-bottom: 0; }
.tu-citation { color: #005673 !important; font-size: .88em; font-weight: 650; text-decoration: none; white-space: nowrap; }
.tu-citation:hover { text-decoration: underline; }
.tu-takeaway { margin-top: 23px; padding: 23px 24px; border: 1px solid #d8ddc1; border-radius: 10px; background: #f1f5df; }
.tutorial-page .tu-takeaway .tu-label { margin-bottom: 9px; }
.tu-takeaway p { margin: 0; color: #233e37; font-size: 14px; line-height: 1.85; }
.tu-review { list-style: none; margin: 0; padding: 0; }
.tu-review li { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--tu-line); color: var(--tu-muted); font-size: 15px; line-height: 1.8; }
.tu-review li > span { display: grid; place-items: center; flex: 0 0 22px; height: 22px; margin-top: 2px; border-radius: 50%; color: #005673; background: #e9efda; font-size: 12px; }
.tu-next { margin-top: 28px; padding: 24px 27px; border-left: 3px solid #005673; background: #edf2ed; }
.tu-next h3 { margin: 0 0 10px; font-size: 18px; font-weight: 630; }
.tu-next p { margin: 0; color: var(--tu-muted); font-size: 15px; line-height: 1.8; }
.tu-sources > h2 { font-size: 29px; }
.tu-sources > p { font-size: 14px; }
.tu-sources ol { padding-left: 22px; }
.tu-sources li { padding: 8px 0 13px 8px; color: var(--tu-muted); font-size: 12px; }
.tu-sources li > a { font-size: 14px; font-weight: 580; color: #005673; }
.tu-sources li p { margin: 7px 0 0; font-size: 13px; line-height: 1.8; }
.tu-related { margin: 14px 0 55px; padding-top: 43px; border-top: 1px solid var(--tu-line); }
.tu-related h2 { margin: 0 0 27px; font-size: 34px; font-weight: 560; letter-spacing: -1.3px; }
.tutorial-page .tu-related .tu-label { margin-bottom: 10px; }
.tu-related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.tu-related-grid > a { display: flex; flex-direction: column; align-items: start; gap: 13px; padding: 25px 27px; border: 1px solid var(--tu-line); border-radius: 13px; background: #fffdf8; text-decoration: none; }
.tu-related-grid > a:hover { border-color: #005673; background: #f3f5e8; }
.tu-related-grid a > span:first-child { color: #005673; font-size: 11px; font-weight: 630; }
.tu-related-grid strong { max-width: 310px; font-size: 22px; line-height: 1.3; font-weight: 570; letter-spacing: -.5px; }
.tu-related-grid a > span:last-child { margin-top: auto; color: #005673; font-size: 23px; }

@media (max-width: 1180px) {
  .tu-hero { gap: 44px; padding: 43px 0 48px; }
  .tu-hero h1 { font-size: 48px; letter-spacing: -2px; }
  .tu-lede { font-size: 16px; }
  .tu-scenario { padding: 25px; }
  .tu-layout { grid-template-columns: 180px minmax(0,1fr); gap: 37px; padding-top: 44px; }
  .tu-sidebar nav { padding-left: 12px; }
  .tu-sidebar nav a { font-size: 12px; }
  .tu-section > h2 { font-size: 33px; }
  .tu-worked { padding: 25px; }
  .tu-table-wrap th, .tu-table-wrap td { padding-left: 10px; padding-right: 10px; }
  .tu-related-grid strong { font-size: 20px; }
}

@media (max-width: 920px) {
  .tu-layout { grid-template-columns: minmax(0,1fr); gap: 31px; }
  .tu-sidebar { position: static; max-height: none; }
  .tu-sidebar nav { display: flex; flex-wrap: wrap; gap: 8px 24px; padding: 19px 0; border: 0; border-bottom: 1px solid var(--tu-line); }
  .tutorial-page .tu-sidebar .tu-label { width: 100%; margin: 0 0 3px; }
  .tu-sidebar nav a { padding: 4px 0; font-size: 13px; }
  .tu-back { display: none; }
  .tu-hero { gap: 30px; }
  .tu-scenario { padding: 24px; }
  .tu-scenario h2 { font-size: 23px; }
}

@media (max-width: 760px) {
  .tu-breadcrumb { padding-top: 22px; gap: 9px; font-size: 12px; }
  .tu-hero { grid-template-columns: minmax(0,1fr); gap: 30px; padding: 31px 0 33px; }
  .tu-hero .ex-eyebrow { margin-bottom: 21px; font-size: 10px; }
  .tu-hero h1 { max-width: 630px; font-size: 40px; line-height: 1.1; letter-spacing: -1.65px; text-wrap: initial; }
  .tu-lede { margin: 22px 0 18px; font-size: 16px; }
  .tu-meta { gap: 10px 14px; font-size: 11px; }
  .tu-scenario { padding: 25px; border-radius: 15px; }
  .tu-scenario h2 { font-size: 26px; }
  .tu-goal { margin: 18px 0; padding: 16px 0; }
  .tu-layout { padding-top: 7px; gap: 34px; }
  .tu-sidebar nav { gap: 6px 20px; }
  .tu-sidebar nav a { font-size: 12px; padding: 8px 0; }
  .tutorial-page .tu-label { font-size: 10px; letter-spacing: 1px; margin-bottom: 13px; }
  .tu-section { margin-bottom: 41px; }
  .tu-section > h2 { margin-bottom: 21px; font-size: 30px; line-height: 1.2; letter-spacing: -1px; text-wrap: initial; }
  .tu-section > p, .tu-step > p { font-size: 15px; line-height: 1.85; }
  .tu-flow { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; padding: 19px 0; margin-top: 22px; }
  .tu-flow > span { flex-direction: row; align-items: center; gap: 10px; font-size: 12px; }
  .tu-setup-details summary { min-height: 68px; padding: 16px; font-size: 14px; gap: 13px; }
  .tu-setup-details ol { padding: 0 19px 12px 32px; }
  .tu-setup-details li { font-size: 13px; }
  .tu-requires li { font-size: 14px; }
  .tu-access-links { gap: 10px 20px; }
  .tu-diagram { margin-bottom: 44px; }
  .tu-diagram figcaption { margin-bottom: 16px; }
  .tu-diagram figcaption > span:last-child { font-size: 11px; }
  .tu-step { padding-top: 25px; margin-top: 27px; }
  .tu-step-title { gap: 13px; margin-bottom: 18px; }
  .tu-step-title > span { flex-basis: 30px; height: 30px; font-size: 11px; }
  .tu-step h3 { font-size: 22px; letter-spacing: -.55px; margin-top: 0; }
  .tu-prompt { margin-top: 21px; padding: 17px; border-radius: 11px; }
  .tu-prompt-heading { display: block; padding-bottom: 12px; }
  .tu-prompt-heading > span { display: block; }
  .tu-prompt-hint { margin-top: 6px; }
  .tu-prompt > p { font-size: 13px; line-height: 1.9; margin-top: 14px; }
  .tu-worked { padding: 23px 18px; border-radius: 14px; }
  .tu-worked > h2 { font-size: 28px; }
  .tu-worked .tu-sample-note { padding-left: 12px; font-size: 12px; }
  .tu-takeaway { padding: 19px; }
  .tu-takeaway p { font-size: 13px; }
  .tu-review li { font-size: 14px; gap: 11px; padding: 14px 0; }
  .tu-next { margin-top: 23px; padding: 21px; }
  .tu-next p { font-size: 14px; }
  .tu-sources > h2 { font-size: 27px; }
  .tu-related { margin: 0 0 38px; padding-top: 32px; }
  .tu-related h2 { font-size: 29px; }
  .tu-related-grid { grid-template-columns: minmax(0,1fr); gap: 13px; }
  .tu-related-grid > a { position: relative; gap: 11px; padding: 22px 50px 23px 22px; }
  .tu-related-grid strong { max-width: 550px; font-size: 21px; }
  .tu-related-grid a > span:last-child { position: absolute; top: 20px; right: 21px; }
}

@media (max-width: 650px) {
  .tu-table-wrap table, .tu-table-wrap tbody { display: block; }
  .tu-table-wrap thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .tu-table-wrap tr { display: block; margin-bottom: 15px; padding: 11px 15px; border: 1px solid #e4d8c7; border-radius: 9px; background: #fcfaf4; }
  .tu-table-wrap td { display: block; padding: 10px 0; border: none; font-size: 13px; line-height: 1.85; }
  .tu-table-wrap td::before { display: block; margin-bottom: 4px; content: attr(data-label); color: #005673; font-size: 10px; font-weight: 700; line-height: 1.65; }
}

@media (max-width: 370px) {
  .tu-hero h1 { font-size: 36px; letter-spacing: -1.5px; }
  .tu-scenario { padding: 22px; }
  .tu-section > h2 { font-size: 28px; }
  .tu-flow { gap: 16px 10px; }
  .tu-flow > span { font-size: 11px; gap: 7px; }
  .tu-step-title { gap: 11px; }
  .tu-step h3 { font-size: 21px; }
  .tu-worked { padding: 21px 15px; }
  .tu-worked > h2 { font-size: 26px; }
  .tu-prompt { padding: 15px; }
  .tu-takeaway { padding: 17px; }
  .ex-tutorial-link { font-size: 13px; gap: 15px; }
}
