#toast-container{top:20px;right:20px}#toast-container>div{width:min(380px, calc(100vw - 32px));margin:0 0 12px;padding:16px 42px 18px 56px;border-radius:14px;opacity:1;color:#0f172a;background:#ffffff!important;background-image:none!important;border:1px solid rgb(15 23 42 / .08);box-shadow:0 16px 40px rgb(15 23 42 / .14);overflow:hidden;backdrop-filter:blur(8px);transition:transform 0.2s ease,box-shadow 0.2s ease}#toast-container>div:hover{transform:translateY(-1px);box-shadow:0 20px 44px rgb(15 23 42 / .18);opacity:1}#toast-container>div::before{content:"";position:absolute;left:16px;top:18px;width:24px;height:24px;border-radius:999px;background-repeat:no-repeat;background-position:center;background-size:14px 14px}#toast-container>.toast-success{border-left:4px solid #22c55e}#toast-container>.toast-success::before{background-color:rgb(34 197 94 / .14);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E")}#toast-container>.toast-error{border-left:4px solid #ef4444}#toast-container>.toast-error::before{background-color:rgb(239 68 68 / .14);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc2626' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E")}#toast-container>.toast-info{border-left:4px solid #3b82f6}#toast-container>.toast-info::before{background-color:rgb(59 130 246 / .14);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 10v6M12 7h.01'/%3E%3C/svg%3E")}#toast-container>.toast-warning{border-left:4px solid #f59e0b}#toast-container>.toast-warning::before{background-color:rgb(245 158 11 / .16);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d97706' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 9v4M12 17h.01'/%3E%3Cpath d='M10.3 4.2 2.6 18a2 2 0 0 0 1.7 3h15.4a2 2 0 0 0 1.7-3L13.7 4.2a2 2 0 0 0-3.4 0z'/%3E%3C/svg%3E")}.toast-title{font-size:14px;font-weight:700;line-height:1.35;margin-bottom:4px;color:#0f172a}.toast-message{font-size:13px;line-height:1.55;color:#475569;font-weight:500}.toast-message a,.toast-message label{color:#1053f3}.toast-close-button{position:absolute;right:10px;top:10px;float:none;width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:500;color:#64748b;opacity:1;text-shadow:none;transition:background 0.2s ease,color 0.2s ease}.toast-close-button:hover,.toast-close-button:focus{color:#0f172a;background:rgb(15 23 42 / .06);opacity:1}.toast-progress{height:3px;opacity:.85;border-radius:0 0 14px 14px}#toast-container>.toast-success .toast-progress{background-color:#22c55e}#toast-container>.toast-error .toast-progress{background-color:#ef4444}#toast-container>.toast-info .toast-progress{background-color:#3b82f6}#toast-container>.toast-warning .toast-progress{background-color:#f59e0b}@media (max-width:480px){#toast-container{left:12px;right:12px;width:auto}#toast-container>div{width:100%}}