#cookie-preferences { position:fixed; z-index:1000; left:1rem; bottom:3.5rem; width:min(26rem,calc(100vw - 2rem)); box-sizing:border-box; max-height:calc(100dvh - 5rem); overflow:auto; padding:1.25rem; background:var(--bg,#faf9f6); color:var(--text,#182b33); border:1px solid var(--line,#bfc5c5); box-shadow:0 8px 30px #0002; font-family:var(--font,'PP Neue Montreal',Arial,sans-serif); text-align:left; }
#cookie-preferences[hidden],#cookie-preferences [hidden] { display:none!important; }
#cookie-preferences h2 { font:500 1rem/1.35 var(--font,'PP Neue Montreal',Arial,sans-serif); letter-spacing:0; margin:0 2rem .5rem 0; color:inherit; }
#cookie-preferences p { font:400 .875rem/1.5 var(--font,'PP Neue Montreal',Arial,sans-serif); margin:.5rem 0; color:inherit; }
#cookie-preferences label { display:flex; align-items:flex-start; gap:.65rem; margin:1rem 0; font-size:.9rem; line-height:1.4; cursor:pointer; }
#cookie-preferences input { width:18px; height:18px; margin:.15rem 0 0; flex:none; accent-color:var(--text,#182b33); }
#cookie-preferences small { display:block; font-size:.8rem; line-height:1.45; margin-top:.2rem; }
#cookie-preferences .cookie-detail { font-size:.75rem; }
#cookie-preferences a { color:inherit; text-decoration:underline; }
#cookie-preferences .cookie-actions { display:grid; grid-template-columns:1fr 1fr; gap:.65rem; margin-top:1rem; }
#cookie-preferences button { font:500 .85rem/1.3 var(--font,'PP Neue Montreal',Arial,sans-serif); min-width:0; min-height:44px; padding:.65rem .5rem; background:transparent; color:inherit; border:1px solid currentColor; cursor:pointer; }
#cookie-preferences #cookie-close { position:absolute; right:.65rem; top:.45rem; border:0; font-size:1.5rem; min-width:44px; }
#cookie-preferences #cookie-save { width:100%; margin-top:.6rem; }
#cookie-settings { position:fixed; z-index:999; bottom:.65rem; left:1rem; font:400 .7rem/1.25 var(--font,'PP Neue Montreal',Arial,sans-serif); padding:.5rem .65rem; min-height:36px; background:var(--bg,#faf9f6); color:var(--text,#182b33); border:1px solid var(--line,#bfc5c5); cursor:pointer; }
#cookie-preferences button:disabled,#cookie-preferences input:disabled { opacity:.55; cursor:default; }
#cookie-preferences :focus-visible,#cookie-settings:focus-visible { outline:2px solid var(--accent-blue,#325acb); outline-offset:3px; }
