.kanteen-toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;width:340px;max-width:calc(100vw - 40px);display:flex;position:fixed;top:20px;right:20px}@media (width<=480px){.kanteen-toast-container{width:auto;inset:auto 20px 20px}}.kanteen-toast{pointer-events:auto;opacity:0;background:#fff;border:1px solid #e3e7eb;border-radius:10px;align-items:flex-start;gap:12px;padding:14px;transition:opacity .25s,transform .25s,max-height .25s,margin .25s,padding .25s;display:flex;position:relative;overflow:hidden;transform:translate(24px);box-shadow:0 8px 24px #14191e1f,0 2px 6px #14191e0f}.kanteen-toast.show{opacity:1;transform:translate(0)}.kanteen-toast.hide{opacity:0;border-width:0;max-height:0;margin:0;padding-top:0;padding-bottom:0;transform:translate(24px)scale(.98)}.kanteen-toast-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;display:flex}.kanteen-toast-icon svg{width:12px;height:12px}.kanteen-toast.success .kanteen-toast-icon{color:#1f9d5c;background:#e9f9f0}.kanteen-toast.error .kanteen-toast-icon{color:#d8433c;background:#fdecec}.kanteen-toast.info .kanteen-toast-icon{color:#2f7ee0;background:#eaf2fd}.kanteen-toast-body{flex:1;min-width:0}.kanteen-toast-title{color:#1c2126;margin:0 0 2px;font-size:13.5px;font-weight:600;line-height:1.3}.kanteen-toast-message{color:#6b7280;word-wrap:break-word;margin:0;font-size:13px;line-height:1.4}.kanteen-toast-close{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:2px;line-height:0;transition:color .15s,background .15s}.kanteen-toast-close:hover{color:#1c2126;background:#0000000d}.kanteen-toast-close svg{width:14px;height:14px}.kanteen-toast-progress{transform-origin:0;width:100%;height:2px;animation:linear forwards kanteen-toast-shrink;position:absolute;bottom:0;left:0}.kanteen-toast.success .kanteen-toast-progress{background:#1f9d5c}.kanteen-toast.error .kanteen-toast-progress{background:#d8433c}.kanteen-toast.info .kanteen-toast-progress{background:#2f7ee0}@keyframes kanteen-toast-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.order-confirmed-page{color:#1c2126;background:#f4f6f8;justify-content:center;align-items:center;min-height:100vh;padding:32px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex}.order-confirmed-card{text-align:center;background:#fff;border:1px solid #e3e7eb;border-radius:16px;width:100%;max-width:480px;padding:40px 36px 32px;box-shadow:0 12px 32px #14191e14,0 2px 8px #14191e0a}.order-confirmed-icon-wrap{background:#cdf0dd;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 24px;animation:.5s cubic-bezier(.34,1.56,.64,1) both order-confirmed-pop;display:flex}.order-confirmed-icon-circle{background:#1f9d5c;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.order-confirmed-icon-circle svg{stroke:#fff;stroke-width:3px;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:24;stroke-dashoffset:24px;width:26px;height:26px;animation:.4s .3s forwards order-confirmed-draw}@keyframes order-confirmed-pop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes order-confirmed-draw{to{stroke-dashoffset:0}}.order-confirmed-title{letter-spacing:-.01em;margin:0 0 8px;font-size:22px;font-weight:700}.order-confirmed-subtext{color:#6b7280;margin:0 0 28px;font-size:14.5px;line-height:1.5}.order-confirmed-subtext strong{color:#1c2126;font-weight:600}.order-confirmed-summary{text-align:left;background:#f4f6f8;border:1px solid #e3e7eb;border-radius:10px;margin-bottom:28px;padding:18px 20px}.order-confirmed-summary-row{justify-content:space-between;align-items:center;padding:7px 0;font-size:13.5px;display:flex}.order-confirmed-summary-row+.order-confirmed-summary-row{border-top:1px solid #e3e7eb}.order-confirmed-summary-row .label{color:#6b7280}.order-confirmed-summary-row .value{color:#1c2126;font-weight:600}.order-confirmed-summary-row .value.mono{font-variant-numeric:tabular-nums;letter-spacing:.02em}.order-confirmed-status-pill{color:#1f9d5c;background:#e9f9f0;border-radius:999px;align-items:center;gap:5px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}.order-confirmed-status-pill:before{content:"";background:#1f9d5c;border-radius:50%;width:6px;height:6px}.order-confirmed-actions{flex-direction:column;gap:10px;display:flex}.order-confirmed-btn{cursor:pointer;border-radius:10px;width:100%;padding:13px 18px;font-family:inherit;font-size:14.5px;font-weight:600;transition:background .15s,border-color .15s,transform .1s;display:block}.order-confirmed-btn:active{transform:scale(.98)}.order-confirmed-btn-primary{color:#fff;background:#1c2126;border:1px solid #1c2126}.order-confirmed-btn-primary:hover{background:#33383f}.order-confirmed-btn-secondary{color:#1c2126;background:#fff;border:1px solid #e3e7eb}.order-confirmed-btn-secondary:hover{border-color:#c7ccd2}.order-confirmed-help{color:#9ca3af;margin-top:22px;font-size:12.5px}.order-confirmed-auto-logout{color:#9ca3af;margin-top:12px;font-size:12px}@media (width<=400px){.order-confirmed-card{padding:32px 22px 26px}}
