*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.toast-root{position:fixed;bottom:24px;left:24px;display:flex;flex-direction:column;gap:10px;z-index:9999}.toast{min-width:220px;padding:10px 16px;border-radius:6px;color:#fff;font-weight:500;box-shadow:0 12px 24px rgba(15,23,42,.15);opacity:.9}.toast-success{background-color:#16a34a}.toast-error{background-color:#dc2626}a{color:inherit;text-decoration:none}