/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --font-mono: ui-monospace, "SF Mono", Menlo, monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #2563eb;
    --color-primary-500: #3b82f6;
    --color-secondary-200: #e2e8f0;
    --color-secondary-500: #64748b;
    --color-secondary-600: #475569;
    --color-secondary-700: #334155;
    --color-neutral: #171717;
    --color-background: #ffffff;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .hidden\! {
    display: none !important;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .h-auto {
    height: auto;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .list-none {
    list-style-type: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-right {
    text-align: right;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
.ths-tsp-member {
  max-width: 1180px;
  margin: auto;
  padding-top: 48px;
  padding-bottom: 64px;
}
.ths-tsp-member h1 {
  font-size: clamp(2.5rem,5vw,4.6rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.tsp-columns,.tsp-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.tsp-card {
  background: #fff;
  border: 1px solid #dbe2e9;
  border-radius: 16px;
  padding: 28px;
  margin: 24px 0;
  color: #142638;
  box-shadow: 0 6px 24px #132b4310;
}
.tsp-card h2 {
  font-size: 1.5rem;
  margin: 0 0 16px;
}
.tsp-card p,.tsp-card li {
  line-height: 1.65;
}
.tsp-notice {
  padding: 18px 22px;
  border-left: 4px solid #b98a31;
  background: #fff6df;
  border-radius: 6px;
  color: #43351c;
}
.tsp-fields label {
  font-weight: 650;
  display: block;
}
.tsp-fields input,.tsp-fields select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  min-height: 48px;
  margin-top: 8px;
  padding: 12px;
  border: 1px solid #8d9cab;
  border-radius: 7px;
  background: #fff;
  color: #142638;
  font: inherit;
}
.tsp-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.55;
  margin: 24px 0;
}
.tsp-check input {
  margin-top: 6px;
  min-width: 18px;
}
.tsp-trap {
  position: absolute;
  left: -10000px;
}
.ths-tsp-member a {
  text-decoration: underline;
}
.ths-tsp-member button {
  cursor: pointer;
  padding: 13px 20px;
}
.ths-tsp-member :focus-visible {
  outline: 3px solid #ab7624;
  outline-offset: 3px;
}
@media (max-width:720px) {
  .tsp-columns,.tsp-fields {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .tsp-card {
    padding: 20px;
    margin: 16px 0;
  }
  .ths-tsp-member {
    padding: 28px 18px;
  }
}
@layer base;
@layer components;
#bj-portal {
  --bj-ink: #173c34;
  --bj-navy: #19384b;
  --bj-paper: #f5f5ee;
  --bj-gold: #a7792f;
  --bj-line: #d6ded5;
  display: grid;
  grid-template-columns: 236px minmax(0,1fr);
  max-width: 1440px;
  margin: 24px auto 48px;
  color: var(--bj-ink);
  background: var(--bj-paper);
  border: 1px solid var(--bj-line);
  border-radius: 20px;
  overflow: hidden;
  font: 16px/1.55 Arial,sans-serif;
}
#bj-portal * {
  box-sizing: border-box;
}
#bj-portal [hidden] {
  display: none !important;
}
#bj-portal button,#bj-portal input,#bj-portal select {
  font: inherit;
}
#bj-portal button,#bj-portal a {
  touch-action: manipulation;
}
#bj-portal button {
  cursor: pointer;
}
#bj-portal button:disabled {
  opacity: .55;
  cursor: wait;
}
#bj-portal :focus-visible {
  outline: 3px solid #ad7c25;
  outline-offset: 3px;
}
#bj-portal h1,#bj-portal h2,#bj-portal h3 {
  color: var(--bj-ink);
  text-wrap: balance;
}
#bj-portal h1 {
  font: 700 clamp(32px,3.5vw,48px)/1.12 Georgia,serif;
  letter-spacing: -1px;
  margin: 8px 0 14px;
}
#bj-portal h2 {
  font: 700 clamp(25px,2.4vw,32px)/1.2 Georgia,serif;
  margin: 8px 0 16px;
}
#bj-portal h3 {
  font-size: 19px;
  line-height: 1.3;
  margin: 4px 0 12px;
}
#bj-portal p {
  margin: 8px 0 16px;
}
#bj-portal a {
  color: #215b4b;
  text-underline-offset: 4px;
}
#bj-portal .bjp-side {
  background: #173c34;
  color: #fff;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
#bj-portal .bjp-brand {
  display: block;
  text-decoration: none;
}
#bj-portal .bjp-brand img {
  width: 195px;
  height: 95px;
  object-fit: contain;
  background: #faf8f4;
  border-radius: 8px;
}
#bj-portal .bjp-brand span {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  margin-top: 18px;
  color: #cbd9ca;
}
#bj-portal .bjp-side-company {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin: 0;
}
#bj-portal .bjp-side nav {
  display: grid;
  gap: 8px;
}
#bj-portal .bjp-side nav button {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  text-align: left;
  padding: 14px 12px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 7px;
  color: #edf3ea;
  font-size: 15px;
  line-height: 1.35;
  min-height: 48px;
}
#bj-portal .bjp-side nav button[aria-pressed=true] {
  background: #ecf0e3;
  color: #14392f;
  font-weight: 700;
}
#bj-portal .bjp-side nav button:hover {
  border-color: #6b8b7d;
}
#bj-portal .bjp-side-foot {
  margin-top: auto;
  padding-top: 56px;
}
#bj-portal .bjp-side-foot p {
  font: 26px/1.35 Georgia,serif;
  color: #e2d1a4;
}
#bj-portal .bjp-side-foot a {
  display: block;
  color: #e6efdf;
  font-size: 14px;
  margin: 14px 0;
}
#bj-portal .bjp-main {
  padding: 30px;
  min-width: 0;
}
#bj-portal .bjp-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 24px;
}
#bj-portal .bjp-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  margin: 0 0 12px;
}
#bj-portal .bjp-lead {
  font-size: 17px;
  color: #50695c;
}
#bj-portal .bjp-head-actions {
  display: grid;
  gap: 14px;
  min-width: 164px;
}
#bj-portal .bjp-tag {
  font-size: 12px;
  padding: 7px 10px;
  background: #e6ede0;
  border-radius: 30px;
  text-align: center;
  font-weight: 700;
}
#bj-portal .bjp-button,#bj-portal .bjp-secondary,#bj-portal .bjp-light {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  border-radius: 7px;
  padding: 10px 15px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.4;
}
#bj-portal .bjp-button {
  background: var(--bj-ink);
  color: white;
  border: 1px solid var(--bj-ink);
}
#bj-portal .bjp-secondary {
  background: white;
  color: var(--bj-ink);
  border: 1px solid #bacabd;
  font-size: 14px;
}
#bj-portal .bjp-light {
  color: var(--bj-ink);
  background: #f1ecdb;
  border: 0;
}
#bj-portal .bjp-text-button {
  border: 0;
  background: transparent;
  color: #674522;
  text-decoration: underline;
  min-height: 44px;
  padding: 8px;
}
#bj-portal .bjp-notice {
  padding: 16px 18px;
  border-left: 4px solid var(--bj-gold);
  background: #f1ead8;
  font-size: 14px;
  border-radius: 0 7px 7px 0;
  margin: 18px 0;
}
#bj-portal .bjp-notice p:last-child {
  margin-bottom: 0;
}
#bj-portal .bjp-error {
  background: #fff0e9;
  color: #842d23;
  border-color: #9f493b;
}
#bj-portal .bjp-context {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 12px;
  color: #52685a;
  border-bottom: 1px solid var(--bj-line);
  padding: 5px 0 14px;
}
#bj-portal .bjp-context p {
  margin: 0;
}
#bj-portal .bjp-context span {
  text-align: right;
}
#bj-portal .bjp-mode {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 0;
}
#bj-portal .bjp-mode strong {
  font-size: 15px;
}
#bj-portal .bjp-mode p {
  font-size: 13px;
  margin: 4px 0 0;
  color: #5b705f;
}
#bj-portal .bjp-mode [role=group] {
  display: flex;
  background: #fff;
  border: 1px solid #b9c6b8;
  border-radius: 9px;
  padding: 4px;
  flex-shrink: 0;
}
#bj-portal .bjp-mode button {
  border: 0;
  border-radius: 5px;
  background: white;
  color: var(--bj-ink);
  padding: 10px 14px;
  min-height: 44px;
  font-size: 14px;
  font-weight: 700;
}
#bj-portal .bjp-mode button[aria-pressed=true] {
  background: var(--bj-ink);
  color: white;
}
#bj-portal .bjp-hero {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 30px;
  background: var(--bj-navy);
  border-radius: 12px;
  color: #edf4ed;
  padding: 30px;
  margin: 24px 0;
}
#bj-portal .bjp-hero h2 {
  font-size: clamp(28px,3vw,37px);
  color: white !important;
}
#bj-portal .bjp-hero p {
  color: #e3ece7;
}
#bj-portal .bjp-hero-side {
  border-left: 1px solid #81938e;
  padding-left: 24px;
  align-self: center;
}
#bj-portal .bjp-hero-side span {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #e3cf9c;
}
#bj-portal .bjp-hero-side strong {
  font: 24px/1.3 Georgia,serif;
  display: block;
  margin: 12px 0;
}
#bj-portal .bjp-hero-side p {
  font-size: 14px;
}
#bj-portal .bjp-metrics {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
  margin: 22px 0;
}
#bj-portal .bjp-metric {
  border: 1px solid var(--bj-line);
  border-top: 3px solid #ac8541;
  border-radius: 8px;
  background: white;
  padding: 18px;
  min-width: 0;
}
#bj-portal .bjp-metric>span {
  display: block;
  font-size: 12px;
  min-height: 36px;
  font-weight: 700;
}
#bj-portal .bjp-metric strong {
  display: block;
  font-size: clamp(20px,2vw,29px);
  letter-spacing: -.6px;
  line-height: 1.3;
  overflow-wrap: anywhere;
  margin: 10px 0;
}
#bj-portal .bjp-metric p {
  font-size: 12px;
  line-height: 1.5;
  color: #53695c;
  margin: 0;
}
#bj-portal .bjp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
#bj-portal .bjp-card {
  padding: 24px;
  border: 1px solid var(--bj-line);
  border-radius: 10px;
  background: #fff;
  margin: 18px 0;
}
#bj-portal .bjp-actions {
  list-style: decimal;
  padding-left: 23px;
}
#bj-portal .bjp-actions li {
  padding-left: 6px;
  margin: 18px 0;
}
#bj-portal .bjp-actions strong,#bj-portal .bjp-actions span {
  display: block;
}
#bj-portal .bjp-actions span {
  font-size: 14px;
  margin-top: 5px;
  color: #516b5c;
}
#bj-portal .bjp-muted {
  color: #52695a;
  font-size: 13px;
}
#bj-portal .bjp-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
#bj-portal .bjp-section-head p {
  font-size: 14px;
}
#bj-portal .bjp-stages {
  display: grid;
  grid-template-columns: repeat(7,minmax(0,1fr));
  gap: 6px;
  margin: 20px 0;
}
#bj-portal .bjp-stages button {
  padding: 12px 6px;
  min-height: 90px;
  color: var(--bj-ink);
  background: #fff;
  border: 1px solid var(--bj-line);
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.3;
}
#bj-portal .bjp-stages strong {
  display: block;
  font-size: 25px;
  margin-bottom: 7px;
}
#bj-portal .bjp-stages button[aria-pressed=true] {
  background: var(--bj-ink);
  color: white;
}
#bj-portal label {
  display: grid;
  gap: 7px;
  font-size: 14px;
  font-weight: 700;
}
#bj-portal input,#bj-portal select {
  background: #fff;
  border: 1px solid #aebdac;
  border-radius: 6px;
  color: #163b30;
  min-height: 46px;
  padding: 10px;
  max-width: 100%;
  width: 100%;
}
#bj-portal .bjp-filters {
  display: grid;
  grid-template-columns: 1fr 1.4fr auto;
  align-items: end;
  gap: 14px;
  margin: 20px 0;
}
#bj-portal .bjp-table {
  overflow: auto;
  border: 1px solid var(--bj-line);
  border-radius: 8px;
  background: white;
}
#bj-portal table {
  width: 100%;
  min-width: 730px;
  border-collapse: collapse;
  font-size: 13px;
}
#bj-portal caption {
  text-align: left;
  font-size: 12px;
  padding: 12px;
  background: #edf1e7;
}
#bj-portal th,#bj-portal td {
  text-align: left;
  padding: 13px 12px;
  border-bottom: 1px solid #e1e6db;
  vertical-align: top;
}
#bj-portal th {
  background: #e9eee3;
  font-weight: 700;
}
#bj-portal td small {
  display: block;
  color: #536959;
  margin-top: 7px;
  max-width: 190px;
  overflow-wrap: anywhere;
}
#bj-portal .bjp-load-status {
  display: inline-block;
  border-radius: 20px;
  background: #f3ebd5;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 8px;
  white-space: nowrap;
}
#bj-portal .bjp-load-en-route {
  background: #deedf5;
  color: #164d6e;
}
#bj-portal .bjp-load-collected {
  background: #dceee1;
  color: #215c3d;
}
#bj-portal .bjp-empty {
  padding: 28px;
}
#bj-portal .bjp-document-list .bjp-card {
  border-left: 4px solid #af8d4f;
}
#bj-portal .bjp-document-form {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 14px;
  align-items: end;
  border-top: 1px solid var(--bj-line);
  padding-top: 16px;
}
#bj-portal .bjp-case-label {
  max-width: 260px;
}
#bj-portal .bjp-event-list {
  padding: 0;
  list-style: none;
}
#bj-portal .bjp-event-list li {
  background: #fff;
  border-left: 3px solid #a9823c;
  border-bottom: 1px solid var(--bj-line);
  padding: 20px;
  margin: 10px 0;
}
#bj-portal .bjp-event-list strong,#bj-portal .bjp-event-list span {
  display: block;
}
#bj-portal .bjp-event-list span {
  color: #556b5d;
  font-size: 13px;
  margin-top: 8px;
}
#bj-portal .bjp-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--bj-line);
  margin-top: 36px;
  padding-top: 20px;
  font-size: 12px;
  color: #536a5d;
}
#bj-portal dialog {
  color: var(--bj-ink);
  background: #fafbf6;
  border: 1px solid #8fa795;
  border-radius: 13px;
  width: min(830px,calc(100vw - 28px));
  max-height: 90vh;
  overflow: auto;
  padding: 26px;
  position: fixed;
  margin: auto;
}
#bj-portal dialog::backdrop {
  background: #102e2ac2;
}
#bj-portal .bjp-dialog-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#bj-portal .bjp-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 24px 0;
}
#bj-portal #bj-editor-status {
  color: #7a3a20;
}
@media (max-width:1100px) {
  #bj-portal {
    grid-template-columns: 205px minmax(0,1fr);
  }
  #bj-portal .bjp-main {
    padding: 22px;
  }
  #bj-portal .bjp-head {
    display: block;
  }
  #bj-portal .bjp-head-actions {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  #bj-portal .bjp-mode {
    align-items: flex-start;
    flex-direction: column;
  }
  #bj-portal .bjp-metrics {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  #bj-portal .bjp-hero {
    grid-template-columns: 1fr;
  }
  #bj-portal .bjp-hero-side {
    border-left: 0;
    border-top: 1px solid #81938e;
    padding: 20px 0 0;
  }
  #bj-portal .bjp-stages {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
  #bj-portal .bjp-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width:760px) {
  #bj-portal {
    display: block;
    margin: 12px 10px 30px;
    border-radius: 12px;
  }
  #bj-portal .bjp-side {
    padding: 18px;
    gap: 14px;
  }
  #bj-portal .bjp-brand {
    display: none;
  }
  #bj-portal .bjp-side nav {
    display: flex;
    overflow: auto;
    gap: 6px;
  }
  #bj-portal .bjp-side nav button {
    white-space: nowrap;
    flex-shrink: 0;
  }
  #bj-portal .bjp-side nav button span {
    display: none;
  }
  #bj-portal .bjp-side-foot {
    display: none;
  }
  #bj-portal .bjp-main {
    padding: 18px;
  }
  #bj-portal .bjp-context {
    display: block;
  }
  #bj-portal .bjp-context span {
    display: block;
    text-align: left;
    margin-top: 5px;
  }
  #bj-portal .bjp-hero {
    padding: 23px;
  }
  #bj-portal .bjp-filters {
    grid-template-columns: 1fr 1fr;
  }
  #bj-portal .bjp-filters button {
    grid-column: 1/-1;
  }
  #bj-portal .bjp-section-head {
    display: block;
  }
  #bj-portal .bjp-footer {
    display: block;
  }
  #bj-portal .bjp-footer span {
    display: block;
    margin-top: 8px;
  }
  #bj-portal .bjp-form-grid {
    grid-template-columns: 1fr;
  }
  #bj-portal .bjp-document-form {
    grid-template-columns: 1fr;
  }
  #bj-portal .bjp-card {
    padding: 20px;
  }
  #bj-portal .bjp-mode [role=group] {
    width: 100%;
  }
  #bj-portal .bjp-mode button {
    flex: 1;
    padding: 10px 8px;
  }
  #bj-portal .bjp-metric {
    padding: 13px;
  }
  #bj-portal .bjp-metric strong {
    font-size: 23px;
  }
}
@media (prefers-reduced-motion:reduce) {
  #bj-portal * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
html {
  -webkit-text-size-adjust: 100%;
}
body :is(#ths-corporate-v21,#ths-main-content,#ths-operations,#bj-portal) {
  --muted: #435b52;
  font-size: 1.125rem;
  line-height: 1.65;
}
html body #ths-corporate-v21 #ths-main-content :is(p,li,td,th,dt,dd,label,figcaption,summary) {
  font-size: 1.125rem !important;
  line-height: 1.65 !important;
}
html body #ths-corporate-v21 #ths-main-content :is(small,caption,.ths-small,.ths-eyebrow,.ops-kicker,.ops-nav-label,.ops-small-label,.ops-date,.ops-pill,.ops-task-label,.ops-status,.ops-footer,.ops-preview,.ops-preview>span,.ops-metrics span,.ops-metrics em,.ops-metrics small,.ops-pulse,.ops-pulse strong,.ops-brief-foot,.bjp-kicker,.bjp-tag,.bjp-context,.bjp-mode strong,.bjp-mode p,.bjp-metric>span,.bjp-metric p,.bjp-muted,.bjp-load-status,.bjp-footer) {
  font-size: 1rem !important;
  line-height: 1.6 !important;
  letter-spacing: normal !important;
}
html body #ths-corporate-v21 #ths-main-content :is(h2,h3) {
  line-height: 1.3 !important;
}
html body #ths-corporate-v21 #ths-main-content h3 {
  font-size: max(1.25rem,1em) !important;
}
html body :is(#ths-main-content,.ths-top-contact,.ths-footer-links) a {
  font-size: 1.125rem;
  text-underline-offset: .22em;
}
html body #ths-corporate-v21 #ths-main-content :is(p,li,dd) a:not([class*="button"]):not(.ths-button) {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}
html body #ths-corporate-v21 :is(#ths-main-content,.ths-top-contact,.ths-footer-links,.ths-nav) :is(button,[role="button"],.ths-button,.bjp-button,.bjp-secondary,.bjp-light,.ops-primary,summary) {
  min-height: 48px !important;
  min-width: 48px;
  font-size: 1.125rem !important;
  font-weight: 650;
  line-height: 1.45 !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
  touch-action: manipulation;
}
html body #ths-corporate-v21 :is(#ths-main-content,.ths-top-contact,.ths-footer-links,.ths-nav) :is(button,.ths-button,.bjp-button,.bjp-secondary,.bjp-light,.ops-primary) {
  padding: 12px 18px;
}
html body #ths-corporate-v21 :is(#ths-main-content,.ths-top-contact,.ths-footer-links,.ths-nav) :is(.ths-button,.ops-primary,.bjp-button) {
  background: #173e36 !important;
  color: #fff !important;
  border: 2px solid #173e36 !important;
  text-decoration: none !important;
}
html body #ths-corporate-v21 :is(#ths-main-content,.ths-top-contact,.ths-footer-links,.ths-nav) :is(.ths-button,.ops-primary,.bjp-button):hover {
  background: #0f2d27 !important;
  border-color: #0f2d27 !important;
}
html body #ths-corporate-v21 :is(#ths-main-content,.ths-top-contact,.ths-footer-links,.ths-nav) :is(input:not([type=checkbox]):not([type=radio]):not([type=hidden]),select,textarea) {
  font-size: 1.125rem !important;
  min-height: 48px !important;
  line-height: 1.5;
  border-color: #65776f;
}
html body #ths-corporate-v21 :is(#ths-main-content,.ths-top-contact,.ths-footer-links,.ths-nav) :is(input[type=checkbox],input[type=radio]) {
  width: 24px;
  height: 24px;
  min-width: 24px;
  accent-color: #173e36;
  flex-shrink: 0;
}
html body #ths-corporate-v21 :is(#ths-main-content,.ths-top-contact,.ths-footer-links,.ths-nav) :is(a,button,input,select,textarea,summary,[tabindex]):focus-visible {
  outline: 3px solid #1255a3 !important;
  outline-offset: 4px !important;
  box-shadow: 0 0 0 3px #fff !important;
}
html body #ths-corporate-v21 :is(#ths-main-content,.ths-top-contact,.ths-footer-links,.ths-nav) :is(input,textarea)::placeholder {
  color: #52625d;
  opacity: 1;
}
html body #ths-corporate-v21 .ths-nav {
  flex-wrap: wrap;
  gap: 8px 12px;
}
html body #ths-corporate-v21 #ths-navigation a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 8px !important;
  font-size: 1.125rem !important;
  line-height: 1.4 !important;
  white-space: normal !important;
}
html body #ths-corporate-v21 .ths-top-contact a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  font-size: 1.125rem !important;
}
html body #ths-corporate-v21 .ths-footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  font-size: 1.125rem !important;
}
html body #ths-corporate-v21 #ths-navigation .ths-ux-nav-cta {
  background: #173e36 !important;
  color: #fff !important;
  border-radius: 6px;
  padding: 12px 18px !important;
}
html body #ths-operations {
  grid-template-columns: 260px minmax(0,1fr);
}
html body #ths-operations :is(.ops-metrics span,.ops-metrics em,.ops-metrics small,.ops-task-label,.ops-pill,.ops-status) {
  white-space: normal;
}
html body #ths-operations :is(.ops-card-heading,.ops-top,.ops-preview) {
  flex-wrap: wrap;
}
html body #ths-operations .ops-grid {
  grid-template-columns: minmax(0,1fr) 320px;
}
html body #ths-operations .ops-flow {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
html body #ths-corporate-v21 #ths-main-content :is(.ths-actions,.bjp-head,.bjp-mode,.bjp-context,.bjp-section-head) {
  flex-wrap: wrap;
}
html body #bj-portal .bjp-stages {
  grid-template-columns: repeat(auto-fit,minmax(115px,1fr));
}
html body #bj-portal .bjp-side nav button {
  font-size: 1.125rem !important;
}
html body #bj-portal .bjp-stages button {
  padding: 14px 8px;
}
html body #bj-portal .bjp-side-foot a {
  font-size: 1.125rem;
}
html body #ths-corporate-v21 #ths-main-content :is(.ops-table-wrap,.bjp-table) {
  max-width: 100%;
  overflow-x: auto;
}
@media (max-width:1200px) {
  html body #ths-operations .ops-grid {
    grid-template-columns: 1fr;
  }
  html body #ths-operations .ops-metrics {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  html body #ths-operations .ops-secondary-column {
    grid-template-columns: 1fr;
  }
}
@media (max-width:800px) {
  html body #ths-operations {
    display: block;
  }
  html body #ths-operations nav,html body #bj-portal .bjp-side nav {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    overflow: visible;
    gap: 10px;
  }
  html body #ths-operations nav button,html body #bj-portal .bjp-side nav button {
    white-space: normal !important;
    min-width: 0;
  }
  html body #ths-corporate-v21 #ths-main-content :is(.ths-actions,.bjp-head-actions) > :is(a,button) {
    max-width: 100%;
  }
  html body #ths-corporate-v21 #ths-main-content :is(.ops-pill,.bjp-tag,.bjp-load-status) {
    white-space: normal;
  }
}
@media (max-width:480px) {
  html body #ths-operations :is(.ops-metrics,.ops-flow),html body #bj-portal :is(.bjp-metrics,.bjp-filters) {
    grid-template-columns: 1fr;
  }
  html body #bj-portal .bjp-mode [role=group] {
    flex-wrap: wrap;
  }
  html body #bj-portal .bjp-mode [role=group] button {
    flex-basis: 100%;
  }
}
@media (prefers-reduced-motion:reduce) {
  html body #ths-corporate-v21 :is(#ths-main-content,.ths-top-contact,.ths-footer-links,.ths-nav) * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
html body #ths-corporate-v21 #ths-main-content :is(.bdh-eyebrow,.bdh-badge,.bdh-open,.ops-flow span,.ops-mark small) {
  font-size: 1rem !important;
  line-height: 1.6 !important;
}
html body #ths-corporate-v21 #ths-main-content :is(.ops-side-bottom a,.bdh-banner span) {
  font-size: 1.125rem !important;
}
html body #ths-corporate-v21 #ths-main-content button span:not([aria-hidden]) {
  font-size: inherit !important;
}
html body #ths-corporate-v21 #ths-navigation {
  display: flex;
  flex-wrap: wrap !important;
  gap: 8px 14px !important;
}
html body #ths-corporate-v21 #ths-navigation .ths-ux-nav-cta {
  position: static !important;
  margin-left: 0 !important;
  transform: none !important;
}
html body #ths-corporate-v21 .ths-top-contact a.ths-text-button {
  font-size: 1.125rem !important;
  min-height: 48px;
}
html body #ths-corporate-v21 #ths-main-content .ths-motion-document {
  opacity: 1 !important;
}
html body #ths-corporate-v21 #ths-main-content .ths-motion-steps span {
  font-size: 1rem !important;
}
html body #ths-corporate-v21 #ths-menu, html body #ths-corporate-v21 .ths-analytics-choice button {
  font-size: 1.125rem !important;
  min-height: 48px !important;
  min-width: 48px;
  padding: 12px 16px !important;
  white-space: normal;
  line-height: 1.45;
}
html body #ths-corporate-v21 .ths-analytics-choice p {
  font-size: 1.125rem !important;
  line-height: 1.6 !important;
}
html body #ths-corporate-v21 .ths-ux-mobile-shortcuts a {
  font-size: 1.125rem !important;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
}
@media (max-width:480px) {
  html body #ths-corporate-v21 .ths-analytics-choice button {
    width: 100%;
  }
}
html body #ths-corporate-v21 .ths-text-button {
  font-size: 1.125rem !important;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  line-height: 1.5 !important;
}
html body #ths-corporate-v21 .ths-back {
  font-size: 1rem !important;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
}
#ths-corporate-v21 .ths-service-directory .ths-editorial-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 20px;
}
#ths-corporate-v21 .ths-service-directory article {
  padding: 24px;
  background: #fff;
  border: 1px solid #ccd6cf;
  border-radius: 8px;
}
#ths-corporate-v21 .ths-service-directory p {
  font-size: 18px;
  line-height: 1.65;
}
@media (max-width:650px) {
  #ths-corporate-v21 .ths-service-directory .ths-editorial-grid {
    grid-template-columns: 1fr;
  }
}
#ths-corporate-v21 .ths-journey-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  background: #173d36;
  border-bottom: 2px solid #b29859;
  box-shadow: 0 3px 10px #0001;
}
#ths-corporate-v21 .ths-journey-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 18px;
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 5px;
}
#ths-corporate-v21 .ths-journey-nav a:hover {
  text-decoration: underline;
  background: #28544b;
}
#ths-corporate-v21 .ths-journey-nav .ths-journey-client {
  background: #eadfc5;
  color: #173d36;
}
#ths-corporate-v21 .ths-journey-nav a:focus-visible {
  outline: 3px solid #eadfc5;
  outline-offset: 2px;
}
#ths-corporate-v21 .ths-ux-mobile-shortcuts {
  display: none !important;
}
#ths-corporate-v21 .ths-plan-fit {
  background: #eef2e7;
  padding: 20px !important;
  border: 1px solid #c6d0bd;
  border-radius: 8px;
  margin-bottom: 28px;
}
#ths-corporate-v21 [id] {
  scroll-margin-top: 90px;
}
@media (max-width:600px) {
  #ths-corporate-v21 .ths-journey-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    padding: 6px 10px;
  }
  #ths-corporate-v21 .ths-journey-nav a {
    font-size: 16px;
    padding: 8px;
    min-height: 48px;
  }
  #ths-corporate-v21 [id] {
    scroll-margin-top: 130px;
  }
}
@media print {
  #ths-corporate-v21 .ths-journey-nav {
    display: none !important;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
