:root{--cookie-banner-height:0px}
#angellaCookieBanner,#angellaCookieModal,#angellaCookieSettingsButton,
#angellaCookieBanner *,#angellaCookieModal *{box-sizing:border-box}
#angellaCookieBanner[hidden],#angellaCookieModal[hidden],#angellaCookieSettingsButton[hidden]{display:none!important}

#angellaCookieBanner{
  position:fixed;right:max(16px,env(safe-area-inset-right));bottom:max(16px,env(safe-area-inset-bottom));z-index:2147483400;
  width:min(440px,calc(100vw - 32px));overflow:hidden;padding:20px;border:1px solid rgba(96,165,250,.38);border-radius:22px;
  background:linear-gradient(145deg,rgba(37,99,235,.16),transparent 46%),#0f172a;color:#f8fafc;
  box-shadow:0 24px 70px rgba(0,0,0,.5);font:14px/1.55 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.angella-cookie-copy{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;align-items:start}
.angella-cookie-icon{display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(96,165,250,.34);border-radius:15px;background:#15294b;font-size:23px}
.angella-cookie-text{min-width:0}.angella-cookie-text strong{display:block;margin:1px 0 6px;color:#fff;font-size:17px;line-height:1.25}
.angella-cookie-text p{margin:0;color:#c4d2e3}.angella-cookie-text a{color:#7cc0ff;font-weight:750;text-underline-offset:3px}
.angella-cookie-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:17px}
.angella-cookie-btn{min-height:44px;margin:0;padding:9px 11px;border:1px solid #40516a;border-radius:12px;background:#152033;color:#f8fafc;font:800 13px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;cursor:pointer;touch-action:manipulation}
.angella-cookie-btn:hover{background:#1c2b42;border-color:#5e7593}.angella-cookie-btn:active{transform:translateY(1px)}
.angella-cookie-btn.primary{border-color:#2563eb;background:#2563eb;color:#fff}.angella-cookie-btn.primary:hover{background:#1d4ed8}
.angella-cookie-btn:focus-visible,.angella-cookie-close:focus-visible,#angellaCookieSettingsButton:focus-visible{outline:3px solid rgba(96,165,250,.62);outline-offset:3px}

#angellaCookieModal{position:fixed;inset:0;z-index:2147483500;display:grid;place-items:center;padding:18px;background:rgba(2,6,23,.72)}
.angella-cookie-dialog{position:relative;width:min(560px,100%);max-height:min(720px,calc(100dvh - 36px));overflow:auto;padding:25px;border:1px solid rgba(96,165,250,.36);border-radius:22px;background:#0f172a;color:#f8fafc;box-shadow:0 28px 90px rgba(0,0,0,.58)}
.angella-cookie-dialog h2{margin:0 44px 18px 0;font-size:24px;line-height:1.15}
.angella-cookie-close{position:absolute;right:15px;top:14px;display:grid;place-items:center;width:40px;height:40px;border:1px solid #40516a;border-radius:12px;background:#152033;color:#fff;font-size:24px;cursor:pointer}
.angella-cookie-option{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 0;border-top:1px solid rgba(148,163,184,.16);cursor:pointer}
.angella-cookie-option>span{display:grid;gap:4px}.angella-cookie-option strong{font-size:15px}.angella-cookie-option span span{color:#9fb0c5;font-size:13px;line-height:1.45}
.angella-cookie-option input{width:21px;height:21px;margin:0;accent-color:#2563eb;cursor:pointer}.angella-cookie-option input:disabled{cursor:not-allowed}
.angella-cookie-dialog-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:17px}.angella-cookie-dialog-actions .angella-cookie-btn{min-width:130px}

#angellaCookieSettingsButton{position:fixed;right:max(15px,env(safe-area-inset-right));bottom:max(15px,env(safe-area-inset-bottom));z-index:2147483300;width:48px;height:48px;border:1px solid rgba(96,165,250,.4);border-radius:50%;background:#0f172a;color:#fff;box-shadow:0 12px 34px rgba(0,0,0,.4);font-size:21px;cursor:pointer}
body.auth-modal-open #angellaCookieBanner{visibility:hidden;pointer-events:none}
body.cookie-banner-open .composer{bottom:calc(var(--cookie-banner-height) + max(12px,env(safe-area-inset-bottom)))!important}
body.cookie-banner-open .query-suggestions{bottom:calc(var(--cookie-banner-height) + 82px)!important}
body.cookie-banner-open .lbai-status{bottom:calc(var(--cookie-banner-height) + 84px)!important}

@media(max-width:560px){
  #angellaCookieBanner{left:max(9px,env(safe-area-inset-left));right:max(9px,env(safe-area-inset-right));bottom:max(9px,env(safe-area-inset-bottom));width:auto;padding:16px;border-radius:18px}
  .angella-cookie-copy{grid-template-columns:42px minmax(0,1fr);gap:11px}.angella-cookie-icon{width:42px;height:42px;border-radius:13px;font-size:20px}
  .angella-cookie-text strong{font-size:16px}.angella-cookie-text p{font-size:13px}.angella-cookie-actions{grid-template-columns:1fr;margin-top:14px}.angella-cookie-btn.primary{grid-row:1}
  .angella-cookie-dialog{padding:21px 17px;border-radius:18px}.angella-cookie-dialog h2{font-size:21px}.angella-cookie-option{gap:12px}.angella-cookie-dialog-actions{display:grid;grid-template-columns:1fr}.angella-cookie-dialog-actions .angella-cookie-btn{width:100%}
}
@media(prefers-reduced-motion:reduce){#angellaCookieBanner *,#angellaCookieModal *{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
