.store-api-toast{position:fixed;top:24px;right:24px;z-index:10000;box-sizing:border-box;display:flex;align-items:flex-start;gap:12px;max-width:min(420px,calc(100vw - 32px));padding:14px 10px 14px 0;border-radius:12px;background:#fff;color:#2d3748;border:1px solid rgba(15,23,42,.08);box-shadow:0 1px 2px rgba(15,23,42,.04),0 8px 24px rgba(15,23,42,.1);font-size:14px;line-height:1.5;font-family:inherit;-webkit-font-smoothing:antialiased;animation:store-api-toast-enter .32s cubic-bezier(.16,1,.3,1)}@keyframes store-api-toast-enter{0%{opacity:0;transform:translateX(12px) scale(.98)}to{opacity:1;transform:translateX(0) scale(1)}}@media (prefers-reduced-motion:reduce){.store-api-toast{animation:none}}.store-api-toast__accent{width:4px;flex-shrink:0;align-self:stretch;margin:2px 0 2px 14px;border-radius:4px;background:linear-gradient(180deg,#e85d5d,#c53030)}.store-api-toast__body{flex:1 1;min-width:0;padding:1px 0}.store-api-toast .store-api-toast__message{margin:0;width:auto;max-width:100%;color:#2d3748;font-size:14px;line-height:1.5;word-break:break-word}.store-api-toast__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin:-2px 4px -2px 0;padding:0;border:none;border-radius:10px;background:transparent;color:#718096;cursor:pointer;font-size:22px;line-height:1;transition:background .15s ease,color .15s ease}.store-api-toast__close:hover{background:rgba(45,55,72,.07);color:#2d3748}.store-api-toast__close:focus-visible{outline:2px solid #0a4d63;outline-offset:2px}@media (max-width:480px){.store-api-toast{top:16px;right:16px;left:16px;max-width:none}}