.h2d-consent{position:fixed;inset:auto 16px 16px 16px;z-index:99999;display:flex;justify-content:center;pointer-events:none;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.h2d-consent__inner{width:min(980px,100%);padding:18px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:#071a36;color:#fff;box-shadow:0 22px 60px rgba(0,0,0,.32);pointer-events:auto}
.h2d-consent__copy strong{display:block;margin:0 0 5px;font-size:1rem}
.h2d-consent__copy p{margin:0;color:rgba(255,255,255,.86);font-size:.92rem;line-height:1.45}
.h2d-consent__copy a{display:inline-block;margin-top:7px;color:#b9d9ff;font-size:.82rem;font-weight:700}
.h2d-consent__actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:14px}
.h2d-consent__button{min-height:44px;padding:10px 14px;border-radius:11px;font:inherit;font-size:.85rem;font-weight:800;cursor:pointer}
.h2d-consent__button--decision{border:1px solid rgba(255,255,255,.55);background:#fff;color:#071a36}
.h2d-consent__button--decision:hover,.h2d-consent__button--decision:focus-visible{background:#eef6ff;outline:3px solid rgba(116,184,255,.34);outline-offset:2px}
.h2d-consent__button--configure{border:1px solid rgba(255,255,255,.34);background:transparent;color:#fff}
.h2d-consent__button--configure:hover,.h2d-consent__button--configure:focus-visible{background:rgba(255,255,255,.09);outline:3px solid rgba(116,184,255,.28);outline-offset:2px}
.h2d-consent__panel{margin-top:13px;padding-top:13px;border-top:1px solid rgba(255,255,255,.16)}
.h2d-consent__row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 0}
.h2d-consent__row span{display:grid;gap:3px}
.h2d-consent__row b{font-size:.9rem}
.h2d-consent__row small{color:rgba(255,255,255,.72);font-size:.78rem;line-height:1.35}
.h2d-consent__row input{width:20px;height:20px;accent-color:#7ec8ff;flex:0 0 auto}
.h2d-consent__button--save{width:100%;margin-top:7px;border:1px solid #9cd0ff;background:#0f74bd;color:#fff}
.h2d-consent__button--save:hover,.h2d-consent__button--save:focus-visible{background:#1385d6;outline:3px solid rgba(126,200,255,.28);outline-offset:2px}
@media(max-width:720px){.h2d-consent{inset:auto 8px 8px}.h2d-consent__inner{padding:15px;border-radius:15px}.h2d-consent__actions{grid-template-columns:1fr}.h2d-consent__button{min-height:46px}.h2d-consent__row{align-items:flex-start}}
@media(prefers-reduced-motion:reduce){.h2d-consent *{scroll-behavior:auto!important;transition:none!important}}