.consent-bar{position:fixed;left:var(--bt-space-3);right:var(--bt-space-3);bottom:calc(72px + env(safe-area-inset-bottom));z-index:60;display:grid;grid-gap:var(--bt-space-3);gap:var(--bt-space-3);padding:var(--bt-space-4);border-radius:var(--bt-radius-lg);background:var(--bt-bg-surface);border:1px solid var(--bt-border-default);box-shadow:var(--bt-shadow-lg);max-width:560px;margin:0 auto}.consent-bar__text{margin:0}.consent-bar__acts{display:flex;gap:var(--bt-space-2);justify-content:flex-end;flex-wrap:wrap}.consent-switch{display:flex;align-items:center;gap:var(--bt-space-3);min-height:44px}.consent-switch input{width:20px;height:20px}