.custom-notification{position:fixed;top:20px;right:20px;z-index:99999;transform:translateX(400px);transition:transform .3s ease}.custom-notification--show{transform:translateX(0)}.custom-notification__content{display:flex;align-items:center;gap:12px;padding:16px 24px;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);min-width:300px;max-width:500px}.custom-notification--success .custom-notification__content{background:linear-gradient(135deg,#4caf50,#45a049);color:white}.custom-notification--error .custom-notification__content{background:linear-gradient(135deg,#f44336,#d32f2f);color:white}.custom-notification__icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:rgba(255,255,255,.2);border-radius:50%;font-weight:700}.custom-notification__text{font-size:14px;line-height:1.4}@media (max-width:768px){.custom-notification{top:10px;right:10px;left:10px}.custom-notification__content{min-width:auto;width:calc(100% - 20px);padding:12px 20px}}