.cookie-consent{position:fixed;inset:auto 0 0;z-index:10001;padding:var(--space-4, 1rem) var(--space-4, 1rem) calc(var(--space-4, 1rem) + env(safe-area-inset-bottom,0px));background:#ffffffeb;border-top:1px solid var(--border, #eee);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 -12px 40px #0000000f;font-family:var(--font-body, system-ui, sans-serif);animation:cookie-consent-in .45s var(--ease, cubic-bezier(.2, .8, .2, 1))}@keyframes cookie-consent-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.cookie-consent[hidden]{display:none}.cookie-consent__inner{max-width:var(--max-width, 1200px);margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-6, 1.5rem)}.cookie-consent__content{flex:1 1 16rem;min-width:0}.cookie-consent__badge{display:inline-block;margin-bottom:var(--space-2, .5rem);padding:var(--space-1, .25rem) var(--space-3, .75rem);font-size:var(--text-xs, .75rem);font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted, #666);background:var(--accent-soft, #f5f5f5);border:1px solid var(--border, #eee);border-radius:var(--radius-full, 9999px)}.cookie-consent__title{font-weight:700;font-size:var(--text-base, 1rem);letter-spacing:-.03em;line-height:1.2;margin:0 0 var(--space-2, .5rem);color:var(--text, #050505)}.cookie-consent__text{margin:0;font-size:var(--text-sm, .875rem);line-height:1.55;color:var(--text-muted, #666);max-width:42rem}.cookie-consent__text a{color:var(--text, #050505);font-weight:600;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.cookie-consent__text a:hover{text-decoration-thickness:2px}.cookie-consent__actions{display:flex;flex-shrink:0;gap:var(--space-3, .75rem);width:100%;max-width:22rem}.cookie-consent__btn{flex:1 1 0;min-height:2.75rem;padding:.75rem 1.25rem;font-family:inherit;font-size:var(--text-sm, .875rem);font-weight:600;line-height:1.2;border-radius:var(--radius-full, 9999px);cursor:pointer;transition:var(--transition, all .3s ease);white-space:nowrap}.cookie-consent__btn--decline{background:transparent;color:var(--text-muted, #666);border:1px solid var(--border, #eee)}.cookie-consent__btn--decline:hover{border-color:var(--text, #050505);color:var(--text, #050505);background:var(--bg, #fff)}.cookie-consent__btn--accept{background:var(--accent, #050505);color:#fff;border:1px solid var(--accent, #050505)}.cookie-consent__btn--accept:hover{background:var(--accent-hover, #333);border-color:var(--accent-hover, #333);transform:translateY(-1px)}.cookie-consent__btn:focus-visible{outline:2px solid var(--text, #050505);outline-offset:2px}.cookie-settings-link{font-size:inherit;color:var(--text-muted, #666);text-decoration:underline;text-underline-offset:3px;cursor:pointer;background:none;border:none;padding:0;font-family:inherit}.cookie-settings-link:hover{color:var(--text, #050505)}.legal-card .cookie-settings-link{font-weight:600;color:var(--text, #050505)}@media(max-width:720px){.cookie-consent__inner{flex-direction:column;align-items:stretch}.cookie-consent__actions{max-width:none}}@media(max-width:400px){.cookie-consent__actions{flex-direction:column}.cookie-consent__btn{width:100%}}
