.cookie-consent{position:fixed;bottom:24px;right:24px;color:#fff;padding:24px;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:4px;background:rgba(84,137,93,.24);display:flex;align-items:center;gap:24px;transform:translateY(0);transition:transform .3s ease-in-out}.cookie-consent.hidden{transform:translateY(100px);pointer-events:none}@media(max-width:480px){.cookie-consent{bottom:env(safe-area-inset-bottom,80px);right:0;left:0;justify-content:space-between;border-radius:0}.cookie-consent.hidden{transform:translateY(100%)}}.cookie-consent__buttons{display:flex;gap:12px}html[data-theme=light-subpage] .cookie-consent{background:rgba(236,239,231,.4);border:var(--border-line-width) solid var(--colors--light-300)}html[data-theme=light-subpage] .cookie-consent .cookie-consent__content .text-light-200,html[data-theme=light-subpage] .cookie-consent button .text-light-200{color:var(--colors--text-secondary)}