.cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:hsl(var(--card));border-top:1px solid hsl(var(--border));padding:1rem 1.5rem;animation:cookie-banner-slide-up .3s ease-out both;box-shadow:0 -4px 24px rgba(0,0,0,.08)}@media (min-width:768px){.cookie-banner{padding:1.25rem 2rem}}.cookie-banner__inner{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}@media (min-width:768px){.cookie-banner__inner{flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}}.cookie-banner__text{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5;flex:1}.cookie-banner__link{color:hsl(var(--primary));text-decoration:underline;text-underline-offset:2px}.cookie-banner__link:hover{color:hsl(var(--primary)/.8)}.cookie-banner__actions{display:flex;flex-wrap:wrap;gap:.5rem;flex-shrink:0}@media (min-width:768px){.cookie-banner__actions{flex-wrap:nowrap}}.cookie-prefs__list{display:flex;flex-direction:column;gap:1.25rem;margin-top:.5rem}.cookie-prefs__category{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid hsl(var(--border))}.cookie-prefs__category:last-child{border-bottom:none;padding-bottom:0}.cookie-prefs__label-group{flex:1}.cookie-prefs__label{font-size:.9375rem;font-weight:500;color:hsl(var(--foreground));display:flex;align-items:center;gap:.5rem}.cookie-prefs__badge{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:hsl(var(--muted-foreground));background-color:hsl(var(--muted));padding:.125rem .375rem;border-radius:9999px}.cookie-prefs__description{font-size:.8125rem;color:hsl(var(--muted-foreground));margin-top:.25rem;line-height:1.5}@keyframes cookie-banner-slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media print{.cookie-banner{display:none!important}}