.analytics-choice { position:fixed; inset:auto 16px 16px; z-index:1000; max-width:660px; margin:auto; padding:22px; color:#081126; background:#fffdf7; border:1px solid #947438; border-radius:8px; box-shadow:0 6px 32px #0003; max-height:80vh; overflow:auto; font:16px/1.5 system-ui,sans-serif; }
.analytics-choice[hidden] { display:none; }
.analytics-choice p { margin:0 0 16px; font:inherit; }
.analytics-choice a { color:#604711; text-decoration:underline; }
.analytics-choice > div { display:flex; gap:12px; flex-wrap:wrap; }
.analytics-choice button { flex:1; padding:12px 20px; border:1px solid #081126; border-radius:4px; background:#081126; color:white; font:inherit; cursor:pointer; }
.analytics-settings { color:inherit; background:transparent; border:0; text-decoration:underline; cursor:pointer; padding:10px; font:14px/1.5 system-ui,sans-serif; }
.analytics-choice button:focus-visible,.analytics-settings:focus-visible { outline:3px solid #b18b3a; outline-offset:3px; }
