.consent-banner{position:fixed;inset-inline:0;bottom:0;z-index:1000;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom, 0));background:var(--color-surface);border-top:1px solid var(--color-border);box-shadow:0 -4px 24px var(--color-shadow)}.consent-banner-inner{max-width:42rem;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.consent-banner-text{margin:0;font-size:.875rem;color:var(--color-text-muted);line-height:1.45}.consent-banner-link{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px}.consent-banner-link:hover{color:var(--color-accent-hover)}.consent-banner-actions{display:flex;flex-wrap:wrap;gap:.5rem}.consent-banner-actions .btn{flex:1 1 auto;min-width:8rem;min-height:2.5rem;padding:.5rem .75rem;font-size:.875rem}@media (min-width:36rem){.consent-banner-inner{flex-direction:row;align-items:center}.consent-banner-text{flex:1 1}.consent-banner-actions{flex-shrink:0}.consent-banner-actions .btn{flex:0 0 auto}}