.cookie-notice {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 10000;
  width: min(430px, calc(100vw - 44px));
  padding: 20px;
  border: 1px solid #dedee3;
  border-radius: 20px;
  background: #fff;
  color: #1d1d1f;
  box-shadow: 0 24px 70px rgb(20 20 24 / 22%);
}
.cookie-notice[hidden] { display: none; }
.cookie-notice strong { display: block; font-size: 16px; }
.cookie-notice p { margin: 7px 0 15px; color: #66666d; font-size: 12px; line-height: 1.55; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cookie-actions button, .cookie-actions a {
  min-height: 38px;
  padding: 10px 12px;
  border: 1px solid #d9d9de;
  border-radius: 11px;
  background: #fff;
  color: #29292e;
  font: inherit;
  font-size: 11px;
  font-weight: 720;
  text-decoration: none;
  cursor: pointer;
}
.cookie-actions .cookie-accept { border-color: #1d1d1f; background: #1d1d1f; color: #fff; }

.cookie-settings-trigger {
  position: static;
  min-height: 0;
  padding: 9px 12px;
  border: 1px solid #d9d9de;
  border-radius: 11px;
  background: rgb(255 255 255 / 66%);
  color: #4d4d53;
  box-shadow: none;
  font: inherit;
  font-size: inherit;
  font-weight: 650;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.cookie-settings-trigger:hover {
  transform: translateY(-1px);
  border-color: #c5c5cb;
  background: #fff;
  color: #1d1d1f;
}

.accessibility-trigger {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 10001;
  width: 42px;
  height: 42px;
  border: 1px solid #d9d9de;
  border-radius: 50%;
  background: #fff;
  color: #1d1d1f;
  box-shadow: 0 10px 28px rgb(20 20 24 / 16%);
  font: inherit;
  font-size: 13px;
  font-weight: 820;
  cursor: pointer;
}
.accessibility-trigger:focus-visible, .cookie-settings-trigger:focus-visible, .cookie-actions button:focus-visible, .cookie-actions a:focus-visible {
  outline: 3px solid #1771d0;
  outline-offset: 3px;
}
.accessibility-panel {
  position: fixed;
  left: 18px;
  bottom: 70px;
  z-index: 10001;
  width: min(290px, calc(100vw - 36px));
  padding: 18px;
  border: 1px solid #dedee3;
  border-radius: 18px;
  background: #fff;
  color: #1d1d1f;
  box-shadow: 0 20px 60px rgb(20 20 24 / 20%);
}
.accessibility-panel[hidden] { display: none; }
.accessibility-panel h2 { margin: 0 0 4px; font-size: 17px; }
.accessibility-panel > p { margin: 0 0 13px; color: #6e6e73; font-size: 11px; line-height: 1.45; }
.accessibility-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-top: 1px solid #ececef;
  font-size: 12px;
  font-weight: 650;
}
.accessibility-option input { width: 18px; height: 18px; accent-color: #1d1d1f; }
.accessibility-reset {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #d9d9de;
  border-radius: 10px;
  background: #f7f7f8;
  color: #343439;
  font: inherit;
  font-size: 11px;
  font-weight: 720;
  cursor: pointer;
}

html.reddot-large-text { font-size: 118%; }
html.reddot-readable-links a { text-decoration: underline !important; text-underline-offset: 3px; }
html.reddot-high-contrast { filter: contrast(1.22); }
html.reddot-high-contrast body { background: #fff; }
html.reddot-reduce-motion { scroll-behavior: auto; }
html.reddot-reduce-motion *, html.reddot-reduce-motion *::before, html.reddot-reduce-motion *::after {
  scroll-behavior: auto !important;
  animation-duration: .01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: .01ms !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 620px) {
  .cookie-notice { right: 14px; bottom: 72px; width: calc(100vw - 28px); }
  .accessibility-trigger { left: 14px; bottom: 14px; }
  .accessibility-panel { left: 14px; bottom: 64px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
