/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --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;
    --leading-relaxed: 1.625;
    --leading-loose: 2;
    --radius-lg: 0.5rem;
    --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);
  }
}
@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;
  }
  :-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;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .col-12 {
    grid-column: 12;
  }
  .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-auto {
    margin-inline: auto;
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .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-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .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);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[var\(--color-border\)\] {
    border-color: var(--color-border);
  }
  .border-\[var\(--color-border-light\)\] {
    border-color: var(--color-border-light);
  }
  .border-gray-400 {
    border-color: var(--color-gray-400);
  }
  .border-gray-700 {
    border-color: var(--color-gray-700);
  }
  .border-red-600 {
    border-color: var(--color-red-600);
  }
  .bg-\[var\(--color-bg-base\)\] {
    background-color: var(--color-bg-base);
  }
  .bg-\[var\(--color-bg-subtle\)\] {
    background-color: var(--color-bg-subtle);
  }
  .bg-blue-700 {
    background-color: var(--color-blue-700);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-red-200 {
    background-color: var(--color-red-200);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .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));
  }
  .leading-loose {
    --tw-leading: var(--leading-loose);
    line-height: var(--leading-loose);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-\[var\(--font-family\)\] {
    --tw-font-weight: var(--font-family);
    font-weight: var(--font-family);
  }
  .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);
  }
  .text-\[var\(--color-text-inverse\)\] {
    color: var(--color-text-inverse);
  }
  .text-\[var\(--color-text-primary\)\] {
    color: var(--color-text-primary);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-red-900 {
    color: var(--color-red-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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, visibility, 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));
  }
  .hover\:bg-\[var\(--color-bg-subtle\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-bg-subtle);
      }
    }
  }
  .hover\:bg-blue-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-800);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:not-sr-only {
    &:focus {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: visible;
      clip: auto;
      white-space: normal;
    }
  }
  .focus\:absolute {
    &:focus {
      position: absolute;
    }
  }
  .focus\:top-4 {
    &:focus {
      top: calc(var(--spacing) * 4);
    }
  }
  .focus\:left-4 {
    &:focus {
      left: calc(var(--spacing) * 4);
    }
  }
  .focus\:z-50 {
    &:focus {
      z-index: 50;
    }
  }
  .focus\:rounded {
    &:focus {
      border-radius: 0.25rem;
    }
  }
  .focus\:bg-white {
    &:focus {
      background-color: var(--color-white);
    }
  }
  .focus\:p-3 {
    &:focus {
      padding: calc(var(--spacing) * 3);
    }
  }
  .focus\:text-blue-700 {
    &:focus {
      color: var(--color-blue-700);
    }
  }
  .focus\:underline {
    &:focus {
      text-decoration-line: underline;
    }
  }
  .focus\:ring {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:outline-4 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 4px;
    }
  }
  .focus-visible\:outline-4 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 4px;
    }
  }
  .focus-visible\:outline-offset-4 {
    &:focus-visible {
      outline-offset: 4px;
    }
  }
  .focus-visible\:outline-blue-700 {
    &:focus-visible {
      outline-color: var(--color-blue-700);
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-nowrap {
    @media (width >= 48rem) {
      flex-wrap: nowrap;
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:py-12 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
:root {
  --color-bg-base: #ffffff;
  --color-bg-subtle: #f3f4f6;
  --color-bg-accent: #1d3557;
  --color-bg-accent-hover: #152a45;
  --color-bg-accent-light: #e8edf4;
  --color-bg-red: #c1121f;
  --color-bg-red-hover: #a00f1a;
  --color-text-primary: #1a1a1a;
  --color-text-secondary: #4b5563;
  --color-text-muted: #6b7280;
  --color-text-inverse: #ffffff;
  --color-link: #1a56db;
  --color-link-hover: #1e3a8a;
  --color-link-visited: #5b21b6;
  --color-border: #374151;
  --color-border-light: #d1d5db;
  --color-focus: #2563eb;
  --color-error: #dc2626;
  --color-error-bg: #fef2f2;
  --color-success: #16a34a;
  --color-success-bg: #f0fdf4;
  --color-warning: #d97706;
  --color-warning-bg: #fffbeb;
  --font-family: system-ui, -apple-system, sans-serif;
  --font-size-base: 1.125rem;
}
[data-theme="high-contrast"] {
  --color-bg-base: #000000;
  --color-bg-subtle: #000000;
  --color-bg-accent: #000000;
  --color-bg-accent-hover: #000000;
  --color-bg-accent-light: #000000;
  --color-bg-red: #ffff00;
  --color-text-primary: #ffffff;
  --color-text-secondary: #ffff00;
  --color-text-muted: #ffff00;
  --color-text-inverse: #000000;
  --color-link: #ffff00;
  --color-link-hover: #ffff00;
  --color-link-visited: #ffff00;
  --color-border: #ffff00;
  --color-border-light: #ffff00;
  --color-focus: #ffff00;
  --color-error: #ffff00;
  --color-error-bg: #000000;
  --color-success: #ffff00;
  --color-success-bg: #000000;
  --color-warning: #ffff00;
  --color-warning-bg: #000000;
}
[data-theme="high-contrast"] header, [data-theme="high-contrast"] footer, [data-theme="high-contrast"] header *, [data-theme="high-contrast"] footer * {
  color: var(--color-text-primary) !important;
  border-color: var(--color-border) !important;
}
[data-theme="high-contrast"] header a, [data-theme="high-contrast"] footer a {
  color: var(--color-link) !important;
}
[data-text-size="large"] {
  font-size: 130%;
}
*:focus-visible {
  outline: 4px solid var(--color-focus);
  outline-offset: 4px;
}
.btn {
  min-height: 3.25rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  font-family: var(--font-family);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  border: 3px solid transparent;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, transform 0.15s;
  min-height: 3.25rem;
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.btn:active {
  transform: translateY(0);
  box-shadow: none;
}
.btn-primary {
  background-color: var(--color-bg-accent);
  color: var(--color-text-inverse);
  border-color: var(--color-bg-accent);
}
.btn-primary:visited {
  color: var(--color-text-inverse);
}
.btn-primary:hover {
  background-color: var(--color-bg-accent-hover);
  border-color: var(--color-bg-accent-hover);
  color: var(--color-text-inverse);
}
.btn-secondary {
  background-color: transparent;
  color: var(--color-bg-accent);
  border-color: var(--color-bg-accent);
}
.btn-secondary:visited {
  color: var(--color-bg-accent);
}
.btn-secondary:hover {
  background-color: var(--color-bg-accent-light);
  color: var(--color-bg-accent);
}
.btn-red {
  background-color: var(--color-bg-red);
  color: var(--color-text-inverse);
  border-color: var(--color-bg-red);
}
.btn-red:visited {
  color: var(--color-text-inverse);
}
.btn-red:hover {
  background-color: var(--color-bg-red-hover);
  border-color: var(--color-bg-red-hover);
  color: var(--color-text-inverse);
}
[data-theme="high-contrast"] .btn-primary, [data-theme="high-contrast"] .btn-red {
  background-color: #ffff00 !important;
  color: #000000 !important;
  border-color: #ffff00 !important;
}
[data-theme="high-contrast"] .btn-primary:visited, [data-theme="high-contrast"] .btn-red:visited {
  color: #000000 !important;
}
[data-theme="high-contrast"] .btn-secondary {
  border-color: #ffff00 !important;
  color: #ffff00 !important;
}
[data-theme="high-contrast"] .btn-secondary:visited {
  color: #ffff00 !important;
}
.card {
  background: var(--color-bg-base);
  border: 2px solid var(--color-border-light);
  border-radius: 0.5rem;
  padding: 1.5rem;
}
[data-theme="high-contrast"] .card {
  border-color: var(--color-border);
}
label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.375rem;
  color: var(--color-text-primary);
}
.form-hint {
  display: block;
  color: var(--color-text-secondary);
  font-size: 1rem;
  margin-bottom: 0.375rem;
  font-weight: 400;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"], input[type="password"], select, textarea {
  display: block;
  width: 100%;
  padding: 0.75rem;
  font-family: var(--font-family);
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--color-text-primary);
  background-color: var(--color-bg-base);
  border: 2px solid var(--color-border);
  border-radius: 0.375rem;
  transition: border-color 0.15s;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--color-focus);
  outline: none;
}
input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] {
  border-color: var(--color-error);
  border-width: 3px;
}
input[type="checkbox"], input[type="radio"] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.75rem;
  accent-color: var(--color-bg-accent);
  vertical-align: middle;
  flex-shrink: 0;
}
.field-error {
  color: var(--color-error);
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0.375rem;
  display: flex;
  align-items: baseline;
  gap: 0.375rem;
}
.field-error::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  background: var(--color-error);
  color: white;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 900;
  flex-shrink: 0;
}
.error-summary {
  border: 3px solid var(--color-error);
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
  background: var(--color-error-bg);
}
.error-summary h2 {
  color: var(--color-error);
  margin-bottom: 0.75rem;
}
.error-summary ul {
  margin: 0;
  padding-left: 1.25rem;
}
.error-summary a {
  color: var(--color-error);
  font-weight: 700;
}
.progress-tracker {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  padding: 0;
  list-style: none;
  counter-reset: step;
}
.progress-step {
  flex: 1;
  text-align: center;
  position: relative;
  padding-top: 2.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-text-muted);
}
.progress-step::before {
  counter-increment: step;
  content: counter(step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  background: var(--color-bg-subtle);
  color: var(--color-text-muted);
  border: 3px solid var(--color-border-light);
  border-radius: 50%;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.progress-step.completed {
  color: var(--color-success);
}
.progress-step.completed::before {
  background: var(--color-success);
  color: white;
  border-color: var(--color-success);
  content: "\2713";
}
.progress-step.active {
  color: var(--color-bg-accent);
}
.progress-step.active::before {
  background: var(--color-bg-accent);
  color: var(--color-text-inverse);
  border-color: var(--color-bg-accent);
}
[data-theme="high-contrast"] .progress-step.active::before {
  background: #ffff00;
  color: #000000;
  border-color: #ffff00;
}
[data-theme="high-contrast"] .progress-step.active {
  color: #ffff00;
}
[data-theme="high-contrast"] .progress-step.completed {
  color: #4ade80;
}
[data-theme="high-contrast"] .progress-step.completed::before {
  background: #4ade80;
  color: #000000;
  border-color: #4ade80;
}
.progress-step:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 1.125rem;
  right: 50%;
  width: 100%;
  height: 3px;
  background: var(--color-border-light);
  z-index: -1;
}
.progress-step.completed:not(:first-child)::after, .progress-step.active:not(:first-child)::after {
  background: var(--color-success);
}
[data-theme="high-contrast"] .progress-step.completed:not(:first-child)::after, [data-theme="high-contrast"] .progress-step.active:not(:first-child)::after {
  background: #4ade80;
}
@media (prefers-reduced-motion: reduce) {
  .progress-step::before, .progress-step::after {
    transition: none !important;
  }
}
.hero {
  background-color: var(--color-bg-accent);
  color: var(--color-text-inverse);
  padding: 3rem 0;
}
.hero h1, .hero h2, .hero p {
  color: var(--color-text-inverse);
}
[data-theme="high-contrast"] .hero {
  border-bottom: 3px solid var(--color-border);
}
[data-theme="high-contrast"] .hero h1, [data-theme="high-contrast"] .hero h2, [data-theme="high-contrast"] .hero p, [data-theme="high-contrast"] .hero strong {
  color: #ffffff !important;
}
[data-theme="high-contrast"] .hero a.btn {
  color: #000000 !important;
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
[data-theme="high-contrast"] .card {
  background: #000000;
  border-color: #ffff00;
}
[data-theme="high-contrast"] .card h3 {
  color: #ffff00 !important;
}
[data-theme="high-contrast"] .card p, [data-theme="high-contrast"] .card strong {
  color: #ffffff !important;
}
[data-theme="high-contrast"] .card a {
  color: #ffff00 !important;
}
[data-theme="high-contrast"] section[aria-labelledby="how-heading"] {
  background-color: #111 !important;
  border-top: 3px solid #ffff00;
  border-bottom: 3px solid #ffff00;
}
[data-theme="high-contrast"] section[aria-labelledby="how-heading"] h2, [data-theme="high-contrast"] section[aria-labelledby="how-heading"] h3, [data-theme="high-contrast"] section[aria-labelledby="how-heading"] p {
  color: #ffffff !important;
}
[data-theme="high-contrast"] section[aria-labelledby="how-heading"] div[style*="border-radius: 50%"] {
  background-color: #ffff00 !important;
  color: #000000 !important;
}
[data-theme="high-contrast"] section[aria-labelledby="about-heading"] h2 {
  color: #ffff00 !important;
}
[data-theme="high-contrast"] section[aria-labelledby="about-heading"] p {
  color: #ffffff !important;
}
[data-theme="high-contrast"] section[aria-labelledby="about-heading"] a {
  color: #ffff00 !important;
}
[data-theme="high-contrast"] section[aria-labelledby="info-heading"] h2 {
  color: #ffff00 !important;
}
.prose h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: var(--color-bg-accent);
}
.prose h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.prose p {
  margin-bottom: 1rem;
}
.prose ul, .prose ol {
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.prose ul {
  list-style-type: disc;
}
.prose ol {
  list-style-type: decimal;
}
.prose a {
  color: var(--color-link);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.prose a:hover {
  color: var(--color-link-hover);
}
.prose strong {
  font-weight: 700;
}
[data-theme="high-contrast"] .prose h2 {
  color: #ffff00 !important;
}
[data-theme="high-contrast"] .prose a {
  color: #ffff00 !important;
}
.a11y-toolbar {
  background-color: var(--color-bg-subtle);
  border-bottom: 2px solid var(--color-border-light);
  padding: 0.5rem 0;
  font-family: inherit;
}
[data-theme="high-contrast"] .a11y-toolbar {
  background-color: #111;
  border-color: var(--color-border);
}
.a11y-toolbar button {
  padding: 0.5rem 0.75rem;
  font-family: inherit;
  font-weight: 700;
  background: transparent;
  color: var(--color-text-primary);
  border: 2px solid var(--color-border);
  border-radius: 0.25rem;
  cursor: pointer;
  min-height: 2.5rem;
  min-width: 2.5rem;
}
.a11y-toolbar button:hover {
  background-color: var(--color-bg-accent-light);
}
.a11y-toolbar button[aria-pressed="true"] {
  background-color: var(--color-bg-accent);
  color: var(--color-text-inverse);
  border-color: var(--color-bg-accent);
}
[data-theme="high-contrast"] .a11y-toolbar button[aria-pressed="true"] {
  background-color: #ffff00;
  color: #000000;
  border-color: #ffff00;
}
.main-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.main-nav ul {
  justify-content: center;
}
.main-nav a {
  color: var(--color-text-inverse);
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 1.05rem;
  white-space: nowrap;
  transition: background-color 0.15s;
}
.main-nav a:hover, .main-nav a[aria-current="page"] {
  background-color: rgba(255, 255, 255, 0.15);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.main-nav a:focus-visible {
  outline-color: #ffffff;
}
[data-theme="high-contrast"] .main-nav a {
  color: #ffff00 !important;
}
[data-theme="high-contrast"] .main-nav a:hover, [data-theme="high-contrast"] .main-nav a[aria-current="page"] {
  background-color: #ffff00 !important;
  color: #000000 !important;
}
.site-footer {
  background-color: var(--color-bg-accent);
  color: var(--color-text-inverse);
  padding: 2.5rem 0;
  margin-top: 4rem;
}
.site-footer h2, .site-footer p, .site-footer li {
  color: var(--color-text-inverse);
}
.site-footer a {
  color: var(--color-text-inverse);
  text-underline-offset: 3px;
}
.site-footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}
[data-theme="high-contrast"] .site-footer {
  background: #000;
  border-top: 3px solid var(--color-border);
}
[data-theme="high-contrast"] .site-footer h2, [data-theme="high-contrast"] .site-footer p, [data-theme="high-contrast"] .site-footer li, [data-theme="high-contrast"] .site-footer a {
  color: #ffffff !important;
}
.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding: 0;
  margin: 0 0 1.5rem 0;
  font-size: 1rem;
}
.breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 0.5rem;
  color: var(--color-text-muted);
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --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;
    }
  }
}
