.notification{position:fixed;top:100px;right:30px;background:rgba(15,20,40,.95);border:1px solid rgba(33,150,243,.3);border-radius:12px;padding:15px 25px;color:#fff;font-size:14px;z-index:10001;animation:.3s slideIn;box-shadow:0 10px 40px rgba(0,0,0,.5);display:flex;align-items:center;gap:10px}.notification-badge{position:absolute;top:-5px;right:-5px;width:20px;height:20px;background:#ff4757;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}