/* Cookie choices: underlined decline action, boxed accept action, keyboard access. */
.analytics-consent[hidden],.analytics-preferences button[hidden]{display:none}
.analytics-consent{position:fixed;z-index:1000;bottom:0;inset-inline:0;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.25rem max(24px,calc((100vw - 1184px)/2));background:var(--white);color:var(--ink);border-top:1px solid var(--line);box-shadow:0 -4px 20px #2521371a;max-height:75vh;overflow:auto}
.analytics-consent-copy{max-width:760px}.analytics-consent h2{font-size:1.25rem;line-height:1.3;letter-spacing:-.02em;margin-bottom:.5rem}.analytics-consent p{font-size:.875rem;line-height:1.55;margin:0}.analytics-consent-actions{display:flex;gap:1rem;flex-shrink:0;align-items:center;justify-content:flex-end}.analytics-consent .btn{font-size:.85rem;min-height:44px;padding:.6rem .85rem;border-color:var(--muted)}
.analytics-decline{appearance:none;background:none;border:0;border-radius:0;box-shadow:none;color:var(--ink);font:inherit;font-size:.85rem;line-height:1.5;padding:.6rem 0;min-height:44px;text-decoration:underline;text-underline-offset:.2em;cursor:pointer}.analytics-decline:hover{text-decoration-thickness:2px}
.analytics-preferences{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1.25rem;padding-block:.75rem;font-size:.8rem;color:var(--muted)}.analytics-preferences button{background:none;border:0;padding:.5rem 0;min-height:44px;color:var(--ink);text-decoration:underline;text-underline-offset:.2em}
@media(max-width:1000px){.analytics-consent{flex-direction:column;align-items:stretch;gap:1rem}.analytics-consent-actions{flex-wrap:wrap;justify-content:space-between}}
@media(max-width:400px){.analytics-consent{padding:1rem}.analytics-consent-actions{gap:.75rem}.analytics-consent .btn{font-size:.8rem;padding:.6rem .75rem}.analytics-decline{font-size:.8rem}}
@media(forced-colors:active){.analytics-consent{border:1px solid CanvasText}}
