.footer-bar.site-shell-footer,
.footer-bar.footer-bar--auto.site-shell-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  margin-top: 24px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(15, 18, 27, 0.82);
  box-shadow: 0 18px 50px rgba(0,0,0,0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.footer-bar.footer-bar--auto {
  width: min(980px, calc(100% - 24px));
  margin: 24px auto 18px;
}
.site-shell-footer__lead {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  min-width: 0;
}
.site-shell-footer__title {
  opacity: .72;
  font-weight: 600;
  font-size: 13px;
}
.site-shell-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.site-shell-footer__pill,
.site-shell-consent__link {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  padding: 10px 14px;
  color: rgba(241,245,255,0.82);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.site-shell-footer__pill:hover,
.site-shell-consent__link:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.94);
  text-decoration: none;
}
.site-shell-footer__pill:focus-visible,
.site-shell-consent__link:focus-visible {
  outline: none;
  border-color: rgba(205,216,255,0.45);
  box-shadow: 0 0 0 3px rgba(205,216,255,0.12);
}
.site-shell-footer__copy {
  opacity: .68;
  white-space: nowrap;
  font-size: 13px;
}
.site-shell-consent {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1200;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.site-shell-consent[hidden] {
  display: none !important;
}
.site-shell-consent__card {
  width: min(760px, 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(12, 12, 16, .94);
  color: #f4f4f7;
  box-shadow: 0 12px 42px rgba(0,0,0,.35);
  pointer-events: auto;
  backdrop-filter: blur(12px);
}
.site-shell-consent__text {
  flex: 1 1 280px;
  min-width: 0;
  line-height: 1.5;
  opacity: .92;
}
.site-shell-consent__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.site-shell-consent__button {
  appearance: none;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  padding: 10px 14px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  background: rgba(255,255,255,.06);
  color: #f4f4f7;
}
.site-shell-consent__button:hover {
  background: rgba(255,255,255,.1);
}
.site-shell-consent__button--primary {
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.08));
}
@media (max-width: 720px) {
  .site-shell-footer__copy {
    width: 100%;
    white-space: normal;
  }
  .site-shell-consent {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .site-shell-consent__card {
    padding: 12px 12px 14px;
    border-radius: 14px;
  }
  .site-shell-consent__actions,
  .site-shell-footer__links {
    width: 100%;
  }
  .site-shell-footer__pill,
  .site-shell-consent__button {
    flex: 1 1 140px;
  }
}
