.UpdateNotification_updateNotification__dYNfA{position:fixed;bottom:1rem;right:1rem;background-color:rgba(0,0,0,.85);border-radius:8px;padding:1rem;z-index:9999;box-shadow:0 4px 12px rgba(0,0,0,.15);animation:UpdateNotification_slideIn__OAifd .3s ease-out forwards;max-width:300px}.UpdateNotification_updateNotificationInner__835AF{color:white;display:flex;flex-direction:column;gap:.75rem}.UpdateNotification_updateNotificationInner__835AF p{margin:0;font-size:.95rem}.UpdateNotification_updateButtons__a0ow1{display:flex;gap:.5rem}.UpdateNotification_updateButton__JSiVb{padding:.5rem 1rem;border-radius:4px;border:none;font-size:.85rem;cursor:pointer;transition:all .2s ease}.UpdateNotification_updateButton__JSiVb:disabled{opacity:.6;cursor:not-allowed}.UpdateNotification_updateButtonPrimary__oiMil{background-color:#4caf50;color:white}.UpdateNotification_updateButtonPrimary__oiMil:hover:not(:disabled){background-color:#43a047}.UpdateNotification_updateButton__JSiVb:not(.UpdateNotification_updateButtonPrimary__oiMil){background-color:rgba(255,255,255,.2);color:white}.UpdateNotification_updateButton__JSiVb:not(.UpdateNotification_updateButtonPrimary__oiMil):hover:not(:disabled){background-color:rgba(255,255,255,.3)}@keyframes UpdateNotification_slideIn__OAifd{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}