@charset "UTF-8";.toast-notification{animation:toastSlideIn .3s ease-out;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);cursor:pointer;display:block;font-size:14px;font-weight:500;line-height:1.5;max-width:400px;opacity:0;padding:16px 24px;position:fixed;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease;word-break:break-word;z-index:9999}@media (max-width:640px){.toast-notification{font-size:13px;max-width:calc(100vw - 32px);padding:14px 20px}}.toast-notification--visible{opacity:1;transform:translateY(0)}.toast-notification--bottom{bottom:20px;right:20px}@media (max-width:640px){.toast-notification--bottom{bottom:16px;left:16px;right:16px;right:auto}}.toast-notification--top{right:20px;top:20px}@media (max-width:640px){.toast-notification--top{left:16px;right:16px;right:auto;top:16px}}.toast-notification--success{background-color:#10b981;color:#fff}.toast-notification--success:before{content:"✓";font-weight:700;margin-right:8px}.toast-notification--error{background-color:#ef4444;color:#fff}.toast-notification--error:before{content:"✕";font-weight:700;margin-right:8px}.toast-notification--warning{background-color:#f59e0b;color:#fff}.toast-notification--warning:before{content:"⚠";margin-right:8px}.toast-notification--info{background-color:#3b82f6;color:#fff}.toast-notification--info:before{content:"ℹ";margin-right:8px}.toast-notification:hover{box-shadow:0 6px 16px rgba(0,0,0,.2)}.toast-notification.toast-notification--exiting{animation:toastSlideOut .3s ease-out forwards}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes toastSlideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}