.privacy-choice[hidden]{display:none!important}
.privacy-choice{position:fixed;bottom:16px;left:16px;right:16px;z-index:10000;max-width:980px;margin:0 auto;padding:20px;background:#fff;color:#0f172a;border:1px solid #cbd5e1;border-radius:14px;box-shadow:0 8px 40px #0f172a33;display:flex;align-items:center;gap:24px;font:15px/1.5 system-ui,sans-serif;text-align:left}
.privacy-choice p{margin:6px 0 0;color:#334155;font-size:14px}
.privacy-choice a{color:#0f766e;text-decoration:underline}
.privacy-actions{display:flex;gap:10px;flex-shrink:0}
.privacy-actions button,.privacy-settings{font:inherit;cursor:pointer;border-radius:8px;padding:10px 16px}
.privacy-actions button{background:#f0fdfa;color:#115e59;border:1px solid #0f766e;min-width:100px;font-weight:600}
.privacy-actions button:hover{background:#ccfbf1}
.privacy-settings{display:block;margin:20px auto 0;background:transparent;color:inherit;border:1px solid currentColor;font-size:13px}
.privacy-choice button:focus-visible,.privacy-settings:focus-visible{outline:3px solid #0d9488;outline-offset:3px}
@media(max-width:640px){.privacy-choice{flex-direction:column;align-items:stretch;gap:14px;padding:16px;bottom:8px;left:8px;right:8px}.privacy-actions button{flex:1}}
