.toast-container{position:fixed;top:140px;right:2rem;z-index:1000;pointer-events:none;display:flex;flex-direction:column;gap:1rem;max-width:400px}@media (max-width: 768px){.toast-container{top:120px;left:50%;transform:translate(-50%);right:unset;width:90%;max-width:none}}.toast-item{display:flex;align-items:center;gap:1rem;background:#fffffffa;border:2px solid var(--ink);border-radius:2rem;padding:1.2rem 3rem;box-shadow:0 10px 25px #00000026,0 4px 10px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;pointer-events:auto;transform:translate(100%) scale(.8);opacity:0;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.toast-item.toast-visible{transform:translate(0) scale(1);opacity:1}.toast-item.toast-exiting{transform:translate(100%) scale(.9);opacity:0;transition:all .3s ease-in-out}.toast-item:hover{transform:translate(-5px) scale(1.02);box-shadow:0 15px 35px #0003,0 6px 15px #00000026}.toast-character{flex-shrink:0;position:relative}.toast-character img{width:80px;height:80px;border-radius:50%;animation:toastCharacterBounce .6s ease-out;filter:drop-shadow(0 2px 8px rgba(0,0,0,.15))}@keyframes toastCharacterBounce{0%{transform:scale(0) rotate(-180deg);opacity:0}60%{transform:scale(1.2) rotate(0);opacity:1}to{transform:scale(1) rotate(0);opacity:1}}.toast-content{flex:1;min-width:0}.toast-content p{margin:0;font-family:var(--font-ui);font-size:1.8rem;line-height:1.4;color:var(--ink);font-weight:500;word-wrap:break-word}@media (max-width: 768px){.toast-item{padding:1rem 2rem;border-radius:1.5rem}.toast-character img{width:70px;height:70px}.toast-content p{font-size:1.6rem}}.toast-item:hover .toast-character img{animation:toastCharacterWiggle .5s ease-in-out}@keyframes toastCharacterWiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}.toast-visible .toast-character img{animation:toastCharacterBounce .6s ease-out,toastCharacterPulse 2s ease-in-out 1s infinite}@keyframes toastCharacterPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.toast-item:nth-last-child(2){transform:translate(0) scale(.98);opacity:.9;z-index:-1}.toast-item:nth-last-child(3){transform:translate(0) scale(.96);opacity:.8;z-index:-2}.toast-visible:nth-last-child(2){transform:translate(0) scale(.98)}.toast-visible:nth-last-child(3){transform:translate(0) scale(.96)}
