.analytics-settings {
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.analytics-consent {
  position: fixed;
  z-index: 1000;
  right: 16px;
  bottom: 16px;
  width: min(460px, calc(100vw - 32px));
  box-sizing: border-box;
  padding: 18px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 36px #0f172a33;
  color: #182235;
  font: 14px/1.5 system-ui, sans-serif;
}

.analytics-consent p { margin: 0 0 14px; }
.analytics-consent a { color: #3730a3; }
.analytics-consent-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.analytics-consent-actions button {
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid #a5b4fc;
  border-radius: 7px;
  font: 600 13px system-ui, sans-serif;
  cursor: pointer;
}
.analytics-allow { background: #4f46e5; color: #fff; }
.analytics-decline { background: #fff; color: #1e293b; }
