:root {
  --aw-main-blue: #1a73e8;
  --aw-main-blue-dark: #1667d6;
  --aw-soft-bg: #f2f3f5;
  --aw-card-bg: #e8edf3;
  --aw-text: #262f3d;
  --aw-subtext: #566279;
  --aw-line: #d9deea;
  --aw-strong-blue: #1d68e5;
}

* {
  box-sizing: border-box;
}

.hero {
  padding: 3rem 1.5rem;
  text-align: center;
  max-width: 56rem;
  margin: 0 auto;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.25rem);
}

.hero p {
  font-size: 1.1rem;
  line-height: 1.7;
}

.hero-link {
  color: var(--aw-main-blue);
  font-weight: 800;
}

.content {
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 1.5rem 5rem;
}

.content article {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  box-shadow: 0 10px 32px rgba(45, 64, 109, 0.13);
  padding: 1.5rem;
}

.content img {
  max-width: 100%;
  border-radius: 0.75rem;
  display: block;
  margin: 1rem 0;
}

.aw-trigger {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(140deg, var(--aw-main-blue), #3692ff);
  color: #fff;
  width: 3.25rem;
  height: 3.25rem;
  padding: 0;
  box-shadow: 0 18px 40px rgba(27, 52, 100, 0.35);
  cursor: pointer;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.aw-trigger::before {
  font-family: "Material Symbols Outlined";
  font-size: 1.6rem;
  content: "accessibility_new";
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 24;
}

.aw-panel {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: min(30rem, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  background: #f1f2f4;
  border-radius: 1.15rem;
  box-shadow: 0 26px 55px rgba(16, 36, 77, 0.33);
  overflow: hidden;
  transform: translateY(1rem) scale(0.98);
  opacity: 0;
  pointer-events: none;
  transition: 180ms ease;
  z-index: 999999;
  isolation: isolate;
  backdrop-filter: none !important;
  background-color: #f1f2f4 !important;
  mix-blend-mode: normal !important;
  font-size: 14px;
}

.aw-panel.is-open {
  transform: translateY(0) scale(1);
  opacity: 1 !important;
  pointer-events: auto;
}

#aw-panel,
#aw-panel * {
  mix-blend-mode: normal !important;
}

.aw-header {
  background: var(--aw-main-blue);
  color: #fff;
  padding: 0.55rem 0.75rem 0.7rem;
}

.aw-head-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aw-icon-btn {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.aw-language-btn {
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.aw-flag {
  font-size: 1.1rem;
}

.aw-header h2 {
  margin: 0.35rem 0 0.7rem;
  text-align: center;
  font-size: clamp(1.05rem, 2.2vw, 1.5rem);
  font-weight: 700;
}

.aw-top-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.aw-top-btn {
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #2362d7;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 700;
  height: 1.9rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}

.aw-search-row {
  margin-top: 0.65rem;
  background: #fff;
  border: 1px solid #e0e3ea;
  border-radius: 999px;
  min-height: 2.25rem;
  padding: 0 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #6b7280;
}

.aw-search-row .material-symbols-outlined {
  font-size: 1.38rem;
  color: #6b7280;
}

.aw-search {
  border: 0;
  background: transparent;
  color: #262f3d;
  width: 100%;
  font: inherit;
  font-size: 0.88rem;
}

.aw-search::placeholder {
  color: #6b7280;
}

.aw-search:focus {
  outline: none;
}

.aw-body {
  padding: 0.7rem;
  max-height: calc(100vh - 11.5rem);
  overflow: auto;
}

.aw-section-card {
  border-radius: 1.3rem;
  background: #fff;
  border: 1px solid #e6e9f0;
  padding: 0.65rem;
}

.aw-section-card + .aw-section-card {
  margin-top: 0.85rem;
}

.aw-section-card h3 {
  margin: 0 0 0.75rem;
  font-size: clamp(0.9rem, 2vw, 1.15rem);
}

.aw-presets {
  display: flex;
  flex-direction: column;
}

.aw-toggle-row {
  border: 0;
  border-top: 1px solid var(--aw-line);
  background: transparent;
  min-height: 4.8rem;
  padding: 0.7rem 0.2rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "switch copy icon";
  column-gap: 0.85rem;
  row-gap: 0.55rem;
  align-items: center;
  text-align: left;
  font: inherit;
  cursor: pointer;
  border-radius: 0.7rem;
  transition: background 160ms ease;
}

.aw-toggle-row:first-child {
  border-top: 0;
}

.aw-toggle-row .aw-switch {
  grid-area: switch;
}

.aw-toggle-row .aw-toggle-copy {
  grid-area: copy;
}

.aw-toggle-row .aw-toggle-icon {
  grid-area: icon;
}

.aw-toggle-detail {
  grid-area: detail;
  margin: 0;
  color: #2d3a52;
  font-size: 0.78rem;
  line-height: 1.45;
  white-space: pre-line;
  display: none;
}

.aw-toggle-row.is-active {
  grid-template-areas:
    "switch copy icon"
    "detail detail detail";
  background: #eaf0fa;
  padding-left: 0.65rem;
  padding-right: 0.65rem;
}

.aw-toggle-row.is-active .aw-toggle-detail {
  display: block;
}

.aw-toggle-row.is-active .aw-toggle-copy strong,
.aw-toggle-row.is-active .aw-toggle-copy span {
  color: var(--aw-strong-blue);
}

.aw-switch {
  width: 6.2rem;
  height: 2.1rem;
  border-radius: 999px;
  background: #e7ebf2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0.25rem;
  font-weight: 800;
  color: #253046;
}

.aw-switch span {
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

.aw-switch span:first-child {
  background: #fff;
}

.aw-toggle-row.is-active .aw-switch span:first-child {
  background: transparent;
}

.aw-toggle-row.is-active .aw-switch span:last-child {
  background: var(--aw-strong-blue);
  color: #fff;
}

.aw-toggle-copy strong {
  color: #232e40;
  font-size: clamp(0.72rem, 1.8vw, 0.95rem);
  line-height: 1.2;
  display: block;
}

.aw-toggle-copy span {
  color: #556178;
  font-size: clamp(0.64rem, 1.5vw, 0.8rem);
}

.aw-toggle-icon {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: transparent;
  color: #202a3b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.aw-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.aw-feature-card {
  border: 0;
  border-radius: 1rem;
  background: var(--aw-card-bg);
  color: #252f41;
  min-height: 7rem;
  padding: 0.65rem;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.7rem;
  text-align: center;
  cursor: pointer;
}

.aw-feature-card .material-symbols-outlined {
  font-size: 1.45rem;
}

.aw-feature-card.is-active {
  box-shadow: inset 0 0 0 2px var(--aw-main-blue);
  background: #dce8ff;
}

.aw-slider-card {
  grid-column: span 2;
  align-items: stretch;
  justify-content: space-between;
  text-align: left;
  gap: 0.55rem;
}

.aw-feature-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.aw-slider-row {
  background: #fff;
  border-radius: 999px;
  min-height: 2.25rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.65rem;
  padding: 0 0.75rem;
  color: var(--aw-strong-blue);
  font-size: 0.95rem;
  font-weight: 700;
}

.aw-round-btn {
  width: 1.6rem;
  height: 1.6rem;
  border: 0;
  border-radius: 999px;
  background: var(--aw-main-blue);
  color: #fff;
  cursor: pointer;
  font-family: "Material Symbols Outlined";
  font-size: 1rem;
}

.aw-color-panel,
.aw-link-panel {
  grid-column: span 2;
}

.aw-color-panel {
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.aw-color-swatches {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
}

.aw-color-dot {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid #d7def0;
  background: var(--dot);
  cursor: pointer;
}

.aw-color-dot.is-active {
  box-shadow: 0 0 0 3px #1d68e5;
}

.aw-cancel-btn {
  border: 0;
  background: transparent;
  color: #2c3447;
  font: inherit;
  font-size: 0.95rem;
  cursor: pointer;
}

.aw-select {
  border: 1px solid #ced8f1;
  border-radius: 999px;
  background: #fff;
  color: #232f43;
  width: 100%;
  height: 2.2rem;
  font: inherit;
  padding: 0 1rem;
}

.aw-widget-footer {
  background: var(--aw-main-blue-dark);
  color: #d5e0ff;
  font-size: 0.78rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 1.75rem;
}

.aw-widget-footer strong {
  color: #fff;
}

.aw-widget-footer a {
  color: #f7f9ff;
  text-decoration: none;
  margin-left: 1rem;
}

.aw-modal {
  position: fixed;
  inset: 0;
  background: rgba(17, 28, 48, 0.54);
  z-index: 1010;
  padding: 1rem;
  display: none;
  align-items: center;
  justify-content: center;
}

.aw-modal.is-open {
  display: flex;
}

.aw-modal-card {
  width: min(45rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  border-radius: 1rem;
  background: #f4f4f6;
  padding: 1rem;
  position: relative;
}

.aw-modal-close {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  border: 0;
  background: transparent;
  color: #2c3e66;
  cursor: pointer;
  font-family: "Material Symbols Outlined";
  font-size: 1.7rem;
}

.aw-modal-card h3 {
  margin: 2rem 0 0.95rem;
  text-align: center;
  font-size: clamp(1.5rem, 4vw, 2rem);
}

.aw-language-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.aw-language-item {
  border: 0;
  border-radius: 999px;
  min-height: 4.5rem;
  background: #e7ecf3;
  color: #2a3446;
  font: inherit;
  font-size: clamp(1.1rem, 2.9vw, 1.45rem);
  font-weight: 700;
  text-align: left;
  padding: 0 1.1rem;
  cursor: pointer;
}

.aw-language-item.is-active {
  box-shadow: inset 0 0 0 2px var(--aw-main-blue);
}

.aw-statement-card {
  width: min(56rem, 100%);
  padding: 1rem 1.2rem 1.5rem;
}

.aw-statement-card h4 {
  margin: 1rem 0 0.55rem;
  font-size: 1.1rem;
}

.aw-statement-card p,
.aw-statement-card li {
  font-size: 0.98rem;
  line-height: 1.56;
}

.aw-reading-line {
  position: fixed;
  left: 0;
  right: 0;
  height: 3px;
  background: #e24b4b;
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
  z-index: 1002;
}

.aw-reading-line.is-active {
  opacity: 0.9;
}

.aw-reading-mask {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 1002;
  background: linear-gradient(
    to bottom,
    rgba(17, 17, 24, 0.65) 0,
    rgba(17, 17, 24, 0.65) calc(var(--aw-mask-y, 40%) - 4rem),
    rgba(0, 0, 0, 0) calc(var(--aw-mask-y, 40%) - 4rem),
    rgba(0, 0, 0, 0) calc(var(--aw-mask-y, 40%) + 4rem),
    rgba(17, 17, 24, 0.65) calc(var(--aw-mask-y, 40%) + 4rem),
    rgba(17, 17, 24, 0.65) 100%
  );
}

.aw-reading-mask.is-active {
  opacity: 1;
}

.aw-bigger-cursor,
.aw-bigger-cursor * {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M4 2l14 14h-6l-2 6-3-10H4z'/%3E%3C/svg%3E")
      0 0,
    auto !important;
}

.aw-white-cursor,
.aw-white-cursor * {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='white' stroke='black' stroke-width='1.2'%3E%3Cpath d='M4 2l14 14h-6l-2 6-3-10H4z'/%3E%3C/svg%3E")
      0 0,
    auto !important;
}

.aw-highlight-links a {
  text-decoration: underline !important;
  text-decoration-thickness: 3px !important;
  background: #fff3ad !important;
}

.aw-highlight-titles h1,
.aw-highlight-titles h2,
.aw-highlight-titles h3,
.aw-highlight-titles h4,
.aw-highlight-titles h5,
.aw-highlight-titles h6 {
  outline: 2px solid #f4a600;
  outline-offset: 4px;
}

.aw-hide-images img,
.aw-hide-images svg,
.aw-hide-images picture,
.aw-hide-images video,
.aw-hide-images canvas {
  opacity: 0 !important;
}

.aw-readable-font {
  font-family: "Verdana", "Tahoma", sans-serif !important;
}

.aw-dyslexic-font {
  font-family: "Comic Sans MS", "Trebuchet MS", sans-serif !important;
  letter-spacing: 0.05em;
  word-spacing: 0.15em;
}

.aw-tooltips [data-aw-tooltip] {
  position: relative;
}

.aw-tooltips [data-aw-tooltip]:hover::after,
.aw-tooltips [data-aw-tooltip]:focus-visible::after {
  content: attr(data-aw-tooltip);
  position: absolute;
  left: 0;
  top: calc(100% + 0.25rem);
  background: #11111d;
  color: #fff;
  border-radius: 0.35rem;
  padding: 0.35rem 0.5rem;
  font-size: 0.85rem;
  white-space: nowrap;
  z-index: 1003;
}

.aw-line-height {
  line-height: 1.9 !important;
}

.aw-page-structure main,
.aw-page-structure article,
.aw-page-structure section,
.aw-page-structure nav,
.aw-page-structure aside,
.aw-page-structure header,
.aw-page-structure footer {
  outline: 2px dashed rgba(15, 107, 214, 0.65);
  outline-offset: 4px;
}

.aw-align-center {
  text-align: center !important;
}

.aw-align-left {
  text-align: left !important;
}

.aw-align-right {
  text-align: right !important;
}

.aw-hover-highlight *:hover {
  outline: 2px solid #1f74e8;
  outline-offset: 2px;
}

.aw-focus-highlight *:focus-visible {
  outline: 3px solid #1f74e8 !important;
  outline-offset: 3px !important;
}

.aw-magnifier p:hover,
.aw-magnifier li:hover,
.aw-magnifier a:hover {
  transform: scale(1.06);
  transform-origin: left center;
}

body.aw-reduce-motion *,
body.aw-reduce-motion *::before,
body.aw-reduce-motion *::after {
  animation-duration: 0.001ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.001ms !important;
  scroll-behavior: auto !important;
}

body[data-aw-title-color] h1,
body[data-aw-title-color] h2,
body[data-aw-title-color] h3,
body[data-aw-title-color] h4,
body[data-aw-title-color] h5,
body[data-aw-title-color] h6 {
  color: var(--aw-title-color, inherit) !important;
}

@media (max-width: 920px) {
  .aw-panel {
    left: 0.5rem;
    right: 0.5rem;
    width: calc(100vw - 1rem);
  }

  .aw-top-actions {
    grid-template-columns: 1fr;
  }

  .aw-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aw-slider-card,
  .aw-color-panel,
  .aw-link-panel {
    grid-column: 1 / -1;
  }

  .aw-toggle-row {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "switch copy icon";
    column-gap: 0.65rem;
  }

  .aw-toggle-row.is-active {
    grid-template-areas:
      "switch copy icon"
      "detail detail detail";
  }

  .aw-toggle-icon {
    justify-self: end;
  }
}

@media (max-width: 620px) {
  .aw-body {
    max-height: calc(100vh - 19.2rem);
  }

  .aw-switch {
    width: 8.9rem;
    height: 2.9rem;
  }

  .aw-switch span {
    font-size: 1.25rem;
  }

  .aw-language-grid {
    grid-template-columns: 1fr;
  }

  .aw-feature-card {
    min-height: 8.8rem;
  }
}
