.notification-toast{position:fixed;bottom:32px;right:32px;z-index:9999;max-width:420px;margin:0;animation:notifIn .35s cubic-bezier(.16,1,.3,1)}.notification-toast svg{flex-shrink:0}.notification-message{line-height:1.4}@media(max-width:480px){.notification-toast{left:16px;right:16px;bottom:16px;max-width:none}}@keyframes notifIn{0%{transform:translateY(20px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes notifOut{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(20px) scale(.95);opacity:0}}.contact-page-overlay{background:linear-gradient(135deg,color-mix(in srgb,var(--color-secondary) 85%,transparent),color-mix(in srgb,var(--color-primary) 75%,transparent),color-mix(in srgb,var(--color-secondary) 90%,transparent))}
