.ConsentButtons-module__bWeAPG__button{padding:var(--space-2) var(--space-6);border-radius:var(--radius-xs);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);transition:all var(--transition-base);white-space:nowrap}.ConsentButtons-module__bWeAPG__accept{background:var(--color-green);color:var(--color-white);}@media (hover:hover){.ConsentButtons-module__bWeAPG__accept:hover{background:var(--color-green-on-pink)}}.ConsentButtons-module__bWeAPG__accept:active{background:var(--color-green-on-pink)}.ConsentButtons-module__bWeAPG__reject{color:var(--color-ink);border:1px solid var(--border-input);background:0 0;}@media (hover:hover){.ConsentButtons-module__bWeAPG__reject:hover{background:var(--color-error);border-color:var(--color-error);color:var(--color-white)}}.ConsentButtons-module__bWeAPG__reject:active{background:var(--color-error);border-color:var(--color-error);color:var(--color-white)}
.CookieConsent-module__U6Q5ea__backdrop{z-index:var(--z-index-cookie-consent);padding-bottom:var(--space-4);animation:.32s cubic-bezier(.165,.84,.44,1) .3s both CookieConsent-module__U6Q5ea__cookie-consent-slide-in;position:fixed;bottom:0;left:0;right:0}@supports (padding-bottom:env(safe-area-inset-bottom)){.CookieConsent-module__U6Q5ea__backdrop{padding-bottom:max(env(safe-area-inset-bottom), var(--space-4))}}@media (prefers-reduced-motion:reduce){.CookieConsent-module__U6Q5ea__backdrop{animation-duration:0s;animation-delay:0s}}@keyframes CookieConsent-module__U6Q5ea__cookie-consent-slide-in{0%{transform:translateY(110%)}to{transform:translateY(0)}}.CookieConsent-module__U6Q5ea__banner{background:var(--surface-alt);border-radius:var(--radius-md);box-shadow:0 -8px 32px color-mix(in srgb, var(--color-black) 12%, transparent), 0 -4px 16px color-mix(in srgb, var(--color-black) 8%, transparent), 0 -2px 8px color-mix(in srgb, var(--color-black) 6%, transparent);padding:var(--space-4);gap:var(--space-4);flex-direction:column;align-items:stretch;margin:0 auto;display:flex}@media (min-width:768px){.CookieConsent-module__U6Q5ea__banner{width:90%;padding:var(--space-4) var(--space-6);flex-direction:row;align-items:center}}.CookieConsent-module__U6Q5ea__content{flex:1}.CookieConsent-module__U6Q5ea__text{color:var(--color-ink);font-size:var(--font-size-sm);line-height:1.3}.CookieConsent-module__U6Q5ea__link{font-weight:var(--font-weight-medium);transition:color var(--transition-fast);text-decoration:underline}.CookieConsent-module__U6Q5ea__actions{gap:var(--space-4);flex-shrink:0;justify-content:flex-end;display:flex}