/*! GENERATED FILE - do not edit.
 * Source:    Api/Styles/portal.css
 * Regenerate: make portal-css
 * Editing this file directly is lost on the next build and fails CI.
 */
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --text-xs: calc(0.75rem * var(--lw-fs));
    --text-sm: calc(0.875rem * var(--lw-fs));
    --text-base: calc(1rem * var(--lw-fs));
    --text-lg: calc(1.125rem * var(--lw-fs));
    --text-xl: calc(1.3rem * var(--lw-fs));
    --text-2xl: calc(1.6rem * var(--lw-fs));
    --text-3xl: calc(2rem * var(--lw-fs));
    --text-4xl: calc(2.5rem * var(--lw-fs));
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --radius-2xl: 1rem;
    --default-font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --default-mono-font-family: var(--font-mono);
    --shadow-card: var(--shadow-card);
    --shadow-accent: var(--shadow-accent);
    --shadow-action: var(--shadow-action);
    --text-micro: calc(0.6875rem * var(--lw-fs));
  }
}
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .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: 0px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .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);
  }
  .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);
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-line {
    border-color: var(--line);
  }
  .bg-accent {
    background-color: var(--accent);
  }
  .bg-accent-soft {
    background-color: var(--accent-soft);
  }
  .bg-action-soft {
    background-color: var(--action-soft);
  }
  .bg-success-soft {
    background-color: var(--success-soft);
  }
  .bg-surface {
    background-color: var(--surface);
  }
  .bg-surface-soft {
    background-color: var(--surface-soft);
  }
  .bg-warn-soft {
    background-color: var(--warn-soft);
  }
  .p-0 {
    padding: 0px;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: calc(1.6rem * var(--lw-fs));
    line-height: var(--tw-leading, 1.3);
  }
  .text-3xl {
    font-size: calc(2rem * var(--lw-fs));
    line-height: var(--tw-leading, 1.2);
  }
  .text-4xl {
    font-size: calc(2.5rem * var(--lw-fs));
    line-height: var(--tw-leading, 1.12);
  }
  .text-lg {
    font-size: calc(1.125rem * var(--lw-fs));
    line-height: var(--tw-leading, 1.55);
  }
  .text-sm {
    font-size: calc(0.875rem * var(--lw-fs));
    line-height: var(--tw-leading, 1.55);
  }
  .text-xl {
    font-size: calc(1.3rem * var(--lw-fs));
    line-height: var(--tw-leading, 1.4);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-accent-text {
    color: var(--accent-text);
  }
  .text-action-text {
    color: var(--action-text);
  }
  .text-muted {
    color: var(--text-muted);
  }
  .text-on-accent {
    color: var(--text-on-accent);
  }
  .text-success-text {
    color: var(--success-text);
  }
  .text-warn-text {
    color: var(--warn-text);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .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,);
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:text-5xl {
      font-size: calc(3.25rem * var(--lw-fs));
      line-height: var(--tw-leading, 1.05);
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/portal/fonts/poppins-latin-ext-400-normal.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308,
    U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/portal/fonts/poppins-latin-400-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
    U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/portal/fonts/poppins-latin-ext-500-normal.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308,
    U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/portal/fonts/poppins-latin-500-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
    U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/portal/fonts/poppins-latin-ext-600-normal.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308,
    U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/portal/fonts/poppins-latin-600-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
    U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/portal/fonts/poppins-latin-ext-700-normal.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308,
    U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/portal/fonts/poppins-latin-700-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
    U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/portal/fonts/poppins-latin-ext-800-normal.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308,
    U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/portal/fonts/poppins-latin-800-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
    U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --lw-pink: #e6007e;
  --lw-pink-dark: #bf006a;
  --lw-pink-soft: #ffe5f1;
  --lw-blue: #339af0;
  --lw-blue-dark: #1c7ed6;
  --lw-navy: #0b2544;
  --lw-yellow: #ffd23f;
  --lw-green: #2bb673;
  --lw-ink: #0f172a;
  --lw-bgsoft: #f6fafd;
  --lw-content: 72rem;
  --lw-fs: 1;
  --lw-chrome-height: calc(6.75rem * var(--lw-fs));
}
:root,
.theme-light {
  color-scheme: light;
  --surface: #ffffff;
  --surface-soft: var(--lw-bgsoft);
  --surface-sunken: #eef4fa;
  --surface-inverse: var(--lw-ink);
  --text: var(--lw-ink);
  --text-muted: #5a6478;
  --text-on-accent: #ffffff;
  --text-on-action: var(--lw-ink);
  --text-on-inverse: #e2e8f5;
  --accent: #d4006f;
  --accent-strong: #ad005a;
  --accent-soft: var(--lw-pink-soft);
  --accent-text: var(--lw-pink-dark);
  --action: var(--lw-blue);
  --action-strong: var(--lw-blue-dark);
  --action-soft: #e3f2fd;
  --action-text: #1668b0;
  --warn: var(--lw-yellow);
  --warn-soft: #fff6d9;
  --warn-text: #8a5a00;
  --success: var(--lw-green);
  --success-soft: #dcf5e8;
  --success-text: #157f4a;
  --danger: #a4262c;
  --danger-soft: #fdeaea;
  --danger-text: #8c1f24;
  --line: #dde5ee;
  --line-strong: #b9c6d6;
  --focus: var(--lw-pink-dark);
  --shadow-card: 0 18px 40px -20px rgb(15 23 42 / 0.22);
  --shadow-card-hover: 0 22px 44px -18px rgb(15 23 42 / 0.32);
  --shadow-accent: 0 10px 24px -10px rgb(212 0 111 / 0.55);
  --shadow-action: 0 10px 24px -10px rgb(51 154 240 / 0.55);
  --pattern-opacity: 0.05;
  --pattern-tint: var(--lw-pink);
  --divider-tint: #f7e6f0;
}
.theme-dark {
  color-scheme: dark;
  --surface: #111b2e;
  --surface-soft: #18233a;
  --surface-sunken: #0b1220;
  --surface-inverse: #050913;
  --text: #e5edfa;
  --text-muted: #9fb0cc;
  --text-on-accent: #0b1220;
  --text-on-action: #0b1220;
  --text-on-inverse: #e2e8f5;
  --accent: #ff4d9d;
  --accent-strong: #ff7ab8;
  --accent-soft: #3a1030;
  --accent-text: #ff4d9d;
  --action: #5eb8ff;
  --action-strong: #8ccdff;
  --action-soft: #10283f;
  --action-text: #5eb8ff;
  --warn: #ffd86b;
  --warn-soft: #33280a;
  --warn-text: #ffd86b;
  --success: #4ed08c;
  --success-soft: #0e2e1f;
  --success-text: #4ed08c;
  --danger: #ff6b6b;
  --danger-soft: #351417;
  --danger-text: #ff8f8f;
  --line: #1f2b44;
  --line-strong: #33425f;
  --focus: #ff7ab8;
  --shadow-card: 0 8px 24px rgb(0 0 0 / 0.6);
  --shadow-card-hover: 0 12px 32px rgb(0 0 0 / 0.75);
  --shadow-accent: 0 8px 24px rgb(0 0 0 / 0.6);
  --shadow-action: 0 8px 24px rgb(0 0 0 / 0.6);
  --pattern-opacity: 0.04;
  --pattern-tint: #ff4d9d;
  --divider-tint: #1a2740;
}
.theme-contrast {
  color-scheme: dark;
  --surface: #000000;
  --surface-soft: #000000;
  --surface-sunken: #000000;
  --surface-inverse: #000000;
  --text: #fff200;
  --text-muted: #fff200;
  --text-on-accent: #000000;
  --text-on-action: #000000;
  --text-on-inverse: #fff200;
  --accent: #fff200;
  --accent-strong: #ffffff;
  --accent-soft: #000000;
  --accent-text: #fff200;
  --action: #fff200;
  --action-strong: #ffffff;
  --action-soft: #000000;
  --action-text: #00e5ff;
  --warn: #fff200;
  --warn-soft: #000000;
  --warn-text: #fff200;
  --success: #fff200;
  --success-soft: #000000;
  --success-text: #fff200;
  --danger: #fff200;
  --danger-soft: #000000;
  --danger-text: #fff200;
  --line: #fff200;
  --line-strong: #fff200;
  --focus: #00e5ff;
  --shadow-card: none;
  --shadow-card-hover: none;
  --shadow-accent: none;
  --shadow-action: none;
  --pattern-opacity: 0;
  --pattern-tint: transparent;
  --divider-tint: transparent;
}
body.fs-md {
  --lw-fs: 1.25;
}
body.fs-lg {
  --lw-fs: 1.5;
}
body {
  --text-micro: calc(0.6875rem * var(--lw-fs));
  --text-xs: calc(0.75rem * var(--lw-fs));
  --text-sm: calc(0.875rem * var(--lw-fs));
  --text-base: calc(1rem * var(--lw-fs));
  --text-lg: calc(1.125rem * var(--lw-fs));
  --text-xl: calc(1.3rem * var(--lw-fs));
  --text-2xl: calc(1.6rem * var(--lw-fs));
  --text-3xl: calc(2rem * var(--lw-fs));
  --text-4xl: calc(2.5rem * var(--lw-fs));
  --text-5xl: calc(3.25rem * var(--lw-fs));
}
@layer base {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: var(--surface);
    color: var(--text);
    font-family: var(--font-sans);
    font-size: var(--text-base);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }
  a {
    color: var(--accent-text);
  }
  :focus-visible {
    outline: 3px solid var(--focus);
    outline-offset: 2px;
  }
  .portal-input-shell:focus-within {
    outline: 3px solid var(--focus);
    outline-offset: 2px;
  }
  @media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }
  @media (forced-colors: active) {
    * {
      box-shadow: none !important;
    }
    .portal-button,
    .pagination__page,
    .pagination__edge {
      border: 1px solid currentColor;
    }
  }
}
@layer components {
  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }
  .portal-shell {
    max-width: var(--lw-content);
    margin-inline: auto;
    padding-inline: 1.5rem;
  }
  .section-eyebrow {
    margin: 0;
    font-size: var(--text-sm);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--accent-text);
  }
  .section-heading {
    margin: 0.5rem 0 0;
    font-size: var(--text-3xl);
    font-weight: 800;
    color: var(--text);
  }
  .section-lead {
    margin: 0.75rem 0 0;
    color: var(--text-muted);
    max-width: 46rem;
  }
  .city-divider {
    height: 3.5rem;
    background-color: var(--divider-tint);
    mask-image: url(/portal/img/city-divider.svg);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-image: url(/portal/img/city-divider.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
  }
  .lodz-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: var(--pattern-opacity);
    background-color: var(--pattern-tint);
    mask-image: url(/portal/img/lodz-tile.webp);
    mask-repeat: repeat;
    mask-size: 520px auto;
    -webkit-mask-image: url(/portal/img/lodz-tile.webp);
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: 520px auto;
  }
  .skip-link {
    position: absolute;
    left: -999px;
    top: 0;
    z-index: 100;
    padding: 0.75rem 1.25rem;
    border-radius: 0 0 0.75rem 0;
    background-color: var(--accent);
    color: var(--text-on-accent);
    font-weight: 600;
    text-decoration: none;
  }
  .skip-link:focus {
    left: 0;
    top: 0;
  }
  .site-chrome {
    position: sticky;
    top: 0;
    z-index: 40;
  }
  .a11y-bar {
    background-color: var(--lw-navy);
    color: #ffffff;
  }
  .theme-contrast .a11y-bar {
    background-color: var(--surface);
    color: var(--text);
    border-bottom: 2px solid var(--line);
  }
  .a11y-bar__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem 1.5rem;
    padding-block: 0.4rem;
  }
  .a11y-bar__controls,
  .a11y-bar__session {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1.25rem;
  }
  .a11y-bar__session {
    margin-inline-start: auto;
    gap: 0.5rem 0.75rem;
  }
  .a11y-bar .site-header__languages,
  .a11y-bar .site-header__panel {
    border-color: currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, currentColor 40%, transparent);
    }
    color: inherit;
  }
  .a11y-bar .site-header__language,
  .a11y-bar .site-header__account {
    color: inherit;
  }
  .a11y-bar .site-header__language:hover,
  .a11y-bar .site-header__panel:hover,
  .a11y-bar .site-header__account:hover {
    background-color: currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, currentColor 16%, transparent);
    }
  }
  .a11y-bar .site-header__language[aria-current="true"] {
    background-color: var(--lw-pink);
    color: #ffffff;
  }
  .theme-contrast .a11y-bar .site-header__language[aria-current="true"] {
    background-color: var(--accent);
    color: var(--text-on-accent);
  }
  .a11y-bar .site-header__panel,
  .a11y-bar .site-header__account {
    display: inline-flex;
    align-items: center;
    height: var(--lw-bar-control);
    padding: 0 0.75rem;
    line-height: 1;
  }
  .a11y-bar .site-header__languages {
    height: var(--lw-bar-control);
    padding: 0.125rem;
  }
  .a11y-bar .site-header__language {
    height: calc(var(--lw-bar-control) - 0.25rem);
    padding: 0 0.55rem;
    line-height: 1;
  }
  .a11y-bar__group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: var(--text-xs);
  }
  .a11y-bar__label {
    color: inherit;
    opacity: 0.8;
  }
  .a11y-bar {
    --lw-bar-control: 1.75rem;
  }
  .a11y-bar__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--lw-bar-control);
    padding: 0 0.6rem;
    border: 1px solid transparent;
    border-radius: 999px;
    color: inherit;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
  }
  .a11y-bar__button:hover {
    background-color: rgb(255 255 255 / 0.16);
  }
  .a11y-bar__button[aria-current="true"] {
    background-color: var(--lw-pink);
    color: #ffffff;
  }
  .theme-contrast .a11y-bar__button[aria-current="true"] {
    background-color: var(--accent);
    color: var(--text-on-accent);
  }
  .a11y-bar__button--icon {
    min-width: 2rem;
    padding: 0 0.45rem;
  }
  .a11y-bar__icon {
    display: block;
    width: 1.125rem;
    height: 1.125rem;
  }
  .a11y-bar__button--sm {
    font-size: var(--text-micro);
  }
  .a11y-bar__button--md {
    font-size: var(--text-xs);
  }
  .a11y-bar__button--lg {
    font-size: var(--text-sm);
  }
  .a11y-bar__button--xl {
    font-size: var(--text-base);
  }
  .site-header {
    background-color: var(--surface);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--surface) 90%, transparent);
    }
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line);
  }
  .site-header__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.25rem;
    padding-block: 0.75rem;
  }
  .site-header__brand {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--text);
    text-decoration: none;
  }
  .brand-mark {
    display: block;
    width: auto;
    height: 2.5rem;
    flex: 0 0 auto;
  }
  .site-header__wordmark {
    display: flex;
    flex-direction: column;
    padding-left: 0.6rem;
    border-left: 1px solid var(--line-strong);
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .site-footer__brand {
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }
  .site-footer__brand .brand-mark {
    height: 2.25rem;
  }
  .site-nav {
    margin-inline-start: auto;
  }
  .site-search {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex: 1 1 12rem;
    min-width: 0;
    max-width: 26rem;
    padding: 0.15rem 0.15rem 0.15rem 0.85rem;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    background-color: var(--surface);
  }
  .site-search:focus-within {
    border-color: var(--focus);
    box-shadow: 0 0 0 3px var(--focus);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in srgb, var(--focus) 35%, transparent);
    }
  }
  .site-search__input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    background: transparent;
    padding-block: 0.45rem;
    font-size: var(--text-sm);
    color: var(--text);
  }
  .site-search__input:focus-visible {
    outline: none;
  }
  .site-search__input::placeholder {
    color: var(--text-muted);
  }
  .site-search__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2.1rem;
    height: 2.1rem;
    border: 0;
    border-radius: 999px;
    background-color: var(--accent);
    color: var(--text-on-accent);
    cursor: pointer;
  }
  .site-search__submit:hover {
    background-color: var(--accent-strong);
  }
  @media (max-width: 63.999rem) {
    .site-search {
      order: 3;
      flex-basis: 100%;
      max-width: none;
    }
  }
  .site-nav__disclosure > summary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.9rem;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    font-size: var(--text-sm);
    font-weight: 600;
    cursor: pointer;
    list-style: none;
  }
  .site-nav__disclosure > summary::-webkit-details-marker {
    display: none;
  }
  .site-nav__list {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin: 0.5rem 0 0;
    padding: 0.5rem;
    list-style: none;
    background-color: var(--surface);
    border: 1px solid var(--line);
    border-radius: 1rem;
    box-shadow: var(--shadow-card);
  }
  .site-nav__link {
    display: block;
    padding: 0.5rem 0.4rem;
    border-radius: 0.5rem;
    font-size: var(--text-xs);
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--text);
    text-decoration: none;
    white-space: nowrap;
  }
  .site-nav__link:hover {
    color: var(--accent-text);
  }
  .site-nav__link[aria-current="page"] {
    color: var(--accent-text);
    background-color: var(--accent-soft);
  }
  @media (min-width: 64rem) {
    .site-nav__disclosure > summary {
      display: none;
    }
    .site-nav__disclosure::details-content {
      content-visibility: visible;
      block-size: auto;
    }
    .site-nav__disclosure > .site-nav__list {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 0.25rem 0.5rem;
      margin: 0;
      padding: 0;
      background: none;
      border: 0;
      box-shadow: none;
    }
  }
  .site-header__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
  }
  .site-header__languages {
    display: inline-flex;
    gap: 0.2rem;
    padding: 0.2rem;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
  }
  .site-header__language {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    font-size: var(--text-xs);
    font-weight: 600;
    color: var(--text);
    text-decoration: none;
  }
  .site-header__language:hover {
    background-color: var(--surface-soft);
  }
  .site-header__language[aria-current="true"] {
    background-color: var(--accent);
    color: var(--text-on-accent);
  }
  .user-menu {
    position: relative;
  }
  .user-menu__toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
    list-style: none;
  }
  .user-menu__toggle::-webkit-details-marker {
    display: none;
  }
  .user-menu__chevron {
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translate(-0.1rem, -0.1rem);
  }
  .user-menu[open] .user-menu__chevron {
    transform: rotate(-135deg) translate(-0.15rem, -0.15rem);
  }
  .user-menu__panel {
    position: absolute;
    inset-inline-end: 0;
    z-index: 30;
    min-width: 15rem;
    margin-top: 0.5rem;
    padding: 0.4rem;
    border: 1px solid var(--line);
    border-radius: 0.9rem;
    background-color: var(--surface);
    box-shadow: var(--shadow-card);
  }
  .user-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .user-menu__list a,
  .user-menu__signout-button {
    display: block;
    width: 100%;
    padding: 0.5rem 0.7rem;
    border: 0;
    border-radius: 0.6rem;
    background: none;
    font-size: var(--text-sm);
    color: var(--text);
    text-align: start;
    text-decoration: none;
    cursor: pointer;
  }
  .user-menu__list a:hover,
  .user-menu__signout-button:hover {
    background-color: var(--surface-soft);
  }
  .user-menu__signout {
    margin-top: 0.3rem;
    padding-top: 0.3rem;
    border-top: 1px solid var(--line);
  }
  .user-menu__signout-button {
    color: var(--danger-text);
    font-weight: 600;
  }
  .site-header__flag {
    display: block;
    width: 1.25rem;
    height: 0.875rem;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 0.15);
    object-fit: cover;
  }
  .site-header__register {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background-color: var(--accent);
    color: var(--text-on-accent);
    font-size: var(--text-xs);
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-accent);
  }
  .site-header__register:hover {
    background-color: var(--accent-strong);
  }
  .site-header__register--compact {
    padding: 0.3rem 0.75rem;
    font-size: var(--text-xs);
  }
  .site-header__register--ghost {
    border: 1px solid var(--accent);
    background-color: transparent;
    color: var(--accent-text);
    box-shadow: none;
  }
  .site-header__register--ghost:hover {
    background-color: var(--accent-soft);
    color: var(--accent-text);
  }
  .site-header__panel {
    padding: 0.5rem 0.9rem;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    font-size: var(--text-xs);
    font-weight: 600;
    color: var(--text);
    text-decoration: none;
  }
  .site-header__account {
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    font-size: var(--text-xs);
    font-weight: 600;
    color: var(--accent-text);
    text-decoration: none;
  }
  .site-header__signout {
    display: inline-flex;
    margin: 0;
  }
  .site-header__signout button {
    cursor: pointer;
    font: inherit;
    font-size: var(--text-xs);
    line-height: inherit;
    background-color: transparent;
  }
  .site-main {
    display: block;
    flex: 1 0 auto;
  }
  :where(.site-main__content) h1 {
    margin: 0 0 1.25rem;
    font-size: var(--text-4xl);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.01em;
  }
  :where(.site-main__content) h2 {
    margin: 2.25rem 0 0.75rem;
    font-size: var(--text-2xl);
    font-weight: 700;
    line-height: 1.25;
  }
  :where(.site-main__content) h3 {
    margin: 1.75rem 0 0.5rem;
    font-size: var(--text-xl);
    font-weight: 700;
    line-height: 1.3;
  }
  :where(.site-main__content) h1 + p,
  :where(.site-main__content) h1 + nav {
    margin-top: 0;
  }
  :where(.site-main__content) > p,
  :where(.site-main__content) > section > p,
  :where(.site-main__content) > ul,
  :where(.site-main__content) > ol,
  :where(.site-main__content) > section > ul,
  :where(.site-main__content) > section > ol {
    margin: 0 0 1.25rem;
    max-width: 46rem;
  }
  :where(.site-main__content) > ul,
  :where(.site-main__content) > section > ul {
    padding-inline-start: 1.5rem;
    list-style: disc;
  }
  :where(.site-main__content) > ol,
  :where(.site-main__content) > section > ol {
    padding-inline-start: 1.5rem;
    list-style: decimal;
  }
  :where(.site-main__content) > nav[aria-label] > a:only-child {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: var(--text-sm);
    font-weight: 600;
    text-decoration: none;
  }
  .site-main__content {
    padding-block: 2.5rem 4rem;
  }
  .site-footer {
    margin-top: 4rem;
    padding-block: 3rem;
    background-color: var(--surface-inverse);
    color: var(--text-on-inverse);
  }
  .theme-contrast .site-footer {
    border-top: 2px solid var(--line);
  }
  .site-footer__inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    gap: 2rem;
    align-items: start;
  }
  .site-footer__brand {
    margin: 0;
    font-size: var(--text-lg);
    font-weight: 800;
    color: #ffffff;
  }
  .theme-contrast .site-footer__brand {
    color: var(--text);
  }
  .site-footer__tagline {
    margin: 1rem 0 0;
    max-width: 22rem;
    font-size: var(--text-sm);
    color: var(--text-on-inverse);
    opacity: 0.85;
  }
  .site-footer__heading {
    margin: 0 0 1rem;
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
  }
  .theme-contrast .site-footer__heading {
    color: var(--text);
  }
  .site-footer__list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: var(--text-sm);
  }
  .site-footer__list a {
    color: var(--text-on-inverse);
    text-decoration: none;
  }
  .site-footer__list a:hover {
    color: var(--lw-pink-soft);
    text-decoration: underline;
  }
  .site-footer__legal {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgb(255 255 255 / 0.12);
    text-align: center;
    font-size: var(--text-xs);
    color: var(--text-on-inverse);
    opacity: 0.75;
  }
  .site-footer__controller a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.15em;
  }
  .site-footer__controller a:hover {
    opacity: 0.85;
  }
  .cookie-banner {
    position: fixed;
    inset-inline: 0;
    bottom: 0;
    z-index: 90;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.5rem;
    padding: 1.25rem 1.5rem;
    background-color: var(--surface);
    border-top: 1px solid var(--line);
    box-shadow: var(--shadow-card);
  }
  .cookie-banner__text {
    flex: 1 1 20rem;
  }
  .cookie-banner__message {
    margin: 0;
    font-size: var(--text-sm);
  }
  .cookie-banner__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 1.25rem;
    margin: 0.5rem 0 0;
    padding: 0;
    list-style: none;
    font-size: var(--text-sm);
  }
  .cookie-banner__accept {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 999px;
    background-color: var(--accent);
    color: var(--text-on-accent);
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    box-shadow: var(--shadow-accent);
  }
  .portal-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    gap: 0.5rem;
    padding: 0.7rem 1.75rem;
    border: 1px solid transparent;
    border-radius: 999px;
    background-color: var(--accent);
    color: var(--text-on-accent);
    font: inherit;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: var(--shadow-accent);
  }
  .portal-button:hover {
    background-color: var(--accent-strong);
  }
  .portal-button--secondary {
    background-color: var(--action);
    color: var(--text-on-action);
    box-shadow: var(--shadow-action);
  }
  .portal-button--secondary:hover {
    background-color: var(--action-strong);
  }
  .portal-button--ghost {
    background-color: transparent;
    color: var(--accent-text);
    border-color: var(--line-strong);
    box-shadow: none;
  }
  .portal-button--ghost:hover {
    background-color: var(--accent-soft);
    border-color: var(--accent);
  }
  .portal-button--danger {
    background-color: var(--danger);
    color: #ffffff;
    box-shadow: none;
  }
  .theme-contrast .portal-button--danger {
    background-color: var(--accent);
    color: var(--text-on-accent);
  }
  .portal-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
    font-size: var(--text-sm);
    color: var(--accent-text);
    text-decoration: none;
  }
  .portal-link-arrow:hover {
    gap: 0.6rem;
    text-decoration: underline;
  }
  .portal-alert {
    padding: 1rem 1.25rem;
    border: 1px solid var(--line);
    border-left: 0.3rem solid var(--action);
    border-radius: 0.75rem;
    background-color: var(--surface-soft);
  }
  .portal-alert--error {
    border-left-color: var(--danger);
    background-color: var(--danger-soft);
  }
  .portal-alert--success {
    border-left-color: var(--success);
    background-color: var(--success-soft);
  }
  .portal-field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }
  .portal-field__label,
  .portal-filter__field > label,
  .report-form__field > label,
  .reset-password-form__field > label {
    font-size: var(--text-xs);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-muted);
  }
  .portal-field__required {
    margin-inline-start: 0.2rem;
    color: var(--danger-text);
    font-weight: 800;
  }
  .portal-field--invalid.portal-field--invalid > input,
  .portal-field--invalid.portal-field--invalid > select,
  .portal-field--invalid.portal-field--invalid > textarea {
    border-color: var(--danger);
    border-width: 2px;
  }
  .portal-field--valid.portal-field--valid > input,
  .portal-field--valid.portal-field--valid > select,
  .portal-field--valid.portal-field--valid > textarea {
    border-color: var(--success);
    border-width: 2px;
  }
  .portal-field__error {
    margin: 0.35rem 0 0;
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--danger-text);
  }
  .portal-field__error[hidden] {
    display: none;
  }
  .portal-field--with-counter {
    position: relative;
  }
  .portal-field--with-counter > label,
  .portal-field--with-counter > .portal-field__label {
    padding-inline-end: 5.5rem;
  }
  .portal-field__counter {
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    font-size: var(--text-xs);
    font-variant-numeric: tabular-nums;
    line-height: 1.2;
    white-space: nowrap;
    color: var(--text-muted);
    pointer-events: none;
  }
  .portal-field--invalid .portal-field__counter {
    color: var(--danger-text);
  }
  .portal-field--valid .portal-field__counter {
    color: var(--success-text);
  }
  .portal-field__hint,
  .portal-filter__hint,
  .reset-password-form__hint {
    margin: 0;
    font-size: var(--text-sm);
    color: var(--text-muted);
  }
  .portal-input,
  .portal-filter__field input,
  .portal-filter__field select,
  .report-form__field input,
  .report-form__field textarea,
  .reset-password-form__field input {
    width: 100%;
    padding: 0.6rem 0.9rem;
    border: 1px solid var(--line-strong);
    border-radius: 0.75rem;
    background-color: var(--surface);
    color: var(--text);
    font: inherit;
  }
  .portal-filter__field input[type="checkbox"],
  .portal-filter__field input[type="radio"] {
    width: auto;
    accent-color: var(--accent);
  }
  .portal-input::placeholder,
  .report-form__field input::placeholder,
  .report-form__field textarea::placeholder {
    color: var(--text-muted);
  }
  .portal-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.75rem 1rem;
    margin: 1.5rem 0;
    padding: 1.25rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background-color: var(--surface);
    box-shadow: var(--shadow-card);
  }
  .portal-filter > .portal-button,
  .portal-filter__actions > .portal-button,
  .list-search > .portal-button {
    align-self: flex-end;
  }
  .portal-filter__field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }
  .portal-filter__field:has(> input[type="search"]) {
    flex: 1 1 18rem;
    max-width: 32rem;
  }
  .portal-filter__field--inline {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }
  .pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 3rem;
  }
  .pagination__pages {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .pagination__page,
  .pagination__edge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    min-height: 2.5rem;
    padding: 0.35rem 0.6rem;
    border: 1px solid var(--line-strong);
    border-radius: 0.75rem;
    color: var(--text);
    font-weight: 600;
    text-decoration: none;
  }
  .pagination__page:hover,
  .pagination__edge:hover {
    background-color: var(--accent);
    border-color: var(--accent);
    color: var(--text-on-accent);
  }
  .pagination__page--current {
    background-color: var(--accent);
    border-color: var(--accent);
    color: var(--text-on-accent);
    box-shadow: var(--shadow-accent);
  }
  .pagination__edge--disabled {
    color: var(--text-muted);
    border-color: var(--line);
  }
  .pagination__edge--disabled:hover {
    background: none;
    border-color: var(--line);
    color: var(--text-muted);
  }
  .pagination__gap {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.25rem;
    color: var(--text-muted);
  }
  .rich-text {
    overflow-wrap: anywhere;
  }
  .rich-text p,
  .rich-text ul,
  .rich-text ol,
  .rich-text blockquote,
  .rich-text pre,
  .rich-text table {
    margin: 0 0 1rem;
  }
  .rich-text ul,
  .rich-text ol {
    padding-inline-start: 1.5rem;
  }
  .rich-text ul {
    list-style: disc;
  }
  .rich-text ol {
    list-style: decimal;
  }
  .rich-text ul ul {
    list-style: circle;
  }
  .rich-text li {
    margin-bottom: 0.35rem;
  }
  .rich-text h1,
  .rich-text h2 {
    margin: 2rem 0 0.75rem;
    font-size: var(--text-xl);
    font-weight: 800;
  }
  .rich-text h3,
  .rich-text h4 {
    margin: 1.5rem 0 0.5rem;
    font-size: var(--text-lg);
    font-weight: 700;
  }
  .rich-text a {
    color: var(--accent-text);
    text-decoration: underline;
  }
  .rich-text img {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
  }
  .rich-text blockquote {
    padding: 0.5rem 0 0.5rem 1.25rem;
    border-inline-start: 0.25rem solid var(--accent);
    color: var(--text-muted);
  }
  .rich-text pre,
  .rich-text code {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: var(--text-sm);
  }
  .rich-text pre {
    padding: 1rem;
    border-radius: 0.75rem;
    background-color: var(--surface-soft);
    overflow-x: auto;
  }
  .rich-text table {
    width: 100%;
    border-collapse: collapse;
  }
  .rich-text th,
  .rich-text td {
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--line);
    text-align: left;
  }
  .rich-text .ql-align-center {
    text-align: center;
  }
  .rich-text .ql-align-right {
    text-align: right;
  }
  .rich-text .ql-align-justify {
    text-align: justify;
  }
  .portal-card {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background-color: var(--surface);
    box-shadow: var(--shadow-card);
    overflow: hidden;
  }
  .portal-card--padded {
    padding: 1.5rem;
  }
  .portal-card--padded > .offer-detail__heading {
    margin-top: 0;
  }
  .portal-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    background-color: var(--accent-soft);
    color: var(--accent-text);
    font-size: var(--text-micro);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .offers-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
    padding-block: 2.5rem 4rem;
  }
  @media (max-width: 63.99rem) {
    .offers-layout > .offers-filter {
      order: 2;
    }
    .offers-layout > .offers-results {
      order: 1;
    }
  }
  @media (min-width: 64rem) {
    .offers-layout {
      grid-template-columns: 18rem 1fr;
    }
    .offers-layout > .offers-filter {
      position: sticky;
      top: calc(var(--lw-chrome-height) + 1rem);
      max-height: calc(100vh - var(--lw-chrome-height) - 2rem);
      overflow-y: auto;
      overscroll-behavior: contain;
    }
  }
  .offers-results__bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.5rem;
    margin-bottom: 1.5rem;
  }
  .offers-sort {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.75rem;
  }
  .offers-sort__label {
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--text-muted);
  }
  .offers-sort__option {
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: var(--text-sm);
    color: var(--text-muted);
    text-decoration: none;
  }
  .offers-sort__option:hover {
    color: var(--text);
  }
  .offers-sort__option[aria-current="true"] {
    background-color: var(--accent);
    color: var(--text-on-accent);
    font-weight: 700;
  }
  .offers-sort__forced {
    font-size: var(--text-xs);
    color: var(--text-muted);
  }
  .offers-view {
    display: inline-flex;
    gap: 0.25rem;
    padding: 0.25rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background-color: var(--surface-soft);
  }
  .offers-view__option {
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--text-muted);
    text-decoration: none;
  }
  .offers-view__option[aria-current="true"] {
    background-color: var(--accent);
    color: var(--text-on-accent);
  }
  .offers-empty {
    padding: 3rem 1.5rem;
    border: 1px dashed var(--line-strong);
    border-radius: 1rem;
    text-align: center;
    color: var(--text-muted);
    max-width: none;
  }
  .offers-filter {
    display: block;
    margin: 0 0 1.5rem;
    padding: 1.5rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background-color: var(--surface);
    box-shadow: var(--shadow-card);
  }
  .offers-filter__primary {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.75rem 1rem;
  }
  .offers-filter__more {
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--line);
  }
  .offers-filter__more > summary {
    padding: 0.25rem 0;
    font-weight: 600;
    color: var(--accent-text);
    cursor: pointer;
  }
  .offers-filter__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    gap: 1rem 1.5rem;
    padding-top: 1rem;
  }
  .offers-filter__types {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin: 0;
    padding: 0.75rem 1rem 1rem;
    border: 1px solid var(--line);
    border-radius: 0.75rem;
  }
  .offers-filter__types legend {
    padding-inline: 0.35rem;
    font-size: var(--text-xs);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-muted);
  }
  .offers-filter__check {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: var(--text-sm);
  }
  .offers-filter__check input {
    accent-color: var(--accent);
  }
  .offers-filter__checks {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .offers-filter__checks--areas {
    flex: 1 1 100%;
  }
  .offers-filter__checks legend {
    margin-bottom: 0.35rem;
    padding: 0;
    font-size: var(--text-xs);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-muted);
  }
  .preference-group__branch {
    margin-left: 1.5rem;
  }
  .preference-group__branch-summary {
    padding: 0.15rem 0;
    font-size: var(--text-xs);
    color: var(--text-muted);
    cursor: pointer;
  }
  .offers-filter__note {
    margin: 0.5rem 0 0;
    font-size: var(--text-xs);
    color: var(--text-muted);
  }
  .offers-filter__branch {
    margin-left: 1.1rem;
  }
  .offers-filter__branch-summary {
    padding: 0.15rem 0;
    font-size: var(--text-xs);
    color: var(--text-muted);
    cursor: pointer;
  }
  .offers-filter__count {
    margin-left: 0.35rem;
    font-variant-numeric: tabular-nums;
    color: var(--accent-text);
  }
  .offers-filter__scroll {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    max-height: 13rem;
    padding: 0.6rem 0.9rem;
    overflow-y: auto;
    border: 1px solid var(--line-strong);
    border-radius: 0.75rem;
    background-color: var(--surface);
    overscroll-behavior: contain;
  }
  .offers-filter__scroll:focus-visible {
    outline: 3px solid var(--focus);
    outline-offset: 2px;
  }
  .offers-filter__scroll .offers-filter__check {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    line-height: 1.35;
  }
  .offers-filter__scroll .offers-filter__check input {
    flex: 0 0 auto;
    margin-top: 0.2rem;
  }
  .filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    max-width: 100%;
    padding: 0.3rem 0.5rem 0.3rem 0.75rem;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    background-color: var(--surface-soft);
    color: var(--text);
    font: inherit;
    font-size: var(--text-sm);
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    cursor: pointer;
  }
  .filter-chip:hover {
    border-color: var(--accent);
    background-color: var(--accent-soft);
    color: var(--accent-text);
  }
  .filter-chip__group {
    color: var(--text-muted);
    font-weight: 500;
  }
  .filter-chip__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .filter-chip__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    background-color: var(--surface);
    color: var(--text-muted);
    font-size: var(--text-base);
    line-height: 1;
  }
  .filter-chip:hover .filter-chip__remove {
    background-color: var(--accent);
    color: var(--text-on-accent);
  }
  .filter-chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1rem;
    margin-bottom: 1.25rem;
    padding: 0.85rem 1rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background-color: var(--surface);
  }
  .filter-chips__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .filter-chips__clear {
    margin-inline-start: auto;
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--accent-text);
    white-space: nowrap;
  }
  .filter-combobox {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .filter-combobox__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .filter-combobox__chips > li,
  .filter-chips__list > li {
    display: flex;
    min-width: 0;
    max-width: 100%;
  }
  .filter-combobox__chips .filter-chip {
    align-items: flex-start;
    border-radius: 0.75rem;
  }
  .filter-combobox__chips .filter-chip__text {
    white-space: normal;
    text-align: left;
  }
  .filter-combobox__field {
    display: flex;
  }
  .filter-combobox__input {
    width: 100%;
    padding: 0.6rem 0.9rem;
    border: 1px solid var(--line-strong);
    border-radius: 0.75rem;
    background-color: var(--surface);
    color: var(--text);
    font: inherit;
  }
  .filter-combobox__input::placeholder {
    color: var(--text-muted);
  }
  .filter-combobox__list {
    max-height: 13rem;
    margin: 0;
    padding: 0.35rem;
    overflow-y: auto;
    list-style: none;
    border: 1px solid var(--line-strong);
    border-radius: 0.75rem;
    background-color: var(--surface);
    overscroll-behavior: contain;
  }
  .filter-combobox__option {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    font-size: var(--text-sm);
    cursor: pointer;
  }
  .filter-combobox__option::before {
    content: "\2713";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 1.1rem;
    height: 1.1rem;
    border: 2px solid var(--line-strong);
    border-radius: 0.25rem;
    background-color: var(--surface);
    color: transparent;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
  }
  .filter-combobox__option[aria-selected="true"]::before {
    border-color: var(--accent);
    background-color: var(--accent);
    color: var(--text-on-accent);
  }
  .filter-combobox__option:hover,
  .filter-combobox__option--active {
    background-color: var(--accent-soft);
    color: var(--accent-text);
  }
  .filter-combobox__empty {
    padding: 0.5rem 0.75rem;
    font-size: var(--text-sm);
    color: var(--text-muted);
  }
  .filter-combobox__status {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .offers-filter__check--child {
    padding-inline-start: 1rem;
  }
  .offers-filter__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
  }
  .offers-filter__clear {
    font-weight: 600;
    color: var(--accent-text);
  }
  .offers-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
    gap: 1.5rem;
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
  }
  .offers-list--home {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  }
  @media (min-width: 62rem) {
    .offers-list--home > li:nth-child(n + 5) {
      display: none;
    }
  }
  @media (min-width: 48rem) and (max-width: 61.999rem) {
    .offers-list--home > li:nth-child(n + 4) {
      display: none;
    }
  }
  .offers-list--rows {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .offers-help-bridge {
    margin: 0 0 0.75rem;
    font-size: var(--text-sm);
  }
  .portal-list__summary {
    margin-bottom: 1.25rem;
  }
  .portal-list__count {
    margin: 0 0 0.75rem;
    color: var(--text-muted);
  }
  .portal-empty {
    padding: 2rem 1.25rem;
    border: 1px dashed var(--line);
    border-radius: 1rem;
    text-align: center;
    background-color: var(--surface-soft);
  }
  .portal-empty__message {
    margin: 0;
    color: var(--text-muted);
  }
  .portal-empty__action {
    margin: 0.85rem 0 0;
  }
  .list-search {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }
  .list-search__field {
    display: flex;
    flex: 1 1 18rem;
    flex-direction: column;
    gap: 0.35rem;
  }
  .list-search__label {
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--text-muted);
  }
  .list-search__input {
    width: 100%;
    padding: 0.7rem 0.9rem;
    border: 1px solid var(--line);
    border-radius: 0.75rem;
    background-color: var(--surface);
    color: var(--text);
  }
  .list-search__field--select {
    flex: 0 1 14rem;
  }
  .list-search__select {
    width: 100%;
    padding: 0.7rem 0.9rem;
    border: 1px solid var(--line);
    border-radius: 0.75rem;
    background-color: var(--surface);
    color: var(--text);
  }
  .list-search__toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
  }
  .list-search__hint {
    flex: 1 0 100%;
    margin: 0;
    font-size: var(--text-xs);
    color: var(--text-muted);
  }
  .org-card__logo-fallback {
    font-size: var(--text-sm);
    color: var(--text-muted);
    text-align: center;
  }
  .offers-list__summary {
    margin: 0 0 1rem;
    color: var(--text-muted);
  }
  .offer-card {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background-color: var(--surface);
    box-shadow: var(--shadow-card);
    overflow: hidden;
  }
  @media (min-width: 40rem) {
    .offers-list--rows .offer-card {
      flex-direction: row;
    }
    .offers-list--rows .offer-card__media {
      flex: 0 0 16rem;
    }
    .offers-list--rows .offer-card__image,
    .offers-list--rows .offer-card__image--placeholder {
      height: 100%;
      aspect-ratio: auto;
    }
  }
  @media (min-width: 52rem) {
    .offers-list--rows .offer-card__body {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      grid-template-rows: auto auto 1fr;
      grid-template-areas: "title  facts"
        "org    facts"
        "badges cta";
      column-gap: 1.5rem;
      padding: 1.25rem;
    }
    .offers-list--rows .offer-card__title,
    .offers-list--rows .offer-card__org,
    .offers-list--rows .offer-card__badges,
    .offers-list--rows .offer-card__facts,
    .offers-list--rows .offer-card__cta {
      margin: 0;
    }
    .offers-list--rows .offer-card__title {
      grid-area: title;
      margin-bottom: 0.35rem;
    }
    .offers-list--rows .offer-card__org {
      grid-area: org;
    }
    .offers-list--rows .offer-card__badges {
      grid-area: badges;
      align-self: end;
      padding-top: 0.75rem;
    }
    .offers-list--rows .offer-card__facts {
      grid-area: facts;
      align-self: start;
    }
    .offers-list--rows .offer-card__cta {
      grid-area: cta;
      align-self: end;
      justify-self: end;
    }
  }
  .offer-card__media {
    position: relative;
  }
  .offer-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }
  .offer-card__image--placeholder {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    aspect-ratio: 16 / 10;
    background-color: var(--surface-soft);
    background-image: repeating-linear-gradient(
        135deg,
        var(--accent) 0 0.6rem,
        transparent 0.6rem 1.6rem
      );
    @supports (color: color-mix(in lab, red, red)) {
      background-image: repeating-linear-gradient(
        135deg,
        color-mix(in srgb, var(--accent) 7%, transparent) 0 0.6rem,
        transparent 0.6rem 1.6rem
      );
    }
    color: var(--text-muted);
    font-size: var(--text-xs);
  }
  .offer-card__image--placeholder::before {
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    background-color: currentColor;
    opacity: 0.55;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Ccircle cx='8.5' cy='10' r='1.5'/%3E%3Cpath d='m4 17 5-4.5 3.5 3 3-2.5L20 17'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size: contain;
  }
  .offer-card__ribbon {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    margin: 0;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background-color: var(--warn);
    color: var(--lw-ink);
    font-size: var(--text-micro);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .offer-card__ribbon--closed {
    background-color: var(--surface-inverse);
    color: var(--text-on-inverse);
  }
  .offer-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
  }
  .offer-card__title {
    margin: 1.25rem 1.25rem 0.35rem;
    font-size: var(--text-lg);
    font-weight: 800;
    overflow-wrap: anywhere;
  }
  .offer-card__title a {
    color: inherit;
    text-decoration: none;
  }
  .offer-card__title a:hover {
    color: var(--accent-text);
  }
  .offer-card__lang {
    display: inline-block;
    margin-left: 0.4rem;
    padding: 0.05rem 0.3rem;
    border: 1px solid var(--line-strong);
    border-radius: 0.25rem;
    font-size: var(--text-xs);
    font-weight: 600;
    line-height: 1.4;
    color: var(--text-muted);
    vertical-align: middle;
  }
  .offer-card__org {
    margin: 0 1.25rem 0.75rem;
    font-size: var(--text-sm);
    color: var(--text-muted);
  }
  .offer-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0 1.25rem 0.75rem;
    padding: 0;
    list-style: none;
  }
  .offer-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.65rem;
    border-radius: 999px;
    background-color: var(--action-soft);
    color: var(--action-text);
    font-size: var(--text-micro);
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .offer-card__facts {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.2rem 0.75rem;
    margin: auto 1.25rem 1.25rem;
    font-size: var(--text-sm);
  }
  .offer-card__facts dt {
    color: var(--text-muted);
  }
  .offer-card__facts dd {
    margin: 0;
    font-weight: 600;
  }
  .offer-card__cta {
    margin: 0 1.25rem 1.25rem;
  }
  .offer-card,
  .org-card,
  .news-card,
  .course-card {
    position: relative;
    transition: box-shadow 150ms ease, border-color 150ms ease;
  }
  .offer-card__title a::after,
  .org-card__name a::after,
  .news-card__title a::after,
  .course-card__title a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
  }
  .offer-card__org a,
  .offer-card__cta,
  .course-card__pdf {
    position: relative;
    z-index: 2;
  }
  .offer-card:hover,
  .org-card:hover,
  .news-card:hover,
  .course-card:hover {
    border-color: var(--line-strong);
    box-shadow: var(--shadow-card-hover);
  }
  .offer-card:hover .offer-card__title a,
  .org-card:hover .org-card__name a,
  .news-card:hover .news-card__title a,
  .course-card:hover .course-card__title a {
    color: var(--accent-text);
  }
  .offer-card:has(.offer-card__title a:focus-visible),
  .org-card:has(.org-card__name a:focus-visible),
  .news-card:has(.news-card__title a:focus-visible),
  .course-card:has(.course-card__title a:focus-visible) {
    outline: 3px solid var(--focus);
    outline-offset: 2px;
  }
  .offer-card__title a:focus-visible,
  .org-card__name a:focus-visible,
  .news-card__title a:focus-visible,
  .course-card__title a:focus-visible {
    outline: none;
  }
  .offer-detail {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
    padding-block: 2.5rem 4rem;
  }
  @media (min-width: 64rem) {
    .offer-detail {
      grid-template-columns: minmax(0, 1fr) 20rem;
    }
  }
  .offer-detail__sticky {
    padding: 1.75rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background-color: var(--surface);
    box-shadow: var(--shadow-card);
  }
  @media (min-width: 64rem) {
    .offer-detail__sticky {
      position: sticky;
      top: calc(var(--lw-chrome-height) + 1rem);
    }
  }
  .offer-detail__summary {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.35rem 1rem;
    margin: 1rem 0 1.5rem;
    font-size: var(--text-sm);
  }
  .offer-detail__summary dt {
    color: var(--text-muted);
  }
  .offer-detail__summary dd {
    margin: 0;
    font-weight: 600;
  }
  .offer-detail__note {
    margin: 0.75rem 0;
    font-size: var(--text-sm);
    color: var(--text-muted);
  }
  .offer-detail__heading {
    margin: 0 0 1rem;
    font-size: var(--text-xl);
    font-weight: 800;
  }
  .offer-detail__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 28rem;
    object-fit: cover;
    border-radius: 1rem;
    margin-bottom: 2rem;
  }
  .offer-detail__term--passed {
    color: var(--text-muted);
    text-decoration: line-through;
  }
  .offer-detail__term-tag {
    margin-left: 0.5rem;
    font-size: var(--text-xs);
    text-decoration: none;
    color: var(--text-muted);
  }
  .offer-detail__list {
    display: grid;
    grid-template-columns: minmax(10rem, auto) 1fr;
    gap: 0.5rem 1.25rem;
    margin: 0;
  }
  .offer-detail__list dt {
    color: var(--text-muted);
  }
  .offer-detail__list dd {
    margin: 0;
    font-weight: 600;
    overflow-wrap: anywhere;
  }
  .offer-detail__section {
    margin-top: 2.5rem;
  }
  .offer-detail__cta {
    margin-top: 1.5rem;
  }
  .offer-detail__table-wrap {
    overflow-x: auto;
  }
  .offer-periods {
    min-width: 22rem;
    border-collapse: collapse;
  }
  .offer-periods th,
  .offer-periods td {
    padding: 0.6rem 1rem;
    border: 1px solid var(--line);
    text-align: left;
  }
  .offer-periods th {
    background-color: var(--surface-soft);
    font-size: var(--text-xs);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-muted);
  }
  .offer-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .offer-gallery__link {
    display: block;
    border-radius: 0.75rem;
    overflow: hidden;
  }
  .offer-gallery__link:hover img {
    opacity: 0.85;
  }
  .offer-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 0.75rem;
  }
  .home-hero {
    position: relative;
    overflow: hidden;
    padding-block: 4rem;
    background-color: var(--surface-soft);
  }
  .home-hero__lead {
    margin-top: 1.5rem;
    font-size: var(--text-lg);
    color: var(--text-muted);
    max-width: 34rem;
  }
  .home-hero--photos {
    background-color: var(--lw-navy);
    color: #ffffff;
    padding-block: 0;
  }
  .hero-slider__slides {
    position: relative;
    display: grid;
  }
  .hero-slider__slide {
    position: relative;
    grid-area: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: clamp(24rem, 62vh, 36rem);
    padding-block: 5rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 800ms ease, visibility 0s linear 800ms;
  }
  .hero-slider__slide--active {
    opacity: 1;
    visibility: visible;
    transition: opacity 800ms ease, visibility 0s;
  }
  .hero-slider:not(.hero-slider--ready) .hero-slider__slide:not(:first-child) {
    display: none;
  }
  .hero-slider:not(.hero-slider--ready) .hero-slider__slide:first-child {
    opacity: 1;
    visibility: visible;
    transition: none;
  }
  @media (prefers-reduced-motion: reduce) {
    .hero-slider__slide {
      transition: none;
    }
  }
  .home-hero__slide,
  .home-hero__overlay {
    position: absolute;
    inset: 0;
  }
  .home-hero__slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-hero__overlay {
    background: linear-gradient(90deg, rgb(11 37 68 / 0.9) 0%, rgb(11 37 68 / 0.76) 35%, rgb(11 37 68 / 0.4) 62%, rgb(11 37 68 / 0.1) 100%),
      linear-gradient(180deg, rgb(0 0 0 / 0.15) 0%, rgb(0 0 0 / 0.35) 100%);
  }
  .hero-slider__content {
    width: 100%;
  }
  .home-hero--photos .home-hero__eyebrow {
    color: #ff9ecb;
  }
  .home-hero--photos .home-hero__lead {
    color: rgb(255 255 255 / 0.86);
  }
  .home-hero--photos .home-hero__ghost {
    border-color: rgb(255 255 255 / 0.7);
    color: #ffffff;
  }
  .home-hero--photos .home-hero__ghost:hover {
    background-color: rgb(255 255 255 / 0.14);
    color: #ffffff;
  }
  .hero-slider__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.25rem;
    z-index: 2;
    display: flex;
    justify-content: center;
  }
  .hero-slider__controls:empty {
    display: none;
  }
  .hero-slider__bar {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem;
    border: 1px solid rgb(255 255 255 / 0.25);
    border-radius: 999px;
    background-color: rgb(11 37 68 / 0.55);
    backdrop-filter: blur(6px);
  }
  .hero-slider__arrow,
  .hero-slider__pause {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-radius: 999px;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
  }
  .hero-slider__arrow:hover,
  .hero-slider__pause:hover {
    background-color: rgb(255 255 255 / 0.16);
  }
  .hero-slider__dots {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding-inline: 0.25rem;
  }
  .hero-slider__dot {
    position: relative;
    width: 1.75rem;
    height: 2.25rem;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .hero-slider__dot::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 999px;
    background-color: rgb(255 255 255 / 0.55);
    transform: translate(-50%, -50%);
    transition: transform 150ms ease, background-color 150ms ease;
  }
  .hero-slider__dot:hover::before {
    background-color: #ffffff;
  }
  .hero-slider__dot[aria-current="true"]::before {
    background-color: var(--lw-pink);
    transform: translate(-50%, -50%) scale(1.35);
  }
  .hero-slider__icon--play,
  .hero-slider--paused .hero-slider__icon--pause {
    display: none;
  }
  .hero-slider--paused .hero-slider__icon--play {
    display: block;
  }
  .hero-slider__arrow:focus-visible,
  .hero-slider__pause:focus-visible,
  .hero-slider__dot:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 2px;
  }
  .theme-dark .home-hero__overlay {
    background: linear-gradient(90deg, rgb(0 0 0 / 0.92) 0%, rgb(0 0 0 / 0.78) 35%, rgb(0 0 0 / 0.42) 62%, rgb(0 0 0 / 0.15) 100%);
  }
  .theme-contrast .home-hero__slide,
  .theme-contrast .home-hero__overlay {
    display: none;
  }
  .theme-contrast .home-hero--photos {
    background-color: var(--surface);
    color: var(--text);
  }
  .theme-contrast .hero-slider__bar {
    border-color: var(--line);
    background-color: var(--surface);
    backdrop-filter: none;
  }
  .theme-contrast .hero-slider__arrow,
  .theme-contrast .hero-slider__pause,
  .theme-contrast .hero-slider__dot::before {
    color: var(--text);
    background-color: var(--text);
  }
  .theme-contrast .hero-slider__arrow,
  .theme-contrast .hero-slider__pause {
    background-color: transparent;
  }
  .theme-contrast .home-hero--photos .home-hero__eyebrow,
  .theme-contrast .home-hero--photos .home-hero__lead,
  .theme-contrast .home-hero--photos .home-hero__ghost {
    color: var(--text);
    border-color: var(--line);
  }
  .home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
  }
  .home-section {
    padding-block: 4rem;
  }
  .city-divider + .home-section {
    padding-top: 2.5rem;
  }
  .home-section:has(+ .city-divider),
  .home-counters:has(+ .city-divider) {
    padding-bottom: 2.5rem;
  }
  .home-counters:has(+ .city-divider) {
    border-bottom: 0;
  }
  .home-photo-band {
    position: relative;
    overflow: hidden;
    height: clamp(9rem, 24vw, 15rem);
  }
  .home-photo-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    box-shadow: inset 0 0 0 100vmax rgb(11 37 68 / 0.18);
  }
  .home-photo-band--1::before {
    background-image: url(/portal/img/band-1.jpg);
    background-position: center 52%;
  }
  .home-photo-band--2::before {
    background-image: url(/portal/img/band-2.jpg);
    background-position: center 50%;
  }
  .home-photo-band--3::before {
    background-image: url(/portal/img/band-3.jpg);
    background-position: center 55%;
  }
  @supports (animation-timeline: view()) {
    .home-photo-band {
      view-timeline: --lw-band;
    }
    .home-photo-band::before {
      inset: -35% 0;
      animation: home-band-parallax linear both;
      animation-timeline: --lw-band;
    }
  }
  .js-band-parallax .home-photo-band::before {
    inset: -35% 0;
    animation: none;
    transform: translateY(var(--lw-band-shift, 0px));
    will-change: transform;
  }
  @keyframes home-band-parallax {
    from {
      transform: translateY(-19%);
    }
    to {
      transform: translateY(19%);
    }
  }
  .home-photo-band + .home-section {
    padding-top: 2.75rem;
  }
  .home-section:has(+ .home-photo-band),
  .home-counters:has(+ .home-photo-band) {
    padding-bottom: 2.75rem;
  }
  .home-counters:has(+ .home-photo-band) {
    border-bottom: 0;
  }
  .theme-dark .home-photo-band::before {
    box-shadow: inset 0 0 0 100vmax rgb(0 0 0 / 0.45);
  }
  .theme-contrast .home-photo-band {
    display: none;
  }
  .home-counters {
    padding-block: 2rem;
    border-block: 1px solid var(--line);
    background-color: var(--surface);
  }
  .home-counters__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap: 1.5rem;
    margin: 0;
  }
  .home-counters__item {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
  .home-counters__item dt {
    margin: 0.25rem 0 0;
    font-size: var(--text-sm);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--text-muted);
  }
  .home-counters__item dd {
    margin: 0;
    font-size: var(--text-4xl);
    font-weight: 800;
    line-height: 1;
    color: var(--accent-text);
  }
  .home-organizations {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .home-organizations__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    height: 100%;
    padding: 1.25rem 1rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background-color: var(--surface);
    color: var(--text);
    text-align: center;
    text-decoration: none;
    transition: box-shadow 150ms ease, border-color 150ms ease;
  }
  .home-organizations__item:hover {
    border-color: var(--line-strong);
    box-shadow: var(--shadow-card-hover);
    color: var(--accent-text);
  }
  .home-organizations__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border-radius: 0.75rem;
    background-color: var(--surface-soft);
    overflow: hidden;
  }
  .home-organizations__logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    padding: 0.4rem;
  }
  .home-organizations__logo--initial {
    font-size: var(--text-2xl);
    font-weight: 800;
    color: var(--accent-text);
  }
  .home-organizations__name {
    font-size: var(--text-sm);
    font-weight: 600;
    line-height: 1.3;
  }
  .home-faq {
    max-width: 52rem;
  }
  .events-calendar {
    display: grid;
    gap: 1.5rem;
  }
  @media (min-width: 60rem) {
    .events-calendar {
      grid-template-columns: minmax(18rem, 22rem) 1fr;
      align-items: start;
    }
  }
  .events-calendar__grid-card {
    padding: 1.25rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background-color: var(--surface-soft);
  }
  .events-calendar__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
  }
  .events-calendar__month {
    margin: 0;
    font-weight: 800;
  }
  .events-calendar__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    color: var(--text);
    font-size: var(--text-xl);
    line-height: 1;
    text-decoration: none;
  }
  .events-calendar__arrow:hover {
    background-color: var(--surface);
  }
  .events-calendar__arrow--disabled {
    color: var(--text-muted);
  }
  .events-calendar__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0.15rem;
    table-layout: fixed;
    text-align: center;
  }
  .events-calendar__table th {
    padding-bottom: 0.35rem;
    font-size: var(--text-micro);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--text-muted);
  }
  .events-calendar__cell {
    padding: 0.1rem 0;
    font-size: var(--text-sm);
  }
  .events-calendar__cell--outside {
    color: var(--text-muted);
  }
  .events-calendar__day--link {
    text-decoration: none;
    color: inherit;
  }
  .events-calendar__day--link:hover {
    text-decoration: underline;
  }
  .events-calendar__day {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
  }
  .events-calendar__cell--today .events-calendar__day {
    box-shadow: inset 0 0 0 2px var(--action);
    font-weight: 700;
  }
  .events-calendar__cell--busy .events-calendar__day {
    position: relative;
    background-color: var(--accent);
    color: var(--text-on-accent);
    font-weight: 700;
  }
  .events-calendar__cell--busy .events-calendar__day::after {
    content: "";
    position: absolute;
    right: -0.1rem;
    top: -0.1rem;
    width: 0.5rem;
    height: 0.5rem;
    border: 2px solid var(--surface-soft);
    border-radius: 999px;
    background-color: var(--action);
  }
  .events-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .events-list__link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background-color: var(--surface);
    color: var(--text);
    text-decoration: none;
    transition: box-shadow 150ms ease, border-color 150ms ease;
  }
  .events-list__link:hover {
    border-color: var(--line-strong);
    box-shadow: var(--shadow-card-hover);
  }
  .events-list__link:hover .events-list__title {
    color: var(--accent-text);
  }
  .events-list__date {
    display: flex;
    flex: 0 0 3.5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
    border-radius: 0.75rem;
    background-color: var(--accent-soft);
    color: var(--accent-text);
    line-height: 1.1;
  }
  .events-list__day {
    font-size: var(--text-xl);
    font-weight: 800;
  }
  .events-list__month {
    font-size: var(--text-micro);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .events-list__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
  }
  .events-list__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
  }
  .events-list__type,
  .events-list__district {
    display: inline-block;
    padding: 0.1rem 0.55rem;
    border-radius: 999px;
    font-size: var(--text-micro);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .events-list__type {
    background-color: var(--action-soft);
    color: var(--action-text);
  }
  .events-list__district {
    background-color: var(--surface-soft);
    color: var(--text-muted);
  }
  .events-list__title {
    font-weight: 700;
    overflow-wrap: anywhere;
  }
  .events-list__when,
  .events-list__organization {
    font-size: var(--text-sm);
    color: var(--text-muted);
  }
  .events-list__cta {
    flex: 0 0 auto;
    color: var(--accent-text);
    font-size: var(--text-xl);
  }
  .events-calendar__empty {
    padding: 2rem 1.5rem;
    border: 1px dashed var(--line-strong);
    border-radius: 1rem;
    text-align: center;
    color: var(--text-muted);
  }
  .events-calendar__more {
    margin: 1rem 0 0;
    font-weight: 600;
  }
  .home-section--soft {
    position: relative;
    overflow: hidden;
    background-color: var(--surface-soft);
  }
  .home-section__header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2.5rem;
  }
  .home-cta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 1.5rem;
  }
  .home-cta__block {
    padding: 2rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background-color: var(--surface);
    box-shadow: var(--shadow-card);
  }
  .news-carousel__track {
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0 0 1rem;
    list-style: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .news-carousel__track > .news-card {
    flex: 0 0 20rem;
    scroll-snap-align: start;
  }
  .news-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .news-card {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background-color: var(--surface);
    overflow: hidden;
  }
  .news-card:hover {
    box-shadow: var(--shadow-card);
  }
  .news-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }
  .news-card__image--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 16 / 10;
    background-color: var(--surface-soft);
    color: var(--text-muted);
    font-size: var(--text-sm);
  }
  .news-card__title {
    margin: 1.25rem 1.5rem 0.35rem;
    font-size: var(--text-lg);
    font-weight: 800;
  }
  .news-card__title a {
    color: inherit;
    text-decoration: none;
  }
  .news-card__title a:hover {
    color: var(--accent-text);
  }
  .news-card__date {
    margin: 0 1.5rem 1.5rem;
    font-size: var(--text-sm);
    color: var(--text-muted);
  }
  .news-article,
  .content-article {
    max-width: 46rem;
  }
  .news-article__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    margin: -0.5rem 0 1.5rem;
    font-size: var(--text-sm);
    color: var(--text-muted);
  }
  .news-article__meta > * + *::before {
    content: "\00b7";
    margin-inline-end: 0.75rem;
  }
  .news-article__image {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 32rem;
    border-radius: 1rem;
    margin-block: 1.5rem;
  }
  .news-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .news-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 0.75rem;
  }
  .org-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .org-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background-color: var(--surface);
    box-shadow: var(--shadow-card);
  }
  .org-card__logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    min-height: 0;
    overflow: hidden;
    padding: 1rem;
    border-radius: 0.75rem;
    background-color: var(--surface-soft);
    color: var(--text-muted);
  }
  .org-card__logo img {
    position: absolute;
    inset: 1rem;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    object-fit: contain;
  }
  .org-card__name {
    margin: 1.25rem 0 0.35rem;
    font-size: var(--text-lg);
    font-weight: 800;
  }
  .org-card__name a {
    color: inherit;
    text-decoration: none;
  }
  .org-card__name a:hover {
    color: var(--accent-text);
  }
  .org-card__city,
  .org-card__type {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.5rem;
    margin: auto 0 0.15rem;
    font-size: var(--text-sm);
    color: var(--text-muted);
  }
  .org-card__type > * + *::before {
    content: "\00b7";
    margin-inline-end: 0.5rem;
  }
  .org-card__badge {
    display: inline-block;
    align-self: flex-start;
    margin: 0.75rem 0 0;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    background-color: var(--action-soft, var(--surface-soft));
    color: var(--action-text, var(--text));
    font-size: var(--text-micro);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .org-profile__kind {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1rem;
  }
  .org-profile__kind .org-card__badge {
    margin: 0;
  }
  .org-profile {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: flex-start;
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background-color: var(--surface);
    box-shadow: var(--shadow-card);
  }
  .org-profile__section {
    margin-bottom: 2.5rem;
  }
  .org-profile__section .home-section__header {
    align-items: center;
    margin-bottom: 1.25rem;
  }
  .org-profile__section .home-section__header > h2 {
    margin: 0;
  }
  .org-profile__logo {
    flex: 0 0 14rem;
  }
  .org-profile__facts {
    flex: 1 1 20rem;
    margin: 0;
  }
  .org-profile__facts dt {
    margin-top: 0.75rem;
    font-size: var(--text-xs);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-muted);
  }
  .org-profile__facts dd {
    margin: 0.15rem 0 0;
    font-weight: 600;
  }
  .org-profile__description {
    max-width: 46rem;
    overflow-wrap: anywhere;
  }
  .kb-index {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    gap: 1rem 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kb-index__link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background-color: var(--surface);
    box-shadow: var(--shadow-card);
    color: var(--text);
    text-decoration: none;
    height: 100%;
  }
  .kb-index__icon {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background-color: var(--surface-soft);
    color: var(--accent-text);
  }
  .kb-index__icon svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .kb-index__body {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
  }
  .kb-index__title {
    font-weight: 700;
    color: var(--text);
  }
  .kb-index__lead {
    font-size: var(--text-sm);
    color: var(--text-muted);
  }
  .kb-index__link::after {
    content: "\2192";
    margin-left: auto;
    flex: 0 0 auto;
    color: var(--accent-text);
    transition: transform 150ms ease;
  }
  .kb-index__link:hover::after,
  .kb-index__link:focus-visible::after {
    transform: translateX(0.25rem);
  }
  .kb-index__link:hover,
  .kb-index__link:focus-visible {
    background-color: var(--accent-soft);
  }
  .article-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .article-list__item {
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
  }
  .article-list__item a {
    font-weight: 600;
    color: var(--text);
    text-decoration: none;
  }
  .article-list__item a:hover {
    color: var(--accent-text);
  }
  .faq-accordion__item {
    margin-bottom: 0.75rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background-color: var(--surface-soft);
    overflow: hidden;
  }
  .faq-accordion__item[open] {
    box-shadow: var(--shadow-card);
  }
  .faq-accordion__item > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
  }
  .faq-accordion__item > summary::-webkit-details-marker {
    display: none;
  }
  .faq-accordion__item > summary::after {
    content: "";
    flex: 0 0 auto;
    width: 0.6rem;
    height: 0.6rem;
    margin-inline-end: 0.2rem;
    border-right: 2px solid var(--accent-text);
    border-bottom: 2px solid var(--accent-text);
    transform: rotate(45deg);
    transition: transform 150ms ease;
  }
  .faq-accordion__item[open] > summary::after {
    transform: rotate(225deg);
  }
  .faq-accordion__answer {
    padding: 0 1.5rem 1.5rem;
    color: var(--text-muted);
    overflow-wrap: anywhere;
  }
  .faq-accordion__answer > p {
    margin: 0 0 0.75rem;
  }
  .faq-accordion__more {
    font-weight: 600;
    color: var(--accent-text);
    text-decoration: none;
  }
  .faq-accordion__more:hover {
    text-decoration: underline;
  }
  .account-shortcuts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .account-shortcuts__link {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    height: 100%;
    padding: 1.25rem 1.5rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background-color: var(--surface-soft);
    color: var(--text);
    text-decoration: none;
    transition: box-shadow 150ms ease, border-color 150ms ease;
  }
  .account-shortcuts__link:hover {
    border-color: var(--line-strong);
    box-shadow: var(--shadow-card-hover);
  }
  .account-shortcuts__title {
    font-weight: 800;
  }
  .account-shortcuts__link:hover .account-shortcuts__title {
    color: var(--accent-text);
  }
  .account-shortcuts__lead {
    font-size: var(--text-sm);
    color: var(--text-muted);
  }
  .application-section {
    max-width: none;
    margin-top: 2.5rem;
  }
  .application-section__empty {
    padding: 1.5rem;
    border: 1px dashed var(--line-strong);
    border-radius: 1rem;
    color: var(--text-muted);
    max-width: none;
  }
  .applications-list {
    max-width: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .application-row__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.25rem;
    padding: 1rem 1.25rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background-color: var(--surface);
    color: var(--text);
    text-decoration: none;
    transition: box-shadow 150ms ease, border-color 150ms ease;
  }
  .application-row__link:hover {
    border-color: var(--line-strong);
    box-shadow: var(--shadow-card-hover);
  }
  .application-row__link:hover .application-row__title {
    color: var(--accent-text);
  }
  .application-row__body {
    display: flex;
    flex: 1 1 16rem;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
  }
  .application-row__title {
    font-weight: 700;
    overflow-wrap: anywhere;
  }
  .application-row__org,
  .application-row__meta {
    font-size: var(--text-sm);
    color: var(--text-muted);
  }
  .application-row__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
  }
  .application-row__status {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    font-size: var(--text-micro);
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .application-row__status--wait {
    background-color: var(--warn-soft);
    color: var(--warn-text);
  }
  .application-row__status--ok {
    background-color: var(--action-soft);
    color: var(--action-text);
  }
  .application-row__status--bad {
    background-color: var(--accent-soft);
    color: var(--accent-text);
  }
  .application-row__status--done {
    background-color: var(--surface-soft);
    color: var(--text-muted);
  }
  .application-row__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
  }
  .application-row__actions form {
    margin: 0;
  }
  .portal-button--small {
    padding: 0.45rem 1rem;
    font-size: var(--text-sm);
  }
  .application-row__anchor {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.15em;
  }
  .application-row__anchor:hover {
    color: var(--accent-text);
  }
  .faq-overview__jump {
    margin-bottom: 2.5rem;
  }
  .faq-overview__jump-link {
    gap: 0.5rem;
  }
  .faq-overview__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.5rem;
    height: 1.5rem;
    padding-inline: 0.4rem;
    border-radius: 999px;
    background-color: var(--surface);
    color: var(--text-muted);
    font-size: var(--text-micro);
    font-weight: 700;
  }
  .faq-overview__section {
    max-width: 52rem;
    margin-bottom: 3rem;
    scroll-margin-top: calc(var(--lw-chrome-height) + 1rem);
  }
  .faq-overview__header {
    align-items: center;
    margin-bottom: 1rem;
  }
  .faq-overview__header > h2 {
    margin: 0;
  }
  .course-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .course-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background-color: var(--surface);
    box-shadow: var(--shadow-card);
  }
  .course-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
  }
  .course-card__title {
    margin: 0;
    font-size: var(--text-base);
    font-weight: 700;
  }
  .course-card__pdf {
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--accent-text);
  }
  .help-search__counts {
    margin: 1.5rem 0 0.5rem;
    color: var(--text-muted);
  }
  .help-search__results {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .help-search__result {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
  }
  .help-search__badge {
    flex: 0 0 auto;
    padding: 0.15rem 0.7rem;
    border-radius: 999px;
    background-color: var(--action-soft);
    color: var(--action-text);
    font-size: var(--text-micro);
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .content-article__body {
    overflow-wrap: anywhere;
  }
  .content-article__translation-notice {
    margin-bottom: 1.5rem;
  }
  .report-form {
    max-width: 36rem;
  }
  .report-form__field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 1.25rem;
  }
  .report-form__trap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .register-lead {
    max-width: 46rem;
  }
  .register-form {
    margin-top: 2rem;
  }
  @media (min-width: 60rem) {
    .register-form:has(> .wizard-steps) {
      display: grid;
      grid-template-columns: 15rem minmax(0, 46rem);
      column-gap: 3rem;
      align-items: start;
    }
    .register-form > .wizard-steps {
      grid-column: 1;
      grid-row: 1 / span 40;
      position: sticky;
      top: calc(var(--lw-chrome-height) + 1.5rem);
      margin: 0;
    }
    .register-form > :not(.wizard-steps) {
      grid-column: 2;
    }
  }
  .register-form__section {
    margin: 0 0 2rem;
    padding: 1.75rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background-color: var(--surface);
    box-shadow: var(--shadow-card);
  }
  .register-form__legend {
    padding-inline: 0.5rem;
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent-text);
  }
  .register-form__row {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
  }
  .register-form__row > .report-form__field {
    flex: 1 1 9rem;
  }
  .register-form__field--wide {
    flex: 2 1 14rem;
  }
  .wizard-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
    counter-reset: wizard;
  }
  .wizard-steps__item {
    counter-increment: wizard;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--text-muted);
  }
  .wizard-steps__item::before {
    content: counter(wizard);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    font-size: var(--text-xs);
  }
  .wizard-steps__item--current {
    color: var(--text);
  }
  .wizard-steps__item--current::before {
    background-color: var(--accent);
    border-color: var(--accent);
    color: var(--text-on-accent);
  }
  .wizard-steps__item--done::before {
    background-color: var(--accent-soft);
    border-color: var(--accent);
    color: var(--accent-text);
  }
  .wizard-steps__link {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
  }
  .wizard-steps__link:hover {
    color: var(--accent-text);
    text-decoration: underline;
  }
  .wizard-steps__link:disabled {
    cursor: default;
    color: inherit;
    text-decoration: none;
  }
  @media (min-width: 60rem) {
    .wizard-steps {
      flex-direction: column;
      gap: 0;
      padding: 0.25rem 0;
    }
    .wizard-steps__item {
      position: relative;
      align-items: flex-start;
      gap: 0.75rem;
      padding-bottom: 1.75rem;
      line-height: 1.75rem;
    }
    .wizard-steps__item:last-child {
      padding-bottom: 0;
    }
    .wizard-steps__item::before {
      position: relative;
      z-index: 1;
      flex: 0 0 auto;
    }
    .wizard-steps__item:not(.wizard-steps__item--current):not(.wizard-steps__item--done)::before {
      background-color: var(--surface);
    }
    .wizard-steps__item:not(:last-child)::after {
      content: "";
      position: absolute;
      left: calc(0.875rem - 1px);
      top: 1.75rem;
      bottom: 0;
      width: 2px;
      border-radius: 1px;
      background-color: var(--line-strong);
    }
    .wizard-steps__item--done:not(:last-child)::after {
      background-color: var(--accent);
    }
  }
  .wizard-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .consent-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }
  .consent {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: var(--text-sm);
    line-height: 1.6;
  }
  .consent input[type="checkbox"] {
    margin-top: 0.25rem;
    flex: 0 0 auto;
    width: 1.1rem;
    height: 1.1rem;
    accent-color: var(--accent);
  }
  .portal-validation-group {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }
  .portal-validation-group.portal-field--invalid .consent input[type="checkbox"] {
    outline: 2px solid var(--danger);
    outline-offset: 2px;
  }
  .portal-validation-group.portal-field--valid .consent input[type="checkbox"] {
    outline: 2px solid var(--success);
    outline-offset: 2px;
  }
  .consent__required {
    color: var(--danger-text);
    font-weight: 700;
    margin-inline-end: 0.25rem;
  }
  .preference-group {
    border: 1px solid var(--line);
    border-radius: 0.75rem;
    padding: 1rem 1.25rem 1.25rem;
    margin-top: 1.25rem;
  }
  .preference-group__legend {
    font-size: var(--text-sm);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--text-muted);
    padding-inline: 0.35rem;
  }
  .preference-group__list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    gap: 0.5rem 1.5rem;
    margin: 0;
    padding: 0;
  }
  .preference-group__list--nested {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: 0.35rem;
    padding-inline-start: 1.85rem;
    border-inline-start: 2px solid var(--line);
  }
  .portal-form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.25rem;
    margin-top: 1.25rem;
  }
  .portal-form-actions__link {
    font-weight: 600;
    color: var(--accent-text);
  }
  .register-form__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
  }
  .register-form__actions > form {
    display: inline-flex;
    margin: 0;
  }
  .register-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
    justify-content: center;
    gap: 1.5rem;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
  }
  .register-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background-color: var(--surface);
    box-shadow: var(--shadow-card);
  }
  .register-card__media {
    position: relative;
    isolation: isolate;
    background-color: var(--surface-inverse);
  }
  .register-card__media::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgb(5 9 19 / 0.82) 0%,
      rgb(5 9 19 / 0.46) 42%,
      transparent 74%
    );
    content: "";
    pointer-events: none;
  }
  .register-card__image {
    position: relative;
    z-index: -2;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }
  .register-card__title {
    position: absolute;
    z-index: 1;
    inset: 0 0 auto;
    margin: 0;
    padding: 1.25rem 1.5rem;
    color: var(--text-on-inverse);
    font-size: var(--text-xl);
    font-weight: 800;
    text-shadow: 0 2px 8px rgb(0 0 0 / 0.75);
  }
  .register-card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.5rem;
  }
  .register-card__content > .portal-button {
    align-self: stretch;
    margin-top: 0.25rem;
  }
  .register-card__lead {
    margin: 0;
    flex: 1 1 auto;
    color: var(--text-muted);
  }
  .register-note,
  .register-signin {
    margin-top: 1.5rem;
  }
  .reset-password-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: flex-start;
    max-width: 28rem;
    margin-top: 1.5rem;
  }
  .reset-password-form__field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    width: 100%;
  }
  .token-action {
    margin-top: 1.5rem;
  }
  .breadcrumbs {
    margin-bottom: 1rem;
    font-size: var(--text-sm);
    color: var(--text-muted);
  }
  .breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .breadcrumbs__list a {
    color: var(--accent-text);
    text-decoration: none;
  }
  .breadcrumbs__list a:hover {
    text-decoration: underline;
  }
  .breadcrumbs__list li + li::before {
    content: "/";
    margin-inline-end: 0.5rem;
    color: var(--line-strong);
  }
  .offer-detail__table-wrap:focus-visible {
    outline: 3px solid var(--focus);
    outline-offset: 2px;
  }
  .breadcrumbs__back {
    font-weight: 600;
    color: var(--accent-text);
    text-decoration: none;
  }
  .breadcrumbs__back:hover {
    text-decoration: underline;
  }
  .page-hero {
    position: relative;
    overflow: hidden;
    padding-block: 3rem;
    margin-bottom: 2.5rem;
    background-color: var(--surface-soft);
  }
  .page-hero__title {
    margin: 0;
    font-size: var(--text-4xl);
    font-weight: 800;
  }
  .page-hero__lead {
    margin: 1rem 0 0;
    color: var(--text-muted);
    max-width: 40rem;
  }
  .page-hero--flat {
    padding-block: 2.5rem;
    margin-bottom: 0;
  }
  .accessibility-declaration {
    max-width: 46rem;
  }
  .accessibility-declaration section {
    margin-bottom: 2.5rem;
  }
}
.theme-contrast .portal-card,
.theme-contrast .offer-card,
.theme-contrast .news-card,
.theme-contrast .org-card,
.theme-contrast .course-card,
.theme-contrast .register-card,
.theme-contrast .kb-index__link,
.theme-contrast .faq-accordion__item,
.theme-contrast .portal-filter,
.theme-contrast .offers-filter {
  border-width: 2px;
}
.theme-contrast .lodz-pattern,
.theme-contrast .city-divider {
  display: none;
}
.theme-contrast a {
  text-decoration: underline;
}
.theme-contrast img {
  filter: grayscale(100%) contrast(1.15);
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: 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;
    }
  }
}
