.analytics-consent {
  position: fixed;
  z-index: 10000;
  right: 20px;
  bottom: 20px;
  width: min(560px, calc(100% - 40px));
  padding: 20px;
  color: #dce3f1;
  background: #101a2c;
  border: 1px solid rgba(145, 160, 255, 0.3);
  border-radius: 18px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
  font-family: Manrope, system-ui, sans-serif;
}
.analytics-consent[hidden] {
  display: none;
}
.analytics-consent strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
}
.analytics-consent p {
  margin: 0;
  color: #b8c3d7;
  font-size: 13px;
  line-height: 1.55;
}
.analytics-consent a {
  color: #aeb8ff;
}
.analytics-consent-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}
.analytics-consent button,
.analytics-settings {
  min-height: 42px;
  padding: 0 15px;
  color: #eaf0ff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 11px;
  font: 700 12px/1 Manrope, system-ui, sans-serif;
  cursor: pointer;
}
.analytics-consent .analytics-consent-accept {
  color: #fff;
  background: #5267ff;
  border-color: #5267ff;
}
.analytics-settings {
  position: fixed;
  z-index: 9998;
  left: 12px;
  bottom: 12px;
  min-height: 34px;
  padding: 0 11px;
  color: #dce3f1;
  background: rgba(9, 17, 31, 0.92);
  border-color: rgba(255, 255, 255, 0.18);
  font-size: 11px;
}
@media (max-width: 640px) {
  .analytics-consent {
    right: 14px;
    bottom: 82px;
    width: calc(100% - 28px);
  }
  .analytics-consent-actions {
    flex-direction: column-reverse;
  }
  .analytics-consent button {
    width: 100%;
  }
  .analytics-settings {
    bottom: 76px;
  }
}
