.analytics-consent {
  position: fixed;
  z-index: 10000;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  max-width: 860px;
  margin: 0 auto;
  padding: 18px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  color: #fff;
  background: rgba(7, 21, 47, .97);
  box-shadow: 0 18px 60px rgba(0, 0, 0, .28);
}
.analytics-consent-copy { max-width: 610px; }
.analytics-consent-copy strong { display: block; font-size: 16px; }
.analytics-consent-copy p { margin: 6px 0; color: #c8d4e5; font-size: 13px; line-height: 1.5; }
.analytics-consent-copy a { color: #78dbff; font-size: 12px; }
.analytics-consent-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.analytics-consent button,
.analytics-consent-settings {
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.analytics-consent button { min-height: 40px; padding: 0 16px; }
.analytics-consent .analytics-consent-dismiss { border-color: #2aa8ff; background: #087de7; }
.analytics-consent-settings {
  position: fixed;
  z-index: 9999;
  right: 12px;
  bottom: 12px;
  padding: 7px 11px;
  color: #41516a;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 5px 18px rgba(0, 0, 0, .14);
}
@media (max-width: 680px) {
  .analytics-consent { align-items: stretch; flex-direction: column; }
  .analytics-consent-actions { width: 100%; }
  .analytics-consent-actions button { flex: 1; }
}
