#analytics-consent { position:fixed; z-index:10000; bottom:20px; left:20px; right:20px; max-width:740px; margin:auto; padding:22px; border:1px solid #dedee2; border-radius:12px; background:#fff; color:#242426; box-shadow:0 8px 32px #0002; font:14px/1.6 -apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; }
#analytics-consent p { margin:0 0 14px; }
#analytics-consent a { color:#b82b24; text-decoration:underline; }
#analytics-consent>div { display:flex; gap:12px; flex-wrap:wrap; }
#analytics-consent button { min-height:44px; padding:10px 18px; border:1px solid #68686e; border-radius:7px; background:#eeeef0; color:#242426; font:inherit; font-weight:600; cursor:pointer; }
#analytics-settings { background:transparent; color:inherit; border:1px solid currentColor; border-radius:6px; padding:10px; min-height:44px; cursor:pointer; font:inherit; }
#analytics-consent button:focus-visible,#analytics-settings:focus-visible { outline:3px solid #b82b24; outline-offset:3px; }
@media(max-width:480px) { #analytics-consent { bottom:10px; left:10px; right:10px; padding:16px; } #analytics-consent button { flex:1; } }
