.analytics-consent[hidden]{display:none}
.analytics-consent{position:fixed;z-index:1000;right:1rem;bottom:1rem;left:1rem;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;max-width:72rem;margin:0 auto;padding:1rem 1.1rem;border:1px solid var(--line-2);border-radius:14px;background:rgba(15,19,25,.98);box-shadow:0 18px 50px rgba(0,0,0,.45);color:var(--text)}
.analytics-consent__copy{display:grid;gap:.3rem;max-width:52rem;font-size:.9rem;line-height:1.45;color:var(--muted)}
.analytics-consent__copy strong{color:var(--text);font-size:1rem}
.analytics-consent__copy a{color:var(--text);text-underline-offset:3px}
.analytics-consent__actions{display:flex;flex:0 0 auto;gap:.55rem}
.analytics-consent__button,.analytics-choices-link{font:inherit;cursor:pointer}
.analytics-consent__button{min-height:2.75rem;padding:.65rem .95rem;border:1px solid #d8ff3e;border-radius:8px;background:#d8ff3e;color:#090b0f;font-weight:800}
.analytics-consent__button--secondary{border-color:var(--line-2);background:transparent;color:var(--text)}
.analytics-consent__button:focus-visible,.analytics-choices-link:focus-visible{outline:3px solid #d8ff3e;outline-offset:3px}
.analytics-choices-link{padding:0;border:0;background:transparent;color:inherit;text-decoration:underline;text-underline-offset:3px}
@media (max-width:700px){.analytics-consent{align-items:stretch;flex-direction:column}.analytics-consent__actions{display:grid;grid-template-columns:1fr 1fr}.analytics-consent__button{width:100%}}
