/* Consent UI - Deferred load */
#ofs-consent-banner{position:fixed;inset:auto 1rem 1rem 1rem;background:rgba(0,0,0,.85);color:#fff;padding:1rem;border-radius:.75rem;z-index:9999}
#ofs-consent-banner .box{max-width:720px;margin:0 auto}
#ofs-consent-banner h3{margin:0 0 .5rem 0;font-size:1.1rem}
#ofs-consent-banner p{margin:0 0 .75rem 0;line-height:1.4}
#ofs-consent-banner .actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}
#ofs-consent-banner button{border:0;padding:.6rem .9rem;border-radius:.5rem;cursor:pointer}
#ofs-consent-banner #ofs-accept-essential{background:#444;color:#fff}
#ofs-consent-banner #ofs-accept-all{background:#fff;color:#000}
#ofs-consent-banner .link{color:#9ad;text-decoration:underline}
#ofs-consent-prefs{position:fixed;inset:0;background:rgba(0,0,0,.5);display:none;align-items:center;justify-content:center;z-index:10000}
#ofs-consent-prefs.open{display:flex}
#ofs-consent-prefs .dialog{background:#fff;color:#111;padding:1rem;border-radius:.75rem;width:min(520px,92vw)}
#ofs-consent-prefs h3{margin-top:0}
#ofs-consent-prefs .row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #eee}
#ofs-consent-prefs .buttons{display:flex;gap:.5rem;margin-top:.75rem;align-items:center}
#ofs-consent-prefs .link{color:#06c}
