/* Scoped, in-flow preferences: never a fixed overlay over tool controls. */
html[lang="en"] body main .sca-consent{max-width:1100px;margin:24px auto;padding:16px 20px;background:#fff;border:1px solid #d3dbe4;border-radius:12px;color:#182738;font-family:inherit;font-size:14px;line-height:1.5}
.sca-consent p{margin:0 0 12px;font-size:14px;color:#334155}
.sca-consent-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.sca-consent-actions button{min-height:44px;padding:9px 16px;border:1px solid #24364b;border-radius:8px;background:#fff;color:#182738;font:inherit;cursor:pointer}
.sca-consent-actions button:disabled{cursor:default;opacity:.65}
.sca-consent-actions a{color:#174d82;text-decoration:underline;padding:10px 0}
.sca-consent-preferences{display:block;min-height:44px;margin:12px 0 0;padding:8px 0;background:none;border:0;color:inherit;font:inherit;font-size:13px;text-decoration:underline;cursor:pointer}
.sca-consent button:focus-visible,.sca-consent a:focus-visible,.sca-consent-preferences:focus-visible{outline:2px solid #165dba;outline-offset:3px}
@media(max-width:600px){html[lang="en"] body main .sca-consent{margin:20px 16px}.sca-consent-actions button{flex:1 1 120px}}
