@keyframes checkout-fade-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.checkout__notif{background:var(--pm-btn-muted-bg);opacity:0;border-radius:10px;align-items:center;gap:8px;margin-bottom:14px;padding:8px 10px;animation:.4s .1s forwards checkout-slide-down;display:flex}@keyframes checkout-slide-down{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.checkout__notif-icon{background:var(--pm-accent);color:#fff;border-radius:7px;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;font-size:9px;font-weight:700;display:flex}.checkout__notif-body{flex-direction:column;flex:1;min-width:0;display:flex}.checkout__notif-sender{color:var(--pm-text-primary);font-size:10px;font-weight:600;line-height:1.2}.checkout__notif-text{color:var(--pm-text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:10px;line-height:1.3;overflow:hidden}.checkout__notif-time{color:var(--pm-text-muted);align-self:flex-start;margin-top:1px;font-size:9px}.checkout__header{opacity:0;margin-bottom:10px;animation:.35s .3s forwards checkout-fade-in}.checkout__visit-title{color:var(--pm-text-primary);font-size:14px;font-weight:600;line-height:1.3;display:block}.checkout__visit-date{color:var(--pm-text-muted);margin-top:2px;font-size:10px;display:block}.checkout__items{flex-direction:column;gap:0;margin-bottom:12px;display:flex}.checkout__row{border-bottom:1px solid var(--pm-border);opacity:0;justify-content:space-between;align-items:center;padding:6px 0;animation:.35s forwards checkout-fade-in;display:flex}.checkout__row--animate-1{animation-delay:.5s}.checkout__row--animate-2{animation-delay:.7s}.checkout__row--animate-3{animation-delay:.9s}.checkout__row--animate-4{animation-delay:1.1s}.checkout__item-name{color:var(--pm-text-secondary);font-size:11px}.checkout__item-price{color:var(--pm-text-primary);font-size:11px;font-weight:500}.checkout__row--total{border-bottom:none;border-top:1px solid var(--pm-border-strong);color:var(--pm-text-primary);margin-top:2px;padding-top:8px;font-size:13px;font-weight:600}.checkout__action{height:40px;margin-bottom:10px;position:relative}.checkout__pay-btn{background:var(--pm-text-primary);height:40px;color:var(--pm-screen-bg);opacity:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:600;animation:3.6s 1.3s forwards checkout-pay-lifecycle;display:flex;position:absolute;top:0;left:0;right:0;overflow:hidden}.checkout__pay-btn:after{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:60%;height:100%;animation:2s ease-in-out 2s infinite checkout-shimmer;position:absolute;top:0;left:-100%}@keyframes checkout-shimmer{0%{left:-100%}40%{left:150%}to{left:150%}}@keyframes checkout-pay-lifecycle{0%{opacity:0;transform:translateY(3px)}8%{opacity:1;transform:translateY(0)}72%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(0)}}.checkout__paid{color:#10b981;opacity:0;background:#10b98126;border-radius:8px;justify-content:center;align-items:center;gap:6px;height:40px;font-size:13px;font-weight:600;animation:.4s 4.5s forwards checkout-fade-in,2s ease-in-out 5.2s infinite checkout-paid-pulse;display:flex;position:absolute;top:0;left:0;right:0}@keyframes checkout-paid-pulse{0%,to{opacity:1}50%{opacity:.7}}.checkout__complete{opacity:0;flex-direction:column;gap:4px;animation:.3s 4.9s forwards checkout-fade-in;display:flex}.checkout__receipt{color:var(--pm-text-muted);font-size:9.5px}.checkout__zero-click{color:var(--pm-accent);font-size:10px;font-weight:600}@media (max-width:991px){.checkout__notif{margin-bottom:10px;padding:6px 8px}.checkout__notif-icon{width:24px;min-width:24px;height:24px;font-size:8px}.checkout__header{margin-bottom:8px}.checkout__visit-title{font-size:13px}.checkout__item-name,.checkout__item-price{font-size:10px}.checkout__row--total{font-size:12px}.checkout__items{margin-bottom:10px}}@media (max-width:767px){.checkout__notif{gap:6px;margin-bottom:8px;padding:5px 7px}.checkout__notif-icon{border-radius:5px;width:22px;min-width:22px;height:22px;font-size:7px}.checkout__notif-sender{font-size:9px}.checkout__notif-text{font-size:8.5px}.checkout__header{margin-bottom:6px}.checkout__visit-title{font-size:12px}.checkout__visit-date{font-size:9px}.checkout__item-name,.checkout__item-price{font-size:9.5px}.checkout__row{padding:5px 0}.checkout__row--total{font-size:11px}.checkout__items{margin-bottom:8px}.checkout__action{height:34px;margin-bottom:6px}.checkout__pay-btn,.checkout__paid{height:34px;font-size:11px}.checkout__receipt{font-size:8.5px}.checkout__zero-click{font-size:9px}}
