.analytics-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  color: #f5f7ff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.analytics-consent__inner {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(148, 163, 255, 0.32);
  border-radius: 18px;
  background: rgba(7, 9, 24, 0.97);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(18px);
}

.analytics-consent strong { display: block; margin-bottom: 4px; font-size: 1rem; }
.analytics-consent p { margin: 0; color: #aeb7d8; font-size: 0.88rem; line-height: 1.45; }
.analytics-consent a { color: #67e8f9; text-decoration: underline; text-underline-offset: 3px; }
.analytics-consent__actions { display: flex; flex: 0 0 auto; gap: 9px; }

.analytics-consent button {
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid rgba(148, 163, 255, 0.3);
  border-radius: 12px;
  color: #f5f7ff;
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.analytics-consent button:hover { background: rgba(255, 255, 255, 0.11); }
.analytics-consent .analytics-consent__accept { border: 0; background: linear-gradient(110deg, #7c3aed, #2563eb 58%, #0891b2); }

@media (max-width: 680px) {
  .analytics-consent { right: 10px; bottom: 10px; left: 10px; }
  .analytics-consent__inner { padding: 16px; align-items: stretch; flex-direction: column; gap: 14px; }
  .analytics-consent__actions { width: 100%; }
  .analytics-consent button { flex: 1; }
}
