/* Cookie consent banner — proof.computer only. Strictly-necessary storage:
   one localStorage key, `proof.consent`. Google Analytics loads only after
   the visitor accepts analytics. See docs.proof.computer/liskov/legal/cookie-notice. */
.consent-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1200;
  max-width: 720px;
  margin: 0 auto;
  padding: 20px 22px;
  border-radius: 14px;
  background: #0E1218;
  color: #F7F8FA;
  box-shadow: 0 12px 40px rgba(14, 18, 24, 0.35);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
.consent-banner[hidden] { display: none; }
.consent-banner h2 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
  font-family: "Space Grotesk", Inter, sans-serif;
}
.consent-banner p { margin: 0 0 14px; color: #E7EAEE; }
.consent-banner a { color: #FFC93D; text-decoration: underline; }
.consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.consent-actions button {
  flex: 1 1 180px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 2px solid #F7F8FA;
  background: transparent;
  color: #F7F8FA;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.consent-actions button:hover { background: rgba(247, 248, 250, 0.12); }
.consent-actions button:focus-visible { outline: 3px solid #0E7CFF; outline-offset: 3px; }
.consent-settings { margin: 0 0 14px; padding: 12px 14px; border-radius: 10px; background: rgba(247, 248, 250, 0.08); }
.consent-settings[hidden] { display: none; }
.consent-settings label { display: flex; gap: 10px; align-items: flex-start; }
.consent-settings input { margin-top: 4px; width: 18px; height: 18px; }
.consent-settings small { display: block; color: #9098A6; }
.footer-privacy-link {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 480px) {
  .consent-banner { left: 8px; right: 8px; bottom: 8px; padding: 16px; }
}
