.Notification{position:fixed;top:60px;left:50%;z-index:5;white-space:nowrap;animation:notification-slide 1.6s ease forwards}.Notification .Notification--message{display:flex;align-items:center;background:var(--primary-blue);border-radius:5px;font-size:var(--text-sm);color:var(--text-light);padding:var(--space-2)}.Notification .Notification--message .Notification--icon{font-size:1.1rem;margin-right:var(--space-2);flex-shrink:0}.Notification .Notification--message img{width:40px;height:40px;margin-right:var(--space-2)}@keyframes notification-slide{0%{transform:translate(-50%) translateY(-100%)}19%{transform:translate(-50%) translateY(0)}81%{transform:translate(-50%) translateY(0)}to{transform:translate(-50%) translateY(-100%)}}@media(prefers-reduced-motion:reduce){.Notification{animation:none;transform:translate(-50%) translateY(0)}}
