.consent-banner{position:fixed;left:0;right:0;bottom:0;z-index:90;display:grid;gap:14px;padding:18px 20px calc(18px + env(safe-area-inset-bottom));background:#fff;color:var(--ink);border-top:1px solid var(--line);box-shadow:0 -12px 40px rgba(24,36,60,.14);font-size:.9rem;line-height:1.5}
.consent-banner[hidden]{display:none}
.consent-banner p{margin:0;color:var(--ink)}
.consent-banner a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}
.consent-actions{display:flex;flex-wrap:wrap;gap:10px}
.consent-actions .button{min-height:44px;flex:1 1 150px}
@media(min-width:760px){.consent-banner{left:24px;right:auto;bottom:24px;max-width:420px;border:1px solid var(--line);border-radius:14px;box-shadow:0 20px 50px -20px rgba(38,55,107,.45)}.consent-actions .button{flex:0 1 auto}}
@media(prefers-reduced-motion:no-preference){.consent-banner{animation:consent-in .28s ease-out}@keyframes consent-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}}
