/* Derived from content/legal-package/legal/styles.css by scripts/derive-legal-css.mjs — do not edit.
   Selectors are scoped to .legal-scope so the package styles cannot reach
   the shared navbar. Regenerate rather than editing this file. */

@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/jost/jost-400-normal-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/jost/jost-600-normal-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/jost/jost-700-normal-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/plus-jakarta-sans/plus-jakarta-sans-400-italic-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/plus-jakarta-sans/plus-jakarta-sans-400-normal-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/plus-jakarta-sans/plus-jakarta-sans-600-italic-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/plus-jakarta-sans/plus-jakarta-sans-600-normal-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/plus-jakarta-sans/plus-jakarta-sans-700-italic-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/plus-jakarta-sans/plus-jakarta-sans-700-normal-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Jost Fallback";
  src: local("Arial"), local("Helvetica"), local("Roboto");
  size-adjust: 88.8%;
  ascent-override: 102.0%;
  descent-override: 23.9%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Plus Jakarta Sans Fallback";
  src: local("Arial"), local("Helvetica"), local("Roboto");
  size-adjust: 102.9%;
  ascent-override: 88.0%;
  descent-override: 20.6%;
  line-gap-override: 0%;
}.legal-scope{
  
  --ink: #000000; --body: #363634; --muted: #363634; --accent: #103936;
  --link: #103936; --marker: #103936;
  --rule: #c3bebb; --bg: #FFFFFF; --panel: #eee9e9;
  --font-body: "Plus Jakarta Sans","Plus Jakarta Sans Fallback","Helvetica Neue",Helvetica,Arial,sans-serif; --font-heading: "Futura","Futura PT","Jost","Jost Fallback","Century Gothic",Arial,sans-serif;

  
  
  --scale: 1;
  --t-micro: calc(.6875rem * var(--scale));   
  --t-small: calc(.9375rem * var(--scale));   
  --t-body:  calc(.9375rem * var(--scale));   
  --t-h3:    calc(1rem * var(--scale));       
  --t-h2:    calc(1.4375rem * var(--scale));  
  --t-title: clamp(1.75rem, 3.4vw, calc(2.6875rem * var(--scale)));
  --t-hero:  clamp(2rem, 4.6vw, calc(3.4375rem * var(--scale)));
  --track: .16em;         

  
  --spine: 3.6rem;
  
  --numgap: 4px;
  --numcol: 3.6em;   
  
  --measure: 84ch;
  --step: 1.9rem;         
  --box-pad: 28px;        
  --box-gap: 20px;        
  --sticky-top: 24px;
  --page-max: 920px;
  --page-max-hub: 1080px;
  
  --page-vw: 74vw;
  --page-vw-hub: 80vw;
}.legal-scope, .legal-scope :where(*){ border-radius: 0; }.legal-scope, .legal-scope *{ box-sizing: border-box; }.legal-scope{ scroll-behavior: smooth; }.legal-scope{
  margin: 0; background: var(--bg); color: var(--body);
  font-family: var(--font-body); font-size: var(--t-body); line-height: 1.65;
  -webkit-font-smoothing: antialiased; text-align: left;
}.legal-scope img{ max-width: 100%; height: auto; }.legal-scope .legal{ max-width: var(--page-max); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px); }.legal-scope .legal.hub{ max-width: var(--page-max-hub); }

@media (min-width: 1100px) {.legal-scope .legal{ max-width: min(var(--page-max), var(--page-vw)); }.legal-scope .legal.hub{ max-width: min(var(--page-max-hub), var(--page-vw-hub)); }
}.legal-scope a{ color: var(--link); text-decoration: underline;
  text-underline-offset: .16em; text-decoration-thickness: .06em; }.legal-scope a:hover{ text-decoration-thickness: .12em; }.legal-scope a:focus-visible{ outline: 2px solid var(--link); outline-offset: 3px;
  border-radius: 0; }.legal-scope strong{ font-weight: 700; color: var(--ink); }.legal-scope em{ font-style: italic; }.legal-scope .caps{ text-transform: uppercase; }.legal-scope .skip{ position: absolute; left: -9999px; }.legal-scope .skip:focus{ left: 1rem; top: 1rem; background: var(--panel);
  padding: .6rem 1rem; z-index: 10; }.legal-scope .vh{ position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }.legal-scope .doc-head{ padding: clamp(32px, 5vw, 56px) 0 clamp(26px, 4vw, 40px); }.legal-scope .eyebrow{ font-family: var(--font-heading); font-size: var(--t-micro);
  letter-spacing: var(--track); text-transform: uppercase; color: var(--muted);
  margin: 0 0 18px; }.legal-scope .eyebrow a{ color: inherit; text-decoration: none;
  display: inline-flex; align-items: center; min-height: 44px;
  padding: 0 8px; margin: -10px 0 -10px -8px; }.legal-scope .eyebrow a:hover{ text-decoration: underline; }.legal-scope h1{ font-family: var(--font-heading); font-weight: 700; color: var(--ink);
  letter-spacing: -.02em; line-height: 1.06; margin: 0;
  font-size: var(--t-title); max-width: 20ch; }.legal-scope .effective{ display: flex; flex-wrap: wrap; gap: 10px 28px;
  margin: 28px 0 0; padding: 16px 0 0; border-top: 1px solid var(--rule);
  font-size: var(--t-small); color: var(--muted);
  font-variant-numeric: tabular-nums; }.legal-scope .effective b{ color: var(--ink); font-weight: 600; }.legal-scope .layout{ display: grid; grid-template-columns: minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px); align-items: start;
  padding-bottom: clamp(48px, 7vw, 88px); }.legal-scope .doc{ max-width: var(--measure); min-width: 0; }.legal-scope h2.clause{
  font-family: var(--font-heading); font-weight: 600; font-size: var(--t-h2);
  line-height: 1.25; letter-spacing: -.012em; color: var(--ink);
  margin: 44px 0 20px; padding-top: 38px; border-top: 1px solid var(--rule);
  display: grid; grid-template-columns: var(--spine) 1fr;
  gap: 0 var(--numgap);
  scroll-margin-top: calc(var(--sticky-top) + 16px);
}.legal-scope h2.clause:first-of-type{ margin-top: 0; padding-top: 0; border-top: 0; }.legal-scope h2.clause .n{ color: var(--accent); font-variant-numeric: tabular-nums; }.legal-scope h2.clause.sub{
  font-size: var(--t-h3); letter-spacing: -.005em;
  margin-top: 30px; margin-right: 0; margin-bottom: 12px;
  padding-top: 0; border-top: 0; grid-template-columns: var(--spine) 1fr;
}.legal-scope h2.clause, .legal-scope h2.clause.sub{
  font-size: max(var(--t-body),
                 calc(var(--t-h3) - (var(--d, 1) - 1) * 0.0625rem));
  font-weight: clamp(500, calc(600 - (var(--d, 1) - 1) * 100), 600);
  margin-left: var(--ind, 0in);
}.legal-scope h2.clause:not([style*="--d:1"]){ border-top: 0; padding-top: 0; }.legal-scope h2.clause.nonum{ grid-template-columns: minmax(0, 1fr); }.legal-scope p.p, .legal-scope .p .t, .legal-scope .p.numbered > .t, .legal-scope .p.bullet > .t, .legal-scope h2.clause .t, .legal-scope th, .legal-scope td{ overflow-wrap: anywhere; }.legal-scope p.p{ margin: 0 0 16px;
  margin-left: calc(var(--ind, 0in) + var(--spine)); }.legal-scope .p.numbered, .legal-scope .p.bullet{
  display: grid; grid-template-columns: var(--hang, var(--spine)) 1fr;
  gap: 0 var(--numgap); margin: 0 0 14px; align-items: start;
  margin-left: calc(var(--ind, 0in) - var(--hang, 0in));
}.legal-scope .p.numbered > .n, .legal-scope .p.bullet > .n{
  color: var(--marker); font-weight: 600; font-size: .94em;
  font-variant-numeric: tabular-nums; padding-top: .02em;
}.legal-scope .p.numbered > .t, .legal-scope .p.bullet > .t{ min-width: 0; }.legal-scope [style*="--d:"]{ --ind: calc(var(--step) * (var(--d, 1) - 1)); }.legal-scope .p.lvl0{ --ind: 0in; }.legal-scope .p.lvl1{ --ind: 1.9rem; }.legal-scope .p.lvl2{ --ind: 3.8rem; }.legal-scope .p.lvl3{ --ind: 5.7rem; }.legal-scope .runin{ font-family: var(--font-heading); font-weight: 600; color: var(--ink);
  scroll-margin-top: calc(var(--sticky-top) + 16px); }.legal-scope .runin::after{ content: "\2014"; font-weight: 400; color: var(--muted);
  margin: 0 .45em 0 .4em; }.legal-scope .divider{ display: flex; align-items: center; gap: 16px;
  margin: 34px 0 30px; padding: 0; font-family: var(--font-heading);
  font-size: var(--t-micro); letter-spacing: var(--track); text-transform: uppercase;
  color: var(--muted); }.legal-scope .divider::before, .legal-scope .divider::after{ content: ""; height: 1px;
  background: var(--rule); flex: 1; }.legal-scope .totop{ margin: 3.5rem 0 0; padding-top: 1.2rem;
  border-top: 1px solid var(--rule); font-size: var(--t-small); }.legal-scope .totop a{ display: inline-flex; align-items: center; min-height: 44px;
  padding: 0 10px; margin-left: -10px; }.legal-scope .tw{ margin: 22px 0 26px; margin-left: var(--spine); overflow-x: auto;
  border: 1px solid var(--rule); }.legal-scope .tw--wide table{ min-width: calc(var(--cols, 3) * 9rem); }.legal-scope .tw--wide{
  background:
    linear-gradient(to right, var(--bg) 40%, transparent)
      left center / 32px 100% no-repeat local,
    linear-gradient(to left, var(--bg) 40%, transparent)
      right center / 32px 100% no-repeat local,
    radial-gradient(farthest-side at 0 50%, var(--rule), transparent)
      left center / 12px 100% no-repeat scroll,
    radial-gradient(farthest-side at 100% 50%, var(--rule), transparent)
      right center / 12px 100% no-repeat scroll;
}.legal-scope .tw--wide:focus-visible{ outline: 2px solid var(--link);
  outline-offset: 2px; }.legal-scope table{ border-collapse: collapse; width: 100%; font-size: var(--t-small);
  line-height: 1.62; background: var(--bg); }.legal-scope caption{ text-align: left; }.legal-scope th, .legal-scope td{ text-align: left; vertical-align: top; padding: 13px 16px;
  border-bottom: 1px solid var(--rule); }.legal-scope thead th{ font-family: var(--font-heading); font-weight: 600;
  font-size: var(--t-micro); letter-spacing: .11em; text-transform: uppercase;
  color: var(--ink); background: var(--panel);
  border-bottom: 1px solid var(--rule); white-space: nowrap; }.legal-scope tbody tr:last-child th, .legal-scope tbody tr:last-child td{ border-bottom: 0; }.legal-scope table.defs tbody th{ width: 14rem; font-weight: 700; color: var(--ink);
  border-right: 1px solid var(--rule); }.legal-scope table p{ margin: 0 0 8px; }.legal-scope table p:last-child{ margin-bottom: 0; }.legal-scope table p.p{ margin-left: 0; }.legal-scope table .n{ margin-right: .4em; }.legal-scope .toc{ position: static; margin: 0 0 34px; border: 1px solid var(--rule);
  max-width: var(--measure); }.legal-scope .toc summary{ display: flex; list-style: none; cursor: pointer;
  padding: 13px 16px; min-height: 44px; box-sizing: border-box;
  font-family: var(--font-heading); font-size: var(--t-micro);
  letter-spacing: var(--track); text-transform: uppercase; color: var(--ink);
  justify-content: space-between; align-items: center; gap: 12px; }.legal-scope .toc summary::-webkit-details-marker{ display: none; }.legal-scope .toc summary::after{ content: "+"; font-size: 1.1rem;
  color: var(--marker); line-height: 1; }.legal-scope .toc details[open] summary::after{ content: "\2013"; }.legal-scope .toc details[open] summary{ border-bottom: 1px solid var(--rule); }.legal-scope .toc summary:focus-visible{ outline: 2px solid var(--link);
  outline-offset: -2px; }.legal-scope .toc__title{ display: none; }.legal-scope .toc__list{ list-style: none; margin: 0; padding: 10px 8px;
  max-height: min(60vh, 520px);
  overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin;
  scrollbar-color: var(--rule) transparent; }.legal-scope .toc__list::-webkit-scrollbar{ width: 6px; }.legal-scope .toc__list::-webkit-scrollbar-thumb{ background: var(--rule); }.legal-scope .toc__list li{ margin: 0; }.legal-scope .toc__list a{ display: grid; grid-template-columns: 2.7rem 1fr; gap: 6px;
  padding: 12px 10px 12px 12px; min-height: 44px; align-items: center;
  font-size: var(--t-small); line-height: 1.45;
  color: var(--body); text-decoration: none;
  border-left: 2px solid transparent;
  transition: color .12s ease, border-color .12s ease; }.legal-scope .toc__list a:hover{ color: var(--link);
  border-left-color: var(--rule); }.legal-scope .toc__list a[aria-current="true"]{ color: var(--link); font-weight: 600;
  border-left-color: var(--accent); background: var(--panel); }.legal-scope .toc__n{ color: var(--marker); font-variant-numeric: tabular-nums; }.legal-scope .toc__list a[aria-current="true"] .toc__n{ color: var(--link); }.legal-scope .toc__list a.sub{ padding-left: 22px; }.legal-scope .hub-head{ padding: clamp(40px, 7vw, 88px) 0 clamp(28px, 4vw, 44px); }.legal-scope .hub-head h1{ font-size: var(--t-hero); line-height: 1.02; max-width: 18ch; }.legal-scope .hub-lede{ max-width: 52ch; margin: 24px 0 0; font-size: var(--t-body);
  color: var(--body); }.legal-scope .hub-rule{ height: 2px; background: var(--accent); margin: 0; border: 0; }.legal-scope .hub-group{ margin: clamp(40px, 6vw, 72px) 0 0; }.legal-scope .hub-group__label{ font-family: var(--font-heading); font-weight: 600;
  font-size: var(--t-h2); line-height: 1.25; letter-spacing: -.012em;
  color: var(--ink); margin: 0 0 20px; }.legal-scope .hub-grid{ list-style: none; margin: 0; padding: 0; display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--box-gap); align-items: stretch; }.legal-scope .box{ display: flex; }.legal-scope .box > a{ display: flex; flex-direction: column; width: 100%;
  border: 1px solid var(--rule); padding: var(--box-pad);
  text-decoration: none; color: inherit; }.legal-scope .box > a:hover{ border-color: var(--accent); }.legal-scope .box > a:focus-visible{ outline: 2px solid var(--link); outline-offset: 2px; }.legal-scope .box__title{ font-family: var(--font-heading); font-weight: 600;
  font-size: var(--t-h3); line-height: 1.3; color: var(--ink); margin: 0;
  letter-spacing: -.005em; }.legal-scope .box > a:hover .box__title{ text-decoration: underline;
  text-underline-offset: .16em; text-decoration-thickness: .06em; }.legal-scope .box__desc{ margin: 10px 0 0; font-size: var(--t-small); line-height: 1.6;
  color: var(--body); }.legal-scope .box__meta{ margin-top: auto; padding-top: 20px; font-size: var(--t-micro);
  line-height: 1.5; color: var(--body); font-variant-numeric: tabular-nums; }.legal-scope .box__meta span + span::before{ content: "\00b7"; margin: 0 .45em; }.legal-scope .box__flag{ display: inline-block; margin-top: 8px; font-weight: 600;
  letter-spacing: var(--track); text-transform: uppercase;
  color: var(--marker); }.legal-scope .hub-note{ margin: clamp(44px, 6vw, 72px) 0 0;
  border: 1px solid var(--rule); padding: var(--box-pad); }.legal-scope .hub-note h2{ font-family: var(--font-heading); font-size: var(--t-h3);
  font-weight: 600; margin: 0 0 8px; color: var(--ink); }.legal-scope .hub-note p{ margin: 0; font-size: var(--t-small); color: var(--body);
  max-width: 62ch; }.legal-scope .hub-foot{ margin: 22px 0 clamp(56px, 8vw, 96px); }.legal-scope .hub-foot p{ margin: 0; font-size: var(--t-micro); color: var(--body);
  max-width: 62ch; line-height: 1.6; }


@media (max-width: 900px) {.legal-scope{ --spine: 5rem; }.legal-scope .toc{ max-width: none; }.legal-scope .tw{ margin-left: 0; }.legal-scope p.p{ margin-left: var(--ind, 0in); }.legal-scope h2.clause{ grid-template-columns: 3.2rem 1fr; }
}
@media (max-width: 700px) {.legal-scope .hub-grid{ grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 620px) {.legal-scope{
    --t-small: calc(.8125rem * var(--scale));   
    --t-body:  calc(.8125rem * var(--scale));   
    --t-h3:    calc(.875rem * var(--scale));    
    --t-h2:    calc(1.3125rem * var(--scale));  
    
    --spine: 3.2rem; --box-pad: 22px; }.legal-scope{ --step: 0.75rem; }.legal-scope [style*="--lvl"]{ --ind: calc(var(--step) * min(var(--lvl, 0), 1)); }.legal-scope .p.lvl1, .legal-scope .p.lvl2, .legal-scope .p.lvl3{ --ind: var(--step); }.legal-scope .hub-head, .legal-scope .hub-head > *, .legal-scope .hub-group__label, .legal-scope .hub-group__label span, .legal-scope .entry > a, .legal-scope .hub-note, .legal-scope .hub-note > *, .legal-scope .hub-foot, .legal-scope .hub-foot p{
    grid-template-columns: minmax(0, 1fr); grid-column: 1; }.legal-scope .entry__meta{ padding-right: 0; margin-bottom: 8px; }.legal-scope .entry__meta b, .legal-scope .entry__meta .lab{ display: inline; }.legal-scope .entry__meta .lab::after{ content: " "; }.legal-scope .entry__meta b::after{ content: "\00b7"; color: var(--muted);
    margin: 0 .45em; }.legal-scope .entry__meta b:last-of-type::after{ content: ""; }.legal-scope .entry__flag{ display: inline-block; margin-top: 0; }.legal-scope .hub-head h1{ max-width: none; }.legal-scope .hub-group__label .spine{ display: none; }.legal-scope table.defs tbody th{ width: 9rem; }.legal-scope .effective{ gap: 8px 18px; }
}



@media (max-width: 400px) {.legal-scope .p.numbered, .legal-scope .p.bullet{ display: block; margin-left: var(--ind, 0in); }.legal-scope .p.numbered > .n, .legal-scope .p.bullet > .n{ display: inline; margin-right: .5em;
    font-size: 1em; }.legal-scope .p.numbered > .t, .legal-scope .p.bullet > .t{ display: inline; }.legal-scope h2.clause{ display: block; }.legal-scope h2.clause .n{ margin-right: .5em; }.legal-scope p.p{ margin-left: var(--ind, 0in); }.legal-scope .tw{ margin-left: 0; }
}

@media print {.legal-scope .toc, .legal-scope .skip, .legal-scope .totop{ display: none !important; }.legal-scope{ font-size: 10.5pt; color: #000; }.legal-scope .legal{ max-width: none; padding: 0; }.legal-scope .layout{ display: block; padding-bottom: 0; }.legal-scope .doc{ max-width: none; }.legal-scope h2.clause, .legal-scope h2.clause.sub{ break-after: avoid; }.legal-scope .p.numbered, .legal-scope .p.bullet, .legal-scope tr{ break-inside: avoid; }.legal-scope a{ color: #000; text-decoration: none; }.legal-scope a[href^="http"]::after{ content: " (" attr(href) ")"; font-size: 8.5pt;
    color: #444; word-break: break-all; }.legal-scope .tw{ overflow: visible; margin-left: 0; }.legal-scope .doc-head{ padding-top: 0; }
}
@media (prefers-reduced-motion: reduce) {.legal-scope, .legal-scope *{ transition: none !important; }.legal-scope{ scroll-behavior: auto; }
}
