.rentik-notifications-container{position:fixed;top:20px;right:20px;z-index:200000}
.rentik-notification{display:flex;align-items:flex-start;padding:16px;margin-bottom:10px;border-radius:8px;width:300px;background:white;box-shadow:0 4px 12px rgba(0,0,0,0.15);transform:translateX(120%);transition:transform .3s cubic-bezier(0.4,0,0.2,1)}
.rentik-notification.show{transform:translateX(0)}
.rentik-notification__icon{margin-right:12px;width:24px;height:24px;flex-shrink:0}
.rentik-notification__content{flex-grow:1}
.rentik-notification__title{font-weight:600;margin-bottom:4px;font-size:14px}
.rentik-notification__message{font-size:13px;color:#666;margin:0}
.rentik-notification__close{background:0;border:0;padding:4px;cursor:pointer;color:#666;font-size:18px;margin-left:8px;opacity:.7}
.rentik-notification--success{background:#f0fdf4;border-left:4px solid #22c55e}
.rentik-notification--warning{background:#fefce8;border-left:4px solid #eab308}
.rentik-notification--error{background:#fef2f2;border-left:4px solid #ef4444}