.analytics-consent,
.analytics-settings {
  position: fixed;
  z-index: 1000;
  font-family: "Barlow", system-ui, sans-serif;
}

.analytics-consent {
  right: 18px;
  bottom: 18px;
  width: min(430px, calc(100vw - 36px));
  padding: 20px;
  color: #f4f5ef;
  background: #1c1d17;
  border: 1px solid rgba(182, 242, 61, 0.32);
  border-radius: 18px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}

.analytics-consent[hidden],
.analytics-settings[hidden] {
  display: none !important;
}

.analytics-consent strong {
  display: block;
  margin-bottom: 8px;
  color: #f4f5ef;
  font:
    600 20px/1.2 "Barlow Condensed",
    "Barlow",
    system-ui,
    sans-serif;
  text-transform: uppercase;
}

.analytics-consent p {
  margin: 0;
  color: #a8aa9c;
  font-size: 14px;
  line-height: 1.5;
}

.analytics-consent a {
  color: #b6f23d;
}

.analytics-consent__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}

.analytics-consent button,
.analytics-settings {
  min-height: 44px;
  padding: 10px 16px;
  color: #f4f5ef;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  font:
    600 14px/1 "Barlow",
    system-ui,
    sans-serif;
  cursor: pointer;
}

.analytics-consent button:focus-visible,
.analytics-settings:focus-visible {
  outline: 3px solid #b6f23d;
  outline-offset: 3px;
}

.analytics-consent .analytics-consent__allow {
  color: #161712;
  background: #b6f23d;
  border-color: #b6f23d;
}

.analytics-settings {
  left: 12px;
  bottom: 12px;
  min-height: 36px;
  padding: 8px 11px;
  color: #a8aa9c;
  background: rgba(22, 23, 18, 0.94);
  border-color: rgba(255, 255, 255, 0.14);
  font-size: 12px;
}

@media (max-width: 520px) {
  .analytics-consent__actions {
    flex-direction: column-reverse;
  }

  .analytics-consent button {
    width: 100%;
  }
}

@media print {
  .analytics-consent,
  .analytics-settings {
    display: none !important;
  }
}
