.hdh-privacy-panel { position:fixed; z-index:10000; bottom:16px; left:16px; width:min(560px,calc(100vw - 32px)); box-sizing:border-box; max-height:calc(100dvh - 32px); overflow:auto; padding:22px; border:1px solid #766c50; border-radius:14px; background:#171713; color:#f5efdf; box-shadow:0 12px 60px #0008; font:13px/1.6 system-ui,sans-serif; }
.hdh-privacy-panel h2 { margin:0 0 10px; font:600 18px/1.3 system-ui,sans-serif; color:#f5efdf; }
.hdh-privacy-panel p { margin:0 0 12px; }
.hdh-privacy-panel summary { cursor:pointer; color:#d6be86; }
.hdh-privacy-panel details p { margin:10px 0; }
.hdh-privacy-panel a { color:#d6be86; text-decoration:underline; }
.hdh-privacy-actions { display:flex; gap:10px; margin-top:16px; }
.hdh-privacy-actions button { flex:1; min-height:42px; border:1px solid #a18d5f; border-radius:7px; padding:8px 12px; color:#f5efdf; background:#27251f; font:600 12px/1.4 system-ui,sans-serif; cursor:pointer; }
.hdh-privacy-actions button:disabled { opacity:.45; cursor:not-allowed; }
.hdh-privacy-actions button:focus-visible,.hdh-privacy-settings:focus-visible { outline:2px solid #d6be86; outline-offset:3px; }
.hdh-privacy-settings { display:block; margin:16px auto 0; padding:8px 12px; border:0; background:transparent; color:inherit; font:inherit; font-size:12px; text-decoration:underline; cursor:pointer; }
@media(max-width:420px) { .hdh-privacy-panel{ padding:18px; } .hdh-privacy-actions{ flex-direction:column; } }
