.bbc{position:fixed;left:0;right:0;bottom:0;z-index:60;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px 18px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:rgba(10,14,24,.94);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);animation:bbc-in .26s ease-out both}body:has(.bb__bar) .bbc{bottom:var(--bb-barH,92px)}@keyframes bbc-in{0%{opacity:0;transform:translateY(8px)}}.bbc__text{margin:0;max-width:62ch;font-size:12px;line-height:1.5;color:rgba(255,255,255,.72)}.bbc__more{color:rgba(255,255,255,.9);text-decoration:underline;text-underline-offset:2px}.bbc__acts{display:flex;gap:8px;flex:0 0 auto}.bbc__no,.bbc__yes{padding:8px 16px;border-radius:999px;font-size:12px;line-height:1;cursor:pointer;border:1px solid transparent;min-height:34px}.bbc__no{background:transparent;border-color:rgba(255,255,255,.22);color:rgba(255,255,255,.78)}.bbc__no:hover{border-color:rgba(255,255,255,.4);color:#fff}.bbc__yes{background:rgba(255,255,255,.92);color:#0a0e18}.bbc__yes:hover{background:#fff}@media (max-width:560px){.bbc{justify-content:space-between}.bbc__text{font-size:11px}}