[hidden] { display: none !important; }
.analytics-settings {
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.analytics-settings:hover { color: #ffbd7c; }
.analytics-legal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 24px;
  border-top: 1px solid #526070;
  background: #101421;
  color: #f2f6fa;
  font: 14px Arial, sans-serif;
}
.analytics-legal-footer a { color: inherit; }
.analytics-consent {
  position: fixed;
  z-index: 1000;
  inset: auto 16px 16px;
  max-width: 740px;
  margin-inline: auto;
  padding: 20px 24px;
  border: 1px solid #8295a5;
  background: #151b24;
  box-shadow: 0 12px 40px rgba(0,0,0,.5);
  color: #f2f6fa;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.analytics-consent-inner { display: flex; align-items: center; gap: 20px; justify-content: space-between; }
.analytics-consent p { margin: 0; max-width: 460px; }
.analytics-consent strong { display: block; margin-bottom: 4px; font-size: 15px; }
.analytics-consent a { color: #fff; text-decoration: underline; }
.analytics-consent-actions { display: flex; flex: none; gap: 8px; }
.analytics-consent button {
  min-height: 44px;
  padding: 8px 15px;
  border: 1px solid #f2f6fa;
  background: transparent;
  color: #f2f6fa;
  font: 700 13px Arial, sans-serif;
  cursor: pointer;
}
.analytics-consent button[data-consent-accept] { background: #f2f6fa; color: #151b24; }
.analytics-consent button:hover { border-color: #ffbd7c; }
.analytics-consent button:focus-visible, .analytics-settings:focus-visible { outline: 3px solid #ffbd7c; outline-offset: 3px; }
@media(max-width: 620px) {
  .analytics-consent { inset: auto 8px 8px; padding: 16px; }
  .analytics-consent-inner { display: block; }
  .analytics-consent-actions { margin-top: 14px; }
  .analytics-consent-actions button { flex: 1; }
}
