/* First-party analytics disclosure (BP-014). Keep quiet and non-card-like. */
.analytics-disclosure {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  padding: 0.85rem 1.25rem;
  background: linear-gradient(180deg, rgba(13, 27, 42, 0.96), rgba(13, 27, 42, 0.99));
  color: #f4f1ea;
  border-top: 1px solid rgba(201, 168, 76, 0.35);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 0.92rem;
  line-height: 1.4;
}

.analytics-disclosure-text {
  margin: 0;
  flex: 1 1 16rem;
  max-width: 48rem;
}

.analytics-disclosure-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.analytics-disclosure-accept,
.analytics-disclosure-decline {
  appearance: none;
  border: 1px solid rgba(201, 168, 76, 0.7);
  background: transparent;
  color: #f4f1ea;
  padding: 0.4rem 0.85rem;
  font: inherit;
  cursor: pointer;
}

.analytics-disclosure-accept {
  background: rgba(201, 168, 76, 0.2);
}

.analytics-disclosure-decline {
  border-color: rgba(244, 241, 234, 0.35);
}

@media (max-width: 640px) {
  .analytics-disclosure {
    padding: 0.75rem 1rem;
    font-size: 0.88rem;
  }
}
