@keyframes notification-bounce-in{0%{transform:scale(.96);opacity:0}70%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.notification-container{display:flex;align-items:center;gap:8px;padding:9px 14px 9px 9px;background:#fffc;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:16px;box-sizing:border-box;overflow:hidden;position:relative;width:100%;max-width:294px;animation:notification-bounce-in .28s cubic-bezier(.34,1.56,.64,1);animation-delay:2.5s;animation-fill-mode:both;transform-origin:center}.notification-icon{background:#fff;border-radius:10px;width:38px;height:38px;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative}.notification-icon-image{width:100%;height:100%;object-fit:cover;border-radius:10px}.notification-icon-logo{width:27px;height:27px}.notification-icon-logo svg{width:100%;height:100%}.notification-content{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.notification-header{display:flex;align-items:flex-end;justify-content:space-between;width:100%}.notification-title{font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:15px;line-height:normal;letter-spacing:-.3px;color:#222;margin:0;flex-shrink:0}.notification-timestamp{font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:12px;line-height:14px;letter-spacing:-.24px;color:#3f3f3f;opacity:.5;text-align:right;white-space:nowrap;flex-shrink:0}.notification-message{font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:15px;line-height:normal;letter-spacing:-.75px;color:#3f3f3f;margin:0;white-space:pre-wrap;word-wrap:break-word;width:100%}
