.Notification_notification__qKINJ{position:fixed;top:20px;right:20px;min-width:300px;max-width:450px;padding:16px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 10px 30px rgba(0,0,0,.25);z-index:1000;transition:all .3s cubic-bezier(.68,-.55,.27,1.55);transform-origin:top right;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1)}.Notification_content__hwlY_{display:flex;align-items:center;flex:1 1}.Notification_icon__lD197{width:24px;height:24px;margin-right:16px;flex-shrink:0}.Notification_message__bslyq{margin:0;font-size:1rem;font-weight:500;line-height:1.5}.Notification_closeButton__wM_sd{background:transparent;border:none;cursor:pointer;padding:4px;margin-left:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.Notification_closeButton__wM_sd:hover{background-color:hsla(0,0%,100%,.1)}.Notification_closeButton__wM_sd svg{width:16px;height:16px}.Notification_success__SYbqI{background-color:rgba(0,200,83,.15);border-left:4px solid #00c853}.Notification_success__SYbqI .Notification_closeButton__wM_sd svg,.Notification_success__SYbqI .Notification_icon__lD197{color:#00c853}.Notification_error__Sa7sM{background-color:rgba(255,59,48,.15);border-left:4px solid #ff3b30}.Notification_error__Sa7sM .Notification_closeButton__wM_sd svg,.Notification_error__Sa7sM .Notification_icon__lD197{color:#ff3b30}.Notification_warning__zdR_E{background-color:rgba(255,149,0,.15);border-left:4px solid #ff9500}.Notification_warning__zdR_E .Notification_closeButton__wM_sd svg,.Notification_warning__zdR_E .Notification_icon__lD197{color:#ff9500}.Notification_info__xDV6a{background-color:rgba(0,122,255,.15);border-left:4px solid #007aff}.Notification_info__xDV6a .Notification_closeButton__wM_sd svg,.Notification_info__xDV6a .Notification_icon__lD197{color:#007aff}.Notification_visible__bWB6L{opacity:1;transform:translateY(0) scale(1)}.Notification_hidden__CaNNT{opacity:0;transform:translateY(-20px) scale(.95);pointer-events:none}@media (max-width:768px){.Notification_notification__qKINJ{min-width:auto;max-width:calc(100% - 40px);width:calc(100% - 40px)}}@keyframes Notification_slideIn__pv0pi{0%{transform:translateY(-30px);opacity:0}to{transform:translateY(0);opacity:1}}.Notification_notification__qKINJ.Notification_visible__bWB6L{animation:Notification_slideIn__pv0pi .4s cubic-bezier(.68,-.55,.27,1.55)}