.Notification_notification__wtIDR{position:fixed;bottom:calc(20px + env(safe-area-inset-bottom, 0px));right:calc(20px + env(safe-area-inset-right, 0px) + var(--scrollbar-compensation, 0px));display:inline-flex;align-items:center;gap:12px;padding:14px 18px 14px 16px;border-radius:var(--radius_m);background:var(--elevated_background);border:1px solid var(--stroke_separator);border-left-width:3px;box-shadow:var(--elevation_m);color:var(--color);max-width:360px;z-index:1000;animation:Notification_slideIn__ULJYo .25s ease-out}.Notification_message__Jmkfv{font-size:13px;line-height:1.4;letter-spacing:-.005em}.Notification_icon__8srWK{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.Notification_success__IOUVB{border-left-color:var(--emerald_bright)}.Notification_success__IOUVB .Notification_icon__8srWK{color:var(--emerald_bright)}.Notification_error__pX0RK{border-left-color:var(--red_color_light)}.Notification_error__pX0RK .Notification_icon__8srWK{color:var(--red_color_light)}.Notification_warning__tu8mF{border-left-color:var(--warning_color)}.Notification_warning__tu8mF .Notification_icon__8srWK{color:var(--warning_color)}.Notification_info__q2xCS{border-left-color:var(--titanium)}.Notification_info__q2xCS .Notification_icon__8srWK{color:var(--titanium)}@keyframes Notification_slideIn__ULJYo{0%{transform:translateX(110%);opacity:0}to{transform:translateX(0);opacity:1}}@media (max-width:640px){.Notification_notification__wtIDR{right:12px;left:12px;bottom:calc(var(--panel_footer_height) + 16px + env(safe-area-inset-bottom, 0px));max-width:none}}