/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-xl: 80rem;
    --container-2xl: 42rem;
    --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-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --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);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --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-brand: #0B3A75;
    --color-brand-light: #1A5BA8;
    --color-ink: #0B2240;
    --color-accent: #2ED0B7;
    --color-surface: #F0F5FB;
    --color-muted: #5A7A9E;
    --color-faint: #9BB5D0;
  }
}
@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 {
  .invisible {
    visibility: hidden;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .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-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-screen-xl {
    max-width: var(--breakpoint-xl);
  }
  .scroll-mt-4 {
    scroll-margin-top: calc(var(--spacing) * 4);
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .self-start {
    align-self: flex-start;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-accent\/30 {
    border-color: color-mix(in srgb, #2ED0B7 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-accent) 30%, transparent);
    }
  }
  .border-red-400 {
    border-color: var(--color-red-400);
  }
  .bg-brand {
    background-color: var(--color-brand);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-surface {
    background-color: var(--color-surface);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-white\/20 {
    background-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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));
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-accent {
    color: var(--color-accent);
  }
  .text-brand {
    color: var(--color-brand);
  }
  .text-brand-light {
    color: var(--color-brand-light);
  }
  .text-faint {
    color: var(--color-faint);
  }
  .text-ink {
    color: var(--color-ink);
  }
  .text-muted {
    color: var(--color-muted);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .italic {
    font-style: italic;
  }
  .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));
  }
  .hover\:bg-white\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-white\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
        }
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:sticky {
    @media (width >= 48rem) {
      position: sticky;
    }
  }
  .md\:top-4 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 4);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline-block {
    @media (width >= 48rem) {
      display: inline-block;
    }
  }
  .md\:table-cell {
    @media (width >= 48rem) {
      display: table-cell;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[170px_minmax\(0\,1fr\)\] {
    @media (width >= 48rem) {
      grid-template-columns: 170px minmax(0,1fr);
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:gap-1 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 1);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
}
@layer components {
  .ri-card {
    background-color: #fff;
    border: 1px solid rgba(11, 58, 117, 0.1);
    border-radius: 0.75rem;
    overflow: hidden;
  }
  .ri-card-pad {
    padding: 1rem 1.125rem;
  }
  .ri-card-header {
    padding: 0.75rem 1.125rem;
    border-bottom: 1px solid rgba(11, 58, 117, 0.1);
    background-color: #F0F5FB;
    font-size: 0.875rem;
    font-weight: 500;
    color: #0B2240;
  }
  .ri-card-footer {
    display: flex;
    border-top: 1px solid rgba(11, 58, 117, 0.1);
  }
  .ri-card-footer a {
    flex: 1;
    text-align: center;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: #0B3A75;
    text-decoration: none;
    transition: background-color 150ms;
  }
  .ri-card-footer a:hover {
    background-color: #F0F5FB;
  }
  .ri-card-footer a + a {
    border-left: 1px solid rgba(11, 58, 117, 0.1);
  }
  .ri-hero {
    background-color: #0B3A75;
    border-radius: 0.75rem;
    padding: 1.75rem 1.5rem;
  }
  .ri-hero-tag {
    color: #2ED0B7;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
  }
  .ri-hero h1, .ri-hero h2 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -0.01em;
    margin: 0 0 0.5rem;
  }
  .ri-hero p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
    line-height: 1.65;
    margin: 0;
  }
  .ri-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.45rem 0.9rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: background-color 150ms, color 150ms;
  }
  .ri-btn-primary {
    background-color: #0B3A75;
    color: #fff;
  }
  .ri-btn-primary:hover {
    background-color: #072B58;
  }
  .ri-btn-accent {
    background-color: #2ED0B7;
    color: #0B3A75;
  }
  .ri-btn-accent:hover {
    background-color: #1A9E8A;
    color: #fff;
  }
  .ri-btn-ghost {
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
  }
  .ri-btn-ghost:hover {
    background-color: rgba(255, 255, 255, 0.12);
  }
  .ri-table-wrap {
    border: 1px solid rgba(11, 58, 117, 0.12);
    border-radius: 0.75rem;
    overflow-x: auto;
  }
  .ri-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
  }
  .ri-table thead {
    background-color: #0B2240;
  }
  .ri-table th {
    text-align: left;
    color: #fff;
    font-weight: 500;
    font-size: 0.8125rem;
    padding: 0.7rem 0.875rem;
    white-space: nowrap;
  }
  .ri-table td {
    padding: 0.625rem 0.875rem;
    border-top: 1px solid rgba(11, 58, 117, 0.07);
    color: #0B2240;
  }
  .ri-table tbody tr:nth-child(even) {
    background-color: #F7FAFD;
  }
  .ri-table tbody tr:hover {
    background-color: #F0F5FB;
  }
  .ri-table th.center, .ri-table td.center {
    text-align: center;
  }
  .ri-select {
    appearance: none;
    border: 1px solid rgba(11, 58, 117, 0.2);
    border-radius: 0.5rem;
    padding: 0.4rem 1.85rem 0.4rem 0.65rem;
    font-size: 0.875rem;
    color: #0B2240;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235A7A9E' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.6rem center;
  }
  .ri-input {
    border: 1px solid rgba(11, 58, 117, 0.2);
    border-radius: 0.5rem;
    padding: 0.4rem 0.65rem;
    font-size: 0.875rem;
    color: #0B2240;
    background-color: #fff;
  }
  .ri-select:focus, .ri-input:focus {
    outline: none;
    border-color: #2ED0B7;
    box-shadow: 0 0 0 3px rgba(46, 208, 183, 0.18);
  }
  .ri-toc-title {
    font-size: 0.65rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #9BB5D0;
    margin-bottom: 0.5rem;
  }
  .ri-toc a {
    display: block;
    font-size: 0.8125rem;
    color: #5A7A9E;
    text-decoration: none;
    padding: 0.35rem 0.55rem;
    border-radius: 0.375rem;
    border-left: 2px solid transparent;
    transition: background-color 120ms, color 120ms;
  }
  .ri-toc a:hover {
    background-color: #F0F5FB;
    color: #0B3A75;
  }
  .ri-toc a.active {
    background-color: #F0F5FB;
    color: #0B3A75;
    border-left-color: #2ED0B7;
    font-weight: 500;
  }
  .ri-section-label {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1A9E8A;
    margin-bottom: 0.625rem;
  }
  .ri-faq {
    background-color: #fff;
    border: 1px solid rgba(11, 58, 117, 0.1);
    border-radius: 0.625rem;
    padding: 0.85rem 1rem;
    margin-bottom: 0.6rem;
  }
  .ri-faq-q {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #0B2240;
    margin: 0 0 0.35rem;
  }
  .ri-faq-q .ri-icon {
    color: #2ED0B7;
    width: 1.05em;
    height: 1.05em;
    flex: none;
    margin-top: 0.1em;
  }
  .ri-faq-a {
    font-size: 0.85rem;
    color: #5A7A9E;
    line-height: 1.65;
    margin: 0;
    padding-left: 1.55rem;
  }
  .ri-metric {
    background-color: #F0F5FB;
    border-radius: 0.625rem;
    padding: 0.9rem 1rem;
  }
  .ri-metric .label {
    font-size: 0.75rem;
    color: #5A7A9E;
    margin: 0 0 0.25rem;
  }
  .ri-metric .value {
    font-size: 1.5rem;
    font-weight: 500;
    color: #0B3A75;
    font-variant-numeric: tabular-nums;
  }
  .ri-status-badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.75rem;
  }
  .ri-status-badge .k {
    background-color: #0B2240;
    color: #fff;
    padding: 0.25rem 0.6rem;
    border-radius: 0.375rem 0 0 0.375rem;
  }
  .ri-status-badge .v {
    background-color: #2ED0B7;
    color: #085041;
    font-weight: 500;
    padding: 0.25rem 0.6rem;
    border-radius: 0 0.375rem 0.375rem 0;
  }
  .ri-imprint .row {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(11, 58, 117, 0.08);
    font-size: 0.875rem;
  }
  .ri-imprint .row:last-child {
    border-bottom: none;
  }
  .ri-imprint .row .ri-icon {
    color: #5A7A9E;
    width: 1.05em;
    height: 1.05em;
    flex: none;
  }
  .ri-imprint .lbl {
    color: #9BB5D0;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    width: 5rem;
    flex: none;
  }
  .ri-imprint .val {
    color: #0B2240;
  }
  .ri-imprint .val a {
    color: #1A5BA8;
    text-decoration: none;
  }
  .ri-note {
    background-color: #F0F5FB;
    border-left: 3px solid #2ED0B7;
    padding: 0.65rem 0.9rem;
    font-size: 0.85rem;
    color: #0B2240;
    line-height: 1.6;
  }
  .striped {
    background-color: #F0F5FB;
  }
  .ri-icon {
    vertical-align: -0.125em;
    width: 1em;
    height: 1em;
    display: inline-block;
  }
  .ri-icon-green {
    color: #16A34A;
    font-size: 1em;
  }
  .ri-icon-red {
    color: #DC2626;
    font-size: 1em;
  }
  .ri-icon-yellow {
    color: #d4a017;
    font-size: 1em;
  }
  .ri-icon-teal {
    color: #2ED0B7;
    font-size: 1em;
  }
  .debug_dump {
    clear: both;
    float: left;
    background-color: #ddd7d7;
    border-radius: 6px;
    width: 100%;
    margin-top: 45px;
    padding: 10px;
  }
  .htmx-indicator {
    opacity: 0;
    transition: opacity 200ms ease-in;
  }
  .htmx-request .htmx-indicator, .htmx-request.htmx-indicator {
    opacity: 1;
  }
}
@layer base {
  body {
    font-family: var(--font-sans);
    color: #0B2240;
    background-color: #F8FAFD;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
    color: #0B2240;
    letter-spacing: -0.01em;
  }
  p {
    line-height: 1.7;
  }
  td, th {
    padding: 0.5em 0.75em;
  }
  section {
    overflow: auto;
  }
  textarea {
    resize: vertical;
  }
}
.ri-nav a {
  border-bottom: 2px solid transparent;
  transition: color 120ms, border-color 120ms;
}
.ri-nav a:hover {
  border-bottom-color: rgba(46, 208, 183, 0.5);
}
.ri-nav a.is-active {
  color: #fff !important;
  border-bottom-color: #2ED0B7;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
    }
  }
}
