.aube-consent[hidden], .aube-consent-reopen[hidden], .aube-consent__prefs[hidden], .aube-consent__main[hidden] { display:none !important; }
html.aube-consent-open { overflow:hidden; }
.aube-consent { position:fixed; inset:0; z-index:2147483000; font-family:inherit; }
.aube-consent__backdrop { position:absolute; inset:0; background:rgba(12,20,16,.42); backdrop-filter:blur(2px); }
.aube-consent__panel { position:absolute; left:50%; bottom:22px; transform:translateX(-50%); width:min(760px,calc(100% - 28px)); max-height:calc(100vh - 44px); overflow:auto; background:#fff; color:#172019; border:1px solid rgba(23,32,25,.10); border-radius:18px; box-shadow:0 24px 70px rgba(0,0,0,.22); padding:24px; }
.aube-consent__head { display:flex; justify-content:space-between; align-items:flex-start; gap:18px; }
.aube-consent__eyebrow { display:block; margin-bottom:4px; font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:#657168; }
.aube-consent h2 { margin:0; font-size:24px; line-height:1.2; color:#172019; }
.aube-consent p { margin:14px 0 0; font-size:15px; line-height:1.6; color:#4d5850; }
.aube-consent__x { border:0; background:transparent; color:#59645c; font-size:28px; line-height:1; cursor:pointer; padding:0 4px; }
.aube-consent__links { display:flex; flex-wrap:wrap; gap:14px; margin-top:14px; }
.aube-consent__links a { color:#456a52; font-size:13px; text-decoration:underline; text-underline-offset:2px; }
.aube-consent__actions { display:flex; justify-content:flex-end; flex-wrap:wrap; gap:10px; margin-top:22px; }
.aube-consent__btn { min-height:44px; border-radius:11px; border:1px solid #d7ded9; padding:10px 17px; font:inherit; font-weight:700; cursor:pointer; }
.aube-consent__btn--primary { background:#244c35; border-color:#244c35; color:#fff; }
.aube-consent__btn--soft { background:#edf3ef; border-color:#dfe9e2; color:#244c35; }
.aube-consent__btn--ghost { background:#fff; color:#313b34; }
.aube-consent__category { display:flex; justify-content:space-between; align-items:center; gap:18px; padding:16px 0; border-bottom:1px solid #edf0ee; cursor:pointer; }
.aube-consent__category:first-of-type { margin-top:12px; border-top:1px solid #edf0ee; }
.aube-consent__category strong { display:block; font-size:15px; color:#172019; }
.aube-consent__category span { display:block; margin-top:4px; font-size:13px; line-height:1.45; color:#68736b; }
.aube-consent__category input { width:22px; height:22px; accent-color:#244c35; flex:0 0 auto; }
.aube-consent__always { white-space:nowrap; color:#456a52 !important; font-weight:700; font-size:12px !important; }
.aube-consent-reopen { position:fixed; left:18px; bottom:18px; z-index:2147482000; border:1px solid rgba(23,32,25,.14); background:#fff; color:#2f3c33; border-radius:999px; padding:9px 13px; font:inherit; font-size:12px; font-weight:700; box-shadow:0 8px 25px rgba(0,0,0,.12); cursor:pointer; }
.aube-consent-inline-link { border:0; background:none; padding:0; color:inherit; font:inherit; text-decoration:underline; cursor:pointer; }
@media (max-width:640px) {
  .aube-consent__panel { bottom:10px; width:calc(100% - 20px); max-height:calc(100vh - 20px); border-radius:16px; padding:19px; }
  .aube-consent h2 { font-size:21px; }
  .aube-consent__actions { display:grid; grid-template-columns:1fr; }
  .aube-consent__btn { width:100%; }
  .aube-consent__actions--prefs { grid-template-columns:1fr; }
  .aube-consent-reopen { left:10px; bottom:10px; }
}
