.order-success-toast{align-items:center;background:#fff;border:1px solid #d8f3e8;border-radius:12px;box-shadow:0 10px 28px #0000001f;display:flex;gap:12px;padding:14px 16px;position:fixed;right:24px;top:24px;z-index:130}.order-success-toast__icon{align-items:center;display:inline-flex;height:28px;justify-content:center;width:28px}.order-success-toast__icon svg{height:28px;width:28px}.order-success-toast__icon circle{animation:order-success-icon-pop .35s ease-out;fill:#e9f9f3;stroke:#00ac7b;stroke-width:1.8;transform-origin:center}.order-success-toast__icon path{animation:order-success-check-draw .4s ease-out .15s forwards;stroke:#00ac7b;stroke-dasharray:24;stroke-dashoffset:24;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.order-success-toast__text{color:#1f2937;font-size:16px;font-weight:600;line-height:1.2;white-space:nowrap}.order-success-overlay{-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);background:#11182726;inset:0;pointer-events:none;position:fixed;z-index:120}.order-success-enter-active{animation:order-success-toast-in .28s ease-out}.order-success-leave-active{animation:order-success-toast-out .2s ease-in}.order-success-overlay-enter-active,.order-success-overlay-leave-active{transition:opacity .2s ease}.order-success-overlay-enter-from,.order-success-overlay-leave-to{opacity:0}@keyframes order-success-toast-in{0%{opacity:0;transform:translateY(-10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes order-success-toast-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-8px) scale(.98)}}@keyframes order-success-icon-pop{0%{opacity:.4;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes order-success-check-draw{0%{stroke-dashoffset:24}to{stroke-dashoffset:0}}
