.notificaciones-contenedor.svelte-er32en{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:12px;pointer-events:none;max-width:360px}.notificacion.svelte-er32en{pointer-events:auto;max-width:calc(100% - 20px);width:auto;box-sizing:border-box;margin:0 10px;padding:14px 16px 16px;border-radius:10px;box-shadow:0 6px 20px #0000001f;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.notificacion-contenido.svelte-er32en{display:flex;align-items:center;gap:10px}.notificacion-icono.svelte-er32en{display:flex;align-items:center;justify-content:center;flex-shrink:0;height:24px;width:24px}.notificacion-mensaje.svelte-er32en{flex:1;font-size:14px;line-height:1.5;margin-right:10px;font-weight:400}.notificacion-cerrar.svelte-er32en{background:none;border:none;color:inherit;cursor:pointer;opacity:.7;transition:all .2s;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%}.notificacion-cerrar.svelte-er32en:hover{opacity:1;background-color:#ffffff4d}.notificacion-cerrar.svelte-er32en:active{background-color:#fff6;transform:scale(.95)}.notificacion-progreso.svelte-er32en{position:absolute;bottom:0;left:0;height:4px;width:100%;transform-origin:left;animation:svelte-er32en-progreso linear forwards}.notificacion.info.svelte-er32en{background-color:#d1a535f2;color:#fff}.notificacion.info.svelte-er32en .notificacion-progreso:where(.svelte-er32en){background-color:#ffffff80}.notificacion.success.svelte-er32en{background-color:#4caf50f2;color:#fff}.notificacion.success.svelte-er32en .notificacion-progreso:where(.svelte-er32en){background-color:#ffffff80}.notificacion.warning.svelte-er32en{background-color:#ff9800f2;color:#fff}.notificacion.warning.svelte-er32en .notificacion-progreso:where(.svelte-er32en){background-color:#ffffff80}.notificacion.error.svelte-er32en{background-color:#f44336f2;color:#fff}.notificacion.error.svelte-er32en .notificacion-progreso:where(.svelte-er32en){background-color:#ffffff80}@keyframes svelte-er32en-slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes svelte-er32en-progreso{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (max-width: 480px){.notificaciones-contenedor.svelte-er32en{left:16px;right:16px;max-width:none}.notificacion.svelte-er32en{padding:12px 35px 12px 15px;font-size:14px}.notificacion-cerrar.svelte-er32en{right:8px;top:8px;width:24px;height:24px}}
