@layer properties {
  @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
  *, ::before, ::after, ::backdrop { --tw-border-style: solid; }
}
}
@layer theme {
  :root, :host { --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --spacing: .25rem; --default-font-family: var(--font-sans); --default-mono-font-family: var(--font-mono); }
}
@layer base {
  *, ::after, ::before, ::backdrop { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  ::file-selector-button { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  html, :host { text-size-adjust: 100%; tab-size: 4; line-height: 1.5; font-family: var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"); font-feature-settings: var(--default-font-feature-settings,normal); font-variation-settings: var(--default-font-variation-settings,normal); -webkit-tap-highlight-color: transparent; }
  hr { height: 0px; color: inherit; border-top-width: 1px; }
  abbr:where([title]) { text-decoration: underline dotted; }
  h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
  a { color: 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 { vertical-align: baseline; font-size: 75%; line-height: 0; position: relative; }
  sub { bottom: -0.25em; }
  sup { top: -0.5em; }
  table { text-indent: 0px; border-color: inherit; border-collapse: collapse; }
  progress { vertical-align: baseline; }
  summary { display: list-item; }
  ol, ul, menu { list-style: none; }
  img, svg, video, canvas, audio, iframe, embed, object { vertical-align: middle; display: block; }
  img, video { max-width: 100%; height: auto; }
  button, input, select, optgroup, textarea { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  ::file-selector-button { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  :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)) {
  ::placeholder { color: color-mix(currentcolor, transparent); }
}
}
  textarea { resize: vertical; }
  ::-webkit-search-decoration { 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: 0px; }
  ::-webkit-datetime-edit { padding-block: 0px; }
  ::-webkit-datetime-edit-year-field { padding-block: 0px; }
  ::-webkit-datetime-edit-month-field { padding-block: 0px; }
  ::-webkit-datetime-edit-day-field { padding-block: 0px; }
  ::-webkit-datetime-edit-hour-field { padding-block: 0px; }
  ::-webkit-datetime-edit-minute-field { padding-block: 0px; }
  ::-webkit-datetime-edit-second-field { padding-block: 0px; }
  ::-webkit-datetime-edit-millisecond-field { padding-block: 0px; }
  ::-webkit-datetime-edit-meridiem-field { padding-block: 0px; }
  ::-webkit-calendar-picker-indicator { line-height: 1; }
  button, input:where([type="button"], [type="reset"], [type="submit"]) { appearance: button; }
  ::file-selector-button { appearance: button; }
  ::-webkit-inner-spin-button { height: auto; }
  ::-webkit-outer-spin-button { height: auto; }
  [hidden]:where(:not([hidden="until-found"])) { display: none !important; }
}
@layer components;
@layer utilities {
  .visible { visibility: visible; }
  .sr-only { clip-path: inset(50%); white-space: nowrap; border-width: 0px; width: 1px; height: 1px; margin: -1px; padding: 0px; position: absolute; overflow: hidden; }
  .fixed { position: fixed; }
  .relative { position: relative; }
  .start { inset-inline-start: var(--spacing); }
  .block { display: block; }
  .hidden { display: none; }
  .table { display: table; }
  .border { border-style: var(--tw-border-style); border-width: 1px; }
  .underline { text-decoration-line: underline; }
}
:root { --navy-950: #102a43; --navy-900: #163a5f; --navy-800: #1d4e78; --navy-100: #e8f1f7; --blue-50: #f3f8fb; --blue-100: #e3eff6; --gold: #f2b134; --gold-dark: #d99511; --ink: #17212b; --muted: #5b6875; --line: #d8e0e7; --paper: #fff; --page: #f4f6f8; --user-font-scale: 1; --reading-y: 50vh; --reading-mask-half: 80px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: calc(16px * var(--user-font-scale)); }
body { background: var(--page); color: var(--ink); font-family: var(--font-geist), Arial, sans-serif; margin: 0px; line-height: 1.55; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.site-shell { min-height: 100vh; display: flex; flex-direction: column; }
.site-shell > .page-grid { flex: 1 0 auto; }
.site-shell > .site-footer { margin-top: auto; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.sr-only { clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0px; width: 1px; height: 1px; margin: -1px; padding: 0px; position: absolute; overflow: hidden; }
.skip-link { z-index: 1000; background: var(--gold); color: rgb(17, 17, 17); border-radius: 4px; padding: 12px 18px; font-weight: 800; position: fixed; top: 12px; left: 12px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0px); }
.reading-mask { z-index: 90; pointer-events: none; background: linear-gradient(to bottom, #000000b3 0, #000000b3 calc(var(--reading-y) - var(--reading-mask-half)), transparent calc(var(--reading-y) - var(--reading-mask-half)), transparent calc(var(--reading-y) + var(--reading-mask-half)), #000000b3 calc(var(--reading-y) + var(--reading-mask-half))); position: fixed; inset: 0px; }
.reading-mask-hint { top: max(12px, env(safe-area-inset-top)); left: max(12px, env(safe-area-inset-left)); background: var(--gold); color: rgb(17, 17, 17); border: 2px solid rgb(17, 17, 17); border-radius: 5px; max-width: calc(-24px + 100vw); padding: 8px 12px; font-size: 0.78rem; font-weight: 800; line-height: 1.3; position: absolute; box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 12px; }
.utility-bar { background: var(--navy-950); color: rgb(255, 255, 255); letter-spacing: 0.02em; font-size: 0.76rem; }
.utility-inner, .header-inner, .search-inner, .page-grid, .footer-inner, .footer-member-units, .footer-bottom > div { width: min(1220px, 100% - 40px); margin: 0px auto; }
.utility-inner { justify-content: space-between; align-items: center; gap: 18px; min-height: 34px; display: flex; }
.utility-title { align-items: center; gap: 8px; min-width: 0px; display: flex; }
.utility-links { align-items: center; gap: 12px; display: flex; }
.utility-links a { color: rgb(255, 255, 255); text-underline-offset: 3px; text-decoration-thickness: 1px; }
.site-header { background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { justify-content: space-between; align-items: center; gap: 28px; min-height: 112px; display: flex; }
.brand { color: var(--ink); align-items: center; gap: 22px; min-width: 0px; display: inline-flex; }
.brand-logo { flex: 0 0 128px; place-items: center; width: 128px; display: grid; }
.brand-logo img { width: 100%; height: auto; display: block; }
.brand-copy { min-width: 0px; color: inherit; flex-direction: column; text-decoration: none; display: flex; }
.brand-copy:hover, .brand-copy:focus-visible, .brand-copy:hover strong, .brand-copy:focus-visible strong { text-decoration: none; }
.brand-copy strong { color: var(--navy-950); letter-spacing: -0.025em; font-size: clamp(1.24rem, 2vw, 1.75rem); line-height: 1.18; }
.brand-copy > span:last-child { color: var(--muted); margin-top: 3px; font-size: 0.92rem; }
.header-actions { align-items: center; gap: 10px; display: flex; }
.access-button, .icon-button { border: 1px solid var(--line); background: var(--paper); color: var(--navy-950); border-radius: 6px; align-items: center; gap: 9px; min-height: 46px; padding: 0px 16px; font-weight: 750; display: inline-flex; }
.access-button:hover, .icon-button:hover { border-color: var(--navy-800); background: var(--blue-50); }
.access-button-copy { flex-direction: column; align-items: flex-start; gap: 1px; line-height: 1.15; display: flex; }
.access-button-copy > small { color: var(--muted); white-space: nowrap; font-size: 0.66rem; font-weight: 650; }
.access-button:hover .access-button-copy > small { color: var(--navy-800); }
.ui-icon { flex: 0 0 auto; width: 20px; height: 20px; display: block; overflow: visible; }
.eye-icon { width: 24px; height: 24px; }
.mobile-only { display: none; }
.access-panel { background: var(--navy-900); color: rgb(255, 255, 255); border-top: 1px solid rgba(255, 255, 255, 0.14); box-shadow: rgba(0, 0, 0, 0.1) 0px -10px 26px inset; }
.access-inner { width: min(1220px, 100% - 40px); margin: 0px auto; padding: 24px 0px 22px; }
.access-heading { margin-bottom: 19px; padding-right: 294px; position: relative; }
.access-title-block { min-width: 0px; }
.access-kicker { color: rgb(201, 220, 233); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 3px; font-size: 0.69rem; font-weight: 800; display: block; }
.access-heading h2 { letter-spacing: -0.02em; margin: 0px; font-size: clamp(1.35rem, 2.2vw, 1.8rem); line-height: 1.18; }
.access-heading p { color: rgb(215, 228, 238); margin: 5px 0px 0px; font-size: 0.86rem; }
.access-heading .access-shortcuts { color: rgb(255, 255, 255); flex-wrap: wrap; align-items: center; gap: 5px; margin-top: 8px; font-weight: 720; display: flex; }
.access-shortcuts kbd { color: rgb(255, 255, 255); font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; background: rgba(255, 255, 255, 0.1); border-width: 1px 1px 2px; border-style: solid; border-color: rgba(255, 255, 255, 0.5); border-image: none; border-radius: 4px; padding: 2px 6px; font-size: 0.78rem; }
.access-close { color: rgb(255, 255, 255); background: 0px 0px; border: 1px solid rgba(255, 255, 255, 0.42); border-radius: 50%; place-items: center; width: 42px; height: 42px; padding: 0px; display: grid; position: absolute; top: 0px; right: 0px; }
.access-close .ui-icon { width: 20px; height: 20px; }
.access-close:hover { color: var(--navy-950); background: rgb(255, 255, 255); }
.access-dashboard { grid-template-columns: minmax(0px, 1.25fr) minmax(0px, 1fr) minmax(230px, 0.72fr); align-items: stretch; gap: 14px; display: grid; }
.tool-card { background: var(--paper); min-width: 0px; color: var(--ink); border-right-color: ; border-right-style: ; border-right-width: ; border-bottom-color: ; border-bottom-style: ; border-bottom-width: ; border-left-color: ; border-left-style: ; border-left-width: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-top: 4px solid var(--gold); border-radius: 8px; padding: 18px; box-shadow: rgba(0, 0, 0, 0.13) 0px 7px 18px; }
.tool-card-heading { align-items: flex-start; gap: 11px; min-height: 54px; margin-bottom: 15px; display: flex; }
.tool-card-icon { background: var(--blue-100); min-width: 34px; height: 34px; color: var(--navy-900); border-radius: 6px; flex: 0 0 34px; place-items: center; font-size: 0.9rem; font-weight: 850; display: grid; }
.tool-card-icon .ui-icon { width: 23px; height: 23px; }
.tool-card h3 { color: var(--navy-950); margin: 0px; font-size: 1rem; line-height: 1.25; }
.tool-card-heading p { color: var(--muted); margin: 3px 0px 0px; font-size: 0.76rem; line-height: 1.35; }
.tool-setting { border-top: 1px solid var(--line); justify-content: space-between; align-items: center; gap: 12px; padding: 10px 0px; display: flex; }
.tool-setting-label { color: var(--navy-950); font-size: 0.82rem; font-weight: 750; }
.value-stepper { border: 1px solid var(--line); border-radius: 5px; flex: 0 0 auto; grid-template-columns: 40px 58px 40px; align-items: stretch; min-height: 38px; display: grid; overflow: hidden; }
.value-stepper button { background: var(--blue-50); color: var(--navy-950); border: 0px; font-weight: 850; }
.value-stepper button + output, .value-stepper output + button { border-left: 1px solid var(--line); }
.value-stepper button:hover:not(:disabled) { background: var(--gold); color: rgb(21, 21, 21); }
.value-stepper button:disabled { cursor: not-allowed; opacity: 0.42; }
.value-stepper output { color: var(--ink); place-items: center; font-size: 0.78rem; font-weight: 750; display: grid; }
.tool-toggle-grid { grid-template-columns: 1fr 1fr; gap: 7px; display: grid; }
.tool-toggle, .tool-button { border: 1px solid var(--line); background: var(--paper); min-height: 42px; color: var(--navy-950); text-align: left; border-radius: 5px; justify-content: flex-start; align-items: center; gap: 8px; padding: 8px 10px; font-size: 0.78rem; font-weight: 720; display: inline-flex; }
.tool-toggle > span:first-child, .tool-button > span:first-child { color: var(--navy-800); flex: 0 0 23px; place-items: center; font-size: 1rem; display: grid; }
.tool-toggle:hover, .tool-button:hover:not(:disabled) { border-color: var(--navy-800); background: var(--blue-50); }
.tool-toggle.active-tool { border-color: var(--gold-dark); color: rgb(60, 42, 5); box-shadow: inset 3px 0 0 var(--gold-dark); background: rgb(255, 244, 216); }
.tool-toggle.active-tool > span:first-child { color: rgb(108, 68, 0); }
.speech-actions { grid-template-columns: 1fr 42px 42px; gap: 7px; display: grid; }
.tool-button.primary { background: var(--navy-900); color: rgb(255, 255, 255); border-color: var(--navy-900); }
.tool-button.primary > span:first-child { color: var(--gold); }
.tool-button.primary:hover { background: var(--navy-800); color: rgb(255, 255, 255); }
.tool-button.icon-only { justify-content: stretch; place-items: center; padding: 0px; display: grid; }
.tool-button.icon-only .ui-icon { width: 18px; height: 18px; }
.tool-button:disabled { cursor: not-allowed; opacity: 0.45; }
.speed-setting { margin-top: 10px; }
.speed-controls { justify-content: flex-end; align-items: stretch; gap: 7px; display: flex; }
.speed-reset { border: 1px solid var(--line); background: var(--blue-50); min-height: 38px; color: var(--navy-950); white-space: nowrap; border-radius: 5px; padding: 7px 10px; font-size: 0.72rem; font-weight: 720; }
.speed-reset:hover:not(:disabled) { border-color: var(--navy-800); background: var(--blue-100); }
.speed-reset:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }
.speed-reset:disabled { cursor: not-allowed; opacity: 0.48; }
.voice-setting { align-items: stretch; gap: 7px; margin-top: 10px; display: grid; }
.voice-control-row { grid-template-columns: minmax(0px, 1fr) auto; gap: 7px; display: grid; }
.tool-select { border: 1px solid var(--line); background: var(--paper); width: 100%; min-width: 0px; min-height: 40px; color: var(--ink); font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; border-radius: 5px; padding: 7px 34px 7px 9px; font-size: 0.78rem; }
.tool-select:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }
.tool-select:disabled { cursor: not-allowed; opacity: 0.48; }
.voice-refresh { border: 1px solid var(--line); background: var(--blue-50); min-height: 40px; color: var(--navy-950); border-radius: 5px; padding: 7px 10px; font-size: 0.74rem; font-weight: 720; }
.voice-refresh:hover:not(:disabled) { border-color: var(--navy-800); background: var(--blue-100); }
.voice-refresh:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }
.voice-refresh:disabled { cursor: not-allowed; opacity: 0.48; }
.voice-status { color: var(--muted); font-size: 0.7rem; line-height: 1.4; }
.speech-status, .tool-status { min-height: 1.1rem; color: var(--muted); margin: 9px 0px 0px; font-size: 0.72rem; }
.tool-status.has-message { color: var(--navy-800); font-weight: 650; }
.document-actions { gap: 7px; display: grid; }
.document-actions .tool-button { width: 100%; }
.reset-tools { min-height: 42px; color: var(--navy-950); white-space: nowrap; background: rgb(255, 255, 255); border: 2px solid rgb(255, 255, 255); border-radius: 6px; justify-content: center; align-items: center; gap: 8px; padding: 8px 13px; font-size: 0.8rem; font-weight: 800; display: inline-flex; position: absolute; bottom: 0px; right: 0px; }
.reset-tools > span { font-size: 1.15rem; line-height: 1; }
.reset-tools:hover { border-color: var(--gold); background: var(--gold); color: rgb(21, 21, 21); }
.reset-tools:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.search-band { background: var(--navy-900); color: rgb(255, 255, 255); padding: 22px 0px 24px; box-shadow: rgba(16, 42, 67, 0.08) 0px 4px 16px; }
.search-inner { grid-template-columns: 1fr; align-items: center; display: grid; }
.search-box { color: var(--ink); background: rgb(255, 255, 255); border-radius: 6px; align-items: center; display: flex; position: relative; box-shadow: rgba(0, 0, 0, 0.12) 0px 7px 18px; }
.search-box > span { color: var(--navy-800); padding-left: 17px; font-size: 1.45rem; transform: rotate(-20deg); }
.search-box input { width: 100%; height: 52px; color: var(--ink); background: 0px 0px; border: 0px; outline: 0px; padding: 0px 12px; }
.search-box > button { min-width: 52px; color: var(--muted); background: 0px 0px; border: 0px; align-self: stretch; place-items: center; padding: 0px; display: grid; }
.search-box > button .ui-icon { width: 20px; height: 20px; }
.search-results { z-index: 50; border: 1px solid var(--line); background: rgb(255, 255, 255); border-radius: 6px; padding: 7px; position: absolute; top: calc(100% + 8px); left: 0px; right: 0px; box-shadow: rgba(16, 42, 67, 0.2) 0px 14px 38px; }
.search-results a { border-radius: 4px; justify-content: space-between; align-items: center; gap: 12px; padding: 11px 12px; text-decoration: none; display: flex; }
.search-results a > span:first-child { flex-direction: column; min-width: 0px; display: flex; }
.search-results a strong { font-size: 0.92rem; }
.search-results a small { color: var(--muted); font-size: 0.72rem; font-weight: 600; }
.search-results a:hover { background: var(--blue-100); color: var(--navy-950); }
.search-results p { color: var(--muted); margin: 0px; padding: 12px; }
.page-grid { grid-template-columns: 286px minmax(0px, 1fr); align-items: start; gap: 34px; padding-block: 29px 35px; display: grid; }
.side-navigation { background: var(--paper); border: 1px solid var(--line); border-radius: 6px; position: sticky; top: 18px; overflow: hidden; box-shadow: rgba(16, 42, 67, 0.06) 0px 5px 22px; }
.mobile-menu-heading { display: none; }
.menu-group + .menu-group { border-top: 1px solid var(--line); }
.menu-group h2 { color: var(--navy-950); background: var(--blue-50); text-transform: uppercase; letter-spacing: 0.1em; margin: 0px; padding: 16px 18px 13px; font-size: 0.76rem; }
.menu-group ul { margin: 0px; padding: 6px 0px; list-style: none; }
.menu-group li { width: 100%; margin: 0px; }
.menu-item-line { width: 100%; transition: background-color 0.16s, color 0.16s; display: flex; align-items: stretch; }
.menu-item-line > a { position: relative; z-index: 1; flex: 1 1 auto; min-width: 0; pointer-events: auto; cursor: pointer; }
.menu-group a { color: rgb(50, 66, 82); border-left: 3px solid rgba(0, 0, 0, 0); justify-content: space-between; align-items: center; gap: 8px; width: 100%; min-height: 42px; padding: 9px 14px 9px 17px; font-size: 0.92rem; font-weight: 600; text-decoration: none; display: flex; }
.menu-item-line:hover, .menu-item-line:focus-within { background: var(--blue-50); }
.menu-item-line:hover > a, .menu-item-line:focus-within > a, .menu-item-line:hover > .submenu-toggle, .menu-item-line:focus-within > .submenu-toggle { color: var(--navy-950); border-left-color: var(--gold); }
.menu-item-line.current { background: var(--blue-100); }
.menu-item-line.current > a, .menu-item-line.current > .submenu-toggle { color: var(--navy-950); border-left-color: var(--gold-dark); font-weight: 800; }
.menu-group a:hover, .menu-group a:focus-visible { color: var(--navy-950); background: var(--blue-50); border-left-color: var(--gold); }
.menu-group a.current { color: var(--navy-950); background: var(--blue-100); border-left-color: var(--gold-dark); font-weight: 800; }
.link-arrow { color: var(--navy-800); font-size: 1.05rem; }
.has-submenu > .menu-item-line:has(.submenu-toggle[aria-expanded="true"]) { background: var(--blue-50); }
.has-submenu > .menu-item-line.current, .has-submenu > .menu-item-line.current:hover { background: var(--blue-100); }
.has-submenu > .menu-item-line.current:has(.submenu-toggle[aria-expanded="true"]) { background: var(--blue-100); }
.submenu-toggle { position: relative; z-index: 2; color: rgb(50, 66, 82); text-align: center; background: 0px 0px; border: 0; border-left: 1px solid var(--line); justify-content: center; align-items: center; width: 44px; min-height: 42px; padding: 8px; font-size: 0.92rem; font-weight: 600; transition: color 0.16s, background-color 0.16s; flex: 0 0 44px; display: flex; }
.submenu-toggle:hover { color: var(--navy-950); background: 0px 0px; }
.submenu-chevron { width: 24px; height: 24px; color: var(--navy-800); transform-origin: 50% center; flex: 0 0 24px; transition: transform 0.18s; }
.submenu-toggle[aria-expanded="true"] .submenu-chevron { transform: rotate(180deg); }
.menu-group .submenu { border-top: 1px solid var(--line); background: rgb(248, 250, 252); width: 100%; padding: 0px 0px 6px; }
.menu-group .submenu[hidden] { display: none; }
.menu-group .submenu li { width: 100%; transition: background-color 0.16s; }
.menu-group .submenu li:hover, .menu-group .submenu li:focus-within { background: var(--blue-50); }
.menu-group .submenu a { width: 100%; min-height: 39px; padding-left: 30px; font-size: 0.84rem; line-height: 1.35; }
.menu-group .submenu .submenu a { padding-left: 44px; }
.menu-group .submenu .submenu .submenu a { padding-left: 58px; }
.menu-group .submenu .submenu .submenu .submenu a { padding-left: 72px; }
.menu-group .submenu li:hover > a, .menu-group .submenu li:focus-within > a, .menu-group .submenu li > a.current { background: 0px 0px; }
main { min-width: 0px; }
.breadcrumbs { color: var(--muted); flex-wrap: wrap; align-items: center; gap: 9px; margin: 2px 0px 16px; font-size: 0.82rem; display: flex; }
.breadcrumbs a { color: var(--navy-800); text-underline-offset: 3px; font-weight: 700; }
.archive-emblem { z-index: 1; border-top: 1px solid rgb(201, 130, 0); border-right: 1px solid rgb(201, 130, 0); border-image: none; border-bottom: 0px; border-left: 5px solid var(--gold); max-width: calc(100% - clamp(40px, 8vw, 84px)); color: var(--navy-950); background: rgb(255, 248, 232); border-radius: 5px 5px 0px 0px; align-items: center; gap: 11px; margin: 0px; padding: 10px 14px; display: inline-flex; position: absolute; bottom: 0px; right: clamp(20px, 4vw, 42px); }
.archive-emblem-icon { background: var(--navy-900); color: rgb(255, 255, 255); border-radius: 50%; flex: 0 0 34px; place-items: center; width: 34px; height: 34px; display: grid; }
.archive-emblem-icon .ui-icon { width: 20px; height: 20px; }
.archive-emblem > span:last-child { gap: 2px; display: grid; }
.archive-emblem strong { letter-spacing: 0.09em; text-transform: uppercase; font-size: 0.76rem; }
.archive-emblem small { color: var(--muted); font-size: 0.78rem; font-weight: 650; }
.content-card { background: var(--paper); border: 1px solid var(--line); border-radius: 7px; overflow: hidden; box-shadow: rgba(16, 42, 67, 0.07) 0px 8px 28px; }
.article-header { background: linear-gradient(135deg, var(--blue-50), #fff 70%); border-bottom: 1px solid var(--line); padding: clamp(26px, 5vw, 48px); position: relative; }
.article-header.has-archive-emblem { padding-bottom: clamp(78px, 8vw, 92px); }
.article-header::before { content: ""; background: var(--gold); width: 7px; position: absolute; top: 0px; bottom: 0px; left: 0px; }
.section-label { color: var(--navy-800); text-transform: uppercase; letter-spacing: 0.13em; margin-bottom: 9px; font-size: 0.72rem; font-weight: 850; display: block; }
.article-header h1 { color: var(--navy-950); letter-spacing: -0.045em; max-width: 760px; margin: 0px; font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.06; }
.article-header p { color: var(--muted); max-width: 670px; margin: 14px 0px 0px; font-size: 1.05rem; }
.contact-layout { grid-template-columns: minmax(0px, 1fr) minmax(300px, 1fr); gap: clamp(30px, 6vw, 70px); padding: clamp(26px, 5vw, 48px); display: grid; }
.contact-layout h2 { color: var(--navy-950); margin: 0px 0px 18px; font-size: 1.05rem; }
address { color: var(--muted); flex-direction: column; font-style: normal; display: flex; }
address strong { color: var(--ink); margin-bottom: 11px; font-size: 1.13rem; }
.contact-list { flex-direction: column; display: flex; }
.contact-list h2 { margin-bottom: 6px; }
.contact-list a { border-bottom: 1px solid var(--line); color: var(--navy-900); overflow-wrap: anywhere; flex-direction: column; padding: 12px 0px; text-decoration: none; display: flex; }
.contact-list a:hover strong { text-underline-offset: 3px; text-decoration: underline; }
.contact-list small { color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.73rem; }
.contact-list strong { font-size: 0.96rem; }
.parent-unit-public-badge { display: inline-flex; align-items: center; width: max-content; margin: 0 0 12px; padding: 7px 11px; border-radius: 999px; background: #e2f5eb; color: #126841; font-size: .78rem; font-weight: 850; letter-spacing: .02em; }
.identifiers { border-top: 1px solid var(--line); background: rgb(251, 252, 253); grid-template-columns: repeat(2, minmax(0px, 1fr)); grid-template-areas: "nip regon" "edelivery epuap"; margin: 0px; display: grid; }
.identifiers div { padding: 18px clamp(20px, 4vw, 44px); }
.identifiers .identifier-nip { grid-area: nip; }
.identifiers .identifier-regon { border-left: 1px solid var(--line); grid-area: regon; }
.identifiers .identifier-edelivery { border-top: 1px solid var(--line); grid-area: edelivery; }
.member-units-public { border-top: 1px solid var(--line); padding: clamp(28px, 5vw, 48px); background: #f4f8fa; }
.member-units-public[hidden] { display: none; }
.member-units-public-heading { margin-bottom: 22px; }
.member-units-public-heading > span { color: var(--navy-800); text-transform: uppercase; letter-spacing: .11em; font-size: .72rem; font-weight: 850; }
.member-units-public-heading h2 { color: var(--navy-950); margin: 5px 0 0; font-size: clamp(1.4rem, 2.5vw, 2rem); }
.member-units-public-list { display: grid; gap: 18px; }
.member-unit-public-card { overflow: hidden; border: 1px solid #c8d6de; border-radius: 9px; background: #fff; }
.member-unit-public-card > header { padding: 22px 24px 17px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, var(--blue-50), #fff 75%); }
.member-unit-public-card > header > span { color: var(--navy-800); text-transform: uppercase; letter-spacing: .08em; font-size: .7rem; font-weight: 800; }
.member-unit-public-card > header h3 { color: var(--navy-950); margin: 4px 0 0; font-size: 1.28rem; }
.member-unit-public-card > header p { color: var(--muted); margin: 4px 0 0; }
.member-unit-public-data { display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, 1.1fr); gap: 28px; padding: 22px 24px; }
.member-unit-public-data address strong { margin: 0; }
.member-unit-public-contacts { display: grid; gap: 8px; }
.member-unit-public-contacts a { display: grid; color: var(--navy-900); text-decoration: none; overflow-wrap: anywhere; }
.member-unit-public-contacts a:hover strong { text-decoration: underline; text-underline-offset: 3px; }
.member-unit-public-contacts small { color: var(--muted); text-transform: uppercase; letter-spacing: .05em; font-size: .7rem; }
.member-unit-public-identifiers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; border-top: 1px solid var(--line); background: #fbfcfd; }
.member-unit-public-identifiers div { min-width: 0; padding: 14px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.member-unit-public-identifiers dt { color: var(--muted); text-transform: uppercase; letter-spacing: .06em; font-size: .7rem; }
.member-unit-public-identifiers dd { margin: 3px 0 0; overflow-wrap: anywhere; font-weight: 650; }
.identifiers .identifier-epuap { border-top: 1px solid var(--line); border-left: 1px solid var(--line); grid-area: epuap; }
.identifiers dt { color: var(--muted); letter-spacing: 0.1em; font-size: 0.7rem; font-weight: 800; }
.identifiers dd { color: var(--navy-950); margin: 4px 0px 0px; font-weight: 800; }
.identifiers a { color: var(--navy-800); text-underline-offset: 3px; }
.page-body { color: var(--ink); padding: clamp(26px, 5vw, 48px); }
.page-body > div > :first-child { margin-top: 0px; }
.page-body > div > :last-child { margin-bottom: 0px; }
.page-body h2, .page-body h3, .page-body h4 { color: var(--navy-950); margin: 1.8em 0px 0.65em; line-height: 1.25; }
.page-body h4 { font-size: 1.2rem; }
.page-body p { margin: 0px 0px 1rem; }
.page-body ul, .page-body ol { margin: 0.6rem 0px 1.2rem; padding-left: 1.45rem; }
.page-body ul { list-style: outside; }
.page-body ol { list-style: decimal; }
.page-body ul ul { list-style-type: circle; }
.page-body ul ul ul { list-style-type: square; }
.page-body ol ol { list-style-type: lower-alpha; }
.page-body li + li { margin-top: 0.42rem; }
.page-body a { color: var(--navy-800); text-underline-offset: 3px; overflow-wrap: anywhere; font-weight: 700; }
.page-body table { border-collapse: collapse; max-width: 100%; display: block; overflow-x: auto; }
.page-body td, .page-body th { border: 1px solid var(--line); text-align: left; padding: 9px 12px; }
.page-body th { background: var(--blue-50); color: var(--navy-950); }
.page-body time { white-space: nowrap; }
.page-body img { max-width: 100%; height: auto; }
.source-link { border-top: 1px solid var(--line); padding-top: 1rem; font-size: 0.9rem; margin: 2rem 0px 0px !important; }
.register-list { margin-top: 2rem; scroll-margin-top: 18px; }
.register-list > h2 { margin-bottom: 0.35rem; }
.register-results-count { color: var(--muted); font-size: 0.85rem; }
.register-table-wrapper { max-width: 100%; overflow-x: auto; }
.page-body .archive-table { table-layout: fixed; width: 100%; min-width: 620px; display: table; }
.archive-table th:first-child, .archive-table td:first-child { width: 180px; }
.archive-table td { vertical-align: top; }
.archive-table td > p { color: var(--muted); margin: 0.35rem 0px 0px; font-size: 0.88rem; line-height: 1.5; }
.page-body .change-register-table { table-layout: fixed; width: 100%; min-width: 680px; display: table; }
.change-register-table th:first-child, .change-register-table td:first-child { width: 170px; }
.change-register-table th:last-child, .change-register-table td:last-child { width: 180px; }
.change-register-table td { vertical-align: top; }
.change-register-table td > p { color: var(--muted); margin: 0.35rem 0px 0px; font-size: 0.88rem; line-height: 1.5; }
.register-pagination { flex-wrap: wrap; justify-content: center; align-items: center; gap: 6px; margin-top: 18px; display: flex; }
.register-pagination button { border: 1px solid var(--line); background: var(--paper); min-width: 40px; min-height: 40px; color: var(--navy-900); font-style: inherit; font-variant: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; cursor: pointer; border-radius: 5px; padding: 7px 10px; font-size: 0.85rem; font-weight: 750; }
.register-pagination button.pagination-arrow { font-size: 1.35rem; line-height: 1; }
.register-pagination button:hover:not(:disabled) { border-color: var(--navy-800); background: var(--blue-50); }
.register-pagination button.current-page { border-color: var(--navy-900); background: var(--navy-900); color: rgb(255, 255, 255); }
.register-pagination button:disabled { cursor: not-allowed; opacity: 0.45; }
.publication-metadata { background: var(--paper); border: 1px solid var(--line); border-radius: 6px; margin-top: 18px; }
.home-additional-content { margin: 0; padding: clamp(30px, 5vw, 48px); border: 0; border-top: 1px solid var(--line); border-radius: 0; background: var(--paper); }
.home-additional-content[hidden] { display: none; }
.home-additional-heading { max-width: 940px; margin: 0 0 18px; padding-left: 16px; border-left: 6px solid var(--gold); }
.home-additional-heading > span { color: var(--navy-800); text-transform: uppercase; letter-spacing: .11em; font-size: .72rem; font-weight: 850; }
.home-additional-heading h2 { margin: 5px 0 0; color: var(--navy-950); font-size: clamp(1.4rem, 2.4vw, 1.9rem); line-height: 1.2; }
.home-additional-copy { max-width: 940px; padding: 20px 22px; border: 1px solid var(--line); border-top: 4px solid var(--navy-800); background: #f8fafc; }
.home-additional-summary { margin: 0; color: var(--navy-950); font-size: 1.04rem; line-height: 1.7; }
.home-additional-body { margin-top: 16px; }
.home-additional-summary[hidden], .home-additional-body[hidden] { display: none; }
.cms-system-page-notice { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin: 0 0 18px; padding: 16px 18px; border: 1px solid #d7a12c; border-left: 5px solid var(--gold-dark); border-radius: 7px; background: #fff8e8; color: var(--navy-950); }
.cms-system-page-notice > div { display: grid; gap: 2px; }
.cms-system-page-notice strong { font-size: 1rem; }
.cms-system-page-notice span { color: var(--muted); font-size: .88rem; }
.cms-system-page-notice button { flex: 0 0 auto; }
.publication-metadata summary { cursor: pointer; color: var(--navy-950); justify-content: space-between; align-items: center; gap: 16px; padding: 16px 20px; font-weight: 800; list-style: none; display: flex; }
.publication-metadata summary::-webkit-details-marker { display: none; }
.publication-metadata summary::before { content: "+"; background: var(--blue-100); border-radius: 50%; place-items: center; width: 24px; height: 24px; display: grid; }
.publication-metadata[open] summary::before { content: "−"; }
.publication-metadata summary span { margin-right: auto; }
.publication-metadata summary small { color: var(--muted); font-weight: 600; }
.publication-metadata .metadata-label-hide, .publication-metadata[open] .metadata-label-show { display: none; }
.publication-metadata[open] .metadata-label-hide { display: inline; }
.publication-metadata dl { grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0px; padding: 2px 20px 20px; display: grid; }
.publication-metadata dl div { border-top: 1px solid var(--line); padding-top: 12px; }
.publication-metadata dt { color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.72rem; }
.publication-metadata dd { margin: 3px 0px 0px; font-weight: 650; }
.publication-metadata a { color: var(--navy-800); }
.publication-metadata .metadata-history { grid-column: 1 / -1; }
.publication-metadata .metadata-history > dd { margin-top: 9px; }
.metadata-history ol { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.metadata-history li { padding: 11px 13px; border: 1px solid var(--line); border-left: 4px solid var(--navy-700); border-radius: 5px; background: var(--blue-50); }
.metadata-history li > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 7px 14px; padding: 0; border: 0; }
.metadata-history li strong { color: var(--navy-950); }
.metadata-history li time, .metadata-history li small { color: var(--muted); font-size: .8rem; font-weight: 650; }
.metadata-history li p { margin: 6px 0 2px; font-weight: 650; }
.site-footer { background: var(--navy-950); color: rgb(255, 255, 255); }
.footer-inner { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(22px, 3vw, 40px); padding-block: 35px; display: grid; }
.footer-identity > a { margin-bottom: 19px; display: inline-block; }
.footer-identity img { filter: brightness(0) invert(); width: 98px; height: auto; display: block; }
.footer-identity p { color: rgb(215, 228, 238); margin: 0px; line-height: 1.75; }
.footer-identity strong { color: rgb(255, 255, 255); }
.footer-identity .footer-contact { margin-top: 13px; }
.footer-contact small { color: rgb(175, 196, 212); font-size: 0.78rem; }
.site-footer a { text-underline-offset: 3px; }
.footer-registers { grid-template-columns: 1fr; align-content: start; gap: 10px; display: grid; }
.footer-registers p { color: rgb(215, 228, 238); grid-template-columns: minmax(0px, 1fr); align-content: start; gap: 3px; margin: 0px; display: grid; }
.footer-registers span { color: rgb(142, 171, 193); letter-spacing: 0.08em; white-space: nowrap; font-size: 0.72rem; font-weight: 800; }
.footer-registers strong { color: rgb(215, 228, 238); font-weight: 700; }
.footer-registers .footer-register-value { color: rgb(215, 228, 238); font-size: inherit; letter-spacing: normal; font-weight: 400; }
.footer-registers .footer-wide-value { grid-column: 1; }
.footer-registers .footer-long-value .footer-register-value { white-space: normal; overflow-wrap: anywhere; letter-spacing: 0.01em; font-size: 0.94rem; }
.footer-registers a, .footer-contact a { overflow-wrap: anywhere; }
.footer-navigation { grid-template-columns: 1fr; align-content: start; gap: 0px; display: grid; }
.footer-navigation-title { color: rgb(255, 255, 255); grid-column: 1 / -1; padding-bottom: 7px; font-size: 0.82rem; letter-spacing: 0.04em; text-transform: uppercase; }
.footer-navigation-subtitle { color: rgb(255, 255, 255); margin-top: 18px; padding: 7px 0px; font-size: 0.82rem; letter-spacing: 0.04em; text-transform: uppercase; }
.footer-navigation a { color: rgb(230, 238, 244); border-bottom: 1px solid rgba(255, 255, 255, 0.12); padding: 9px 0px; font-size: 0.9rem; text-decoration: none; }
.footer-navigation a:hover { color: var(--gold); }
.footer-navigation a[href="/klauzule-informacyjne"] { white-space: nowrap; }
.footer-member-units { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 0 0 30px; }
.footer-member-units[hidden] { display: none; }
.footer-member-unit { display: grid; align-content: start; gap: 3px; padding: 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 7px; background: rgba(255,255,255,.04); color: rgb(215, 228, 238); font-size: .84rem; }
.footer-member-unit strong { color: #fff; font-size: .96rem; }
.footer-member-unit span { color: rgb(175, 196, 212); }
.footer-member-unit a { overflow-wrap: anywhere; }
.footer-member-unit small { color: rgb(175, 196, 212); }
.footer-member-unit .footer-member-unit-kind { color: rgb(142, 171, 193); font-size: .68rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.footer-member-unit-registers { display: grid; gap: 3px; margin-top: 8px; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-member-unit-registers small { color: rgb(142, 171, 193); font-size: .68rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.footer-bottom { color: rgb(175, 196, 212); border-top: 1px solid rgba(255, 255, 255, 0.15); font-size: 0.8rem; }
.footer-bottom > div { justify-content: space-between; align-items: center; gap: 16px; min-height: 52px; display: flex; }
.footer-bottom a { color: rgb(255, 255, 255); }
.footer-site-counter { color: rgb(219, 230, 239); text-align: center; }
.footer-site-counter strong { color: rgb(255, 255, 255); font-variant-numeric: tabular-nums; }
.footer-powered-by { display: inline-flex; flex-wrap: wrap; align-items: baseline; gap: 6px; }
.footer-signature { display: grid; gap: 3px; justify-items: start; }
.footer-signature[hidden] { display: none !important; }
.footer-site-counter { display: block; }
.public-footer-brand { font-size: .9rem; font-weight: 900; letter-spacing: -.025em; text-decoration: none; white-space: nowrap; }
.public-footer-brand .brand-bip { color: rgb(255, 255, 255); }
.public-footer-brand .brand-cms { color: rgb(102, 213, 168); }
.public-footer-brand .brand-go { color: rgb(244, 163, 64); }
.public-footer-brand:hover { text-decoration: underline; text-underline-offset: 4px; }
.has-submenu > .menu-item-line > .submenu-toggle { width: 100%; min-height: 42px; flex: 1 1 auto; justify-content: space-between; gap: 10px; border-left: 3px solid transparent; padding: 10px 12px; text-align: left; background: transparent; }
.has-submenu > .menu-item-line > .submenu-toggle:hover, .has-submenu > .menu-item-line > .submenu-toggle:focus-visible { background: var(--blue-50); }
.submenu-title { min-width: 0; }
.submenu-chevron { flex: 0 0 auto; background: transparent; }
.cookie-panel { z-index: 80; width: min(520px, 100% - 44px); color: var(--ink); border: 1px solid var(--line); background: rgb(255, 255, 255); border-radius: 8px; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 16px; display: grid; position: fixed; bottom: 22px; right: 22px; box-shadow: rgba(16, 42, 67, 0.28) 0px 18px 52px; }
.cookie-icon { background: var(--gold); color: rgb(138, 84, 0); border: 5px dotted rgb(255, 255, 255); border-radius: 50%; place-items: center; width: 35px; height: 35px; display: grid; }
.cookie-panel p { flex-direction: column; margin: 0px; font-size: 0.8rem; line-height: 1.45; display: flex; }
.cookie-panel p strong { font-size: 0.9rem; }
.cookie-panel p a { color: var(--navy-800); font-weight: 700; }
.cookie-panel button { background: var(--navy-900); color: rgb(255, 255, 255); border: 0px; border-radius: 4px; padding: 10px 15px; font-weight: 800; }
.hamburger { gap: 4px; width: 20px; display: grid; }
.hamburger i { background: currentcolor; border-radius: 2px; height: 2px; display: block; }
.menu-backdrop { display: none; }
.high-contrast { --page: #000; --paper: #000; --ink: #fff; --muted: #fff; --line: #fff; --blue-50: #000; --blue-100: #1b1b1b; --navy-950: #fff; --navy-900: #000; --navy-800: #ffeb3b; --gold: #ffeb3b; --gold-dark: #ffeb3b; --lightningcss-light: ; --lightningcss-dark: initial; color-scheme: dark; color: rgb(255, 255, 255); background: rgb(0, 0, 0); }
.high-contrast .site-shell, .high-contrast .utility-bar, .high-contrast .site-header, .high-contrast .access-panel, .high-contrast .search-band, .high-contrast .side-navigation, .high-contrast .content-card, .high-contrast .article-header, .high-contrast .archive-emblem, .high-contrast .identifiers, .high-contrast .publication-metadata, .high-contrast .site-footer, .high-contrast .footer-bottom, .high-contrast .mobile-menu-heading, .high-contrast .cookie-panel { color: rgb(255, 255, 255); background: rgb(0, 0, 0); border-color: rgb(255, 255, 255); }
.high-contrast a { color: rgb(255, 235, 59); }
.high-contrast :focus-visible { outline-color: rgb(255, 235, 59); }
.high-contrast .skip-link { color: rgb(0, 0, 0); background: rgb(255, 235, 59); }
.high-contrast img { background: rgb(255, 255, 255); }
.high-contrast .footer-identity img { filter: none; }
.high-contrast .brand-copy strong, .high-contrast .brand-copy > span:last-child, .high-contrast .article-header h1, .high-contrast .article-header p, .high-contrast .archive-emblem, .high-contrast .archive-emblem small, .high-contrast .contact-layout h2, .high-contrast address, .high-contrast address strong, .high-contrast .identifiers dt, .high-contrast .identifiers dd, .high-contrast .publication-metadata summary, .high-contrast .publication-metadata summary small, .high-contrast .publication-metadata dt, .high-contrast .publication-metadata dd { color: rgb(255, 255, 255); }
.high-contrast .archive-emblem { border-color: rgb(255, 235, 59); }
.high-contrast .archive-emblem-icon { color: rgb(0, 0, 0); background: rgb(255, 235, 59); }
.high-contrast .section-label, .high-contrast .identifiers dt, .high-contrast .publication-metadata dt { color: rgb(255, 235, 59); }
.high-contrast .search-box, .high-contrast .search-results { color: rgb(255, 255, 255); background: rgb(0, 0, 0); border: 1px solid rgb(255, 255, 255); }
.high-contrast .search-box input, .high-contrast .search-box input::placeholder, .high-contrast .search-box > button, .high-contrast .search-results small, .high-contrast .search-results p { color: rgb(255, 255, 255); opacity: 1; }
.high-contrast .search-results a:hover, .high-contrast .search-results a:focus-visible { color: rgb(255, 235, 59); background: rgb(27, 27, 27); }
.high-contrast .menu-group + .menu-group, .high-contrast .menu-group .submenu { border-color: rgb(255, 255, 255); }
.high-contrast .menu-group h2 { color: rgb(255, 255, 255); background: rgb(0, 0, 0); border-bottom: 1px solid rgb(255, 255, 255); }
.high-contrast .menu-group a, .high-contrast .submenu-toggle, .high-contrast .submenu-chevron { color: rgb(255, 255, 255); }
.high-contrast .menu-group .submenu { background: rgb(0, 0, 0); }
.high-contrast .menu-item-line:hover, .high-contrast .menu-item-line:focus-within, .high-contrast .menu-group .submenu li:hover, .high-contrast .menu-group .submenu li:focus-within { background: rgb(27, 27, 27); }
.high-contrast .menu-item-line:hover > a, .high-contrast .menu-item-line:focus-within > a, .high-contrast .menu-item-line:hover > .submenu-toggle, .high-contrast .menu-item-line:focus-within > .submenu-toggle, .high-contrast .menu-group a:hover, .high-contrast .menu-group a:focus-visible, .high-contrast .menu-group .submenu li:hover > a, .high-contrast .menu-group .submenu li:focus-within > a { color: rgb(255, 235, 59); }
.high-contrast .menu-item-line.current, .high-contrast .has-submenu > .menu-item-line.current { background: rgb(27, 27, 27); }
.high-contrast .has-submenu > .menu-item-line:has(.submenu-toggle[aria-expanded="true"]) { background: rgb(27, 27, 27); }
.high-contrast .menu-item-line.current > a, .high-contrast .menu-item-line.current > .submenu-toggle, .high-contrast .menu-group a.current, .high-contrast .menu-group .submenu li > a.current { color: rgb(255, 235, 59); border-left-color: rgb(255, 235, 59); }
.high-contrast .page-body, .high-contrast .page-body :where(p, span, div, li, dl, dt, dd, strong, em, b, i, h1, h2, h3, h4, h5, h6, table, tbody, thead, tr, td, th, font) { color: rgb(255, 255, 255) !important; background-color: rgba(0, 0, 0, 0) !important; }
.high-contrast .page-body a { color: rgb(255, 235, 59) !important; }
.high-contrast .page-body td, .high-contrast .page-body th, .high-contrast .page-body table { border-color: rgb(255, 255, 255); }
.high-contrast .sitemap section, .high-contrast .sitemap section h2, .high-contrast .sitemap .sitemap-list .sitemap-list { background: rgb(0, 0, 0); border-color: rgb(255, 255, 255); }
.high-contrast .home-additional-content, .high-contrast .home-additional-copy, .high-contrast .home-additional-heading { color: rgb(255, 255, 255); background: rgb(0, 0, 0); border-color: rgb(255, 255, 255); }
.high-contrast .home-additional-heading h2, .high-contrast .home-additional-summary { color: rgb(255, 255, 255); }
.high-contrast .publication-metadata summary::before { color: rgb(0, 0, 0); background: rgb(255, 235, 59); }
.high-contrast .metadata-history li { color: rgb(255, 255, 255); background: rgb(0, 0, 0); border-color: rgb(255, 255, 255); border-left-color: rgb(255, 235, 59); }
.high-contrast .metadata-history li strong, .high-contrast .metadata-history li time, .high-contrast .metadata-history li small, .high-contrast .metadata-history li p { color: rgb(255, 255, 255); }
.high-contrast .register-results-count { color: rgb(255, 255, 255) !important; }
.high-contrast .register-pagination button { color: rgb(255, 255, 255); background: rgb(0, 0, 0); border-color: rgb(255, 255, 255); }
.high-contrast .register-pagination button.current-page { color: rgb(0, 0, 0); background: rgb(255, 235, 59); }
.high-contrast .access-heading p, .high-contrast .access-kicker, .high-contrast .voice-status, .high-contrast .speech-status, .high-contrast .tool-status { color: rgb(255, 255, 255); }
.high-contrast .tool-card, .high-contrast .tool-toggle, .high-contrast .tool-button, .high-contrast .voice-refresh, .high-contrast .speed-reset, .high-contrast .value-stepper, .high-contrast .tool-select, .high-contrast .tool-select option { color: rgb(255, 255, 255); background: rgb(0, 0, 0); border-color: rgb(255, 255, 255); }
.high-contrast .tool-card-heading p, .high-contrast .tool-card h3, .high-contrast .tool-setting-label, .high-contrast .value-stepper output { color: rgb(255, 255, 255); }
.high-contrast .tool-card-icon { color: rgb(255, 235, 59); background: rgb(0, 0, 0); border: 1px solid rgb(255, 255, 255); }
.high-contrast .value-stepper button { color: rgb(255, 255, 255); background: rgb(0, 0, 0); }
.high-contrast .tool-toggle:hover, .high-contrast .tool-button:hover:not(:disabled), .high-contrast .value-stepper button:hover:not(:disabled) { color: rgb(255, 235, 59); background: rgb(27, 27, 27); }
.high-contrast .tool-toggle.active-tool { color: rgb(0, 0, 0); box-shadow: none; background: rgb(255, 235, 59); border-color: rgb(255, 235, 59); }
.high-contrast .tool-toggle.active-tool > span:first-child { color: rgb(0, 0, 0); }
.high-contrast .tool-button.primary { color: rgb(0, 0, 0); background: rgb(255, 235, 59); border-color: rgb(255, 235, 59); }
.high-contrast .tool-button.primary > span:first-child { color: rgb(0, 0, 0); }
.high-contrast .reset-tools { color: rgb(0, 0, 0); background: rgb(255, 255, 255); border-color: rgb(255, 255, 255); }
.high-contrast .reset-tools:hover { color: rgb(0, 0, 0); background: rgb(255, 235, 59); border-color: rgb(255, 235, 59); }
.high-contrast .access-close:hover { color: rgb(0, 0, 0); background: rgb(255, 235, 59); }
.high-contrast .footer-identity p, .high-contrast .footer-identity strong, .high-contrast .footer-contact small, .high-contrast .footer-registers p, .high-contrast .footer-registers span, .high-contrast .footer-registers .footer-register-value, .high-contrast .footer-bottom { color: rgb(255, 255, 255); }
.high-contrast .footer-registers > p > span:first-child { color: rgb(255, 235, 59); }
.high-contrast .footer-navigation a { color: rgb(255, 235, 59); border-color: rgb(255, 255, 255); }
.high-contrast .cookie-panel button { color: rgb(0, 0, 0); background: rgb(255, 235, 59); border: 1px solid rgb(255, 235, 59); }
.line-spaced main { line-height: 1.9; }
.line-spaced .page-body li + li { margin-top: 0.7rem; }
.emphasized-links a:not(.brand-logo):not(.brand-copy) { text-underline-offset: 4px !important; text-decoration: underline 2px !important; }
@media (width <= 1100px) {
  .access-dashboard { grid-template-columns: 1fr 1fr; }
  .tool-card-document { grid-column: 1 / -1; }
  .tool-card-document .document-actions { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (width <= 900px) {
  .mobile-only { display: inline-flex; }
  .header-inner { min-height: 96px; }
  .brand-logo { flex-basis: 106px; width: 106px; }
  .brand-copy > span:last-child, .access-button-copy { display: none; }
  .access-button { padding-inline: 12px; }
  .page-grid { padding-top: 24px; display: block; }
  .side-navigation { z-index: 120; border-radius: 0px; width: min(360px, 88vw); transition: transform 0.25s; position: fixed; top: 0px; bottom: 0px; left: 0px; overflow-y: auto; transform: translate(-105%); }
  .side-navigation.is-open { transform: translate(0px); }
  .mobile-menu-heading { background: var(--navy-950); color: rgb(255, 255, 255); justify-content: space-between; align-items: center; min-height: 70px; padding: 0px 18px; display: flex; }
  .mobile-menu-heading button { color: rgb(255, 255, 255); background: 0px 0px; border: 0px; place-items: center; width: 44px; height: 44px; padding: 0px; display: grid; }
  .mobile-menu-heading button .ui-icon { width: 22px; height: 22px; }
  .menu-backdrop { z-index: 110; background: rgba(4, 18, 31, 0.62); border: 0px; display: block; position: fixed; inset: 0px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (width <= 620px) {
  .utility-inner, .header-inner, .search-inner, .page-grid, .footer-inner, .footer-bottom > div { width: min(100% - 28px, 1220px); }
  .utility-inner { justify-content: center; }
  .utility-title > span, .utility-links span { display: none; }
  .header-inner { gap: 12px; min-height: 84px; }
  .brand { gap: 12px; }
  .brand-logo { flex-basis: 78px; width: 78px; }
  .brand-copy strong { font-size: 1rem; }
  .header-actions { gap: 6px; }
  .icon-button, .access-button { min-height: 42px; padding: 0px 10px; }
  .icon-button > span:last-child { display: none; }
  .search-band { padding: 17px 0px 20px; }
  .access-inner { width: calc(100% - 28px); padding-block: 20px; }
  .access-heading { padding-right: 58px; }
  .access-heading p { max-width: 270px; }
  .access-heading .reset-tools { margin-top: 14px; position: static; }
  .access-dashboard { grid-template-columns: 1fr; }
  .tool-card-document { grid-column: auto; }
  .tool-card-document .document-actions, .tool-toggle-grid, .voice-control-row { grid-template-columns: 1fr; }
  .voice-refresh { width: 100%; }
  .speed-setting { align-items: stretch; display: grid; }
  .speed-controls { justify-content: stretch; }
  .speed-reset { flex: 1 1 auto; }
  .reset-tools { white-space: normal; text-align: left; }
  .search-box input { height: 49px; font-size: 0.88rem; }
  .page-grid { padding-bottom: 38px; }
  .contact-layout { grid-template-columns: 1fr; }
  .member-unit-public-data, .member-unit-public-identifiers, .footer-member-units { grid-template-columns: 1fr; }
  .article-header h1 { font-size: 2rem; }
  .article-header.has-archive-emblem { padding-bottom: 100px; }
  .archive-emblem { max-width: calc(100% - 28px); padding: 9px 11px; right: 14px; }
  .archive-emblem-icon { flex-basis: 30px; width: 30px; height: 30px; }
  .identifiers { grid-template-columns: 1fr; grid-template-areas: "nip" "regon" "edelivery" "epuap"; }
  .identifiers .identifier-regon, .identifiers .identifier-edelivery, .identifiers .identifier-epuap { border-left: 0px; border-top: 1px solid var(--line); }
  .publication-metadata dl { grid-template-columns: 1fr 1fr; }
  .page-body .archive-table { min-width: 560px; }
  .footer-inner { grid-template-columns: 1fr; padding-block: 35px; }
  .footer-registers .footer-long-value .footer-register-value { white-space: normal; overflow-wrap: anywhere; }
  .footer-navigation { grid-template-columns: 1fr; }
  .footer-navigation a[href="/klauzule-informacyjne"] { white-space: normal; }
  .footer-bottom > div { flex-direction: column; justify-content: center; align-items: flex-start; padding: 12px 0px; }
  .cookie-panel { grid-template-columns: auto 1fr; width: calc(100% - 28px); bottom: 14px; right: 14px; }
  .cookie-panel button { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
@media print {
  .utility-bar, .header-actions, .access-panel, .search-band, .side-navigation, .breadcrumbs, .site-footer, .cookie-panel { display: none !important; }
  .site-header { border: 0px; }
  .header-inner, .page-grid { width: 100%; }
  .page-grid { padding: 0px; display: block; }
  .content-card { box-shadow: none; border: 1px solid rgb(170, 170, 170); }
}
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@font-face { font-family: Geist; font-style: normal; font-weight: 100 900; font-display: swap; src: url("/assets/_vinext_fonts/geist-8ac0455e797f/geist-ff2310f5.woff2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
@font-face { font-family: Geist; font-style: normal; font-weight: 100 900; font-display: swap; src: url("/assets/_vinext_fonts/geist-8ac0455e797f/geist-875ccdd4.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; }
@font-face { font-family: Geist; font-style: normal; font-weight: 100 900; font-display: swap; src: url("/assets/_vinext_fonts/geist-8ac0455e797f/geist-52306abf.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; }
@font-face { font-family: Geist; font-style: normal; font-weight: 100 900; font-display: swap; src: url("/assets/_vinext_fonts/geist-8ac0455e797f/geist-001175b1.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, 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: Geist; font-style: normal; font-weight: 100 900; font-display: swap; src: url("/assets/_vinext_fonts/geist-8ac0455e797f/geist-98bbbccb.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
.__font_geist_1d15viv { font-family: Geist, sans-serif; }
.__variable_geist_1d15viv { --font-geist: 'Geist', sans-serif; }
/* BIPCMSGO additions for generated content and no-JS fallbacks. */
.cms-edit-page[hidden]{display:none!important}
.cms-edit-page{position:absolute;z-index:3;top:18px;right:clamp(20px,4vw,42px);display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 15px;border:2px solid var(--navy-900);border-radius:5px;background:var(--navy-900);color:#fff!important;text-decoration:none;font-size:.86rem;font-weight:800;box-shadow:0 4px 14px rgba(16,42,67,.16)}
.cms-edit-page:hover,.cms-edit-page:focus-visible{background:#fff;color:var(--navy-900)!important}
.cms-edit-page:not([hidden])~.breadcrumbs{padding-right:130px}
.menu-group ul{margin:0;padding:0;list-style:none}
.submenu[hidden],.access-panel[hidden],.reading-mask[hidden]{display:none!important}
.content-card .content>p:first-child{margin-top:0}
.content-card .content p{white-space:pre-line}
.attachments{margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--line)}
.content[hidden]+.attachments,.content[hidden]+[hidden]+.attachments{margin-top:0;padding-top:0;border-top:0}
.attachments ul{padding-left:1.25rem}
.generated-table{width:100%;border-collapse:collapse}
.system-table-page .page-body{overflow-x:auto}
.system-table-page .page-body .generated-table{display:table;width:100%;min-width:760px}
.generated-table th,.generated-table td{padding:.85rem;text-align:left;vertical-align:top;border-bottom:1px solid var(--line)}
.generated-table small{display:block;color:var(--muted)}
.sitemap{display:grid;gap:1.15rem;width:100%}
.sitemap section{min-width:0;width:100%;padding:20px 22px;border:1px solid var(--line);border-left:6px solid var(--navy-800);border-radius:8px;background:var(--paper);box-shadow:0 4px 14px rgba(16,42,67,.05)}
.sitemap section h2{margin:0 0 .65rem;padding:0 0 .65rem;border-bottom:1px solid var(--line);font-size:1.2rem}
.sitemap .sitemap-list{margin:.45rem 0 0;padding:0;list-style:none}
.sitemap .sitemap-list li{margin:0;padding:0}
.sitemap .sitemap-list a{display:block;padding:.48rem .2rem;color:var(--navy-900);font-size:.96rem;font-weight:650;line-height:1.35;text-decoration:none}
.sitemap .sitemap-list a:hover,.sitemap .sitemap-list a:focus-visible{text-decoration:underline;text-underline-offset:3px}
.sitemap .sitemap-list .sitemap-list{margin:.12rem 0 .2rem 1.15rem;padding-left:.9rem;border-left:2px solid var(--line)}
.sitemap .sitemap-list .sitemap-list{margin:.08rem 0 .15rem 1.25rem;padding-left:.85rem;border-left:2px solid var(--line)}
.sitemap .sitemap-list .sitemap-list a{font:inherit;font-size:.96rem;font-weight:650}
.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin:2rem 0}
.search-page{display:flex;gap:.5rem;margin-bottom:1rem}
.search-page input{flex:1;min-width:0}
.search-page-results{display:grid;gap:0}
.search-page-results article{padding:1rem 0;border-bottom:1px solid var(--line)}
.search-page-results h2{margin:0 0 .25rem;font-size:1.15rem}
.search-page-results p{margin:.35rem 0 0}
.search-result-section{display:block;color:var(--muted);font-size:.78rem;font-weight:750}
.cookie-note{position:fixed;right:1rem;bottom:1rem;z-index:9999;display:grid;grid-template-columns:1fr auto;align-items:center;gap:1rem;max-width:46rem;padding:1rem;background:#fff;color:#102a43;border:1px solid #c9d4df;box-shadow:0 8px 30px #102a4333;border-radius:.5rem}
.cookie-note p{margin:0;line-height:1.5}.cookie-note a{color:#0b4f82;font-weight:700}.cookie-note button{border:0;border-radius:.3rem;padding:.65rem .9rem;background:#102a43;color:#fff;font-weight:700;cursor:pointer}
@media(max-width:640px){.cookie-note{left:.75rem;right:.75rem;bottom:.75rem;grid-template-columns:1fr}.cookie-note button{width:100%}}
.reading-mask{position:fixed;inset:0;pointer-events:none;z-index:9998;background:linear-gradient(to bottom,rgba(0,0,0,.72) 0 calc(var(--mask-y,50vh) - var(--reading-mask-half,80px)),transparent calc(var(--mask-y,50vh) - var(--reading-mask-half,80px)) calc(var(--mask-y,50vh) + var(--reading-mask-half,80px)),rgba(0,0,0,.72) calc(var(--mask-y,50vh) + var(--reading-mask-half,80px)) 100%)}
.text-scale-1{font-size:112.5%}.text-scale-2{font-size:125%}.text-scale-3{font-size:137.5%}
.wide-spacing body{line-height:2!important}.underline-links a{text-decoration:underline!important;text-decoration-thickness:2px!important}
.high-contrast body,.high-contrast .site-shell,.high-contrast .content-card,.high-contrast .publication-metadata,.high-contrast .tool-card{background:#000!important;color:#fff!important}
.high-contrast a{color:#ff0!important}.high-contrast input,.high-contrast select,.high-contrast button{border-color:#fff!important}
.high-contrast .cms-edit-page{background:#000!important;border-color:#ff0!important;color:#ff0!important}
.cms-editor-preview .page-grid{grid-template-columns:1fr}
.cms-editor-preview .side-navigation{position:fixed;inset:0 auto 0 0;z-index:120;width:min(360px,88vw);max-height:100vh;overflow-y:auto;transform:translateX(-105%);transition:transform .2s ease;border-radius:0}
.cms-editor-preview .side-navigation.is-open{display:block;transform:translateX(0)}
.cms-editor-preview .mobile-menu-heading{display:flex;background:var(--navy-950);color:#fff;justify-content:space-between;align-items:center;min-height:70px;padding:0 18px}
.cms-editor-preview .mobile-menu-heading button{color:#fff;background:transparent;border:0;place-items:center;width:44px;height:44px;padding:0;display:grid;font-size:30px;line-height:1;cursor:pointer}
.cms-editor-preview .mobile-only{display:inline-flex}
.cms-preview-status{display:inline-flex;align-items:center;width:max-content;max-width:min(460px,70%);margin:0 0 12px;padding:8px 13px;border-radius:999px;background:#e9eef1;color:#42535e;font-size:.88rem;font-weight:800;line-height:1.25}
.cms-edit-page:not([hidden])+.cms-preview-status{position:absolute;z-index:3;top:18px;right:clamp(168px,18vw,190px);min-height:38px;margin:0}
.cms-preview-status.status-published{background:#e2f5eb;color:#126841}.cms-preview-status.status-draft{background:#e6f0fb;color:#1f5d91}.cms-preview-status.status-dirty{background:#fff4d6;color:#745000}.cms-preview-status.status-archived{background:#fff0df;color:#7f420b}.cms-preview-status.status-inactive{background:#ece7f5;color:#5c3f80}.cms-preview-status.status-scheduled{background:#e6f0fb;color:#1f5d91}
@media(max-width:900px){.side-navigation:not(.is-open){display:none}.side-navigation.is-open{display:block}.page-grid{grid-template-columns:1fr}}
@media(max-width:760px){.cms-edit-page{position:static;margin:0 0 10px}.cms-edit-page:not([hidden])+.cms-preview-status{position:static;display:flex;max-width:100%;margin:0 0 16px}.cms-edit-page:not([hidden])~.breadcrumbs{padding-right:0}}
@media print{.cms-edit-page,.cms-preview-status,.utility-bar,.header-actions,.access-panel,.search-band,.side-navigation,.site-footer,.cookie-note,.reading-mask{display:none!important}.page-grid{display:block}.content-card{box-shadow:none;border:0}}
