@font-face {
  font-family: "OpenDyslexic";
  src: url("../../../fonts/OpenDyslexic-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenDyslexic";
  src: url("../../../fonts/OpenDyslexic-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenDyslexic";
  src: url("../../../fonts/OpenDyslexic-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "OpenDyslexic";
  src: url("../../../fonts/OpenDyslexic-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
#a11y-panel {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 99999;
}

#a11y-toggle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #1F3642;
  border: 3px solid #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
  transition: background-color 0.2s ease, transform 0.2s ease;
  color: #ffffff;
  padding: 0;
}
#a11y-toggle:hover {
  background-color: #3A7594;
  transform: scale(1.06);
}
#a11y-toggle:focus-visible {
  outline: 3px solid #F2D67A;
  outline-offset: 3px;
}
#a11y-toggle svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
  display: block;
  pointer-events: none;
}

#a11y-drawer {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 0;
  width: 300px;
  background-color: #10181D;
  border: 2px solid #3A7594;
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.65);
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
#a11y-drawer[hidden] {
  display: none;
}

.a11y-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #3A7594;
}

.a11y-drawer__title {
  color: #ffffff !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase;
  line-height: 1 !important;
}

.a11y-drawer__close {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid #3A7594;
  border-radius: 50%;
  cursor: pointer;
  color: #ffffff;
  padding: 0;
  transition: background-color 0.15s ease;
  flex-shrink: 0;
}
.a11y-drawer__close:hover {
  background-color: #3A7594;
}
.a11y-drawer__close:focus-visible {
  outline: 3px solid #F2D67A;
  outline-offset: 2px;
}
.a11y-drawer__close svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  pointer-events: none;
}

.a11y-drawer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.a11y-tool {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.75rem 0.4rem;
  background-color: #1F3642;
  border: 2px solid #3A7594;
  border-radius: 8px;
  cursor: pointer;
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.25;
  text-transform: uppercase;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  min-height: 72px;
}
.a11y-tool:hover {
  background-color: #3A7594;
  border-color: #A3D4F2;
  color: #ffffff;
}
.a11y-tool:focus-visible {
  outline: 3px solid #F2D67A;
  outline-offset: 2px;
}
.a11y-tool svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
  flex-shrink: 0;
}
.a11y-tool.is-active, .a11y-tool[aria-pressed=true] {
  background-color: #A3D4F2;
  border-color: #A3D4F2;
  color: #10181D;
}
.a11y-tool.is-active svg, .a11y-tool[aria-pressed=true] svg {
  stroke: #10181D;
}

.a11y-reset {
  width: 100%;
  padding: 0.6rem 1rem;
  background-color: transparent;
  border: 2px solid #A3D4F2;
  border-radius: 8px;
  color: #A3D4F2;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.a11y-reset:hover {
  background-color: #A3D4F2;
  color: #10181D;
}
.a11y-reset:focus-visible {
  outline: 3px solid #F2D67A;
  outline-offset: 2px;
}
.a11y-reset svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  pointer-events: none;
  flex-shrink: 0;
}

html.a11y-contrast #smooth-wrapper {
  filter: invert(1) hue-rotate(180deg);
}
html.a11y-contrast #smooth-wrapper img,
html.a11y-contrast #smooth-wrapper video,
html.a11y-contrast #smooth-wrapper iframe,
html.a11y-contrast #smooth-wrapper canvas {
  filter: invert(1) hue-rotate(180deg);
}

html.a11y-links a:not(.a11y-tool):not(.a11y-reset):not(.a11y-drawer__close) {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 3px !important;
  outline: 2px solid currentColor !important;
  outline-offset: 2px !important;
  border-radius: 2px;
}

html.a11y-bigger-text #smooth-content {
  zoom: 1.2;
}

html.a11y-xl-text #smooth-content {
  zoom: 1.5;
}

html.a11y-text-spacing p, html.a11y-text-spacing li, html.a11y-text-spacing span, html.a11y-text-spacing a, html.a11y-text-spacing h1, html.a11y-text-spacing h2, html.a11y-text-spacing h3, html.a11y-text-spacing h4, html.a11y-text-spacing h5, html.a11y-text-spacing h6 {
  letter-spacing: 0.12em !important;
  word-spacing: 0.16em !important;
}

html.a11y-pause *, html.a11y-pause *::before, html.a11y-pause *::after {
  animation-play-state: paused !important;
  transition-duration: 0.001s !important;
}

html.a11y-hide-images img:not([alt*=logo i]):not([class*=logo i]):not([src*=logo i]) {
  visibility: hidden !important;
}

html.a11y-dyslexia #smooth-wrapper * {
  font-family: "OpenDyslexic", "Verdana", "Arial", sans-serif !important;
  letter-spacing: 0.04em;
  word-spacing: 0.1em;
}

html.a11y-cursor,
html.a11y-cursor * {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M6 2 L6 26 L12 20 L18 30 L21 28.5 L15 18.5 L23 18.5 Z' fill='%23000000' stroke='%23ffffff' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E") 6 2, auto !important;
}

html.a11y-tooltips [title]:not([title=""]) {
  position: relative;
}
html.a11y-tooltips [title]:not([title=""]):hover::after {
  content: attr(title);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #10181D;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
  font-family: sans-serif;
  line-height: 1.4;
  padding: 0.4rem 0.65rem;
  border-radius: 5px;
  border: 1px solid #3A7594;
  white-space: normal;
  max-width: 220px;
  min-width: 80px;
  z-index: 99998;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

html.a11y-line-height p, html.a11y-line-height li, html.a11y-line-height h1, html.a11y-line-height h2, html.a11y-line-height h3, html.a11y-line-height h4, html.a11y-line-height h5, html.a11y-line-height h6, html.a11y-line-height a, html.a11y-line-height span {
  line-height: 2 !important;
}

html.a11y-text-align #smooth-wrapper * {
  text-align: left !important;
}

.a11y-tool[data-tool=tooltips] {
  display: none;
}

html.a11y-saturation #smooth-wrapper {
  filter: saturate(0);
}/*# sourceMappingURL=accessibility-panel.css.map */