.yb-popup{position:fixed;right:max(16px,env(safe-area-inset-right));bottom:max(16px,env(safe-area-inset-bottom));z-index:55;width:min(360px,calc(100vw - 32px));opacity:0;transform:translate3d(0,12px,0);pointer-events:none;transition:opacity .32s var(--ease-out),transform .32s var(--ease-out)}.yb-popup[data-open=true]{opacity:1;transform:none;pointer-events:auto}.yb-popup[data-open=false]{transition-duration:.16s}.yb-popup[data-motion=fade]{transform:none;transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.yb-popup,.yb-popup[data-open=false]{transform:none;transition:opacity .15s linear!important}}.b-card.yb-popup-card{padding:20px;border-color:var(--b-hairline-strong);box-shadow:inset 0 1px 0 0 color-mix(in oklch,var(--b-blue-white) 9%,transparent),inset 0 -1px 0 0 rgb(0 0 0/30%),0 24px 64px -16px rgb(0 0 0/72%)}.b-card.yb-popup-card:before{display:none}.yb-popup .yb-popup-close{position:absolute;top:4px;right:4px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:9999px;color:var(--b-grey);transition:color var(--dur-micro) var(--ease-out)}.yb-popup .yb-popup-close:hover{color:var(--b-white)}