body .surco-toast{position:fixed!important;z-index:2000;right:24px;bottom:24px;display:flex;align-items:center;gap:12px;width:max-content;max-width:min(440px,calc(100vw - 32px));padding:14px 14px 14px 18px;margin:0!important;background:#242424!important;color:white!important;border:1px solid #ffffff20;border-radius:18px;box-shadow:0 12px 40px #14141430;animation:toast-in .2s ease-out}
.surco-toast .toast-mark{display:flex;align-items:center;justify-content:center;flex:0 0 28px;height:28px;background:#0057FF;color:#fff!important;border-radius:50%;font-size:16px;font-weight:700}.surco-toast .toast-message{font-size:14px;line-height:1.5;overflow-wrap:anywhere;min-width:0}
body .surco-toast .toast-close{display:flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;min-height:44px;padding:0!important;border:0!important;background:transparent!important;color:white!important;border-radius:50%!important;font-size:26px!important;cursor:pointer;box-shadow:none!important}.surco-toast .toast-close:hover{background:#ffffff20!important}.surco-toast .toast-close:focus-visible{outline:2px solid #0057FF!important;outline-offset:0}
@media(max-width:767px){body .surco-toast{right:16px;left:16px;bottom:calc(94px + env(safe-area-inset-bottom));width:auto;max-width:none;padding:10px 10px 10px 14px}}
@keyframes toast-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){body .surco-toast{animation:none}}
