.ef-consent-bar{position:fixed;left:0;right:0;bottom:0;z-index:1000;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px 24px;padding:20px 56px 20px 24px;font-family:var(--ef-font-body);color:var(--ef-color-on-dark);background:linear-gradient(100deg,var(--ef-color-primary) 0%,var(--ef-color-secondary) 50%,var(--ef-color-highlight) 100%);box-shadow:0 -4px 16px var(--ef-scrim);transition:opacity 0.2s ease}.ef-consent-bar--yield,.ef-consent-bar--yield-menu{opacity:0;visibility:hidden;pointer-events:none}.ef-consent-bar__text{flex:1 1 320px;margin:0;font-size:15px;line-height:1.5;text-shadow:0 1px 2px var(--ef-scrim-strong)}.ef-consent-bar__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.ef-consent-bar__close{position:absolute;top:8px;right:12px;width:32px;height:32px;line-height:30px;padding:0;border:2px solid color-mix(in srgb,var(--ef-color-on-dark) 60%,transparent);border-radius:50%;background:transparent;color:var(--ef-color-on-dark);font-size:20px;cursor:pointer}.ef-consent-bar__close:hover{background:color-mix(in srgb,var(--ef-color-on-dark) 15%,transparent)}.ef-consent-settings-host{text-align:center;margin-top:8px}.ef-consent-settings-button{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid color-mix(in srgb,var(--ef-color-on-dark) 35%,transparent);border-radius:999px;background:transparent;color:var(--ef-color-highlight);font-family:var(--ef-font-body);font-size:13px;cursor:pointer;transition:background 0.2s ease,border-color 0.2s ease}.ef-consent-settings-button:hover{background:color-mix(in srgb,var(--ef-color-on-dark) 12%,transparent);border-color:color-mix(in srgb,var(--ef-color-on-dark) 60%,transparent)}.ef-consent-embed{position:relative}.ef-consent-embed--fill-parent{position:absolute;inset:0}.ef-consent-embed--fill-parent .ef-consent-placeholder{min-height:0}.ef-consent-placeholder{position:absolute;inset:0;min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px;text-align:center;overflow:hidden;z-index:1001;font-family:var(--ef-font-body);color:var(--ef-color-on-dark);background:linear-gradient(135deg,var(--ef-color-primary) 0%,var(--ef-color-secondary) 50%,var(--ef-color-highlight) 100%)}.ef-consent-placeholder::before{content:"";position:absolute;inset:-20%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px 180px;mix-blend-mode:overlay;opacity:0.5;animation:ef-consent-static 0.4s steps(2) infinite}.ef-consent-placeholder::after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,var(--ef-scrim-weak) 0px,var(--ef-scrim-weak) 1px,transparent 1px,transparent 3px);pointer-events:none}@keyframes ef-consent-static{0%{transform:translate(0,0)}25%{transform:translate(-3%,2%)}50%{transform:translate(2%,-3%)}75%{transform:translate(-2%,-2%)}100%{transform:translate(0,0)}}@media (prefers-reduced-motion:reduce){.ef-consent-placeholder::before{animation:none}}.ef-consent-placeholder__icon{position:relative;font-size:32px;line-height:1}.ef-consent-placeholder__text{position:relative;max-width:420px;font-size:16px;line-height:1.4;text-shadow:0 1px 3px var(--ef-scrim-heavy)}.ef-consent-placeholder__button{position:relative}.ef-consent-bar__accept:focus-visible,.ef-consent-bar__decline:focus-visible,.ef-consent-bar__close:focus-visible,.ef-consent-settings-button:focus-visible,.ef-consent-placeholder__button:focus-visible{outline:3px solid var(--ef-color-on-dark);outline-offset:2px}@media (max-width:767px){.ef-consent-bar{left:auto;right:12px;bottom:12px;max-width:calc(100vw - 24px);width:340px;border-radius:12px;padding:20px 44px 16px 16px;box-shadow:0 4px 20px var(--ef-scrim-strong)}.ef-consent-bar__text{flex-basis:100%;font-size:14px}.ef-consent-bar__actions{flex-basis:100%;flex-wrap:nowrap}.btn.ef-consent-bar__accept,.btn.ef-consent-bar__decline{width:auto;flex:1 1 0;min-width:0;padding-left:8px;padding-right:8px;font-size:13px}}@media (prefers-contrast:more){.ef-consent-bar{background:var(--ef-color-ground-dark);box-shadow:0 -4px 16px var(--ef-scrim-heavy)}.ef-consent-bar p,.ef-consent-bar__text{text-shadow:none}.ef-consent-bar__close,.ef-consent-settings-button{border-color:var(--ef-color-on-dark)}.ef-consent-settings-button{background:color-mix(in srgb,var(--ef-color-on-dark) 30%,transparent)}.ef-consent-settings-button:hover{background:color-mix(in srgb,var(--ef-color-on-dark) 45%,transparent);border-color:var(--ef-color-on-dark)}.ef-consent-placeholder{background:var(--ef-color-ground-dark)}}