.nira-consent{position:fixed;z-index:9999;left:16px;right:16px;bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:18px;max-width:920px;margin:auto;padding:16px 18px;border:1px solid rgba(203,166,85,.45);border-radius:14px;background:#171713;color:#f5f2e9;box-shadow:0 16px 48px rgba(0,0,0,.38);font-family:Geist,system-ui,sans-serif}
.nira-consent p{margin:0;font-size:14px;line-height:1.5}.nira-consent a{color:#d7b96e}.nira-consent div{display:flex;gap:8px;flex:none}.nira-consent button{min-height:44px;padding:9px 15px;border:1px solid #d7b96e;border-radius:9px;background:transparent;color:#f5f2e9;font:600 14px Geist,system-ui,sans-serif;cursor:pointer}.nira-consent button[data-consent="allow"]{background:#d7b96e;color:#211f1a}.nira-consent button:focus-visible{outline:3px solid #fff;outline-offset:2px}
@media(max-width:640px){.nira-consent{align-items:stretch;flex-direction:column}.nira-consent div{width:100%}.nira-consent button{flex:1}}

/* V5 legal destinations: distinct, quiet brass—not legacy purple. */
footer a[href="/privacy"],
footer a[href="/terms"] {
  color: oklch(0.785 0.09 84) !important;
  opacity: 0.82;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: color 0.18s ease, opacity 0.18s ease, text-decoration-color 0.18s ease;
}
footer a[href="/privacy"]:hover,
footer a[href="/terms"]:hover,
footer a[href="/privacy"]:focus-visible,
footer a[href="/terms"]:focus-visible {
  color: oklch(0.85 0.074 88) !important;
  opacity: 1;
  text-decoration: underline;
  text-decoration-color: currentColor;
}
footer a[href="/privacy"]:focus-visible,
footer a[href="/terms"]:focus-visible {
  outline: 2px solid oklch(0.85 0.074 88);
  outline-offset: 3px;
}
