.toast-modern{display:none;position:fixed;top:80px;right:20px;z-index:99999;min-width:320px;max-width:480px;padding:16px 20px;border-radius:14px;align-items:flex-start;gap:14px;box-shadow:0 20px 60px rgba(0,0,0,.15);transform:translateX(120%);opacity:0;transition:transform .5s cubic-bezier(.68,-.55,.265,1.55), opacity .4s ease;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);font-family:inherit;}
.toast-modern.show{transform:translateX(0);opacity:1;}
.toast-modern-icon{flex-shrink:0;width:36px;height:36px;background:rgba(255,255,255,.7);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px;}
.toast-modern-content{flex:1;min-width:0;}
.toast-modern-title{font-weight:700;font-size:15px;line-height:1.3;}
.toast-modern-text{font-size:13px;opacity:.8;margin-top:2px;line-height:1.4;}
.toast-modern-close{flex-shrink:0;background:none;border:none;font-size:22px;line-height:1;cursor:pointer;padding:0 4px;margin-left:4px;color:rgba(0,0,0,.4);}
.toast-modern-close:hover{color:rgba(0,0,0,.7);}
.toast-modern.toast-1{background:#d1fae5;border-left:4px solid #10b981;}
.toast-modern.toast-1 .toast-modern-title,
.toast-modern.toast-1 .toast-modern-text{color:#10b981;}
.toast-modern.toast-2{background:#fee2e2;border-left:4px solid #ef4444;}
.toast-modern.toast-2 .toast-modern-title,
.toast-modern.toast-2 .toast-modern-text{color:#ef4444;}
.toast-modern.toast-3{background:#fef3c7;border-left:4px solid #f59e0b;}
.toast-modern.toast-3 .toast-modern-title,
.toast-modern.toast-3 .toast-modern-text{color:#f59e0b;}
.toast-modern.toast-4{background:#dbeafe;border-left:4px solid #3b82f6;}
.toast-modern.toast-4 .toast-modern-title,
.toast-modern.toast-4 .toast-modern-text{color:#3b82f6;}
@media(max-width:480px){
    .toast-modern{left:12px;right:12px;top:16px;min-width:0;max-width:none;}
}