#analytics-consent {
  position: fixed;
  inset: auto 12px calc(88px + env(safe-area-inset-bottom));
  box-sizing: border-box;
  width: min(440px, calc(100% - 24px));
  max-height: 65dvh;
  overflow: auto;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid #c8d4cc;
  border-radius: 18px;
  background: #fff;
  color: #17352f;
  box-shadow: 0 8px 32px #0002;
  font: 14px/1.5 system-ui, sans-serif;
  z-index: 1000;
}
#analytics-consent p { margin: 8px 0 14px; }
#analytics-consent form > div { display: flex; flex-wrap: wrap; gap: 8px; }
#analytics-consent button { flex: 1; min-height: 44px; padding: 8px 12px; border: 1px solid #aabbb0; border-radius: 10px; background: #f5f8f6; color: inherit; font: inherit; cursor: pointer; }
#analytics-consent button[value="accepted"] { background: #17352f; color: #fff; }
