html.consent-pending .consent-banner{display:grid}.consent-banner{display:none;position:fixed;z-index:100050;left:24px;right:24px;bottom:18px;max-width:980px;margin:0 auto;padding:12px 18px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:rgba(13,13,13,.96);color:#ececec;box-shadow:0 8px 24px rgba(0,0,0,.4);font-family:var(--catalog-nav-font,system-ui,sans-serif);grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title actions" "text actions";align-items:center;-moz-column-gap:20px;column-gap:20px;row-gap:2px}body.has-modal-open .consent-banner{display:none}.consent-banner__title{grid-area:title;margin:0;font-size:13px;font-weight:700;letter-spacing:.01em}.consent-banner__text{grid-area:text;margin:0;font-size:11.5px;line-height:1.35;color:#9b9b9b}.consent-banner__text a{color:#00d2ff;text-decoration:underline;text-underline-offset:2px}.consent-banner__actions{grid-area:actions;display:flex;flex-wrap:nowrap;align-items:center;gap:8px;flex-shrink:0}.consent-banner__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:transparent;color:#ececec;font:inherit;font-size:12px;font-weight:600;padding:5px 12px;cursor:pointer;min-height:32px;white-space:nowrap;flex:0 0 auto}.consent-banner__btn:focus-visible{outline:2px solid #00d2ff;outline-offset:2px}.consent-banner__btn--primary{background:#00d2ff;border-color:#00d2ff;color:#0d0d0d}.consent-banner__btn--ghost:hover{background:rgba(255,255,255,.06)}@media (max-width:768px){html.consent-pending .consent-banner{display:flex}.consent-banner{left:8px;right:8px;bottom:8px;padding:10px 12px;max-width:min(340px,calc(100vw - 16px));flex-direction:column;align-items:stretch;gap:8px}.consent-banner__actions,.consent-banner__text,.consent-banner__title{grid-area:auto}.consent-banner__actions{flex-wrap:wrap;width:100%}.consent-banner__btn{flex:1 1 calc(50% - 4px);min-height:36px}.consent-banner__btn--primary{flex:1 1 100%}}html[data-app-native-mobile="1"] .consent-banner{display:flex;flex-direction:column;align-items:stretch;left:8px;right:8px;bottom:calc(var(--hub-mobile-tab-h, 56px) + var(--hub-mobile-tab-inset, env(safe-area-inset-bottom, 0px)) + 12px);max-width:min(340px,calc(100vw - 16px));z-index:100060;max-height:min(40dvh,280px);overflow-y:auto;-webkit-overflow-scrolling:touch}html[data-app-native-mobile="1"].consent-pending .consent-banner{display:flex}html[data-app-native-mobile="1"] .consent-banner__actions{flex-wrap:wrap;width:100%}html[data-app-native-mobile="1"] .consent-banner__btn{touch-action:manipulation}